Skip to content

Commit ddd4e64

Browse files
some lib updates (#2323)
* remove express from oidc-simulator; update other libs * pin auth0-simulator to 0.10.2 * e2e lib updates * client-admin lib updates * fix delphi dockerfile -- torch versions for cpu
1 parent 7b605c6 commit ddd4e64

7 files changed

Lines changed: 536 additions & 590 deletions

File tree

client-admin/package-lock.json

Lines changed: 257 additions & 266 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client-admin/package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
},
1919
"author": "Colin Megill",
2020
"devDependencies": {
21-
"@babel/core": "~7.28.4",
22-
"@babel/eslint-parser": "^7.28.4",
21+
"@babel/core": "~7.28.5",
22+
"@babel/eslint-parser": "^7.28.5",
2323
"@babel/plugin-proposal-class-properties": "~7.18.6",
2424
"@babel/plugin-proposal-decorators": "~7.28.0",
25-
"@babel/plugin-transform-runtime": "~7.28.3",
26-
"@babel/preset-env": "~7.28.3",
27-
"@babel/preset-react": "~7.27.1",
25+
"@babel/plugin-transform-runtime": "~7.28.5",
26+
"@babel/preset-env": "~7.28.5",
27+
"@babel/preset-react": "~7.28.5",
2828
"@mdx-js/loader": "^3.1.1",
2929
"@testing-library/jest-dom": "^6.9.1",
3030
"@testing-library/react": "^16.3.0",
@@ -33,38 +33,38 @@
3333
"compression-webpack-plugin": "^11.1.0",
3434
"copy-webpack-plugin": "^13.0.1",
3535
"dotenv": "^17.2.3",
36-
"eslint": "~9.36.0",
36+
"eslint": "~9.39.1",
3737
"eslint-plugin-import": "^2.32.0",
3838
"eslint-plugin-jsx-a11y": "^6.10.2",
3939
"eslint-plugin-react": "^7.37.5",
4040
"event-hooks-webpack-plugin": "^3.0.1",
41-
"glob": "^11.0.3",
42-
"globals": "^16.4.0",
41+
"glob": "^13.0.0",
42+
"globals": "^16.5.0",
4343
"html-loader": "~5.1.0",
44-
"html-webpack-plugin": "~5.6.4",
44+
"html-webpack-plugin": "~5.6.5",
4545
"html-webpack-tags-plugin": "~3.0.2",
4646
"identity-obj-proxy": "^3.0.0",
4747
"jest": "^30.2.0",
4848
"jest-environment-jsdom": "^30.2.0",
4949
"jest-transform-stub": "^2.0.0",
50-
"prettier": "^3.6.2",
50+
"prettier": "^3.7.4",
5151
"terser-webpack-plugin": "^5.3.14",
52-
"webpack": "^5.102.0",
52+
"webpack": "^5.103.0",
5353
"webpack-cli": "~6.0.1",
5454
"webpack-dev-server": "~5.2.2"
5555
},
5656
"dependencies": {
57-
"@reduxjs/toolkit": "^2.9.0",
57+
"@reduxjs/toolkit": "^2.11.0",
5858
"@theme-ui/mdx": "^0.17.2",
59-
"oidc-client-ts": "^3.3.0",
59+
"oidc-client-ts": "^3.4.1",
6060
"prop-types": "~15.8.1",
61-
"react": "^19.2.0",
62-
"react-dom": "^19.2.0",
61+
"react": "^19.2.1",
62+
"react-dom": "^19.2.1",
6363
"react-easy-emoji": "~1.8.1",
6464
"react-oidc-context": "^3.3.0",
6565
"react-redux": "^9.2.0",
66-
"react-router": "^7.9.3",
67-
"react-router-dom": "^7.9.3",
66+
"react-router": "^7.10.0",
67+
"react-router-dom": "^7.10.0",
6868
"redux": "^5.0.1",
6969
"theme-ui": "^0.17.2",
7070
"victory": "~37.3.6"

delphi/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ RUN --mount=type=cache,target=/root/.cache/pip \
3434
if [ "$USE_CPU_TORCH" = "true" ]; then \
3535
echo "USE_CPU_TORCH=true: Installing CPU-only PyTorch..." && \
3636
pip install --index-url https://download.pytorch.org/whl/cpu \
37-
torch==2.8.0+cpu \
38-
torchvision==0.23.0+cpu \
39-
torchaudio==2.8.0+cpu && \
37+
torch==2.8.0 \
38+
torchvision==0.23.0 \
39+
torchaudio==2.8.0 && \
4040
echo "Filtering standard torch packages from requirements.lock..." && \
4141
grep -vE "^(torch|torchvision|torchaudio)==" requirements.lock > requirements.filtered.lock && \
4242
pip install -r requirements.filtered.lock; \

e2e/package-lock.json

Lines changed: 8 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

e2e/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"dependencies": {
2424
"@faker-js/faker": "^10.1.0",
25-
"cypress": "^15.6.0",
25+
"cypress": "^15.7.1",
2626
"cypress-terminal-report": "^7.3.3",
2727
"dotenv": "^17.2.3",
2828
"yargs": "^18.0.0"
@@ -33,6 +33,6 @@
3333
"eslint-config-prettier": "^10.1.8",
3434
"eslint-plugin-cypress": "^5.2.0",
3535
"eslint-plugin-mocha": "^11.2.0",
36-
"prettier": "^3.6.2"
36+
"prettier": "^3.7.4"
3737
}
3838
}

0 commit comments

Comments
 (0)