Skip to content

Commit e4e26f4

Browse files
fix(deps): update dependency glob to v11 [security]
1 parent 6415498 commit e4e26f4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"core-js": "^3.42.0",
5858
"eslint": "^9.26.0",
5959
"find-up": "^5.0.0",
60-
"glob": "^10.4.5",
60+
"glob": "^11.0.0",
6161
"ignore": "^7.0.4",
6262
"lodash.memoize": "^4.1.2",
6363
"loglevel-colored-level-prefix": "^1.0.0",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6763,7 +6763,7 @@ __metadata:
67636763
languageName: node
67646764
linkType: hard
67656765

6766-
"glob@npm:^10.0.0, glob@npm:^10.2.2, glob@npm:^10.4.5":
6766+
"glob@npm:^10.0.0, glob@npm:^10.2.2":
67676767
version: 10.4.5
67686768
resolution: "glob@npm:10.4.5"
67696769
dependencies:
@@ -10648,7 +10648,7 @@ __metadata:
1064810648
eslint-plugin-jest: "npm:^28.11.0"
1064910649
eslint-plugin-node-dependencies: "npm:^1.0.1"
1065010650
find-up: "npm:^5.0.0"
10651-
glob: "npm:^10.4.5"
10651+
glob: "npm:^11.0.0"
1065210652
ignore: "npm:^7.0.4"
1065310653
jest: "npm:^29.7.0"
1065410654
lodash.memoize: "npm:^4.1.2"

0 commit comments

Comments
 (0)