From 9dee97ec2cf08737b62d25aff0b2910ead94d91d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 25 Aug 2026 23:08:32 +0000 Subject: [PATCH] chore(deps): update dependency @nuxt/devtools to v3.4.2 --- package-lock.json | 30 +++++++++++++++--------------- package.json | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3c1849e..4472740 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "@graphql-codegen/typescript": "6.1.0", "@graphql-codegen/typescript-operations": "6.1.6", "@graphql-codegen/typescript-vue-apollo": "5.0.1", - "@nuxt/devtools": "3.4.1", + "@nuxt/devtools": "3.4.2", "@nuxt/eslint": "1.17.0", "@nuxtjs/stylelint-module": "5.2.1", "@stylistic/eslint-plugin": "5.10.0", @@ -5136,13 +5136,13 @@ "license": "MIT" }, "node_modules/@nuxt/devtools": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/@nuxt/devtools/-/devtools-3.4.1.tgz", - "integrity": "sha512-20zZs6k/zAdi+PM7s1BwxE3hanZ+R1OGi5DWCKPyzSnhUUeeNebvWNgec7Rwnx6iKLkJfK4WFIZ+FL2QurG/ZQ==", + "version": "3.4.2", + "resolved": "https://registry.npmjs.org/@nuxt/devtools/-/devtools-3.4.2.tgz", + "integrity": "sha512-Nidg0/zB710cyK89ltTkv66hMfPlIPlKA+Yb67bIrAkNm5PoTwQ1goHdFWHIAGZ9nTadcVTzATwMwa56nvl/Wg==", "license": "MIT", "dependencies": { - "@nuxt/devtools-kit": "3.4.1", - "@nuxt/devtools-wizard": "3.4.1", + "@nuxt/devtools-kit": "3.4.2", + "@nuxt/devtools-wizard": "3.4.2", "@nuxt/kit": "^4.5.1", "@vue/devtools-core": "^8.2.1", "@vue/devtools-kit": "^8.2.1", @@ -5189,9 +5189,9 @@ } }, "node_modules/@nuxt/devtools-kit": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/@nuxt/devtools-kit/-/devtools-kit-3.4.1.tgz", - "integrity": "sha512-6ltPm2yUW8GvDdf3VJna7+flLi+ej7xRfSr+S4ovevKt/CuPf9EqYOn1jW7Kw/U1MXt/71zkn+/O2vu3G6O9Hg==", + "version": "3.4.2", + "resolved": "https://registry.npmjs.org/@nuxt/devtools-kit/-/devtools-kit-3.4.2.tgz", + "integrity": "sha512-TPPbmH9xrExagYxfCe6JgtbHmgchfgDdA656Yws18rn8I/oCvB+gcw3kTWBBp2sC9ipZPXsgbsW/yZnVnGNBiA==", "license": "MIT", "dependencies": { "@nuxt/kit": "^4.5.1", @@ -5202,9 +5202,9 @@ } }, "node_modules/@nuxt/devtools-wizard": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/@nuxt/devtools-wizard/-/devtools-wizard-3.4.1.tgz", - "integrity": "sha512-taGeuTnkHsZVjgD9r6NXvvHaBzB2j4mCgOmlmkz3ntsqgh1SJfmsD11Tmtl7FVAxJS8Wuvuzgt0GyTlADBW9Wg==", + "version": "3.4.2", + "resolved": "https://registry.npmjs.org/@nuxt/devtools-wizard/-/devtools-wizard-3.4.2.tgz", + "integrity": "sha512-U2G8fw7KW1rdECyJDho5N14z8hSllpTk430KG1QPLjrv5w3pDksZ+YcpITd0u762Vw3gq3Arpg65Bk6U4ua6aQ==", "license": "MIT", "dependencies": { "@clack/prompts": "^1.7.0", @@ -5221,9 +5221,9 @@ } }, "node_modules/@nuxt/devtools/node_modules/birpc": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/birpc/-/birpc-4.0.0.tgz", - "integrity": "sha512-LShSxJP0KTmd101b6DRyGBj57LZxSDYWKitQNW/mi8GRMvZb078Uf9+pveax1DrVL89vm7mWe+TovdI/UDOuPw==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/birpc/-/birpc-4.2.0.tgz", + "integrity": "sha512-KxgKcZPfrtzJDDALHPguGpGJUrzdgpymyiQQgzFjWreHMOpWrnFNVREr5J48x2DBh8ZVioscrV1SBkDipGiX+Q==", "license": "MIT", "funding": { "url": "https://github.com/sponsors/antfu" diff --git a/package.json b/package.json index 08ddd13..ab29ddb 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@graphql-codegen/typescript": "6.1.0", "@graphql-codegen/typescript-operations": "6.1.6", "@graphql-codegen/typescript-vue-apollo": "5.0.1", - "@nuxt/devtools": "3.4.1", + "@nuxt/devtools": "3.4.2", "@nuxt/eslint": "1.17.0", "@nuxtjs/stylelint-module": "5.2.1", "@stylistic/eslint-plugin": "5.10.0",