From 0671a8f2e26cfea1386c35e3a18c2857b94088c2 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 24 May 2025 00:10:05 +0000 Subject: [PATCH] Update dependency @types/react to ^19.1.5 --- 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 8cb8629..45cd94d 100644 --- a/virtweb_frontend/package-lock.json +++ b/virtweb_frontend/package-lock.json @@ -32,7 +32,7 @@ "@eslint/js": "^9.27.0", "@types/humanize-duration": "^3.27.1", "@types/jest": "^29.5.14", - "@types/react": "^19.1.4", + "@types/react": "^19.1.5", "@types/react-dom": "^19.1.5", "@types/react-syntax-highlighter": "^15.5.13", "@types/uuid": "^10.0.0", @@ -1598,9 +1598,9 @@ "license": "MIT" }, "node_modules/@types/react": { - "version": "19.1.4", - "resolved": "https://registry.npmjs.org/@types/react/-/react-19.1.4.tgz", - "integrity": "sha512-EB1yiiYdvySuIITtD5lhW4yPyJ31RkJkkDw794LaQYrxCSaQV/47y5o1FMC4zF9ZyjUjzJMZwbovEnT5yHTW6g==", + "version": "19.1.5", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.1.5.tgz", + "integrity": "sha512-piErsCVVbpMMT2r7wbawdZsq4xMvIAhQuac2gedQHysu1TZYEigE6pnFfgZT+/jQnrRuF5r+SHzuehFjfRjr4g==", "license": "MIT", "dependencies": { "csstype": "^3.0.2" diff --git a/virtweb_frontend/package.json b/virtweb_frontend/package.json index 83730cd..0a583a7 100644 --- a/virtweb_frontend/package.json +++ b/virtweb_frontend/package.json @@ -34,7 +34,7 @@ "@eslint/js": "^9.27.0", "@types/humanize-duration": "^3.27.1", "@types/jest": "^29.5.14", - "@types/react": "^19.1.4", + "@types/react": "^19.1.5", "@types/react-dom": "^19.1.5", "@types/react-syntax-highlighter": "^15.5.13", "@types/uuid": "^10.0.0",