1
0
mirror of https://github.com/sasjs/server.git synced 2025-12-08 02:42:44 +00:00

build: updated axios and jsonwebtoken versions

This commit is contained in:
Trevor Moody
2025-09-16 11:52:06 +01:00
parent c422e7f02e
commit 1c4f5fc421
5 changed files with 12666 additions and 10247 deletions

7431
api/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -58,7 +58,7 @@
"express-session": "^1.17.2",
"helmet": "^5.0.2",
"joi": "^17.4.2",
"jsonwebtoken": "^8.5.1",
"jsonwebtoken": "^9.0.2",
"ldapjs": "2.3.3",
"mongoose": "^6.0.12",
"morgan": "^1.10.0",

11918
package-lock.json generated

File diff suppressed because it is too large Load Diff

3558
web/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -19,7 +19,7 @@
"@types/jest": "^26.0.24",
"@types/node": "^12.20.28",
"@types/react": "^17.0.27",
"axios": "^0.24.0",
"axios": "^1.12.2",
"monaco-editor": "^0.33.0",
"monaco-editor-webpack-plugin": "^7.0.1",
"react": "^17.0.2",
@@ -62,7 +62,7 @@
"ts-loader": "^9.2.6",
"typescript": "^4.5.2",
"typescript-plugin-css-modules": "^5.0.1",
"webpack": "5.64.3",
"webpack": "^5.101.3",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "4.7.4"
},