Skip to content

Commit e8f5fb0

Browse files
committed
fix: app/package.json & app/package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-VUEI18N-10771082
1 parent f38b799 commit e8f5fb0

File tree

2 files changed

+69
-31
lines changed

2 files changed

+69
-31
lines changed

app/package-lock.json

Lines changed: 68 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"buefy": "^0.9.8",
3838
"dotenv-webpack": "^2.0.0",
3939
"vue": "^2.6.11",
40-
"vue-i18n": "^8.25.0",
40+
"vue-i18n": "^9.14.5",
4141
"vue-meta": "^2.3.3",
4242
"vue-router": "^3.5.2",
4343
"vuex": "^3.1.2"

0 commit comments

Comments
 (0)