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 Mar 22, 2024
1 parent 96a9959 commit c2af39f
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 @@ -21,13 +21,13 @@
"dependencies": {
"@babel/core": "^7.8.3",
"@storybook/addon-knobs": "5.3.21",
"@storybook/vue": "5.3.21",
"@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 All @@ -41,9 +41,9 @@
"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",
"node-sass": "^5.0.0",
"prettier": "^1.17.0",
"rollup": "^1.27.8",
"rollup-plugin-alias": "^2.0.0",
Expand Down

0 comments on commit c2af39f

Please sign in to comment.