Skip to content

Commit 5be0e00

Browse files
[security] bump react deps (#1474)
We aren't using RSCs so we shouldn't be affected, but still doesn't hurt to bump the dependencies
1 parent 6d4fc31 commit 5be0e00

File tree

2 files changed

+62
-12
lines changed

2 files changed

+62
-12
lines changed

packages/app/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"ky-universal": "^0.10.1",
6868
"lodash": "^4.17.21",
6969
"ms": "^2.1.3",
70-
"next": "^16.0.9",
70+
"next": "^16.0.10",
7171
"next-query-params": "^4.3.1",
7272
"next-runtime-env": "1",
7373
"next-seo": "^4.28.1",
@@ -76,9 +76,9 @@
7676
"numbro": "^2.4.0",
7777
"nuqs": "1.17.0",
7878
"object-hash": "^3.0.0",
79-
"react": "^19.2.1",
79+
"react": "^19.2.3",
8080
"react-copy-to-clipboard": "^5.1.0",
81-
"react-dom": "^19.2.1",
81+
"react-dom": "^19.2.3",
8282
"react-error-boundary": "^3.1.4",
8383
"react-grid-layout": "^1.3.4",
8484
"react-hook-form": "^7.43.8",
@@ -135,7 +135,7 @@
135135
"@types/react-syntax-highlighter": "^13.5.2",
136136
"@types/react-table": "^7.7.14",
137137
"@types/sqlstring": "^2.3.2",
138-
"eslint-config-next": "^16.0.7",
138+
"eslint-config-next": "^16.0.10",
139139
"eslint-plugin-storybook": "10.1.4",
140140
"identity-obj-proxy": "^3.0.0",
141141
"jest": "^30.2.0",

yarn.lock

Lines changed: 58 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4352,7 +4352,7 @@ __metadata:
43524352
date-fns: "npm:^2.28.0"
43534353
date-fns-tz: "npm:^2.0.0"
43544354
dayjs: "npm:^1.11.19"
4355-
eslint-config-next: "npm:^16.0.7"
4355+
eslint-config-next: "npm:^16.0.10"
43564356
eslint-plugin-storybook: "npm:10.1.4"
43574357
flat: "npm:^5.0.2"
43584358
fuse.js: "npm:^6.6.2"
@@ -4369,7 +4369,7 @@ __metadata:
43694369
ms: "npm:^2.1.3"
43704370
msw: "npm:^2.3.0"
43714371
msw-storybook-addon: "npm:^2.0.2"
4372-
next: "npm:^16.0.9"
4372+
next: "npm:^16.0.10"
43734373
next-query-params: "npm:^4.3.1"
43744374
next-runtime-env: "npm:1"
43754375
next-seo: "npm:^4.28.1"
@@ -4381,9 +4381,9 @@ __metadata:
43814381
postcss: "npm:^8.4.38"
43824382
postcss-preset-mantine: "npm:^1.15.0"
43834383
prettier: "npm:^3.3.2"
4384-
react: "npm:^19.2.1"
4384+
react: "npm:^19.2.3"
43854385
react-copy-to-clipboard: "npm:^5.1.0"
4386-
react-dom: "npm:^19.2.1"
4386+
react-dom: "npm:^19.2.3"
43874387
react-error-boundary: "npm:^3.1.4"
43884388
react-grid-layout: "npm:^1.3.4"
43894389
react-hook-form: "npm:^7.43.8"
@@ -6066,6 +6066,15 @@ __metadata:
60666066
languageName: node
60676067
linkType: hard
60686068

6069+
"@next/eslint-plugin-next@npm:16.0.10":
6070+
version: 16.0.10
6071+
resolution: "@next/eslint-plugin-next@npm:16.0.10"
6072+
dependencies:
6073+
fast-glob: "npm:3.3.1"
6074+
checksum: 10c0/fc9836536deacb095c442c67c22d963871c24e47d07721c2d08511cc8fa422b5aa19bf84dbd0d90b1b37783727e710d2cb6e16e0fd0d1ad4eee35f34cdf78785
6075+
languageName: node
6076+
linkType: hard
6077+
60696078
"@next/eslint-plugin-next@npm:16.0.7":
60706079
version: 16.0.7
60716080
resolution: "@next/eslint-plugin-next@npm:16.0.7"
@@ -14328,7 +14337,7 @@ __metadata:
1432814337
languageName: node
1432914338
linkType: hard
1433014339

14331-
"eslint-config-next@npm:16.0.7, eslint-config-next@npm:^16.0.7":
14340+
"eslint-config-next@npm:16.0.7":
1433214341
version: 16.0.7
1433314342
resolution: "eslint-config-next@npm:16.0.7"
1433414343
dependencies:
@@ -14351,6 +14360,29 @@ __metadata:
1435114360
languageName: node
1435214361
linkType: hard
1435314362

14363+
"eslint-config-next@npm:^16.0.10":
14364+
version: 16.0.10
14365+
resolution: "eslint-config-next@npm:16.0.10"
14366+
dependencies:
14367+
"@next/eslint-plugin-next": "npm:16.0.10"
14368+
eslint-import-resolver-node: "npm:^0.3.6"
14369+
eslint-import-resolver-typescript: "npm:^3.5.2"
14370+
eslint-plugin-import: "npm:^2.32.0"
14371+
eslint-plugin-jsx-a11y: "npm:^6.10.0"
14372+
eslint-plugin-react: "npm:^7.37.0"
14373+
eslint-plugin-react-hooks: "npm:^7.0.0"
14374+
globals: "npm:16.4.0"
14375+
typescript-eslint: "npm:^8.46.0"
14376+
peerDependencies:
14377+
eslint: ">=9.0.0"
14378+
typescript: ">=3.3.1"
14379+
peerDependenciesMeta:
14380+
typescript:
14381+
optional: true
14382+
checksum: 10c0/9a5650c91dfdf6853822e1d2062e1c4d10cee76187cf7723de87a0e44d3d26877a29af55cd2d453ccb8bc46708fa7261db786e852e0c51d9a8a80058c33b009d
14383+
languageName: node
14384+
linkType: hard
14385+
1435414386
"eslint-config-prettier@npm:^9.1.0":
1435514387
version: 9.1.0
1435614388
resolution: "eslint-config-prettier@npm:9.1.0"
@@ -21453,7 +21485,7 @@ __metadata:
2145321485
languageName: node
2145421486
linkType: hard
2145521487

21456-
"next@npm:^16.0.9":
21488+
"next@npm:^16.0.10":
2145721489
version: 16.0.10
2145821490
resolution: "next@npm:16.0.10"
2145921491
dependencies:
@@ -23649,7 +23681,7 @@ __metadata:
2364923681
languageName: node
2365023682
linkType: hard
2365123683

23652-
"react-dom@npm:^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0, react-dom@npm:^19.2.1":
23684+
"react-dom@npm:^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0":
2365323685
version: 19.2.1
2365423686
resolution: "react-dom@npm:19.2.1"
2365523687
dependencies:
@@ -23660,6 +23692,17 @@ __metadata:
2366023692
languageName: node
2366123693
linkType: hard
2366223694

23695+
"react-dom@npm:^19.2.3":
23696+
version: 19.2.3
23697+
resolution: "react-dom@npm:19.2.3"
23698+
dependencies:
23699+
scheduler: "npm:^0.27.0"
23700+
peerDependencies:
23701+
react: ^19.2.3
23702+
checksum: 10c0/dc43f7ede06f46f3acc16ee83107c925530de9b91d1d0b3824583814746ff4c498ea64fd65cd83aba363205268adff52e2827c582634ae7b15069deaeabc4892
23703+
languageName: node
23704+
linkType: hard
23705+
2366323706
"react-draggable@npm:^4.0.0, react-draggable@npm:^4.0.3":
2366423707
version: 4.4.5
2366523708
resolution: "react-draggable@npm:4.4.5"
@@ -23985,13 +24028,20 @@ __metadata:
2398524028
languageName: node
2398624029
linkType: hard
2398724030

23988-
"react@npm:^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0, react@npm:^19.2.1":
24031+
"react@npm:^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0":
2398924032
version: 19.2.1
2399024033
resolution: "react@npm:19.2.1"
2399124034
checksum: 10c0/2b5eaf407abb3db84090434c20d6c5a8e447ab7abcd8fe9eaf1ddc299babcf31284ee9db7ea5671d21c85ac5298bd632fa1a7da1ed78d5b368a537f5e1cd5d62
2399224035
languageName: node
2399324036
linkType: hard
2399424037

24038+
"react@npm:^19.2.3":
24039+
version: 19.2.3
24040+
resolution: "react@npm:19.2.3"
24041+
checksum: 10c0/094220b3ba3a76c1b668f972ace1dd15509b157aead1b40391d1c8e657e720c201d9719537375eff08f5e0514748c0319063392a6f000e31303aafc4471f1436
24042+
languageName: node
24043+
linkType: hard
24044+
2399524045
"read-pkg-up@npm:^7.0.1":
2399624046
version: 7.0.1
2399724047
resolution: "read-pkg-up@npm:7.0.1"

0 commit comments

Comments
 (0)