diff --git a/package-lock.json b/package-lock.json index 8e25b810..96969882 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@sentry/react": "^9.25.1", "@sentry/tracing": "^7.120.3", "@types/jest": "^29.5.14", - "@types/node": "^22.15.3", + "@types/node": "^24.0.3", "@types/react": "^18.3.5", "@types/react-dom": "^18.3.0", "add-to-calendar-button-react": "^2.8.1", @@ -2798,12 +2798,12 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "22.15.3", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.15.3.tgz", - "integrity": "sha512-lX7HFZeHf4QG/J7tBZqrCAXwz9J5RD56Y6MpP0eJkka8p+K0RY/yBTW7CYFJ4VGCclxqOLKmiGP5juQc6MKgcw==", + "version": "24.0.3", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.0.3.tgz", + "integrity": "sha512-R4I/kzCYAdRLzfiCabn9hxWfbuHS573x+r0dJMkkzThEa7pbrcDWK+9zu3e7aBOouf+rQAciqPFMnxwr0aWgKg==", "license": "MIT", "dependencies": { - "undici-types": "~6.21.0" + "undici-types": "~7.8.0" } }, "node_modules/@types/prop-types": { @@ -11562,9 +11562,9 @@ } }, "node_modules/undici-types": { - "version": "6.21.0", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz", - "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==", + "version": "7.8.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.8.0.tgz", + "integrity": "sha512-9UJ2xGDvQ43tYyVMpuHlsgApydB8ZKfVYTsLDhXkFL/6gfkp+U8xTGdh8pMJv1SpZna0zxG1DwsKZsreLbXBxw==", "license": "MIT" }, "node_modules/universalify": { diff --git a/package.json b/package.json index 09c5bb7b..f213d1c9 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "@sentry/react": "^9.25.1", "@sentry/tracing": "^7.120.3", "@types/jest": "^29.5.14", - "@types/node": "^22.15.3", + "@types/node": "^24.0.3", "@types/react": "^18.3.5", "@types/react-dom": "^18.3.0", "add-to-calendar-button-react": "^2.8.1",