diff --git a/package-lock.json b/package-lock.json index 3b7df48..f2249ae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1376,9 +1376,9 @@ "dev": true }, "@types/picomatch": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/@types/picomatch/-/picomatch-2.2.1.tgz", - "integrity": "sha512-26/tQcDmJXYHiaWAAIjnTVL5nwrT+IVaqFZIbBImAuKk/r/j1r/1hmZ7uaOzG6IknqP3QHcNNQ6QO8Vp28lUoA==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/@types/picomatch/-/picomatch-2.3.0.tgz", + "integrity": "sha512-O397rnSS9iQI4OirieAtsDqvCj4+3eY1J+EPdNTKuHuRWIfUoGyzX294o8C4KJYaLqgSrd2o60c5EqCU8Zv02g==", "dev": true }, "@types/prettier": { @@ -5350,9 +5350,9 @@ "dev": true }, "picomatch": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.2.2.tgz", - "integrity": "sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg==" + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==" }, "pirates": { "version": "4.0.5", diff --git a/package.json b/package.json index f668c3e..98cf943 100644 --- a/package.json +++ b/package.json @@ -30,12 +30,12 @@ "@octokit/webhooks": "9.23.0", "git-blame-json": "1.0.2", "php-codesniffer": "1.0.2", - "picomatch": "2.2.2" + "picomatch": "2.3.1" }, "devDependencies": { "@types/jest": "26.0.24", "@types/node": "13.13.15", - "@types/picomatch": "2.2.1", + "@types/picomatch": "2.3.0", "@typescript-eslint/eslint-plugin": "5.14.0", "@typescript-eslint/parser": "5.14.0", "@zeit/ncc": "0.22.3",