Skip to content

Commit 18c1e9d

Browse files
committed
fix: upgrade multiple dependencies with Snyk
Snyk has created this PR to upgrade: - @angular-devkit/core from 15.2.0 to 15.2.11. See this package in npm: https://www.npmjs.com/package/@angular-devkit/core - @angular-devkit/schematics from 15.2.0 to 15.2.11. See this package in npm: https://www.npmjs.com/package/@angular-devkit/schematics - @types/jasmine from 4.3.1 to 4.6.4. See this package in npm: https://www.npmjs.com/package/@types/jasmine See this project in Snyk: https://app.snyk.io/org/bartholomej/project/17cd792d-7e76-444a-b7bf-2d942b522cb0?utm_source=github&utm_medium=referral&page=upgrade-pr
1 parent f34ccb0 commit 18c1e9d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

projects/schematics/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
"license": "MIT",
1414
"schematics": "./src/collection.json",
1515
"dependencies": {
16-
"@angular-devkit/core": "^15",
17-
"@angular-devkit/schematics": "^15",
18-
"@types/jasmine": "^4.3.1",
16+
"@angular-devkit/core": "^15.2.11",
17+
"@angular-devkit/schematics": "^15.2.11",
18+
"@types/jasmine": "^4.6.4",
1919
"@types/node": "^18.14.4",
2020
"jasmine": "^4.5.0",
2121
"typescript": "~4.8.0"

0 commit comments

Comments
 (0)