Skip to content

Commit

Permalink
fix: packages/@misk/dev/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-ASYNC-7414156
  • Loading branch information
snyk-bot committed Jul 3, 2024
1 parent 18f176b commit 9efb74e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/@misk/dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"prop-types": "15.7.2",
"sass": "1.42.1",
"sass-loader": "8.0.2",
"source-map-loader": "0.2.4",
"source-map-loader": "1.0.0",
"style-loader": "1.2.1",
"ts-loader": "7.0.5",
"tslib": "2.3.1",
Expand All @@ -54,7 +54,7 @@
"webpack": "4.43.0",
"webpack-bundle-analyzer": "3.7.0",
"webpack-cli": "3.3.11",
"webpack-dev-server": "4.3.1",
"webpack-dev-server": "4.9.0",
"webpack-merge": "4.2.2"
},
"devDependencies": {
Expand Down

0 comments on commit 9efb74e

Please sign in to comment.