Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# SECINV-136 install guardrails
# Release-age gate: refuse third-party dependency versions younger than ~7 days
# (defense against compromised fresh publishes). First-party @postman/* is exempt.
# NOTE: honored by npm >= 11 only; INERT under this repo's pinned npm 10 toolchain
# (Node 18 / Node 20 both ship npm 10). Activating it requires standardizing the
# toolchain on npm 11 (Node >= 20) — tracked as a needs-human follow-up, since npm 11
# rewrites this repo's lockfile format.
minimum-release-age=10080
minimum-release-age-exclude[]=@postman/*
2 changes: 1 addition & 1 deletion codegens/dart-dio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"license": "Apache-2.0",
"homepage": "https://github.com/postmanlabs/code-generators/tree/master/codegens/dart-dio",
"dependencies": {
"lodash": "4.17.21"
"lodash": "4.18.1"
},
"devDependencies": {},
"engines": {
Expand Down
3 changes: 3 additions & 0 deletions codegens/http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,8 @@
"devDependencies": {},
"engines": {
"node": ">=8"
},
"overrides": {
"lodash": "4.18.1"
}
}
2 changes: 1 addition & 1 deletion codegens/kotlin-okhttp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"license": "Apache-2.0",
"homepage": "https://github.com/postmanlabs/code-generators/tree/master/codegens/kotlin-okhttp",
"dependencies": {
"lodash": "4.17.21"
"lodash": "4.18.1"
},
"devDependencies": {},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion codegens/nodejs-axios/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"license": "Apache-2.0",
"homepage": "https://github.com/postmanlabs/code-generators/tree/master/codegens/nodejs-axios",
"dependencies": {
"lodash": "4.17.21"
"lodash": "4.18.1"
},
"devDependencies": {
"axios": "1.7.9",
Expand Down
3 changes: 3 additions & 0 deletions codegens/nodejs-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,8 @@
},
"engines": {
"node": ">=8"
},
"overrides": {
"lodash": "4.18.1"
}
}
3 changes: 3 additions & 0 deletions codegens/python-http.client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,8 @@
"devDependencies": {},
"engines": {
"node": ">=8"
},
"overrides": {
"lodash": "4.18.1"
}
}
2 changes: 1 addition & 1 deletion codegens/rust-reqwest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"license": "Apache-2.0",
"homepage": "https://github.com/postmanlabs/code-generators/tree/master/codegens/rust-reqwest",
"dependencies": {
"lodash": "4.17.21"
"lodash": "4.18.1"
},
"devDependencies": {},
"engines": {
Expand Down
Loading
Loading