Bump @angular-eslint/template-parser from 13.2.1 to 13.5.0 in /frontend
Bumps [@angular-eslint/template-parser](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/template-parser) from 13.2.1 to 13.5.0. - [Release notes](https://github.com/angular-eslint/angular-eslint/releases) - [Changelog](https://github.com/angular-eslint/angular-eslint/blob/master/packages/template-parser/CHANGELOG.md) - [Commits](https://github.com/angular-eslint/angular-eslint/commits/v13.5.0/packages/template-parser) --- updated-dependencies: - dependency-name: "@angular-eslint/template-parser" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
594b532fe7
commit
6aea3f4ca8
32
frontend/package-lock.json
generated
32
frontend/package-lock.json
generated
@ -30,7 +30,7 @@
|
|||||||
"@angular-eslint/eslint-plugin": "13.2.1",
|
"@angular-eslint/eslint-plugin": "13.2.1",
|
||||||
"@angular-eslint/eslint-plugin-template": "13.2.1",
|
"@angular-eslint/eslint-plugin-template": "13.2.1",
|
||||||
"@angular-eslint/schematics": "13.2.1",
|
"@angular-eslint/schematics": "13.2.1",
|
||||||
"@angular-eslint/template-parser": "13.2.1",
|
"@angular-eslint/template-parser": "13.5.0",
|
||||||
"@angular/cli": "~13.3.5",
|
"@angular/cli": "~13.3.5",
|
||||||
"@angular/compiler-cli": "~13.2.0",
|
"@angular/compiler-cli": "~13.2.0",
|
||||||
"@types/jasmine": "~4.0.3",
|
"@types/jasmine": "~4.0.3",
|
||||||
@ -423,12 +423,12 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@angular-eslint/template-parser": {
|
"node_modules/@angular-eslint/template-parser": {
|
||||||
"version": "13.2.1",
|
"version": "13.5.0",
|
||||||
"resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-13.2.1.tgz",
|
"resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-13.5.0.tgz",
|
||||||
"integrity": "sha512-aSZjKYTUXjJ3sehm90CfZey/ed333IxP0TpnaG7Lue9rSEa3BkKOv8Kffy+EhDkpdTpjdwdmGfopxxsbm9sPHw==",
|
"integrity": "sha512-k+24+kBjaOuthfp9RBQB0zH6UqeizZuFQFEuZEQbvirPbdQ2SqNBw7IcmW2Qw1v7fjFe6/6gqK7wm2g7o9ZZvA==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@angular-eslint/bundled-angular-compiler": "13.2.1",
|
"@angular-eslint/bundled-angular-compiler": "13.5.0",
|
||||||
"eslint-scope": "^5.1.0"
|
"eslint-scope": "^5.1.0"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
@ -436,6 +436,12 @@
|
|||||||
"typescript": "*"
|
"typescript": "*"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/@angular-eslint/template-parser/node_modules/@angular-eslint/bundled-angular-compiler": {
|
||||||
|
"version": "13.5.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-13.5.0.tgz",
|
||||||
|
"integrity": "sha512-7M/5ilxqPD3ydgqqdLsYs3kBwZgNg2Y6C01B5SEHZNLqLT9kAJa7I4y6GlxCZqejCIh554kdXGeV3abIxFccSg==",
|
||||||
|
"dev": true
|
||||||
|
},
|
||||||
"node_modules/@angular-eslint/utils": {
|
"node_modules/@angular-eslint/utils": {
|
||||||
"version": "13.2.1",
|
"version": "13.2.1",
|
||||||
"resolved": "https://registry.npmjs.org/@angular-eslint/utils/-/utils-13.2.1.tgz",
|
"resolved": "https://registry.npmjs.org/@angular-eslint/utils/-/utils-13.2.1.tgz",
|
||||||
@ -14267,13 +14273,21 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@angular-eslint/template-parser": {
|
"@angular-eslint/template-parser": {
|
||||||
"version": "13.2.1",
|
"version": "13.5.0",
|
||||||
"resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-13.2.1.tgz",
|
"resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-13.5.0.tgz",
|
||||||
"integrity": "sha512-aSZjKYTUXjJ3sehm90CfZey/ed333IxP0TpnaG7Lue9rSEa3BkKOv8Kffy+EhDkpdTpjdwdmGfopxxsbm9sPHw==",
|
"integrity": "sha512-k+24+kBjaOuthfp9RBQB0zH6UqeizZuFQFEuZEQbvirPbdQ2SqNBw7IcmW2Qw1v7fjFe6/6gqK7wm2g7o9ZZvA==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@angular-eslint/bundled-angular-compiler": "13.2.1",
|
"@angular-eslint/bundled-angular-compiler": "13.5.0",
|
||||||
"eslint-scope": "^5.1.0"
|
"eslint-scope": "^5.1.0"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"@angular-eslint/bundled-angular-compiler": {
|
||||||
|
"version": "13.5.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-13.5.0.tgz",
|
||||||
|
"integrity": "sha512-7M/5ilxqPD3ydgqqdLsYs3kBwZgNg2Y6C01B5SEHZNLqLT9kAJa7I4y6GlxCZqejCIh554kdXGeV3abIxFccSg==",
|
||||||
|
"dev": true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@angular-eslint/utils": {
|
"@angular-eslint/utils": {
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
"@angular-eslint/eslint-plugin": "13.2.1",
|
"@angular-eslint/eslint-plugin": "13.2.1",
|
||||||
"@angular-eslint/eslint-plugin-template": "13.2.1",
|
"@angular-eslint/eslint-plugin-template": "13.2.1",
|
||||||
"@angular-eslint/schematics": "13.2.1",
|
"@angular-eslint/schematics": "13.2.1",
|
||||||
"@angular-eslint/template-parser": "13.2.1",
|
"@angular-eslint/template-parser": "13.5.0",
|
||||||
"@angular/cli": "~13.3.5",
|
"@angular/cli": "~13.3.5",
|
||||||
"@angular/compiler-cli": "~13.2.0",
|
"@angular/compiler-cli": "~13.2.0",
|
||||||
"@types/jasmine": "~4.0.3",
|
"@types/jasmine": "~4.0.3",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user