Skip to content

Commit f395c08

Browse files
chore(deps): bump minimatch from 3.1.2 to 3.1.4
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.1.2 to 3.1.4. - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](isaacs/minimatch@v3.1.2...v3.1.4) --- updated-dependencies: - dependency-name: minimatch dependency-version: 3.1.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 601563a commit f395c08

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"globby": "^11.1.0",
7171
"load-json-file": "^6.2.0",
7272
"lodash.memoize": "^4.1.2",
73-
"minimatch": "^3.0.4",
73+
"minimatch": "^3.1.4",
7474
"next": "^15.5.12",
7575
"node-gyp": "^9.0.0",
7676
"p-map": "4.0.0",

yarn.lock

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8862,6 +8862,15 @@ __metadata:
88628862
languageName: node
88638863
linkType: hard
88648864

8865+
"minimatch@npm:^3.1.4":
8866+
version: 3.1.5
8867+
resolution: "minimatch@npm:3.1.5"
8868+
dependencies:
8869+
brace-expansion: ^1.1.7
8870+
checksum: 47ef6f412c08be045a7291d11b1c40777925accf7252dc6d3caa39b1bfbb3a7ea390ba7aba464d762d783265c644143d2c8a204e6b5763145024d52ee65a1941
8871+
languageName: node
8872+
linkType: hard
8873+
88658874
"minimatch@npm:^5.0.1":
88668875
version: 5.1.6
88678876
resolution: "minimatch@npm:5.1.6"
@@ -10683,7 +10692,7 @@ __metadata:
1068310692
jest: ^29.6.4
1068410693
load-json-file: ^6.2.0
1068510694
lodash.memoize: ^4.1.2
10686-
minimatch: ^3.0.4
10695+
minimatch: ^3.1.4
1068710696
ncp: ^2.0.0
1068810697
next: ^15.5.12
1068910698
node-gyp: ^9.0.0

0 commit comments

Comments
 (0)