Compare commits
2 Commits
d18c09e6bc
...
e9e461f386
Author | SHA1 | Date | |
---|---|---|---|
e9e461f386 | |||
8a0c3c38d5 |
46
frontend/package-lock.json
generated
46
frontend/package-lock.json
generated
@ -241,12 +241,12 @@
|
||||
"dev": true
|
||||
},
|
||||
"@angular-eslint/eslint-plugin": {
|
||||
"version": "14.1.1",
|
||||
"resolved": "https://registry.npmjs.org/@angular-eslint/eslint-plugin/-/eslint-plugin-14.1.1.tgz",
|
||||
"integrity": "sha512-mqo/kdb5gWA+OJjjaz5Is0f2NUYjJ50iwrCWLnLQFVGAvXABZD4GUCPjWFD8VbUv1KMNQ4J/+Ptgn3qBf0AOQQ==",
|
||||
"version": "14.1.2",
|
||||
"resolved": "https://registry.npmjs.org/@angular-eslint/eslint-plugin/-/eslint-plugin-14.1.2.tgz",
|
||||
"integrity": "sha512-5pJaTcFfM7yDHNtMxw3uNTpBTLjNYH9mlOLX5FFQ9EahAuycwCtV8VJkIntK2ZiOTdRVJYA9/PEdD/xVxX02rw==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@angular-eslint/utils": "14.1.1",
|
||||
"@angular-eslint/utils": "14.1.2",
|
||||
"@typescript-eslint/utils": "5.37.0"
|
||||
}
|
||||
},
|
||||
@ -274,6 +274,28 @@
|
||||
"ignore": "5.2.0",
|
||||
"strip-json-comments": "3.1.1",
|
||||
"tmp": "0.2.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@angular-eslint/eslint-plugin": {
|
||||
"version": "14.1.1",
|
||||
"resolved": "https://registry.npmjs.org/@angular-eslint/eslint-plugin/-/eslint-plugin-14.1.1.tgz",
|
||||
"integrity": "sha512-mqo/kdb5gWA+OJjjaz5Is0f2NUYjJ50iwrCWLnLQFVGAvXABZD4GUCPjWFD8VbUv1KMNQ4J/+Ptgn3qBf0AOQQ==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@angular-eslint/utils": "14.1.1",
|
||||
"@typescript-eslint/utils": "5.37.0"
|
||||
}
|
||||
},
|
||||
"@angular-eslint/utils": {
|
||||
"version": "14.1.1",
|
||||
"resolved": "https://registry.npmjs.org/@angular-eslint/utils/-/utils-14.1.1.tgz",
|
||||
"integrity": "sha512-J9Q8XbS5SpNbCJ4NWnGirU33lLNWs1jXp+G2Rm7uTHyHeQYU+JYe9P6ZQ6P90htMomyP648nazfVXWki5skscQ==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@angular-eslint/bundled-angular-compiler": "14.1.1",
|
||||
"@typescript-eslint/utils": "5.37.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"@angular-eslint/template-parser": {
|
||||
@ -287,13 +309,21 @@
|
||||
}
|
||||
},
|
||||
"@angular-eslint/utils": {
|
||||
"version": "14.1.1",
|
||||
"resolved": "https://registry.npmjs.org/@angular-eslint/utils/-/utils-14.1.1.tgz",
|
||||
"integrity": "sha512-J9Q8XbS5SpNbCJ4NWnGirU33lLNWs1jXp+G2Rm7uTHyHeQYU+JYe9P6ZQ6P90htMomyP648nazfVXWki5skscQ==",
|
||||
"version": "14.1.2",
|
||||
"resolved": "https://registry.npmjs.org/@angular-eslint/utils/-/utils-14.1.2.tgz",
|
||||
"integrity": "sha512-EtblG9zO0+kWG9EHsoEshFKvsH5DMSK1DqwQsNOVGAF0Aa5DFOqrwouJUyBNJ0d4fSWI9QcuzVkZ1x9JyLIeXQ==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@angular-eslint/bundled-angular-compiler": "14.1.1",
|
||||
"@angular-eslint/bundled-angular-compiler": "14.1.2",
|
||||
"@typescript-eslint/utils": "5.37.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@angular-eslint/bundled-angular-compiler": {
|
||||
"version": "14.1.2",
|
||||
"resolved": "https://registry.npmjs.org/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-14.1.2.tgz",
|
||||
"integrity": "sha512-d5/jTKXP+t9hNSucj3m8zZYBl62fZ2xFMVNbAOArYAkA7WwwX3D7Gae57BNW54cd2fl2/is7Dn6UgYhu1wqkSQ==",
|
||||
"dev": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"@angular/animations": {
|
||||
|
@ -31,7 +31,7 @@
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "~14.2.0",
|
||||
"@angular-eslint/builder": "14.1.1",
|
||||
"@angular-eslint/eslint-plugin": "14.1.1",
|
||||
"@angular-eslint/eslint-plugin": "14.1.2",
|
||||
"@angular-eslint/eslint-plugin-template": "14.1.1",
|
||||
"@angular-eslint/schematics": "14.1.1",
|
||||
"@angular-eslint/template-parser": "14.1.1",
|
||||
|
Loading…
Reference in New Issue
Block a user