Skip to content

Commit 0c1d80b

Browse files
pangea-northkenany
authored andcommitted
fix(deps): update dependency react to v19.2.1 [security]
1 parent 3894ae7 commit 0c1d80b

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

packages/react-auth/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
"lodash": "^4.17.21"
4545
},
4646
"peerDependencies": {
47-
"react": "^17.0.2 || ^18.2.0 || ^19.0.0",
48-
"react-dom": "^17.0.2 || ^18.2.0 || ^19.0.0"
47+
"react": "^17.0.2 || ^18.2.0 || ^19.2.1",
48+
"react-dom": "^17.0.2 || ^18.2.0 || ^19.2.0"
4949
},
5050
"devDependencies": {
5151
"@arethetypeswrong/cli": "^0.18.2",
@@ -62,7 +62,7 @@
6262
"@types/react": "19.2.7",
6363
"parcel": "^2.16.1",
6464
"publint": "0.3.12",
65-
"react": "19.2.0",
65+
"react": "19.2.1",
6666
"typedoc": "^0.28.14",
6767
"typedoc-plugin-rename-defaults": "^0.7.3",
6868
"typescript": "^5.9.3"

packages/react-auth/yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -502,13 +502,13 @@ __metadata:
502502
lodash: "npm:^4.17.21"
503503
parcel: "npm:^2.16.1"
504504
publint: "npm:0.3.12"
505-
react: "npm:19.2.0"
505+
react: "npm:19.2.1"
506506
typedoc: "npm:^0.28.14"
507507
typedoc-plugin-rename-defaults: "npm:^0.7.3"
508508
typescript: "npm:^5.9.3"
509509
peerDependencies:
510-
react: ^17.0.2 || ^18.2.0 || ^19.0.0
511-
react-dom: ^17.0.2 || ^18.2.0 || ^19.0.0
510+
react: ^17.0.2 || ^18.2.0 || ^19.2.1
511+
react-dom: ^17.0.2 || ^18.2.0 || ^19.2.0
512512
languageName: unknown
513513
linkType: soft
514514

@@ -3143,10 +3143,10 @@ __metadata:
31433143
languageName: node
31443144
linkType: hard
31453145

3146-
"react@npm:19.2.0":
3147-
version: 19.2.0
3148-
resolution: "react@npm:19.2.0"
3149-
checksum: 10c0/1b6d64eacb9324725bfe1e7860cb7a6b8a34bc89a482920765ebff5c10578eb487e6b46b2f0df263bd27a25edbdae2c45e5ea5d81ae61404301c1a7192c38330
3146+
"react@npm:19.2.1":
3147+
version: 19.2.1
3148+
resolution: "react@npm:19.2.1"
3149+
checksum: 10c0/2b5eaf407abb3db84090434c20d6c5a8e447ab7abcd8fe9eaf1ddc299babcf31284ee9db7ea5671d21c85ac5298bd632fa1a7da1ed78d5b368a537f5e1cd5d62
31503150
languageName: node
31513151
linkType: hard
31523152

0 commit comments

Comments
 (0)