Skip to content

Commit 286a89a

Browse files
committed
fix: codegens/nodejs-native/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-1018905 - https://snyk.io/vuln/SNYK-JS-LODASH-1040724 - https://snyk.io/vuln/SNYK-JS-MARKED-1070800
1 parent a735079 commit 286a89a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codegens/nodejs-native/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-native",
2929
"dependencies": {
30-
"postman-collection": "3.6.9"
30+
"postman-collection": "3.6.10"
3131
},
3232
"devDependencies": {
3333
"follow-redirects": "1.13.2"

0 commit comments

Comments
 (0)