From 8db9cec41feaaa4bd4ceb7bf3f0dff3f7cd3f7fa Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 13 Feb 2025 22:54:49 +0000 Subject: [PATCH] fix: upgrade @types/react from 19.0.7 to 19.0.8 Snyk has created this PR to upgrade @types/react from 19.0.7 to 19.0.8. See this package in npm: @types/react See this project in Snyk: https://app.snyk.io/org/spine-semantic-infrastructure/project/b121e0a0-7979-4b24-be4d-3b874e16b0c8?utm_source=github&utm_medium=referral&page=upgrade-pr --- www/package-lock.json | 8 ++++---- www/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/www/package-lock.json b/www/package-lock.json index 1210d1b..9a2695b 100644 --- a/www/package-lock.json +++ b/www/package-lock.json @@ -23,7 +23,7 @@ "@eslint/js": "^9.18.0", "@svgr/webpack": "^8.1.0", "@types/file-saver": "^2.0.7", - "@types/react": "^19.0.7", + "@types/react": "^19.0.8", "@types/react-dom": "^19.0.3", "@vitejs/plugin-react": "^4.3.4", "eslint": "^9.18.0", @@ -4952,9 +4952,9 @@ "license": "MIT" }, "node_modules/@types/react": { - "version": "19.0.7", - "resolved": "https://registry.npmjs.org/@types/react/-/react-19.0.7.tgz", - "integrity": "sha512-MoFsEJKkAtZCrC1r6CM8U22GzhG7u2Wir8ons/aCKH6MBdD1ibV24zOSSkdZVUKqN5i396zG5VKLYZ3yaUZdLA==", + "version": "19.0.8", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.0.8.tgz", + "integrity": "sha512-9P/o1IGdfmQxrujGbIMDyYaaCykhLKc0NGCtYcECNUr9UAaDe4gwvV9bR6tvd5Br1SG0j+PBpbKr2UYY8CwqSw==", "license": "MIT", "dependencies": { "csstype": "^3.0.2" diff --git a/www/package.json b/www/package.json index 43a859d..cc1f86d 100644 --- a/www/package.json +++ b/www/package.json @@ -25,7 +25,7 @@ "@eslint/js": "^9.18.0", "@svgr/webpack": "^8.1.0", "@types/file-saver": "^2.0.7", - "@types/react": "^19.0.7", + "@types/react": "^19.0.8", "@types/react-dom": "^19.0.3", "@vitejs/plugin-react": "^4.3.4", "eslint": "^9.18.0",