diff --git a/package-lock.json b/package-lock.json index 294caf9818..ce4fc63f90 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,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.27.0", "cheerio": "^1.0.0-rc.12", @@ -6068,9 +6068,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.0", + "resolved": "https://registry.npmjs.org/@types/picomatch/-/picomatch-4.0.0.tgz", + "integrity": "sha512-J1Bng+wlyEERWSgJQU1Pi0HObCLVcr994xT/M+1wcl/yNRTGBupsCxthgkdYG+GCOMaQH7iSVUY3LJVBBqG7MQ==", "dev": true }, "node_modules/@types/retry": { @@ -38718,9 +38718,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.0", + "resolved": "https://registry.npmjs.org/@types/picomatch/-/picomatch-4.0.0.tgz", + "integrity": "sha512-J1Bng+wlyEERWSgJQU1Pi0HObCLVcr994xT/M+1wcl/yNRTGBupsCxthgkdYG+GCOMaQH7iSVUY3LJVBBqG7MQ==", "dev": true }, "@types/retry": { diff --git a/package.json b/package.json index 959faa10b9..4762cb3f0f 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,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.27.0", "cheerio": "^1.0.0-rc.12",