Skip to content

Commit

Permalink
Updated lock file and dependencies
Browse files Browse the repository at this point in the history
- Updated npm-run-all and express to latest
- Held back chai and openid-client due to ESM requirements
- Held back rimraf due to node v20 requirements
  • Loading branch information
tkmcmaster committed Nov 22, 2024
1 parent 33fef46 commit c059a16
Show file tree
Hide file tree
Showing 5 changed files with 3,229 additions and 1,704 deletions.
10 changes: 5 additions & 5 deletions agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"dotenv": "^16.0.0",
"dotenv-flow": "^4.0.1",
"expiry-map": "^2.0.0",
"express": "^4.18.2",
"express": "^5.0.1",
"rimraf": "^5.0.0",
"semver": "^7.5.2"
},
Expand All @@ -49,15 +49,15 @@
"@eslint/js": "^9.8.0",
"@types/bunyan": "~1.8.8",
"@types/chai": "^4.3.5",
"@types/express": "^4.17.17",
"@types/express": "^5.0.0",
"@types/mocha": "^10.0.0",
"@types/node": "^22.0.0",
"@types/semver": "^7.5.0",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"@typescript-eslint/eslint-plugin": "^8.15.0",
"@typescript-eslint/parser": "^8.15.0",
"axios": "~1.7.0",
"chai": "^4.3.7",
"eslint": "^9.8.0",
"eslint": "^9.15.0",
"mocha": "^10.2.0",
"nyc": "^17.0.0",
"typescript": "^5.3.0"
Expand Down
6 changes: 3 additions & 3 deletions common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@
"@types/chai": "^4.3.5",
"@types/mocha": "^10.0.0",
"@types/node": "^22.0.0",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"@typescript-eslint/eslint-plugin": "^8.15.0",
"@typescript-eslint/parser": "^8.15.0",
"aws-sdk-client-mock": "^4.0.0",
"chai": "^4.3.7",
"dotenv": "^16.0.0",
"dotenv-flow": "^4.0.1",
"eslint": "^9.8.0",
"eslint": "^9.15.0",
"mocha": "^10.2.0",
"nyc": "^17.0.0",
"typescript": "^5.3.0"
Expand Down
8 changes: 4 additions & 4 deletions controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"exclude": "**/*.spec.ts"
},
"overrides": {
"eslint": "^9.8.0"
"eslint": "^9.15.0"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.363.0",
Expand Down Expand Up @@ -104,15 +104,15 @@
"@types/react-transition-group": "^4.4.6",
"@types/semver": "^7.5.0",
"@types/yauzl": "^2.10.0",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"@typescript-eslint/eslint-plugin": "^8.15.0",
"@typescript-eslint/parser": "^8.15.0",
"aws-sdk-client-mock": "^4.0.0",
"chai": "^4.3.7",
"copy-webpack-plugin": "^12.0.2",
"dotenv": "^16.0.0",
"dotenv-flow": "^4.0.1",
"esbuild": ">=0.17",
"eslint": "^9.8.0",
"eslint": "^9.15.0",
"eslint-config-next": "~14.2.0",
"form-data": "^4.0.0",
"glob-parent": "^6.0.2",
Expand Down
Loading

0 comments on commit c059a16

Please sign in to comment.