diff --git a/package-lock.json b/package-lock.json index 74ffbf69d..9d93c5872 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,8 +16,8 @@ "@testing-library/user-event": "14.5.2", "@types/jest": "29.5.12", "@types/node": "20.11.25", - "@types/react": "18.2.63", - "@types/react-dom": "18.2.20", + "@types/react": "18.2.64", + "@types/react-dom": "18.2.21", "@typescript-eslint/eslint-plugin": "7.1.1", "@typescript-eslint/parser": "7.1.1", "@vitejs/plugin-react": "4.2.1", @@ -4468,9 +4468,9 @@ "integrity": "sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==" }, "node_modules/@types/react": { - "version": "18.2.63", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.63.tgz", - "integrity": "sha512-ppaqODhs15PYL2nGUOaOu2RSCCB4Difu4UFrP4I3NHLloXC/ESQzQMi9nvjfT1+rudd0d2L3fQPJxRSey+rGlQ==", + "version": "18.2.64", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.64.tgz", + "integrity": "sha512-MlmPvHgjj2p3vZaxbQgFUQFvD8QiZwACfGqEdDSWou5yISWxDQ4/74nCAwsUiX7UFLKZz3BbVSPj+YxeoGGCfg==", "dependencies": { "@types/prop-types": "*", "@types/scheduler": "*", @@ -4478,9 +4478,9 @@ } }, "node_modules/@types/react-dom": { - "version": "18.2.20", - "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.20.tgz", - "integrity": "sha512-HXN/biJY8nv20Cn9ZbCFq3liERd4CozVZmKbaiZ9KiKTrWqsP7eoGDO6OOGvJQwoVFuiXaiJ7nBBjiFFbRmQMQ==", + "version": "18.2.21", + "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.21.tgz", + "integrity": "sha512-gnvBA/21SA4xxqNXEwNiVcP0xSGHh/gi1VhWv9Bl46a0ItbTT5nFY+G9VSQpaG/8N/qdJpJ+vftQ4zflTtnjLw==", "dependencies": { "@types/react": "*" } diff --git a/package.json b/package.json index 345264739..275c4bf12 100644 --- a/package.json +++ b/package.json @@ -10,8 +10,8 @@ "@testing-library/user-event": "14.5.2", "@types/jest": "29.5.12", "@types/node": "20.11.25", - "@types/react": "18.2.63", - "@types/react-dom": "18.2.20", + "@types/react": "18.2.64", + "@types/react-dom": "18.2.21", "@typescript-eslint/eslint-plugin": "7.1.1", "@typescript-eslint/parser": "7.1.1", "@vitejs/plugin-react": "4.2.1",