From 52563a83a000118b700e6eb93900a98b82894a5e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Jul 2024 09:23:13 +0000 Subject: [PATCH] chore(deps): update dependency @nuxtjs/robots to v4 --- package-lock.json | 123 ++++++++++++++++++++++++++++++++++++-- packages/app/package.json | 2 +- 2 files changed, 118 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 407a18d98..9f9bab44d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4863,12 +4863,123 @@ } }, "node_modules/@nuxtjs/robots": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@nuxtjs/robots/-/robots-3.0.0.tgz", - "integrity": "sha512-qsHGW1KXBvV5Kq7u3huPnFCUTbHS4Fk8Za2mNPgmUXcwLgp3exvhPtdZfIdjrCF/aZk3A8OZONNmGghs6CecBA==", + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/@nuxtjs/robots/-/robots-4.0.1.tgz", + "integrity": "sha512-JbKmjWdjvmMy6crg0O+c+w+Q+deEtmZGoIWyZSCyxvl1Jsqmw3xukJhKeG6qCSA//vcPLl8XkZj0bbGIbxkVMQ==", + "license": "MIT", + "dependencies": { + "@nuxt/devtools-kit": "^1.3.9", + "@nuxt/kit": "^3.12.3", + "consola": "^3.2.3", + "defu": "^6.1.4", + "nuxt-site-config": "^2.2.15", + "nuxt-site-config-kit": "^2.2.15", + "pathe": "^1.1.2", + "pkg-types": "^1.1.3", + "sirv": "^2.0.4", + "std-env": "^3.7.0", + "ufo": "^1.5.3" + }, + "funding": { + "url": "https://github.com/sponsors/harlan-zw" + } + }, + "node_modules/@nuxtjs/robots/node_modules/@nuxt/kit": { + "version": "3.12.3", + "resolved": "https://registry.npmjs.org/@nuxt/kit/-/kit-3.12.3.tgz", + "integrity": "sha512-5R8FZLDxBKlkDWYsqwU1tctGJ5vwMA96WBrNkpQ0LznB2/p+3MWWTO6vz+0P0F9xvZZfkk/KKyZ3uUhnG9VJOA==", + "license": "MIT", + "dependencies": { + "@nuxt/schema": "3.12.3", + "c12": "^1.11.1", + "consola": "^3.2.3", + "defu": "^6.1.4", + "destr": "^2.0.3", + "globby": "^14.0.2", + "hash-sum": "^2.0.0", + "ignore": "^5.3.1", + "jiti": "^1.21.6", + "klona": "^2.0.6", + "knitwork": "^1.1.0", + "mlly": "^1.7.1", + "pathe": "^1.1.2", + "pkg-types": "^1.1.2", + "scule": "^1.3.0", + "semver": "^7.6.2", + "ufo": "^1.5.3", + "unctx": "^2.3.1", + "unimport": "^3.7.2", + "untyped": "^1.4.2" + }, + "engines": { + "node": "^14.18.0 || >=16.10.0" + } + }, + "node_modules/@nuxtjs/robots/node_modules/@nuxt/schema": { + "version": "3.12.3", + "resolved": "https://registry.npmjs.org/@nuxt/schema/-/schema-3.12.3.tgz", + "integrity": "sha512-Zw/2stN5CWVOHQ6pKyewk3tvYW5ROBloTGyIbie7/TprJT5mL+E9tTgAxOZtkoKSFaYEQXZgE1K2OzMelhLRzw==", + "license": "MIT", + "dependencies": { + "compatx": "^0.1.8", + "consola": "^3.2.3", + "defu": "^6.1.4", + "hookable": "^5.5.3", + "pathe": "^1.1.2", + "pkg-types": "^1.1.2", + "scule": "^1.3.0", + "std-env": "^3.7.0", + "ufo": "^1.5.3", + "uncrypto": "^0.1.3", + "unimport": "^3.7.2", + "untyped": "^1.4.2" + }, + "engines": { + "node": "^14.18.0 || >=16.10.0" + } + }, + "node_modules/@nuxtjs/robots/node_modules/globby": { + "version": "14.0.2", + "resolved": "https://registry.npmjs.org/globby/-/globby-14.0.2.tgz", + "integrity": "sha512-s3Fq41ZVh7vbbe2PN3nrW7yC7U7MFVc5c98/iTl9c2GawNMKx/J648KQRW6WKkuU8GIbbh2IXfIRQjOZnXcTnw==", + "license": "MIT", "dependencies": { - "@nuxt/kit": "^3.0.0", - "h3": "^1.0.1" + "@sindresorhus/merge-streams": "^2.1.0", + "fast-glob": "^3.3.2", + "ignore": "^5.2.4", + "path-type": "^5.0.0", + "slash": "^5.1.0", + "unicorn-magic": "^0.1.0" + }, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/@nuxtjs/robots/node_modules/path-type": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-5.0.0.tgz", + "integrity": "sha512-5HviZNaZcfqP95rwpv+1HDgUamezbqdSYTyzjTvwtJSnIH+3vnbmWsItli8OFEndS984VT55M3jduxZbX351gg==", + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/@nuxtjs/robots/node_modules/slash": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-5.1.0.tgz", + "integrity": "sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==", + "license": "MIT", + "engines": { + "node": ">=14.16" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/@nuxtjs/sitemap": { @@ -21381,7 +21492,7 @@ "dependencies": { "@fullhuman/postcss-purgecss": "6.0.0", "@nuxtjs/critters": "0.7.1", - "@nuxtjs/robots": "3.0.0", + "@nuxtjs/robots": "4.0.1", "@nuxtjs/sitemap": "5.3.5", "nuxt": "3.12.3", "postcss-html": "1.7.0", diff --git a/packages/app/package.json b/packages/app/package.json index cce587be0..326ca9a4e 100644 --- a/packages/app/package.json +++ b/packages/app/package.json @@ -25,7 +25,7 @@ "dependencies": { "@fullhuman/postcss-purgecss": "6.0.0", "@nuxtjs/critters": "0.7.1", - "@nuxtjs/robots": "3.0.0", + "@nuxtjs/robots": "4.0.1", "@nuxtjs/sitemap": "5.3.5", "nuxt": "3.12.3", "postcss-html": "1.7.0",