Merge pull request #2800 from github/aeisenberg/remove-minimatch

Minimally remove micromatch
This commit is contained in:
Andrew Eisenberg 2025-03-11 16:01:07 -07:00 committed by GitHub
commit dc49dcabdb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 0 additions and 5 deletions

1
package-lock.json generated
View file

@ -66,7 +66,6 @@
"eslint-plugin-github": "^5.1.8",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-no-async-foreach": "^0.1.1",
"micromatch": "4.0.8",
"nock": "^14.0.1",
"removeNPMAbsolutePaths": "3.0.1",
"sinon": "^19.0.2",

View file

@ -56,9 +56,6 @@
"uuid": "^11.1.0",
"zlib": "^1.0.5"
},
"//": [
"micromatch is an unspecified dependency of ava"
],
"devDependencies": {
"@ava/typescript": "4.1.0",
"@eslint/compat": "^1.1.1",
@ -82,7 +79,6 @@
"eslint-plugin-github": "^5.1.8",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-no-async-foreach": "^0.1.1",
"micromatch": "4.0.8",
"nock": "^14.0.1",
"removeNPMAbsolutePaths": "3.0.1",
"sinon": "^19.0.2",