Skip to content

Commit

Permalink
fix: app/aurelia/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-CACHEBASE-1054631
  • Loading branch information
snyk-bot committed Dec 29, 2020
1 parent 4be47a3 commit 5ccb171
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/aurelia/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
"@storybook/addons": "6.1.0-alpha.3",
"@storybook/core": "6.1.0-alpha.3",
"@storybook/node-logger": "6.1.0-alpha.3",
"fork-ts-checker-webpack-plugin": "^4.0.3",
"fork-ts-checker-webpack-plugin": "^5.0.0",
"global": "^4.3.2",
"ts-loader": "^6.0.1",
"webpack": "^4.33.0"
"webpack": "^5.0.0"
},
"devDependencies": {
"@types/node": "^14.0.10",
Expand All @@ -47,7 +47,7 @@
"sass-loader": "^8.0.0",
"style-loader": "^0.23.0",
"typescript": "latest",
"webpack": "^4.33.0"
"webpack": "^5.0.0"
},
"peerDependencies": {
"aurelia": "dev"
Expand Down

0 comments on commit 5ccb171

Please sign in to comment.