Skip to content

Commit c7d1665

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)