diff --git a/package-lock.json b/package-lock.json index 0ab514db..444cb0df 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@types/node": "20.11.16", "@types/node-fetch": "2.6.11", "@types/react": "18.2.55", - "@types/react-dom": "18.2.18", + "@types/react-dom": "18.2.19", "@vitejs/plugin-react-swc": "3.6.0", "@wkovacs64/prettier-config": "3.0.3", "@xstate/react": "4.0.3", @@ -3313,9 +3313,9 @@ } }, "node_modules/@types/react-dom": { - "version": "18.2.18", - "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.18.tgz", - "integrity": "sha512-TJxDm6OfAX2KJWJdMEVTwWke5Sc/E/RlnPGvGfS0W7+6ocy2xhDVQVh/KvC2Uf7kACs+gDytdusDSdWfWkaNzw==", + "version": "18.2.19", + "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.19.tgz", + "integrity": "sha512-aZvQL6uUbIJpjZk4U8JZGbau9KDeAwMfmhyWorxgBkqDIEf6ROjRozcmPIicqsUwPUjbkDfHKgGee1Lq65APcA==", "dependencies": { "@types/react": "*" } @@ -16574,9 +16574,9 @@ } }, "@types/react-dom": { - "version": "18.2.18", - "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.18.tgz", - "integrity": "sha512-TJxDm6OfAX2KJWJdMEVTwWke5Sc/E/RlnPGvGfS0W7+6ocy2xhDVQVh/KvC2Uf7kACs+gDytdusDSdWfWkaNzw==", + "version": "18.2.19", + "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.19.tgz", + "integrity": "sha512-aZvQL6uUbIJpjZk4U8JZGbau9KDeAwMfmhyWorxgBkqDIEf6ROjRozcmPIicqsUwPUjbkDfHKgGee1Lq65APcA==", "requires": { "@types/react": "*" } diff --git a/package.json b/package.json index feb05ab2..b089a54d 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@types/node": "20.11.16", "@types/node-fetch": "2.6.11", "@types/react": "18.2.55", - "@types/react-dom": "18.2.18", + "@types/react-dom": "18.2.19", "@vitejs/plugin-react-swc": "3.6.0", "@wkovacs64/prettier-config": "3.0.3", "@xstate/react": "4.0.3",