diff --git a/package-lock.json b/package-lock.json index 294d8293..5460a82b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42,7 +42,7 @@ "@types/js-yaml": "^4.0.9", "@types/node": "^22.13.5", "@types/react": "^19.0.10", - "@types/react-dom": "19.1.2", + "@types/react-dom": "19.1.3", "@types/react-syntax-highlighter": "^15.5.13", "@ui5/webcomponents-cypress-commands": "^2.7.2", "@vitejs/plugin-react": "^4.3.4", @@ -2695,9 +2695,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.3", + "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.1.3.tgz", + "integrity": "sha512-rJXC08OG0h3W6wDMFxQrZF00Kq6qQvw0djHRdzl3U5DnIERz0MRce3WVc7IS6JYBwtaP/DwYtRRjVlvivNveKg==", "devOptional": true, "license": "MIT", "peerDependencies": { @@ -3425,9 +3425,9 @@ } }, "node_modules/@vitest/eslint-plugin": { - "version": "1.1.43", - "resolved": "https://registry.npmjs.org/@vitest/eslint-plugin/-/eslint-plugin-1.1.43.tgz", - "integrity": "sha512-OLoUMO67Yg+kr7E6SjF5+Qvl2f6uNJ7ImQYnXT8WgnPiZE41ZQBsnzn70jehXrhFVadphHs2smk+yl0TFKLV5Q==", + "version": "1.1.44", + "resolved": "https://registry.npmjs.org/@vitest/eslint-plugin/-/eslint-plugin-1.1.44.tgz", + "integrity": "sha512-m4XeohMT+Dj2RZfxnbiFR+Cv5dEC0H7C6TlxRQT7GK2556solm99kxgzJp/trKrZvanZcOFyw7aABykUTfWyrg==", "dev": true, "license": "MIT", "peerDependencies": { diff --git a/package.json b/package.json index 9ea5f016..afe80051 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "@types/js-yaml": "^4.0.9", "@types/node": "^22.13.5", "@types/react": "^19.0.10", - "@types/react-dom": "19.1.2", + "@types/react-dom": "19.1.3", "@types/react-syntax-highlighter": "^15.5.13", "@ui5/webcomponents-cypress-commands": "^2.7.2", "@vitejs/plugin-react": "^4.3.4",