diff --git a/package-lock.json b/package-lock.json index 1b361da..15a9ee1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "@types/jest": "^29.2.2", "@types/node": "^16.11.68", "@types/react": "^18.0.21", - "@types/react-dom": "^18.0.6", + "@types/react-dom": "^18.0.8", "@types/sharp": "^0.31.0", "@types/styled-components": "^5.1.26", "@types/tar": "^6.1.3", @@ -1727,9 +1727,9 @@ } }, "node_modules/@types/react-dom": { - "version": "18.0.6", - "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.0.6.tgz", - "integrity": "sha512-/5OFZgfIPSwy+YuIBP/FgJnQnsxhZhjjrnxudMddeblOouIodEQ75X14Rr4wGSG/bknL+Omy9iWlLo1u/9GzAA==", + "version": "18.0.8", + "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.0.8.tgz", + "integrity": "sha512-C3GYO0HLaOkk9dDAz3Dl4sbe4AKUGTCfFIZsz3n/82dPNN8Du533HzKatDxeUYWu24wJgMP1xICqkWk1YOLOIw==", "dev": true, "dependencies": { "@types/react": "*" @@ -12196,9 +12196,9 @@ } }, "@types/react-dom": { - "version": "18.0.6", - "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.0.6.tgz", - "integrity": "sha512-/5OFZgfIPSwy+YuIBP/FgJnQnsxhZhjjrnxudMddeblOouIodEQ75X14Rr4wGSG/bknL+Omy9iWlLo1u/9GzAA==", + "version": "18.0.8", + "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.0.8.tgz", + "integrity": "sha512-C3GYO0HLaOkk9dDAz3Dl4sbe4AKUGTCfFIZsz3n/82dPNN8Du533HzKatDxeUYWu24wJgMP1xICqkWk1YOLOIw==", "dev": true, "requires": { "@types/react": "*" diff --git a/package.json b/package.json index 3977f03..38497c9 100644 --- a/package.json +++ b/package.json @@ -100,7 +100,7 @@ "@types/jest": "^29.2.2", "@types/node": "^16.11.68", "@types/react": "^18.0.21", - "@types/react-dom": "^18.0.6", + "@types/react-dom": "^18.0.8", "@types/sharp": "^0.31.0", "@types/styled-components": "^5.1.26", "@types/tar": "^6.1.3",