Skip to content

Commit 82838ce

Browse files
authored
Merge pull request #1482 from netomi/update-glob-dep
Update glob and jws transitive dependencies
2 parents e9908e2 + 22882ec commit 82838ce

File tree

2 files changed

+799
-172
lines changed

2 files changed

+799
-172
lines changed

cli/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@
6060
"rimraf": "^6.0.1",
6161
"typescript": "^5.6.3"
6262
},
63+
"resolutions": {
64+
"glob": "^11.1.0",
65+
"jws": "^4.0.1"
66+
},
6367
"scripts": {
6468
"clean": "rimraf lib",
6569
"prebuild": "node -p \"'export const LIB_VERSION = ' + JSON.stringify(require('./package.json').version) + ';'\" > src/version.ts",

0 commit comments

Comments
 (0)