Skip to content

Commit

Permalink
fix: packages/core/build/package.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
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
1 parent 1de0ce5 commit 3f18acd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core/build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"gulp": "4.0.2",
"gulp-typescript": "6.0.0-alpha.1",
"tar": "^6.2.0",
"tsup": "8.2.4",
"tsup": "8.3.4",
"typescript": "5.1.3",
"update-notifier": "3.0.0",
"update-notifier": "4.0.0",
"vite-plugin-css-injected-by-js": "^3.2.1",
"vite-plugin-lib-inject-css": "1.2.0",
"yargs-parser": "13.1.2"
Expand Down

0 comments on commit 3f18acd

Please sign in to comment.