Skip to content
Open
Show file tree
Hide file tree
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 & yarn.lock to reduce vulnerabilities
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
commit 935f4b8b61374a00ecea230665362cef387c1791
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"eslint-plugin-markdown": "^1.0.0-beta.6",
"file-loader": "^1.1.11",
"html-webpack-plugin": "^3.2.0",
"jest": "^22.4.3",
"jest": "^24.0.0",
"lint-staged": "^7.0.4",
"node-sass": "^4.8.3",
"postcss-cssnext": "^3.1.0",
Expand All @@ -74,7 +74,7 @@
"vue-test-utils": "^1.0.0-beta.11",
"vuetype": "^0.3.2",
"webpack": "^4.5.0",
"webpack-dev-server": "^3.1.3"
"webpack-dev-server": "^4.9.0"
},
"devDependencies": {
"webpack-cli": "^2.0.14"
Expand Down
Loading