Skip to content

Commit 6f4fed2

Browse files
committed
PP-15136 Pin Axios to v1.14.0 and disable post-install npm scripts
1 parent 301d1e8 commit 6f4fed2

3 files changed

Lines changed: 20 additions & 9 deletions

File tree

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ignore-scripts=true

package-lock.json

Lines changed: 12 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,13 +138,19 @@
138138
"lib": "lib"
139139
},
140140
"dependencies": {
141-
"axios": "^1.6.5",
141+
"axios": "1.14.0",
142142
"csrf": "^3.1.0",
143143
"express-rate-limit": "^8.1.0",
144144
"lodash": "4.17.23",
145145
"moment-timezone": "0.5.43",
146146
"rfc822-validate": "1.0.0",
147147
"slugify": "1.6.6",
148148
"winston": "3.9.0"
149+
},
150+
"overrides": {
151+
"axios": "1.14.0"
152+
},
153+
"resolutions": {
154+
"axios": "1.14.0"
149155
}
150156
}

0 commit comments

Comments
 (0)