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] <support@github.com>
This commit is contained in:
		
							parent
							
								
									e8ea2b5de4
								
							
						
					
					
						commit
						1ad7e9db1e
					
				
							
								
								
									
										32
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										32
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							| @ -15082,12 +15082,12 @@ | |||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|     "nuxt-i18n": { |     "nuxt-i18n": { | ||||||
|       "version": "6.27.1", |       "version": "6.27.2", | ||||||
|       "resolved": "https://registry.npmjs.org/nuxt-i18n/-/nuxt-i18n-6.27.1.tgz", |       "resolved": "https://registry.npmjs.org/nuxt-i18n/-/nuxt-i18n-6.27.2.tgz", | ||||||
|       "integrity": "sha512-YG6r7Jq9zetdgwyi1RifDF67SV/Z6cYDtA+TvtmXLZUtkUBSNG4NZhShC1jScofjdqj2XxCX2HytTuwhquFVUQ==", |       "integrity": "sha512-9L2Wfokm2iLWJi5coh9xzGvy9ipX2Fb/5hyIY0pnim87MpL6M5bxIkuEo34NkU0IvxeMkfEqYjxQh0E9Do8S9A==", | ||||||
|       "requires": { |       "requires": { | ||||||
|         "@babel/parser": "^7.14.5", |         "@babel/parser": "^7.14.7", | ||||||
|         "@babel/traverse": "^7.14.5", |         "@babel/traverse": "^7.14.7", | ||||||
|         "@intlify/vue-i18n-extensions": "^1.0.2", |         "@intlify/vue-i18n-extensions": "^1.0.2", | ||||||
|         "@intlify/vue-i18n-loader": "^1.1.0", |         "@intlify/vue-i18n-loader": "^1.1.0", | ||||||
|         "cookie": "^0.4.1", |         "cookie": "^0.4.1", | ||||||
| @ -15097,7 +15097,7 @@ | |||||||
|         "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.5", | ||||||
|         "vue-i18n": "^8.24.4" |         "vue-i18n": "^8.24.5" | ||||||
|       }, |       }, | ||||||
|       "dependencies": { |       "dependencies": { | ||||||
|         "@babel/code-frame": { |         "@babel/code-frame": { | ||||||
| @ -15160,9 +15160,9 @@ | |||||||
|           } |           } | ||||||
|         }, |         }, | ||||||
|         "@babel/parser": { |         "@babel/parser": { | ||||||
|           "version": "7.14.6", |           "version": "7.14.7", | ||||||
|           "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.14.6.tgz", |           "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.14.7.tgz", | ||||||
|           "integrity": "sha512-oG0ej7efjEXxb4UgE+klVx+3j4MVo+A2vCzm7OUN4CLo6WhQ+vSOD2yJ8m7B+DghObxtLxt3EfgMWpq+AsWehQ==" |           "integrity": "sha512-X67Z5y+VBJuHB/RjwECp8kSl5uYi0BvRbNeWqkaJCVh+LiTPl19WBUfG627psSgp9rSf6ojuXghQM3ha6qHHdA==" | ||||||
|         }, |         }, | ||||||
|         "@babel/template": { |         "@babel/template": { | ||||||
|           "version": "7.14.5", |           "version": "7.14.5", | ||||||
| @ -15175,16 +15175,16 @@ | |||||||
|           } |           } | ||||||
|         }, |         }, | ||||||
|         "@babel/traverse": { |         "@babel/traverse": { | ||||||
|           "version": "7.14.5", |           "version": "7.14.7", | ||||||
|           "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.14.5.tgz", |           "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.14.7.tgz", | ||||||
|           "integrity": "sha512-G3BiS15vevepdmFqmUc9X+64y0viZYygubAMO8SvBmKARuF6CPSZtH4Ng9vi/lrWlZFGe3FWdXNy835akH8Glg==", |           "integrity": "sha512-9vDr5NzHu27wgwejuKL7kIOm4bwEtaPQ4Z6cpCmjSuaRqpH/7xc4qcGEscwMqlkwgcXl6MvqoAjZkQ24uSdIZQ==", | ||||||
|           "requires": { |           "requires": { | ||||||
|             "@babel/code-frame": "^7.14.5", |             "@babel/code-frame": "^7.14.5", | ||||||
|             "@babel/generator": "^7.14.5", |             "@babel/generator": "^7.14.5", | ||||||
|             "@babel/helper-function-name": "^7.14.5", |             "@babel/helper-function-name": "^7.14.5", | ||||||
|             "@babel/helper-hoist-variables": "^7.14.5", |             "@babel/helper-hoist-variables": "^7.14.5", | ||||||
|             "@babel/helper-split-export-declaration": "^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", |             "@babel/types": "^7.14.5", | ||||||
|             "debug": "^4.1.0", |             "debug": "^4.1.0", | ||||||
|             "globals": "^11.1.0" |             "globals": "^11.1.0" | ||||||
| @ -19607,9 +19607,9 @@ | |||||||
|       "integrity": "sha512-BXq3jwIagosjgNVae6tkHzzIk6a8MHFtzAdwhnV5VlvPTFxDCvIttgSiHWjdGoTJvXtmRu5HacExfdarRcFhog==" |       "integrity": "sha512-BXq3jwIagosjgNVae6tkHzzIk6a8MHFtzAdwhnV5VlvPTFxDCvIttgSiHWjdGoTJvXtmRu5HacExfdarRcFhog==" | ||||||
|     }, |     }, | ||||||
|     "vue-i18n": { |     "vue-i18n": { | ||||||
|       "version": "8.24.4", |       "version": "8.24.5", | ||||||
|       "resolved": "https://registry.npmjs.org/vue-i18n/-/vue-i18n-8.24.4.tgz", |       "resolved": "https://registry.npmjs.org/vue-i18n/-/vue-i18n-8.24.5.tgz", | ||||||
|       "integrity": "sha512-RZE94WUAGxEiBAANxQ0pptbRwDkNKNSXl3fnJslpFOxVMF6UkUtMDSuYGuW2blDrVgweIXVpethOVkYoNNT9xw==" |       "integrity": "sha512-p8W5xOmniuZ8fj76VXe0vBL3bRWVU87jHuC/v8VwmhKVH2iMQsKnheB1U+umxDBqC/5g9K+NwzokepcLxnBAVQ==" | ||||||
|     }, |     }, | ||||||
|     "vue-jest": { |     "vue-jest": { | ||||||
|       "version": "3.0.7", |       "version": "3.0.7", | ||||||
|  | |||||||
| @ -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.1", |     "nuxt-i18n": "^6.27.2", | ||||||
|     "qrcode.vue": "^1.7.0", |     "qrcode.vue": "^1.7.0", | ||||||
|     "vuetify": "^2.5.5", |     "vuetify": "^2.5.5", | ||||||
|     "vuetify-toast-snackbar": "^0.6.1" |     "vuetify-toast-snackbar": "^0.6.1" | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user