diff --git a/package-lock.json b/package-lock.json index ef021e1..98cdc3a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "@types/history": "^4.7.11", "@types/lodash": "^4.14.191", "@types/react": "^18.2.28", - "@types/react-dom": "^18.2.11", + "@types/react-dom": "^18.2.14", "@types/react-helmet": "^6.1.7", "@umijs/fabric": "^2.11.1", "@umijs/max": "^4.0.70", @@ -7266,9 +7266,9 @@ } }, "node_modules/@types/react-dom": { - "version": "18.2.11", - "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.11.tgz", - "integrity": "sha512-zq6Dy0EiCuF9pWFW6I6k6W2LdpUixLE4P6XjXU1QHLfak3GPACQfLwEuHzY5pOYa4hzj1d0GxX/P141aFjZsyg==", + "version": "18.2.14", + "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.14.tgz", + "integrity": "sha512-V835xgdSVmyQmI1KLV2BEIUgqEuinxp9O4G6g3FqO/SqLac049E53aysv0oEFD2kHfejeKU+ZqL2bcFWj9gLAQ==", "dev": true, "dependencies": { "@types/react": "*" @@ -39848,9 +39848,9 @@ } }, "@types/react-dom": { - "version": "18.2.11", - "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.11.tgz", - "integrity": "sha512-zq6Dy0EiCuF9pWFW6I6k6W2LdpUixLE4P6XjXU1QHLfak3GPACQfLwEuHzY5pOYa4hzj1d0GxX/P141aFjZsyg==", + "version": "18.2.14", + "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.14.tgz", + "integrity": "sha512-V835xgdSVmyQmI1KLV2BEIUgqEuinxp9O4G6g3FqO/SqLac049E53aysv0oEFD2kHfejeKU+ZqL2bcFWj9gLAQ==", "dev": true, "requires": { "@types/react": "*" diff --git a/package.json b/package.json index 80b23e6..69f5f13 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "@types/history": "^4.7.11", "@types/lodash": "^4.14.191", "@types/react": "^18.2.28", - "@types/react-dom": "^18.2.11", + "@types/react-dom": "^18.2.14", "@types/react-helmet": "^6.1.7", "@umijs/fabric": "^2.11.1", "@umijs/max": "^4.0.70",