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-EJS-6689533
  • Loading branch information
snyk-bot committed Apr 29, 2024
1 parent 96a9959 commit 42e2a54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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 Down

0 comments on commit 42e2a54

Please sign in to comment.