diff --git a/package-lock.json b/package-lock.json index 1cc59e3..b6f2f86 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@tailwindcss/forms": "^0.5.6", "@types/node": "20.1.1", "@types/react": "18.2.6", - "@types/react-dom": "18.2.4", + "@types/react-dom": "18.2.14", "@ukorvl/react-on-screen": "^1.0.3", "autoprefixer": "10.4.14", "clsx": "^1.2.1", @@ -1127,9 +1127,9 @@ } }, "node_modules/@types/react-dom": { - "version": "18.2.4", - "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.4.tgz", - "integrity": "sha512-G2mHoTMTL4yoydITgOGwWdWMVd8sNgyEP85xVmMKAPUBwQWm9wBPQUmvbeF4V3WBY1P7mmL4BkjQ0SqUpf1snw==", + "version": "18.2.14", + "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.14.tgz", + "integrity": "sha512-V835xgdSVmyQmI1KLV2BEIUgqEuinxp9O4G6g3FqO/SqLac049E53aysv0oEFD2kHfejeKU+ZqL2bcFWj9gLAQ==", "dependencies": { "@types/react": "*" } @@ -8449,9 +8449,9 @@ } }, "@types/react-dom": { - "version": "18.2.4", - "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.4.tgz", - "integrity": "sha512-G2mHoTMTL4yoydITgOGwWdWMVd8sNgyEP85xVmMKAPUBwQWm9wBPQUmvbeF4V3WBY1P7mmL4BkjQ0SqUpf1snw==", + "version": "18.2.14", + "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.14.tgz", + "integrity": "sha512-V835xgdSVmyQmI1KLV2BEIUgqEuinxp9O4G6g3FqO/SqLac049E53aysv0oEFD2kHfejeKU+ZqL2bcFWj9gLAQ==", "requires": { "@types/react": "*" } diff --git a/package.json b/package.json index 7df2020..dca1b8a 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@tailwindcss/forms": "^0.5.6", "@types/node": "20.1.1", "@types/react": "18.2.6", - "@types/react-dom": "18.2.4", + "@types/react-dom": "18.2.14", "@ukorvl/react-on-screen": "^1.0.3", "autoprefixer": "10.4.14", "clsx": "^1.2.1",