Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update NPM packages #981

Merged
merged 6 commits into from
Oct 16, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,095 changes: 920 additions & 175 deletions backend/functions/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion backend/functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@azure/functions": "^4.5.1",
"@azure/identity": "^4.4.1",
"@azure/keyvault-secrets": "^4.8.0",
"@launchdarkly/node-server-sdk": "^9.6.0",
"@launchdarkly/node-server-sdk": "^9.6.1",
"@okta/jwt-verifier": "^4.0.1",
"@okta/okta-sdk-nodejs": "^7.1.1",
"applicationinsights": "^3.3.0",
Expand Down
756 changes: 647 additions & 109 deletions common/package-lock.json

Large diffs are not rendered by default.

416 changes: 360 additions & 56 deletions dev-tools/package-lock.json

Large diffs are not rendered by default.

383 changes: 325 additions & 58 deletions test/e2e/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion test/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@playwright/test": "^1.48.0",
"@playwright/test": "^1.48.1",
"@types/node": "^22.7.5",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"dotenv": "^16.4.5",
Expand Down
1,722 changes: 1,434 additions & 288 deletions user-interface/package-lock.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions user-interface/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
"@types/jsdom": "^21.1.7",
"@types/node": "^22.7.5",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@types/react-dom": "^18.3.1",
"@uswds/uswds": "^3.9.0",
"dotenv": "^16.4.5",
"launchdarkly-react-client-sdk": "^3.4.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.26.2",
"react-router-dom": "^6.27.0",
"react-select": "^5.8.1"
},
"devDependencies": {
Expand All @@ -32,7 +32,7 @@
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitejs/plugin-react": "^4.3.2",
"@vitest/coverage-v8": "^2.1.2",
"@vitest/coverage-v8": "^2.1.3",
"c8": "^10.1.2",
"dependency-cruiser": "^16.4.2",
"esbuild": "^0.23.1",
Expand All @@ -45,9 +45,9 @@
"jsdom": "^25.0.1",
"pa11y-ci": "^3.1.0",
"prettier": "^3.3.3",
"sass": "^1.79.4",
"sass": "^1.79.5",
"typescript": "^5.6.3",
"vite": "^5.4.8",
"vite": "^5.4.9",
"vite-plugin-env-compatible": "^2.0.1",
"vite-plugin-static-copy": "^2.0.0",
"vite-plugin-svgr": "^4.2.0",
Expand Down