From 1a0c8932509690606de943026f688470522babf7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 1 Sep 2025 02:52:35 +0000 Subject: [PATCH] fix: upgrade @types/node from 16.11.47 to 16.18.126 Snyk has created this PR to upgrade @types/node from 16.11.47 to 16.18.126. See this package in npm: @types/node See this project in Snyk: https://app.snyk.io/org/andrechia/project/df05115c-f3d4-43fe-9349-55db76db05ae?utm_source=github&utm_medium=referral&page=upgrade-pr --- example/sample-dashboard/package-lock.json | 15 ++++++++------- example/sample-dashboard/package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/example/sample-dashboard/package-lock.json b/example/sample-dashboard/package-lock.json index a88a0b2..79e8b8f 100644 --- a/example/sample-dashboard/package-lock.json +++ b/example/sample-dashboard/package-lock.json @@ -12,7 +12,7 @@ "@testing-library/react": "^13.3.0", "@testing-library/user-event": "^13.5.0", "@types/jest": "^27.5.2", - "@types/node": "^16.11.47", + "@types/node": "^16.18.126", "@types/react": "^18.0.17", "@types/react-dom": "^18.0.6", "react": "^18.2.0", @@ -3776,9 +3776,10 @@ "integrity": "sha512-Y4XFY5VJAuw0FgAqPNd6NNoV44jbq9Bz2L7Rh/J6jLTiHBSBJa9fxqQIvkIld4GsoDOcCbvzOUAbLPsSKKg+uA==" }, "node_modules/@types/node": { - "version": "16.11.47", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.11.47.tgz", - "integrity": "sha512-fpP+jk2zJ4VW66+wAMFoBJlx1bxmBKx4DUFf68UHgdGCOuyUTDlLWqsaNPJh7xhNDykyJ9eIzAygilP/4WoN8g==" + "version": "16.18.126", + "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.126.tgz", + "integrity": "sha512-OTcgaiwfGFBKacvfwuHzzn1KLxH/er8mluiy8/uM3sGXHaRe73RrSIj01jow9t4kJEW633Ov+cOexXeiApTyAw==", + "license": "MIT" }, "node_modules/@types/parse-json": { "version": "4.0.0", @@ -19152,9 +19153,9 @@ "integrity": "sha512-Y4XFY5VJAuw0FgAqPNd6NNoV44jbq9Bz2L7Rh/J6jLTiHBSBJa9fxqQIvkIld4GsoDOcCbvzOUAbLPsSKKg+uA==" }, "@types/node": { - "version": "16.11.47", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.11.47.tgz", - "integrity": "sha512-fpP+jk2zJ4VW66+wAMFoBJlx1bxmBKx4DUFf68UHgdGCOuyUTDlLWqsaNPJh7xhNDykyJ9eIzAygilP/4WoN8g==" + "version": "16.18.126", + "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.126.tgz", + "integrity": "sha512-OTcgaiwfGFBKacvfwuHzzn1KLxH/er8mluiy8/uM3sGXHaRe73RrSIj01jow9t4kJEW633Ov+cOexXeiApTyAw==" }, "@types/parse-json": { "version": "4.0.0", diff --git a/example/sample-dashboard/package.json b/example/sample-dashboard/package.json index a8cdd8a..a5f6f8d 100644 --- a/example/sample-dashboard/package.json +++ b/example/sample-dashboard/package.json @@ -7,7 +7,7 @@ "@testing-library/react": "^13.3.0", "@testing-library/user-event": "^13.5.0", "@types/jest": "^27.5.2", - "@types/node": "^16.11.47", + "@types/node": "^16.18.126", "@types/react": "^18.0.17", "@types/react-dom": "^18.0.6", "react": "^18.2.0",