Skip to content

Commit

Permalink
fix: package.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Oct 18, 2024
1 parent 96a9959 commit 6c22ee0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
},
"dependencies": {
"@babel/core": "^7.8.3",
"@storybook/addon-knobs": "5.3.21",
"@storybook/vue": "5.3.21",
"@storybook/addon-knobs": "7.0.0",
"@storybook/vue": "7.6.17",
"@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",
"babel-eslint": "^10.0.1",
Expand Down Expand Up @@ -55,7 +55,7 @@
"rollup-plugin-terser": "^5.1.3",
"rollup-plugin-vue": "^5.1.4",
"sass-loader": "^8.0.0",
"vue": "^2.6.10",
"vue": "^3.0.0",
"vue-jest": "4.0.0-beta.2",
"vue-template-compiler": "^2.6.10",
"vuelidate": "^0.7.5"
Expand Down

0 comments on commit 6c22ee0

Please sign in to comment.