Skip to content

Commit 7099052

Browse files
committed
fix: vulnerability reports in our dependencies
1 parent 78834c7 commit 7099052

File tree

2 files changed

+20
-12
lines changed

2 files changed

+20
-12
lines changed

package.json

+17-9
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"@rigor789/trapezedev-project": "7.1.1",
6464
"ansi-colors": "^4.1.3",
6565
"archiver": "^5.3.1",
66-
"axios": "1.3.5",
66+
"axios": "1.6.5",
6767
"byline": "5.0.0",
6868
"chalk": "4.1.2",
6969
"chokidar": "3.5.3",
@@ -78,15 +78,15 @@
7878
"ios-device-lib": "0.9.3",
7979
"ios-mobileprovision-finder": "1.1.0",
8080
"ios-sim-portable": "4.4.1",
81-
"jimp": "0.22.7",
81+
"jimp": "0.22.10",
8282
"lodash": "4.17.21",
8383
"log4js": "6.9.1",
8484
"marked": "4.3.0",
8585
"marked-terminal": "5.1.1",
8686
"minimatch": "7.4.2",
8787
"mkdirp": "2.1.6",
8888
"mute-stream": "1.0.0",
89-
"nativescript-dev-xcode": "0.5.0",
89+
"nativescript-dev-xcode": "0.6.0",
9090
"open": "8.4.2",
9191
"ora": "5.4.1",
9292
"pacote": "15.1.1",
@@ -99,7 +99,7 @@
9999
"proxy-lib": "0.4.0",
100100
"qr-image": "3.2.0",
101101
"qrcode-terminal": "0.12.0",
102-
"semver": "7.3.8",
102+
"semver": "7.5.4",
103103
"shelljs": "0.8.5",
104104
"simple-git": "3.17.0",
105105
"simple-plist": "1.4.0",
@@ -114,7 +114,7 @@
114114
"uuid": "9.0.0",
115115
"winreg": "1.2.4",
116116
"ws": "8.13.0",
117-
"xml2js": "0.4.23",
117+
"xml2js": "0.6.2",
118118
"yargs": "17.7.1"
119119
},
120120
"analyze": true,
@@ -140,7 +140,7 @@
140140
"@types/proper-lockfile": "4.1.2",
141141
"@types/qr-image": "3.2.5",
142142
"@types/retry": "0.12.2",
143-
"@types/semver": "7.3.13",
143+
"@types/semver": "7.5.6",
144144
"@types/shelljs": "^0.8.11",
145145
"@types/sinon": "^10.0.13",
146146
"@types/source-map": "0.5.7",
@@ -151,7 +151,7 @@
151151
"@types/universal-analytics": "0.4.5",
152152
"@types/uuid": "^9.0.1",
153153
"@types/ws": "8.5.4",
154-
"@types/xml2js": "0.4.11",
154+
"@types/xml2js": "0.4.14",
155155
"@types/yargs": "17.0.24",
156156
"chai": "4.3.7",
157157
"chai-as-promised": "7.1.1",
@@ -184,5 +184,13 @@
184184
"bundleDependencies": [
185185
"@npmcli/move-file",
186186
"stringify-package"
187-
]
188-
}
187+
],
188+
"overrides": {
189+
"jimp": {
190+
"xml2js": "0.6.2"
191+
},
192+
"npm-watch": {
193+
"nodemon": "3.0.3"
194+
}
195+
}
196+
}

packages/doctor/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@
6363
"dependencies": {
6464
"lodash": "4.17.21",
6565
"osenv": "0.1.5",
66-
"semver": "7.3.5",
67-
"shelljs": "~0.8.4",
66+
"semver": "7.5.4",
67+
"shelljs": "0.8.5",
6868
"temp": "0.9.4",
69-
"winreg": "1.2.4",
69+
"winreg": "1.2.5",
7070
"yauzl": "2.10.0"
7171
}
7272
}

0 commit comments

Comments
 (0)