Skip to content

Commit

Permalink
Merge pull request #1059 from US-Trustee-Program/dependency-updates-auto
Browse files Browse the repository at this point in the history
Update NPM packages
  • Loading branch information
jamesobrooks authored Dec 12, 2024
2 parents 6a199b0 + c5be754 commit 950ba5a
Show file tree
Hide file tree
Showing 10 changed files with 1,744 additions and 760 deletions.
1,492 changes: 1,164 additions & 328 deletions backend/package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@faker-js/faker": "^9.3.0",
"@types/jest": "^29.5.14",
"@types/mssql": "^9.1.5",
"@types/node": "^22.10.1",
"@types/node": "^22.10.2",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"azure-function-context-mock": "^0.0.7",
"dependency-cruiser": "^16.7.0",
Expand All @@ -22,8 +22,8 @@
"typescript": "^5.7.2"
},
"dependencies": {
"@azure/functions": "^4.6.0",
"@azure/cosmos": "^4.2.0",
"@azure/functions": "^4.6.0",
"@azure/identity": "^4.5.0",
"@azure/keyvault-secrets": "^4.9.0",
"@launchdarkly/node-server-sdk": "^9.7.2",
Expand All @@ -33,7 +33,7 @@
"dotenv": "^16.4.7",
"durable-functions": "^3.1.0",
"jsonwebtoken": "^9.0.2",
"mongodb": "^6.11.0",
"mongodb": "^6.12.0",
"mssql": "^10.0.4"
},
"overrides": {
Expand Down
182 changes: 104 additions & 78 deletions common/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"devDependencies": {
"@faker-js/faker": "^9.3.0",
"@types/jest": "^29.5.14",
"@types/node": "^22.10.1",
"@types/node": "^22.10.2",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"dependency-cruiser": "^16.7.0",
"eslint": "^8.57.1",
Expand Down
Loading

0 comments on commit 950ba5a

Please sign in to comment.