From 16612dff43f875d3d6a751611fe5d5e2fa6bfb03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 00:21:00 +0000 Subject: [PATCH] :arrow_up: Bump nuxt-i18n from 6.12.2 to 6.22.0 Bumps [nuxt-i18n](https://github.com/nuxt-community/i18n-module) from 6.12.2 to 6.22.0. - [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.12.2...v6.22.0) Signed-off-by: dependabot[bot] --- package-lock.json | 52 +++++++++++++++++++++++++++++++---------------- package.json | 2 +- 2 files changed, 36 insertions(+), 18 deletions(-) diff --git a/package-lock.json b/package-lock.json index fa0fcac4d3..c96315d448 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1627,6 +1627,11 @@ "@hapi/hoek": "^8.3.0" } }, + "@intlify/shared": { + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/@intlify/shared/-/shared-9.0.0.tgz", + "integrity": "sha512-0r4v7dnY8g/Jfx2swUWy2GyfH/WvIpWvkU4OIupvxDTWiE8RhcpbOCVvqpVh/xGi0proHQ/r2Dhc0QSItUsfDQ==" + }, "@intlify/vue-i18n-extensions": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/@intlify/vue-i18n-extensions/-/vue-i18n-extensions-1.0.2.tgz", @@ -1636,17 +1641,18 @@ }, "dependencies": { "@babel/parser": { - "version": "7.10.2", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.10.2.tgz", - "integrity": "sha512-PApSXlNMJyB4JiGVhCOlzKIif+TKFTvu0aQAhnTvfP/z3vVSN6ZypH5bfUNwFXXjRQtUEBNFd2PtmCmG2Py3qQ==" + "version": "7.13.12", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.13.12.tgz", + "integrity": "sha512-4T7Pb244rxH24yR116LAuJ+adxXXnHhZaLJjegJVKSdoNCe4x1eDBaud5YIcQFcqzsaD5BHvJw5BQ0AZapdCRw==" } } }, "@intlify/vue-i18n-loader": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@intlify/vue-i18n-loader/-/vue-i18n-loader-1.0.0.tgz", - "integrity": "sha512-y7LlpKEQ01u7Yq14l4VNlbFYEHMmSEH1QXXASOMWspj9ZcIdCebhhvHCHqk5Oy5Epw3PtoxyRJNpb6Wle5udgA==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@intlify/vue-i18n-loader/-/vue-i18n-loader-1.1.0.tgz", + "integrity": "sha512-9LXiztMtYKTE8t/hRwwGUp+ofrwU0sxLQLzFEOZ38zvn0DonUIQmZUj1cfz5p1Lu8BllxKbCrn6HnsRJ+LYA6g==", "requires": { + "@intlify/shared": "^9.0.0", "js-yaml": "^3.13.1", "json5": "^2.1.1" } @@ -8369,6 +8375,11 @@ "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==" }, + "klona": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/klona/-/klona-2.0.4.tgz", + "integrity": "sha512-ZRbnvdg/NxqzC7L9Uyqzf4psi1OM4Cuc+sJAkQPjO6XkQIJTNbfK2Rsmbw8fx1p2mkZdp2FZYo2+LwXYY/uwIA==" + }, "last-call-webpack-plugin": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/last-call-webpack-plugin/-/last-call-webpack-plugin-3.0.0.tgz", @@ -9564,24 +9575,26 @@ } }, "nuxt-i18n": { - "version": "6.12.2", - "resolved": "https://registry.npmjs.org/nuxt-i18n/-/nuxt-i18n-6.12.2.tgz", - "integrity": "sha512-XECHvyEGrHd4AnVFogE3XmaiOzn8j7VDssLjmMWUjZ4RbzB6pecNsxCwcUR7WGPvjXDONKAROS/zQDQL3g5Q7Q==", + "version": "6.22.0", + "resolved": "https://registry.npmjs.org/nuxt-i18n/-/nuxt-i18n-6.22.0.tgz", + "integrity": "sha512-snJxnPsRWE4Vc97tfE4w4l7LvAMyfrtfdTVPRglScq+vTLPBHVixVM9SUHsNUOyeTgrq7dIe7bEKyU7KW7miYg==", "requires": { "@babel/parser": "^7.5.5", "@babel/traverse": "^7.5.5", "@intlify/vue-i18n-extensions": "^1.0.1", "@intlify/vue-i18n-loader": "^1.0.0", "cookie": "^0.4.0", - "is-https": "^2.0.0", + "is-https": "^3.0.0", "js-cookie": "^2.2.1", - "vue-i18n": "^8.18.1" + "klona": "^2.0.4", + "ufo": "^0.6.7", + "vue-i18n": "^8.23.0" }, "dependencies": { "is-https": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/is-https/-/is-https-2.0.2.tgz", - "integrity": "sha512-UfUCKVQH/6PQRCh5Qk9vNu4feLZiFmV/gr8DjbtJD0IrCRIDTA6E+d/AVFGPulI5tqK5W45fYbn1Nir1O99rFw==" + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/is-https/-/is-https-3.0.2.tgz", + "integrity": "sha512-jFgAKhbNF7J+lTMJxbq5z9bf1V9f8rXn9mP5RSY2GUEW5M0nOiVhVC9dNra96hQDjGpNzskIzusUnXwngqmhAA==" } } }, @@ -13503,6 +13516,11 @@ "resolved": "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-0.7.21.tgz", "integrity": "sha512-+O8/qh/Qj8CgC6eYBVBykMrNtp5Gebn4dlGD/kKXVkJNDwyrAwSIqwz8CDf+tsAIWVycKcku6gIXJ0qwx/ZXaQ==" }, + "ufo": { + "version": "0.6.10", + "resolved": "https://registry.npmjs.org/ufo/-/ufo-0.6.10.tgz", + "integrity": "sha512-sMbJnrBcKKsbVyr6++hb0n9lCmrMqkJrNnJIOJ3sckeqY6NMfAULcRGbBWcASSnN1HDV3YqiGCPzi9RVs511bw==" + }, "uglify-js": { "version": "3.4.10", "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.4.10.tgz", @@ -13857,9 +13875,9 @@ "integrity": "sha512-BXq3jwIagosjgNVae6tkHzzIk6a8MHFtzAdwhnV5VlvPTFxDCvIttgSiHWjdGoTJvXtmRu5HacExfdarRcFhog==" }, "vue-i18n": { - "version": "8.18.1", - "resolved": "https://registry.npmjs.org/vue-i18n/-/vue-i18n-8.18.1.tgz", - "integrity": "sha512-K+hFQJksF8Ph23pnhbwSyoQx+4Y1q/rh2o7GiXI/3rLCCrwanUbzudC8+trp0Mb8rn9y83DYF6RXNrMd+VsuCw==" + "version": "8.24.2", + "resolved": "https://registry.npmjs.org/vue-i18n/-/vue-i18n-8.24.2.tgz", + "integrity": "sha512-+TkAPBQw4Cp2bQrSPtPNkhET7XcWYjjDt1UjWYQs+xbT41q5OAl1I3IZyhg0drjn1nlC1K0f8sLVB/nshUcF1Q==" }, "vue-loader": { "version": "15.9.1", diff --git a/package.json b/package.json index e61b342581..51baf63c33 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "graphql": "^15.1.0", "graphql-language-service-interface": "^2.4.0", "nuxt": "^2.12.2", - "nuxt-i18n": "^6.12.2", + "nuxt-i18n": "^6.22.0", "paho-mqtt": "^1.1.0", "socket.io-client": "^2.3.0", "socketio-wildcard": "^2.0.0",