Skip to content

Commit

Permalink
Upgraded libraries to fix CVE-2024-47764
Browse files Browse the repository at this point in the history
  • Loading branch information
JimTheCactus committed Nov 6, 2024
1 parent 8133596 commit 5dd86b9
Show file tree
Hide file tree
Showing 2 changed files with 187 additions and 146 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,22 @@
"license": "Apache-2.0",
"version": "0.4.0",
"devDependencies": {
"@eslint/js": "^9.12.0",
"@eslint/js": "^9.14.0",
"@tsconfig/node20": "^20.1.4",
"@types/eslint-config-prettier": "^6.11.3",
"@types/eslint__js": "^8.42.3",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.13",
"@types/node": "^20.16.5",
"@types/jest": "^29.5.14",
"@types/node": "^20.17.6",
"@types/source-map-support": "^0",
"@types/supertest": "^6.0.2",
"@types/wait-on": "^5.3.4",
"axios": "^1.7.7",
"axios-mock-adapter": "^1.22.0",
"concurrently": "^8.2.2",
"eslint": "^9.12.0",
"eslint": "^9.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jest": "^28.8.3",
"eslint-plugin-jest": "^28.9.0",
"husky": "^9.1.6",
"jest": "^29.7.0",
"jest-extended": "^4.0.2",
Expand All @@ -34,14 +34,14 @@
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "~5.5.4",
"typescript-eslint": "^8.8.1",
"typescript-eslint": "^8.13.0",
"wait-on": "^8.0.1"
},
"dependencies": {
"date-fns": "^4.1.0",
"dotenv": "^16.4.5",
"express": "^4.21.1",
"openapi-backend": "^5.11.0",
"openapi-backend": "^5.11.1",
"pino": "^8.21.0",
"pino-http": "^8.6.1",
"source-map-support": "^0.5.21"
Expand Down
Loading

0 comments on commit 5dd86b9

Please sign in to comment.