Skip to content

Commit 650a602

Browse files
Merge pull request #4 from sanity-io/fix/react2shell-vulnerability-swag-store
Patch for react2shell
2 parents 90e8c6f + 3e09e18 commit 650a602

File tree

2 files changed

+9
-22
lines changed

2 files changed

+9
-22
lines changed

pnpm-lock.yaml

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

sanity-apps/notifications/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"@sanity/client": "^6.15.0",
2222
"@sanity/webhook": "^4.0.0",
2323
"date-fns": "^3.3.1",
24-
"react": "^19",
25-
"react-dom": "^19"
24+
"react": "19.2.1",
25+
"react-dom": "19.2.1"
2626
},
2727
"devDependencies": {
2828
"@types/react": "^19",

0 commit comments

Comments
 (0)