From 57b627db5520dd7c7109d3ecf7e5f5d6b586abc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 07:01:01 +0000 Subject: [PATCH] chore(deps): bump @nuxtjs/robots from 4.1.11 to 5.1.0 Bumps [@nuxtjs/robots](https://github.com/nuxt-modules/robots) from 4.1.11 to 5.1.0. - [Release notes](https://github.com/nuxt-modules/robots/releases) - [Commits](https://github.com/nuxt-modules/robots/compare/v4.1.11...v5.1.0) --- updated-dependencies: - dependency-name: "@nuxtjs/robots" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 65 ++++++++++++++++++++++++++++++++++++++++------- package.json | 2 +- 2 files changed, 57 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index e3ce8c38..1c84bc1d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@escapace/accept-language-parser": "^1.6.7", "@nuxt/devtools": "^1.7.0", "@nuxtjs/i18n": "^9.1.1", - "@nuxtjs/robots": "^4.1.11", + "@nuxtjs/robots": "^5.1.0", "@nuxtjs/sitemap": "^6.1.5", "@pinia/nuxt": "^0.9.0", "@types/lodash-es": "^4.17.9", @@ -3241,20 +3241,53 @@ } }, "node_modules/@nuxtjs/robots": { - "version": "4.1.11", - "resolved": "https://registry.npmjs.org/@nuxtjs/robots/-/robots-4.1.11.tgz", - "integrity": "sha512-neHIO1WnnURwq/XE7z8SSrf7OvjwD+pfRPpCHdMdaly6aGN8U0z4ZAq53gIrcYMi/xzE+D63QlxeODQgKjLQfQ==", - "license": "MIT", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/@nuxtjs/robots/-/robots-5.1.0.tgz", + "integrity": "sha512-G9J97ps4kcNxe2fTQCeuRQRhnj0iXKfZ+3VU28OhQFr5aCncsjxyWlDDpfNBN9HWFHRVN0oL2WOFbbxdaVr1OQ==", + "dependencies": { + "@nuxt/devtools-kit": "^1.6.4", + "@nuxt/kit": "^3.14.1592", + "consola": "^3.3.0", + "defu": "^6.1.4", + "nuxt-site-config": "^3.0.6", + "pathe": "^1.1.2", + "pkg-types": "^1.2.1", + "sirv": "^3.0.0", + "std-env": "^3.8.0", + "ufo": "^1.5.4" + }, + "funding": { + "url": "https://github.com/sponsors/harlan-zw" + } + }, + "node_modules/@nuxtjs/robots/node_modules/nuxt-site-config": { + "version": "3.0.6", + "resolved": "https://registry.npmjs.org/nuxt-site-config/-/nuxt-site-config-3.0.6.tgz", + "integrity": "sha512-Mkyen81br21/nA2sxlLCOtJZ2L8sGL+YzxHlsVhLhEnC355CP2SwKVtYqJNJ4aYFbxeusqZXJFiD4KbveHhk0w==", "dependencies": { "@nuxt/devtools-kit": "^1.6.0", "@nuxt/kit": "^3.13.2", - "consola": "^3.2.3", - "defu": "^6.1.4", - "nuxt-site-config": "^2.2.21", - "nuxt-site-config-kit": "^2.2.21", + "@nuxt/schema": "^3.13.2", + "nuxt-site-config-kit": "3.0.6", "pathe": "^1.1.2", "pkg-types": "^1.2.1", "sirv": "^3.0.0", + "site-config-stack": "3.0.6", + "ufo": "^1.5.4" + }, + "funding": { + "url": "https://github.com/sponsors/harlan-zw" + } + }, + "node_modules/@nuxtjs/robots/node_modules/nuxt-site-config-kit": { + "version": "3.0.6", + "resolved": "https://registry.npmjs.org/nuxt-site-config-kit/-/nuxt-site-config-kit-3.0.6.tgz", + "integrity": "sha512-QBOFzAIo+D02avFQQ7gNlRyA372/PQlgW2IjL2nttvjfHapqYbvP6tIP55soL+1+D8YvF/bGZgS+vJtfQhroUg==", + "dependencies": { + "@nuxt/kit": "^3.13.2", + "@nuxt/schema": "^3.13.2", + "pkg-types": "^1.2.1", + "site-config-stack": "3.0.6", "std-env": "^3.7.0", "ufo": "^1.5.4" }, @@ -3262,6 +3295,20 @@ "url": "https://github.com/sponsors/harlan-zw" } }, + "node_modules/@nuxtjs/robots/node_modules/site-config-stack": { + "version": "3.0.6", + "resolved": "https://registry.npmjs.org/site-config-stack/-/site-config-stack-3.0.6.tgz", + "integrity": "sha512-lqNI6Xvbwf4NBFqGJ1gNUIe12SOYw8YOuhrbl52JTVwBgtZZzXYh/ZQAwBHwXC7pxULvfIPUd8AJA35WtqU5YA==", + "dependencies": { + "ufo": "^1.5.4" + }, + "funding": { + "url": "https://github.com/sponsors/harlan-zw" + }, + "peerDependencies": { + "vue": "^3" + } + }, "node_modules/@nuxtjs/sitemap": { "version": "6.1.5", "resolved": "https://registry.npmjs.org/@nuxtjs/sitemap/-/sitemap-6.1.5.tgz", diff --git a/package.json b/package.json index 465fddd4..04a42f95 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@escapace/accept-language-parser": "^1.6.7", "@nuxt/devtools": "^1.7.0", "@nuxtjs/i18n": "^9.1.1", - "@nuxtjs/robots": "^4.1.11", + "@nuxtjs/robots": "^5.1.0", "@nuxtjs/sitemap": "^6.1.5", "@pinia/nuxt": "^0.9.0", "@types/lodash-es": "^4.17.9",