Skip to content

Commit 488c0f5

Browse files
authored
fix-cves (#48)
1 parent 3f8bc74 commit 488c0f5

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,24 +38,24 @@
3838
"upgradeDep": "npm-check-updates -u"
3939
},
4040
"dependencies": {
41-
"axios": "^1.7.2",
41+
"axios": "^1.7.7",
4242
"colors-ext": "^1.0.3",
43-
"jsonpath-plus": "^9.0.0",
43+
"jsonpath-plus": "^10.0.0",
4444
"rimraf": "^6.0.1",
4545
"swagger2openapi": "^7.0.8",
46-
"tslib": "^2.6.3",
46+
"tslib": "^2.7.0",
4747
"yargs": "^17.7.2"
4848
},
4949
"devDependencies": {
5050
"@types/jsonpath": "^0.2.4",
51-
"@types/node": "^20.14.12",
52-
"@types/yargs": "^17.0.32",
51+
"@types/node": "^22.7.5",
52+
"@types/yargs": "^17.0.33",
5353
"cpy-cli": "^5.0.0",
5454
"cross-env": "^7.0.3",
55-
"nodemon": "^3.1.4",
56-
"npm-check-updates": "^16.14.20",
55+
"nodemon": "^3.1.7",
56+
"npm-check-updates": "^17.1.3",
5757
"prettier": "^3.3.3",
5858
"react-query": "^3.39.3",
59-
"typescript": "^5.5.4"
59+
"typescript": "^5.6.3"
6060
}
6161
}

0 commit comments

Comments
 (0)