Skip to content

Commit

Permalink
fix: upgrade multiple dependencies with Snyk
Browse files Browse the repository at this point in the history
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
  - jasmine from 4.5.0 to 4.6.0.
    See this package in npm: https://www.npmjs.com/package/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
  • Loading branch information
snyk-bot committed Sep 7, 2024
1 parent f34ccb0 commit c8d5ec7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions projects/schematics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
"license": "MIT",
"schematics": "./src/collection.json",
"dependencies": {
"@angular-devkit/core": "^15",
"@angular-devkit/schematics": "^15",
"@types/jasmine": "^4.3.1",
"@angular-devkit/core": "^15.2.11",
"@angular-devkit/schematics": "^15.2.11",
"@types/jasmine": "^4.6.4",
"@types/node": "^18.14.4",
"jasmine": "^4.5.0",
"jasmine": "^4.6.0",
"typescript": "~4.8.0"
}
}

0 comments on commit c8d5ec7

Please sign in to comment.