Skip to content

Commit

Permalink
fix: 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-LODASH-6139239
  • Loading branch information
snyk-bot committed Apr 16, 2024
1 parent 96a9959 commit 9bcca92
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@
},
"dependencies": {
"@babel/core": "^7.8.3",
"@storybook/addon-knobs": "5.3.21",
"@storybook/addon-knobs": "7.0.0",
"@storybook/vue": "5.3.21",
"@tournant/communard": "^2.2.0",
"@vue/babel-preset-app": "^4.1.2",
"@vue/cli-plugin-babel": "^4.1.2",
"@vue/cli-plugin-eslint": "^4.1.2",
"@vue/cli-plugin-unit-jest": "^4.1.2",
"@vue/cli-service": "^4.1.2",
"@vue/cli-service": "^5.0.1",
"@vue/eslint-config-standard": "^5.1.0",
"@vue/test-utils": "1.0.0-beta.29",
"@vue/test-utils": "1.0.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.9.0",
"babel-loader": "^8.1.0",
Expand All @@ -41,7 +41,7 @@
"eslint-plugin-vue": "^6.0.1",
"husky": "^4.0.10",
"jest": "^24.9.0",
"lerna": "^3.18.0",
"lerna": "^6.5.0",
"lint-staged": "^9.0.2",
"node-sass": "^4.13.0",
"prettier": "^1.17.0",
Expand All @@ -53,7 +53,7 @@
"rollup-plugin-filesize": "^6.1.0",
"rollup-plugin-node-resolve": "^5.0.2",
"rollup-plugin-terser": "^5.1.3",
"rollup-plugin-vue": "^5.1.4",
"rollup-plugin-vue": "^6.0.0",
"sass-loader": "^8.0.0",
"vue": "^2.6.10",
"vue-jest": "4.0.0-beta.2",
Expand Down

0 comments on commit 9bcca92

Please sign in to comment.