diff --git a/package-lock.json b/package-lock.json index 9c46b25d..b5b0042b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "@jitar/plugin-vite": "^0.9.2", "@types/node": "22.13.0", "@types/react": "^19.1.0", - "@types/react-dom": "^19.1.1", + "@types/react-dom": "^19.1.5", "@types/sanitize-html": "^2.15.0", "@types/web-push": "^3.6.4", "@typescript-eslint/eslint-plugin": "^8.29.0", @@ -2978,9 +2978,9 @@ } }, "node_modules/@types/react-dom": { - "version": "19.1.2", - "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.1.2.tgz", - "integrity": "sha512-XGJkWF41Qq305SKWEILa1O8vzhb3aOo3ogBlSmiqNko/WmRb6QIaweuZCXjKygVDXpzXb5wyxKTSOsmkuqj+Qw==", + "version": "19.1.5", + "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.1.5.tgz", + "integrity": "sha512-CMCjrWucUBZvohgZxkjd6S9h0nZxXjzus6yDfUb+xLxYM7VvjKNH1tQrE9GWLql1XoOP4/Ds3bwFqShHUYraGg==", "dev": true, "license": "MIT", "peerDependencies": { diff --git a/package.json b/package.json index 99478080..397a9240 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "@jitar/plugin-vite": "^0.9.2", "@types/node": "22.13.0", "@types/react": "^19.1.0", - "@types/react-dom": "^19.1.1", + "@types/react-dom": "^19.1.5", "@types/sanitize-html": "^2.15.0", "@types/web-push": "^3.6.4", "@typescript-eslint/eslint-plugin": "^8.29.0",