Skip to content

Commit

Permalink
fix: package.json & package-lock.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-TRIX-6814378
  • Loading branch information
snyk-bot committed May 8, 2024
1 parent b0ab9a4 commit 0d73fff
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 18 deletions.
29 changes: 12 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"test:unit": "vue-cli-service test:unit"
},
"dependencies": {
"trix": "^1.3.1"
"trix": "^2.1.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.12.1",
Expand Down

0 comments on commit 0d73fff

Please sign in to comment.