Skip to content

Commit 4469d1c

Browse files
build(deps): bump picomatch and @types/picomatch
Bumps [picomatch](https://github.com/micromatch/picomatch) and [@types/picomatch](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/picomatch). These dependencies needed to be updated together. Updates `picomatch` from 2.3.1 to 4.0.3 - [Release notes](https://github.com/micromatch/picomatch/releases) - [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md) - [Commits](micromatch/picomatch@2.3.1...4.0.3) Updates `@types/picomatch` from 2.3.3 to 4.0.2 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/picomatch) --- updated-dependencies: - dependency-name: picomatch dependency-version: 4.0.3 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: "@types/picomatch" dependency-version: 4.0.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8d8d006 commit 4469d1c

File tree

2 files changed

+73
-17
lines changed

2 files changed

+73
-17
lines changed

package-lock.json

Lines changed: 71 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"axios": "^1.11.0",
3939
"fast-glob": "^3.2.5",
4040
"got": "^11.8.2",
41-
"picomatch": "^2.2.2",
41+
"picomatch": "^4.0.3",
4242
"xml2js": "^0.4.23"
4343
},
4444
"devDependencies": {
@@ -49,7 +49,7 @@
4949
"@types/github-slugger": "^1.3.0",
5050
"@types/jest": "^29.5.12",
5151
"@types/node": "^18.19.28",
52-
"@types/picomatch": "^2.3.3",
52+
"@types/picomatch": "^4.0.2",
5353
"@types/xml2js": "^0.4.14",
5454
"@typescript-eslint/eslint-plugin": "^7.8.0",
5555
"@typescript-eslint/parser": "^7.8.0",

0 commit comments

Comments
 (0)