Skip to content

Commit e9d531a

Browse files
security: bump Remix packages to ^2.17.2 in integration test app
Aligns test-remix with patched Remix releases (GHSA-9583-h5hc-x8cw and related transitive advisories). Made-with: Cursor
1 parent 866e31a commit e9d531a

File tree

2 files changed

+247
-161
lines changed

2 files changed

+247
-161
lines changed

integration-tests/test-apps/remix/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@
1111
"typecheck": "tsc"
1212
},
1313
"dependencies": {
14-
"@remix-run/node": "^2.15.1",
15-
"@remix-run/react": "^2.15.1",
16-
"@remix-run/serve": "^2.15.1",
14+
"@remix-run/node": "^2.17.2",
15+
"@remix-run/react": "^2.17.2",
16+
"@remix-run/serve": "^2.17.2",
1717
"isbot": "^4.1.0",
1818
"react": "^18.2.0",
1919
"react-dom": "^18.2.0"
2020
},
2121
"devDependencies": {
2222
"@codecov/remix-vite-plugin": "workspace:^",
23-
"@remix-run/dev": "^2.15.1",
23+
"@remix-run/dev": "^2.17.2",
2424
"@types/react": "^18.2.20",
2525
"@types/react-dom": "^18.2.7",
2626
"@typescript-eslint/eslint-plugin": "^6.7.4",

0 commit comments

Comments
 (0)