Skip to content

Commit 310e6a3

Browse files
committed
fix: codegens/nodejs-axios/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-15053838
1 parent 60741ad commit 310e6a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

codegens/nodejs-axios/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"license": "Apache-2.0",
2828
"homepage": "https://github.com/postmanlabs/code-generators/tree/master/codegens/nodejs-axios",
2929
"dependencies": {
30-
"lodash": "4.17.21"
30+
"lodash": "4.17.23"
3131
},
3232
"devDependencies": {
3333
"axios": "1.7.9",

0 commit comments

Comments
 (0)