1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-07-23 22:55:28 +00:00

fix(deps): resolve npm audit vulnerabilities

Bump axios (prod) plus express, webpack, terser-webpack-plugin,
node-polyfill-webpack-plugin, and semantic-release (dev) to patch
73 known vulnerabilities down to 6 low-severity, upstream-unfixed
ones in node-polyfill-webpack-plugin's own dependency chain.
This commit is contained in:
YuryShkoda
2026-07-21 11:24:33 +03:00
parent df43c921b9
commit 0ad18be38f
2 changed files with 4722 additions and 3233 deletions
+4711 -3222
View File
File diff suppressed because it is too large Load Diff
+6 -6
View File
@@ -69,17 +69,17 @@
"cp": "0.2.0", "cp": "0.2.0",
"cypress": "^15.7.1", "cypress": "^15.7.1",
"dotenv": "16.0.0", "dotenv": "16.0.0",
"express": "4.17.3", "express": "4.22.2",
"jest": "29.7.0", "jest": "29.7.0",
"jest-environment-jsdom": "^29.7.0", "jest-environment-jsdom": "^29.7.0",
"jest-extended": "4.0.2", "jest-extended": "4.0.2",
"node-polyfill-webpack-plugin": "1.1.4", "node-polyfill-webpack-plugin": "4.1.0",
"path": "0.12.7", "path": "0.12.7",
"pem": "1.14.5", "pem": "1.14.5",
"prettier": "3.8.2", "prettier": "3.8.2",
"process": "0.11.10", "process": "0.11.10",
"semantic-release": "19.0.3", "semantic-release": "25.0.8",
"terser-webpack-plugin": "5.3.6", "terser-webpack-plugin": "5.6.1",
"ts-jest": "29.2.6", "ts-jest": "29.2.6",
"ts-loader": "9.4.0", "ts-loader": "9.4.0",
"tslint": "6.1.3", "tslint": "6.1.3",
@@ -87,13 +87,13 @@
"typedoc": "0.23.24", "typedoc": "0.23.24",
"typedoc-plugin-rename-defaults": "0.6.4", "typedoc-plugin-rename-defaults": "0.6.4",
"typescript": "4.9.5", "typescript": "4.9.5",
"webpack": "5.76.2", "webpack": "5.108.4",
"webpack-cli": "4.9.2" "webpack-cli": "4.9.2"
}, },
"main": "index.js", "main": "index.js",
"dependencies": { "dependencies": {
"@sasjs/utils": "^3.5.6", "@sasjs/utils": "^3.5.6",
"axios": "1.16.0", "axios": "1.18.1",
"axios-cookiejar-support": "5.0.5", "axios-cookiejar-support": "5.0.5",
"form-data": "4.0.6", "form-data": "4.0.6",
"https": "1.0.0", "https": "1.0.0",