From e4e590903e84366428a2a8a552f3dafa274bad19 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 22:59:27 +0000 Subject: [PATCH] chore(deps): update dependency @types/picomatch to v4 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index fc85a0730e..195e0f34a0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "@opentelemetry/api": "^1.8.0", "@playwright/test": "^1.43.1", "@types/node": "^20.12.7", - "@types/picomatch": "^3.0.0", + "@types/picomatch": "^4.0.0", "@types/uuid": "^10.0.0", "@vercel/nft": "^0.29.0", "cheerio": "^1.0.0-rc.12", @@ -6263,9 +6263,9 @@ "dev": true }, "node_modules/@types/picomatch": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/@types/picomatch/-/picomatch-3.0.2.tgz", - "integrity": "sha512-n0i8TD3UDB7paoMMxA3Y65vUncFJXjcUf7lQY7YyKGl6031FNjfsLs6pdLFCy2GNFxItPJG8GvvpbZc2skH7WA==", + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/@types/picomatch/-/picomatch-4.0.2.tgz", + "integrity": "sha512-qHHxQ+P9PysNEGbALT8f8YOSHW0KJu6l2xU8DYY0fu/EmGxXdVnuTLvFUvBgPJMSqXq29SYHveejeAha+4AYgA==", "dev": true }, "node_modules/@types/retry": { @@ -37837,9 +37837,9 @@ "dev": true }, "@types/picomatch": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/@types/picomatch/-/picomatch-3.0.2.tgz", - "integrity": "sha512-n0i8TD3UDB7paoMMxA3Y65vUncFJXjcUf7lQY7YyKGl6031FNjfsLs6pdLFCy2GNFxItPJG8GvvpbZc2skH7WA==", + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/@types/picomatch/-/picomatch-4.0.2.tgz", + "integrity": "sha512-qHHxQ+P9PysNEGbALT8f8YOSHW0KJu6l2xU8DYY0fu/EmGxXdVnuTLvFUvBgPJMSqXq29SYHveejeAha+4AYgA==", "dev": true }, "@types/retry": { diff --git a/package.json b/package.json index d1e661a626..ec61889989 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "@opentelemetry/api": "^1.8.0", "@playwright/test": "^1.43.1", "@types/node": "^20.12.7", - "@types/picomatch": "^3.0.0", + "@types/picomatch": "^4.0.0", "@types/uuid": "^10.0.0", "@vercel/nft": "^0.29.0", "cheerio": "^1.0.0-rc.12",