diff --git a/package-lock.json b/package-lock.json index 07f6bed50..460197612 100644 --- a/package-lock.json +++ b/package-lock.json @@ -80,7 +80,7 @@ "@types/node-fetch": "^2.6.7", "@types/prismjs": "^1.26.1", "@types/react": "^18.2.29", - "@types/react-dom": "^18.2.13", + "@types/react-dom": "^18.2.14", "@types/react-world-flags": "^1.4.4", "@types/testing-library__jest-dom": "^6.0.0", "@vitejs/plugin-react": "^4.1.0", @@ -5999,9 +5999,9 @@ } }, "node_modules/@types/react-dom": { - "version": "18.2.13", - "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.13.tgz", - "integrity": "sha512-eJIUv7rPP+EC45uNYp/ThhSpE16k22VJUknt5OLoH9tbXoi8bMhwLf5xRuWMywamNbWzhrSmU7IBJfPup1+3fw==", + "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": "*" @@ -31518,9 +31518,9 @@ } }, "@types/react-dom": { - "version": "18.2.13", - "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.13.tgz", - "integrity": "sha512-eJIUv7rPP+EC45uNYp/ThhSpE16k22VJUknt5OLoH9tbXoi8bMhwLf5xRuWMywamNbWzhrSmU7IBJfPup1+3fw==", + "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 47b6c141d..7cd825a8b 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "@types/node-fetch": "^2.6.7", "@types/prismjs": "^1.26.1", "@types/react": "^18.2.29", - "@types/react-dom": "^18.2.13", + "@types/react-dom": "^18.2.14", "@types/react-world-flags": "^1.4.4", "@types/testing-library__jest-dom": "^6.0.0", "@vitejs/plugin-react": "^4.1.0",