feat: resolve high/critical CVE's

This commit is contained in:
Daniel Hougaard
2025-10-06 23:04:17 +04:00
parent 3887fbc6a2
commit e79a81b689
12 changed files with 525 additions and 196 deletions

View File

@@ -9,7 +9,7 @@
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"axios": "^1.11.0",
"axios": "^1.12.0",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"form-data": "^4.0.2",
@@ -105,9 +105,9 @@
"license": "MIT"
},
"node_modules/axios": {
"version": "1.11.0",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.11.0.tgz",
"integrity": "sha512-1Lx3WLFQWm3ooKDYZD1eXmoGO9fxYQjrycfHFC8P0sCfQVXyROp0p9PFWBehewBOdCwHc+f/b8I0fMto5eSfwA==",
"version": "1.12.2",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.12.2.tgz",
"integrity": "sha512-vMJzPewAlRyOgxV2dU0Cuz2O8zzzx9VYtbJOaBgXFeLc4IV/Eg50n4LowmehOOR61S8ZMpc2K5Sa7g6A4jfkUw==",
"license": "MIT",
"dependencies": {
"follow-redirects": "^1.15.6",

View File

@@ -11,7 +11,7 @@
"license": "ISC",
"description": "",
"dependencies": {
"axios": "^1.11.0",
"axios": "^1.12.0",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"form-data": "^4.0.2",