fix(deps): bump nuxt-i18n from 6.27.2 to 6.27.3

Bumps [nuxt-i18n](https://github.com/nuxt-community/i18n-module) from 6.27.2 to 6.27.3.
- [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.2...v6.27.3)

---
updated-dependencies:
- dependency-name: nuxt-i18n
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-07-12 00:10:50 +00:00 committed by Corentin THOMASSET
parent 306d9933cf
commit 0568d4237b
2 changed files with 13 additions and 8 deletions

19
package-lock.json generated
View file

@ -15117,9 +15117,9 @@
} }
}, },
"nuxt-i18n": { "nuxt-i18n": {
"version": "6.27.2", "version": "6.27.3",
"resolved": "https://registry.npmjs.org/nuxt-i18n/-/nuxt-i18n-6.27.2.tgz", "resolved": "https://registry.npmjs.org/nuxt-i18n/-/nuxt-i18n-6.27.3.tgz",
"integrity": "sha512-9L2Wfokm2iLWJi5coh9xzGvy9ipX2Fb/5hyIY0pnim87MpL6M5bxIkuEo34NkU0IvxeMkfEqYjxQh0E9Do8S9A==", "integrity": "sha512-7+UeMM5hHZ7TGsU+t9DFsRSEgAh9FGN2DG10d/uF+l6ziie6XrlA4lTXD6aeE9i07vjt7Ifoz36r0gSuapullg==",
"requires": { "requires": {
"@babel/parser": "^7.14.7", "@babel/parser": "^7.14.7",
"@babel/traverse": "^7.14.7", "@babel/traverse": "^7.14.7",
@ -15131,7 +15131,7 @@
"js-cookie": "^2.2.1", "js-cookie": "^2.2.1",
"klona": "^2.0.4", "klona": "^2.0.4",
"lodash.merge": "^4.6.2", "lodash.merge": "^4.6.2",
"ufo": "^0.7.5", "ufo": "^0.7.7",
"vue-i18n": "^8.24.5" "vue-i18n": "^8.24.5"
}, },
"dependencies": { "dependencies": {
@ -15240,9 +15240,9 @@
"integrity": "sha512-ZwrFkGJxUR3EIoXtO+yVE69Eb7KlixbaeAWfBQB9vVsNn/o+Yw69gBWSSDK825hQNdN+wF8zELf3dFNl/kxkUA==" "integrity": "sha512-ZwrFkGJxUR3EIoXtO+yVE69Eb7KlixbaeAWfBQB9vVsNn/o+Yw69gBWSSDK825hQNdN+wF8zELf3dFNl/kxkUA=="
}, },
"debug": { "debug": {
"version": "4.3.1", "version": "4.3.2",
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.1.tgz", "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.2.tgz",
"integrity": "sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==", "integrity": "sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==",
"requires": { "requires": {
"ms": "2.1.2" "ms": "2.1.2"
} }
@ -15261,6 +15261,11 @@
"version": "0.5.7", "version": "0.5.7",
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
"integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=" "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w="
},
"ufo": {
"version": "0.7.7",
"resolved": "https://registry.npmjs.org/ufo/-/ufo-0.7.7.tgz",
"integrity": "sha512-N25aY3HBkJBnahm+2l4JRBBrX5I+JPakF/tDHYDTjd3wUR7iFLdyiPhj8mBwBz21v728BKwM9L9tgBfCntgdlw=="
} }
} }
}, },

View file

@ -49,7 +49,7 @@
"cronstrue": "^1.114.0", "cronstrue": "^1.114.0",
"crypto-js": "^4.0.0", "crypto-js": "^4.0.0",
"nuxt": "^2.15.7", "nuxt": "^2.15.7",
"nuxt-i18n": "^6.27.2", "nuxt-i18n": "^6.27.3",
"qrcode.vue": "^1.7.0", "qrcode.vue": "^1.7.0",
"vuetify": "^2.5.6", "vuetify": "^2.5.6",
"vuetify-toast-snackbar": "^0.6.1" "vuetify-toast-snackbar": "^0.6.1"