Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230
  • Loading branch information
snyk-bot committed Nov 10, 2024
commit c759afa27285cdad343499bd79cfa53a0d4e6d21
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,10 @@
},
"devDependencies": {
"@angular/compiler": "9.0.0-rc.6",
"@angular/compiler-cli": "9.0.0-rc.6",
"@angular/compiler-cli": "9.1.0",
"@bazel/bazel": "1.2.0",
"@bazel/buildifier": "0.29.0",
"@bazel/jasmine": "0.42.3",
"@bazel/jasmine": "2.0.0",
"@bazel/karma": "0.42.3",
"@bazel/labs": "0.42.3",
"@bazel/typescript": "0.42.3",
Expand Down Expand Up @@ -120,7 +120,7 @@
"conventional-commits-parser": "^3.0.0",
"gh-got": "^8.0.1",
"git-raw-commits": "^2.0.0",
"husky": "^1.3.1",
"husky": "^4.0.0",
"jasmine": "^3.3.1",
"jasmine-spec-reporter": "^4.2.1",
"karma": "~4.4.0",
Expand Down