Skip to content

Commit 0e44f9c

Browse files
committed
Update deps
1 parent f7c5d94 commit 0e44f9c

File tree

2 files changed

+220
-368
lines changed

2 files changed

+220
-368
lines changed

package.json

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,20 +75,27 @@
7575
"react-native-fetch-blob": "^0.10.8",
7676
"rexreplace": "7.1.14",
7777
"strftime": "0.10.3",
78-
"tabletop": "1.6.3",
78+
"tabletop": "^1.6.2",
7979
"uglify-js": "3.19.3"
8080
},
8181
"resolutions": {
8282
"got": "14",
83-
"axios": "1",
83+
"axios": "^1.13.2",
8484
"json5": "2",
8585
"underscore": "1",
8686
"glob-parent": "6",
8787
"decode-uri-component": "0.4",
8888
"semver": "7",
89-
"follow-redirects": "1",
89+
"follow-redirects": "^1.15.11",
9090
"js-yaml": "4",
91-
"glob": "10.5"
91+
"glob": "^13.0.0",
92+
"rimraf": "^6.1.2"
93+
},
94+
"overrides": {
95+
"axios": "^1.13.2",
96+
"follow-redirects": "^1.15.11",
97+
"glob": "^13.0.0",
98+
"rimraf": "^6.1.2"
9299
},
93100
"engines": {
94101
"node": ">=15"

0 commit comments

Comments
 (0)