Skip to content

Commit

Permalink
Merge pull request #895 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 Sep 13, 2024
2 parents bea1528 + b930a24 commit 3b16b62
Show file tree
Hide file tree
Showing 13 changed files with 447 additions and 546 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,8 @@ cams1.code-workspace
# Build Archives
**/*.zip

#E2E Test Auth file
# E2E Test Auth file
**/.auth

# TypeScript
**/*.tsbuildinfo*
145 changes: 71 additions & 74 deletions backend/functions/package-lock.json

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

10 changes: 5 additions & 5 deletions backend/functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"version": "1.0.0",
"description": "",
"devDependencies": {
"@faker-js/faker": "^8.4.1",
"@types/jest": "^29.5.12",
"@faker-js/faker": "^9.0.0",
"@types/jest": "^29.5.13",
"@types/mssql": "^9.1.5",
"@types/node": "^22.5.3",
"@types/node": "^22.5.4",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"azure-function-context-mock": "^0.0.7",
"dependency-cruiser": "^16.4.1",
Expand All @@ -19,14 +19,14 @@
"jest": "^29.7.0",
"prettier": "^3.3.3",
"ts-jest": "^29.2.5",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
},
"dependencies": {
"@azure/cosmos": "3.17.3",
"@azure/functions": "^4.5.1",
"@azure/identity": "^4.4.1",
"@azure/keyvault-secrets": "^4.8.0",
"@launchdarkly/node-server-sdk": "^9.5.2",
"@launchdarkly/node-server-sdk": "^9.5.4",
"@okta/jwt-verifier": "^4.0.1",
"applicationinsights": "^3.2.2",
"dotenv": "^16.4.5",
Expand Down
2 changes: 1 addition & 1 deletion backend/functions/tsconfig.build.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"extends": "./tsconfig.json",
"exclude": ["**/*.test.ts"]
"exclude": ["**/*.test.ts","**/testing*","**/fake*", "**/testing/*"]
}
2 changes: 0 additions & 2 deletions common/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,3 @@ node_modules/
dist/
coverage/
.env

**/*.tsbuildinfo*
Loading

0 comments on commit 3b16b62

Please sign in to comment.