From 4aaf0c9f0c8a6be956b95ee28ac2bccb0530718f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 20 Nov 2022 16:32:47 +0000 Subject: [PATCH] fix(deps): update dependency vue-i18n to v8.28.2 --- front/package-lock.json | 14 +++++++------- front/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/front/package-lock.json b/front/package-lock.json index f89c537..781522a 100644 --- a/front/package-lock.json +++ b/front/package-lock.json @@ -13,7 +13,7 @@ "core-js": "3.9.0", "quasar": "1.15.4", "socket.io-client": "3.1.2", - "vue-i18n": "8.22.4" + "vue-i18n": "8.28.2" }, "devDependencies": { "@quasar/app": "2.1.15", @@ -11978,9 +11978,9 @@ "dev": true }, "node_modules/vue-i18n": { - "version": "8.22.4", - "resolved": "https://registry.npmjs.org/vue-i18n/-/vue-i18n-8.22.4.tgz", - "integrity": "sha512-XLI5s0AdqMP2Lf4I4CmdmOq8kjb5DDFGR77wAuxCfpEuYSfhTRyyx6MetgZMiL6Lxa0DasjBOiOcciU3NkL3/Q==" + "version": "8.28.2", + "resolved": "https://registry.npmjs.org/vue-i18n/-/vue-i18n-8.28.2.tgz", + "integrity": "sha512-C5GZjs1tYlAqjwymaaCPDjCyGo10ajUphiwA922jKt9n7KPpqR7oM1PCwYzhB/E7+nT3wfdG3oRre5raIT1rKA==" }, "node_modules/vue-loader": { "version": "15.9.5", @@ -25827,9 +25827,9 @@ "dev": true }, "vue-i18n": { - "version": "8.22.4", - "resolved": "https://registry.npmjs.org/vue-i18n/-/vue-i18n-8.22.4.tgz", - "integrity": "sha512-XLI5s0AdqMP2Lf4I4CmdmOq8kjb5DDFGR77wAuxCfpEuYSfhTRyyx6MetgZMiL6Lxa0DasjBOiOcciU3NkL3/Q==" + "version": "8.28.2", + "resolved": "https://registry.npmjs.org/vue-i18n/-/vue-i18n-8.28.2.tgz", + "integrity": "sha512-C5GZjs1tYlAqjwymaaCPDjCyGo10ajUphiwA922jKt9n7KPpqR7oM1PCwYzhB/E7+nT3wfdG3oRre5raIT1rKA==" }, "vue-loader": { "version": "15.9.5", diff --git a/front/package.json b/front/package.json index 58df892..fdf09d0 100644 --- a/front/package.json +++ b/front/package.json @@ -16,7 +16,7 @@ "core-js": "3.9.0", "quasar": "1.15.4", "socket.io-client": "3.1.2", - "vue-i18n": "8.22.4" + "vue-i18n": "8.28.2" }, "devDependencies": { "@quasar/app": "2.1.15",