From 7758a05ed472363a35daf35135d7a232aef2fa57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Sep 2021 09:02:23 +0000 Subject: [PATCH] Bump vue-i18n from 8.25.1 to 8.26.2 Bumps [vue-i18n](https://github.com/kazupon/vue-i18n) from 8.25.1 to 8.26.2. - [Release notes](https://github.com/kazupon/vue-i18n/releases) - [Changelog](https://github.com/kazupon/vue-i18n/blob/v8.x/CHANGELOG.md) - [Commits](https://github.com/kazupon/vue-i18n/compare/v8.25.1...v8.26.2) --- updated-dependencies: - dependency-name: vue-i18n dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 26 ++++++++------------------ package.json | 2 +- 2 files changed, 9 insertions(+), 19 deletions(-) diff --git a/package-lock.json b/package-lock.json index 683a0c2d..27b1ff4c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "vue": "^2.6.10", "vue-cookie": "^1.1.4", "vue-github-button": "^1.0.8", - "vue-i18n": "^8.25.1", + "vue-i18n": "^8.26.2", "vue-router": "^3.5.2", "vuex": "^3.1.1" }, @@ -2479,7 +2479,6 @@ "thread-loader": "^2.1.3", "url-loader": "^2.2.0", "vue-loader": "^15.9.2", - "vue-loader-v16": "npm:vue-loader@^16.1.0", "vue-style-loader": "^4.1.2", "webpack": "^4.0.0", "webpack-bundle-analyzer": "^3.8.0", @@ -2852,7 +2851,6 @@ "merge-source-map": "^1.1.0", "postcss": "^7.0.36", "postcss-selector-parser": "^6.0.2", - "prettier": "^1.18.2", "source-map": "~0.6.1", "vue-template-es2015-compiler": "^1.9.0" }, @@ -4303,7 +4301,6 @@ "dependencies": { "anymatch": "~3.1.1", "braces": "~3.0.2", - "fsevents": "~2.3.1", "glob-parent": "~5.1.0", "is-binary-path": "~2.1.0", "is-glob": "~4.0.1", @@ -9855,9 +9852,6 @@ "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz", "integrity": "sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=", "dev": true, - "dependencies": { - "graceful-fs": "^4.1.6" - }, "optionalDependencies": { "graceful-fs": "^4.1.6" } @@ -15769,9 +15763,9 @@ "dev": true }, "node_modules/vue-i18n": { - "version": "8.25.1", - "resolved": "https://registry.npmjs.org/vue-i18n/-/vue-i18n-8.25.1.tgz", - "integrity": "sha512-UgvN6LxcANSG2O/i8draincxY3E/2bppMNN0szVinN7tuzSJdNFQdB9VDVaQcR1i8BprK9ISUAgZVZacsl+Zbw==" + "version": "8.26.2", + "resolved": "https://registry.npmjs.org/vue-i18n/-/vue-i18n-8.26.2.tgz", + "integrity": "sha512-koaC7gEYcedlzq9M8usTbD/v3DdLZ8suvwuanrs6aBIiM/sVqq2nQPbeuNPrpHaXgpR/pff2+/R+lFGKl7S1cQ==" }, "node_modules/vue-loader": { "version": "15.9.8", @@ -15963,10 +15957,8 @@ "integrity": "sha512-9P3MWk6SrKjHsGkLT2KHXdQ/9SNkyoJbabxnKOoJepsvJjJG8uYTR3yTPxPQvNDI3w4Nz1xnE0TLHK4RIVe/MQ==", "dev": true, "dependencies": { - "chokidar": "^3.4.1", "graceful-fs": "^4.1.2", - "neo-async": "^2.5.0", - "watchpack-chokidar2": "^2.0.1" + "neo-async": "^2.5.0" }, "optionalDependencies": { "chokidar": "^3.4.1", @@ -16028,7 +16020,6 @@ "anymatch": "^2.0.0", "async-each": "^1.0.1", "braces": "^2.3.2", - "fsevents": "^1.2.7", "glob-parent": "^3.1.0", "inherits": "^2.0.3", "is-binary-path": "^1.0.0", @@ -16425,7 +16416,6 @@ "anymatch": "^2.0.0", "async-each": "^1.0.1", "braces": "^2.3.2", - "fsevents": "^1.2.7", "glob-parent": "^3.1.0", "inherits": "^2.0.3", "is-binary-path": "^1.0.0", @@ -29718,9 +29708,9 @@ "dev": true }, "vue-i18n": { - "version": "8.25.1", - "resolved": "https://registry.npmjs.org/vue-i18n/-/vue-i18n-8.25.1.tgz", - "integrity": "sha512-UgvN6LxcANSG2O/i8draincxY3E/2bppMNN0szVinN7tuzSJdNFQdB9VDVaQcR1i8BprK9ISUAgZVZacsl+Zbw==" + "version": "8.26.2", + "resolved": "https://registry.npmjs.org/vue-i18n/-/vue-i18n-8.26.2.tgz", + "integrity": "sha512-koaC7gEYcedlzq9M8usTbD/v3DdLZ8suvwuanrs6aBIiM/sVqq2nQPbeuNPrpHaXgpR/pff2+/R+lFGKl7S1cQ==" }, "vue-loader": { "version": "15.9.8", diff --git a/package.json b/package.json index 31d261a0..34197ca0 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "vue": "^2.6.10", "vue-cookie": "^1.1.4", "vue-github-button": "^1.0.8", - "vue-i18n": "^8.25.1", + "vue-i18n": "^8.26.2", "vue-router": "^3.5.2", "vuex": "^3.1.1" },