diff --git a/package-lock.json b/package-lock.json index e78c8904..c299dcb6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "@types/github-slugger": "^1.3.0", "@types/jest": "^29.5.12", "@types/node": "^20.14.8", - "@types/picomatch": "^2.3.3", + "@types/picomatch": "^3.0.0", "@types/xml2js": "^0.4.14", "@typescript-eslint/eslint-plugin": "^7.14.1", "@typescript-eslint/parser": "^7.14.1", @@ -1662,9 +1662,9 @@ } }, "node_modules/@types/picomatch": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/@types/picomatch/-/picomatch-2.3.3.tgz", - "integrity": "sha512-Yll76ZHikRFCyz/pffKGjrCwe/le2CDwOP5F210KQo27kpRE46U2rDnzikNlVn6/ezH3Mhn46bJMTfeVTtcYMg==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@types/picomatch/-/picomatch-3.0.0.tgz", + "integrity": "sha512-iX/Qwk9vU17N/5Q7QrV46wzciloTdCqTRt6z8A7uFFADM2+Sy5oQh9ldZhAiTXH+l0sM/EkXatEhJIs8FUyOBQ==", "dev": true }, "node_modules/@types/responselike": { diff --git a/package.json b/package.json index dbe60adc..0d9a2259 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "@types/github-slugger": "^1.3.0", "@types/jest": "^29.5.12", "@types/node": "^20.14.8", - "@types/picomatch": "^2.3.3", + "@types/picomatch": "^3.0.0", "@types/xml2js": "^0.4.14", "@typescript-eslint/eslint-plugin": "^7.14.1", "@typescript-eslint/parser": "^7.14.1",