Skip to content

File tree

2 files changed

+93
-97
lines changed

2 files changed

+93
-97
lines changed

package-lock.json

Lines changed: 80 additions & 94 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,11 @@
7575
"ios-mobileprovision-finder": "1.2.1",
7676
"ios-sim-portable": "4.5.1",
7777
"jimp": "1.6.0",
78-
"lodash": "4.17.21",
78+
"lodash": "4.17.23",
7979
"log4js": "6.9.1",
8080
"marked": "15.0.12",
8181
"marked-terminal": "7.3.0",
82-
"minimatch": "10.1.1",
82+
"minimatch": "10.2.4",
8383
"mkdirp": "3.0.1",
8484
"mute-stream": "2.0.0",
8585
"nativescript-dev-xcode": "0.8.1",
@@ -118,7 +118,7 @@
118118
"@types/chai-as-promised": "8.0.2",
119119
"@types/color": "4.2.0",
120120
"@types/convert-source-map": "2.0.3",
121-
"@types/lodash": "4.17.21",
121+
"@types/lodash": "4.17.23",
122122
"@types/marked-terminal": "^6.1.1",
123123
"@types/node": "^22.0.0",
124124
"@types/npmcli__arborist": "^6.3.0",
@@ -163,11 +163,21 @@
163163
"fsevents": "*"
164164
},
165165
"overrides": {
166+
"@conventional-changelog/git-client": "2.5.1",
166167
"jimp": {
167168
"xml2js": "0.6.2"
168169
},
169170
"npm-watch": {
170171
"nodemon": "3.0.3"
172+
},
173+
"grunt": {
174+
"minimatch": "3.1.5"
175+
},
176+
"globule": {
177+
"minimatch": "3.1.5"
178+
},
179+
"replace": {
180+
"minimatch": "3.1.5"
171181
}
172182
},
173183
"analyze": true,

0 commit comments

Comments
 (0)