From 9b9d541d2a3f570727a3b82029b027655efcf607 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 17 Sep 2024 09:40:59 +0000 Subject: [PATCH] fix: upgrade multiple dependencies with Snyk Snyk has created this PR to upgrade: - @types/node from 20.14.15 to 20.16.1. See this package in npm: https://www.npmjs.com/package/@types/node - @types/react from 18.3.3 to 18.3.4. See this package in npm: https://www.npmjs.com/package/@types/react See this project in Snyk: https://app.snyk.io/org/geovanedev/project/aa8b80e5-5fb3-4fbe-8b8d-e36c5fd96e72?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 29 ++++++++++++++++------------- package.json | 4 ++-- 2 files changed, 18 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index 58e3326..75003de 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,8 +24,8 @@ "react-helmet": "^6.1.0" }, "devDependencies": { - "@types/node": "^20.12.8", - "@types/react": "^18.3.1", + "@types/node": "^20.16.1", + "@types/react": "^18.3.4", "@types/react-dom": "^18.3.0", "typescript": "^5.4.5" } @@ -312,12 +312,13 @@ } }, "node_modules/@types/node": { - "version": "20.14.15", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.15.tgz", - "integrity": "sha512-Fz1xDMCF/B00/tYSVMlmK7hVeLh7jE5f3B7X1/hmV0MJBwE27KlS7EvD/Yp+z1lm8mVhwV5w+n8jOZG8AfTlKw==", + "version": "20.16.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.16.1.tgz", + "integrity": "sha512-zJDo7wEadFtSyNz5QITDfRcrhqDvQI1xQNQ0VoizPjM/dVAODqqIUWbJPkvsxmTI0MYRGRikcdjMPhOssnPejQ==", "dev": true, + "license": "MIT", "dependencies": { - "undici-types": "~5.26.4" + "undici-types": "~6.19.2" } }, "node_modules/@types/prop-types": { @@ -326,9 +327,10 @@ "integrity": "sha512-5zvhXYtRNRluoE/jAp4GVsSduVUzNWKkOZrCDBWYtE7biZywwdC2AcEzg+cSMLFRfVgeAFqpfNabiPjxFddV1Q==" }, "node_modules/@types/react": { - "version": "18.3.3", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.3.tgz", - "integrity": "sha512-hti/R0pS0q1/xx+TsI73XIqk26eBsISZ2R0wUijXIngRK9R/e7Xw/cXVxQK7R5JjW+SV4zGcn5hXjudkN/pLIw==", + "version": "18.3.4", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.4.tgz", + "integrity": "sha512-J7W30FTdfCxDDjmfRM+/JqLHBIyl7xUIp9kwK637FGmY7+mkSFSe6L4jpZzhj5QMfLssSDP4/i75AKkrdC7/Jw==", + "license": "MIT", "dependencies": { "@types/prop-types": "*", "csstype": "^3.0.2" @@ -1118,10 +1120,11 @@ } }, "node_modules/undici-types": { - "version": "5.26.5", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", - "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==", - "dev": true + "version": "6.19.8", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz", + "integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==", + "dev": true, + "license": "MIT" }, "node_modules/warning": { "version": "4.0.3", diff --git a/package.json b/package.json index 6f75089..e9a56b2 100644 --- a/package.json +++ b/package.json @@ -25,8 +25,8 @@ "react-helmet": "^6.1.0" }, "devDependencies": { - "@types/node": "^20.12.8", - "@types/react": "^18.3.1", + "@types/node": "^20.16.1", + "@types/react": "^18.3.4", "@types/react-dom": "^18.3.0", "typescript": "^5.4.5" }