From 1ad7e9db1ede5a3b37e32cba3ef033223b3ee17b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Jun 2021 09:06:13 +0000 Subject: [PATCH] fix(deps): bump nuxt-i18n from 6.27.1 to 6.27.2 Bumps [nuxt-i18n](https://github.com/nuxt-community/i18n-module) from 6.27.1 to 6.27.2. - [Release notes](https://github.com/nuxt-community/i18n-module/releases) - [Changelog](https://github.com/nuxt-community/i18n-module/blob/master/CHANGELOG.md) - [Commits](https://github.com/nuxt-community/i18n-module/compare/v6.27.1...v6.27.2) --- updated-dependencies: - dependency-name: nuxt-i18n dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 32 ++++++++++++++++---------------- package.json | 2 +- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/package-lock.json b/package-lock.json index 10f9129a..999d37df 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15082,12 +15082,12 @@ } }, "nuxt-i18n": { - "version": "6.27.1", - "resolved": "https://registry.npmjs.org/nuxt-i18n/-/nuxt-i18n-6.27.1.tgz", - "integrity": "sha512-YG6r7Jq9zetdgwyi1RifDF67SV/Z6cYDtA+TvtmXLZUtkUBSNG4NZhShC1jScofjdqj2XxCX2HytTuwhquFVUQ==", + "version": "6.27.2", + "resolved": "https://registry.npmjs.org/nuxt-i18n/-/nuxt-i18n-6.27.2.tgz", + "integrity": "sha512-9L2Wfokm2iLWJi5coh9xzGvy9ipX2Fb/5hyIY0pnim87MpL6M5bxIkuEo34NkU0IvxeMkfEqYjxQh0E9Do8S9A==", "requires": { - "@babel/parser": "^7.14.5", - "@babel/traverse": "^7.14.5", + "@babel/parser": "^7.14.7", + "@babel/traverse": "^7.14.7", "@intlify/vue-i18n-extensions": "^1.0.2", "@intlify/vue-i18n-loader": "^1.1.0", "cookie": "^0.4.1", @@ -15097,7 +15097,7 @@ "klona": "^2.0.4", "lodash.merge": "^4.6.2", "ufo": "^0.7.5", - "vue-i18n": "^8.24.4" + "vue-i18n": "^8.24.5" }, "dependencies": { "@babel/code-frame": { @@ -15160,9 +15160,9 @@ } }, "@babel/parser": { - "version": "7.14.6", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.14.6.tgz", - "integrity": "sha512-oG0ej7efjEXxb4UgE+klVx+3j4MVo+A2vCzm7OUN4CLo6WhQ+vSOD2yJ8m7B+DghObxtLxt3EfgMWpq+AsWehQ==" + "version": "7.14.7", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.14.7.tgz", + "integrity": "sha512-X67Z5y+VBJuHB/RjwECp8kSl5uYi0BvRbNeWqkaJCVh+LiTPl19WBUfG627psSgp9rSf6ojuXghQM3ha6qHHdA==" }, "@babel/template": { "version": "7.14.5", @@ -15175,16 +15175,16 @@ } }, "@babel/traverse": { - "version": "7.14.5", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.14.5.tgz", - "integrity": "sha512-G3BiS15vevepdmFqmUc9X+64y0viZYygubAMO8SvBmKARuF6CPSZtH4Ng9vi/lrWlZFGe3FWdXNy835akH8Glg==", + "version": "7.14.7", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.14.7.tgz", + "integrity": "sha512-9vDr5NzHu27wgwejuKL7kIOm4bwEtaPQ4Z6cpCmjSuaRqpH/7xc4qcGEscwMqlkwgcXl6MvqoAjZkQ24uSdIZQ==", "requires": { "@babel/code-frame": "^7.14.5", "@babel/generator": "^7.14.5", "@babel/helper-function-name": "^7.14.5", "@babel/helper-hoist-variables": "^7.14.5", "@babel/helper-split-export-declaration": "^7.14.5", - "@babel/parser": "^7.14.5", + "@babel/parser": "^7.14.7", "@babel/types": "^7.14.5", "debug": "^4.1.0", "globals": "^11.1.0" @@ -19607,9 +19607,9 @@ "integrity": "sha512-BXq3jwIagosjgNVae6tkHzzIk6a8MHFtzAdwhnV5VlvPTFxDCvIttgSiHWjdGoTJvXtmRu5HacExfdarRcFhog==" }, "vue-i18n": { - "version": "8.24.4", - "resolved": "https://registry.npmjs.org/vue-i18n/-/vue-i18n-8.24.4.tgz", - "integrity": "sha512-RZE94WUAGxEiBAANxQ0pptbRwDkNKNSXl3fnJslpFOxVMF6UkUtMDSuYGuW2blDrVgweIXVpethOVkYoNNT9xw==" + "version": "8.24.5", + "resolved": "https://registry.npmjs.org/vue-i18n/-/vue-i18n-8.24.5.tgz", + "integrity": "sha512-p8W5xOmniuZ8fj76VXe0vBL3bRWVU87jHuC/v8VwmhKVH2iMQsKnheB1U+umxDBqC/5g9K+NwzokepcLxnBAVQ==" }, "vue-jest": { "version": "3.0.7", diff --git a/package.json b/package.json index 3a176777..a1720dc4 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "cronstrue": "^1.114.0", "crypto-js": "^4.0.0", "nuxt": "^2.15.7", - "nuxt-i18n": "^6.27.1", + "nuxt-i18n": "^6.27.2", "qrcode.vue": "^1.7.0", "vuetify": "^2.5.5", "vuetify-toast-snackbar": "^0.6.1"