From 0dc4778c1561d2ae6ccaad46102bbb22cac1e6e0 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 29 Sep 2025 00:41:20 +0000 Subject: [PATCH] Update dependency @types/react to ^19.1.15 --- virtweb_frontend/package-lock.json | 8 ++++---- virtweb_frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/virtweb_frontend/package-lock.json b/virtweb_frontend/package-lock.json index 3cb3e31..a734e23 100644 --- a/virtweb_frontend/package-lock.json +++ b/virtweb_frontend/package-lock.json @@ -36,7 +36,7 @@ "@eslint/js": "^9.35.0", "@types/humanize-duration": "^3.27.4", "@types/jest": "^30.0.0", - "@types/react": "^19.1.13", + "@types/react": "^19.1.15", "@types/react-dom": "^19.1.9", "@types/react-syntax-highlighter": "^15.5.13", "@types/uuid": "^10.0.0", @@ -1719,9 +1719,9 @@ "license": "MIT" }, "node_modules/@types/react": { - "version": "19.1.13", - "resolved": "https://registry.npmjs.org/@types/react/-/react-19.1.13.tgz", - "integrity": "sha512-hHkbU/eoO3EG5/MZkuFSKmYqPbSVk5byPFa3e7y/8TybHiLMACgI8seVYlicwk7H5K/rI2px9xrQp/C+AUDTiQ==", + "version": "19.1.15", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.1.15.tgz", + "integrity": "sha512-+kLxJpaJzXybyDyFXYADyP1cznTO8HSuBpenGlnKOAkH4hyNINiywvXS/tGJhsrGGP/gM185RA3xpjY0Yg4erA==", "license": "MIT", "peer": true, "dependencies": { diff --git a/virtweb_frontend/package.json b/virtweb_frontend/package.json index f759eba..9ffad09 100644 --- a/virtweb_frontend/package.json +++ b/virtweb_frontend/package.json @@ -38,7 +38,7 @@ "@eslint/js": "^9.35.0", "@types/humanize-duration": "^3.27.4", "@types/jest": "^30.0.0", - "@types/react": "^19.1.13", + "@types/react": "^19.1.15", "@types/react-dom": "^19.1.9", "@types/react-syntax-highlighter": "^15.5.13", "@types/uuid": "^10.0.0",