Skip to content

Commit 4b4623f

Browse files
committed
update glob and jws transitive dependencies by adding a resolution
1 parent 54cf643 commit 4b4623f

File tree

2 files changed

+801
-172
lines changed

2 files changed

+801
-172
lines changed

cli/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"commander": "^6.2.1",
3939
"follow-redirects": "^1.14.6",
4040
"is-ci": "^2.0.0",
41+
"jws": "^4.0.1",
4142
"leven": "^3.1.0",
4243
"semver": "^7.6.0",
4344
"tmp": "^0.2.3",
@@ -60,6 +61,10 @@
6061
"rimraf": "^6.0.1",
6162
"typescript": "^5.6.3"
6263
},
64+
"resolutions": {
65+
"glob": "^11.1.0",
66+
"jws": "^4.0.1"
67+
},
6368
"scripts": {
6469
"clean": "rimraf lib",
6570
"prebuild": "node -p \"'export const LIB_VERSION = ' + JSON.stringify(require('./package.json').version) + ';'\" > src/version.ts",

0 commit comments

Comments
 (0)