From 5db8dec7d756c954599b957109d6bc121fef858a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 5 Aug 2024 07:21:26 +0000 Subject: [PATCH] fix: upgrade @types/node from 18.11.9 to 18.19.39 Snyk has created this PR to upgrade @types/node from 18.11.9 to 18.19.39. See this package in npm: @types/node See this project in Snyk: https://app.snyk.io/org/bagulm123/project/cba38089-cb3f-4932-8dcc-28c113adc291?utm_source=github&utm_medium=referral&page=upgrade-pr --- dashboard/package-lock.json | 36 +++++++++++++++++++++++++++--------- dashboard/package.json | 2 +- 2 files changed, 28 insertions(+), 10 deletions(-) diff --git a/dashboard/package-lock.json b/dashboard/package-lock.json index de162f452..a882d67f4 100644 --- a/dashboard/package-lock.json +++ b/dashboard/package-lock.json @@ -1,14 +1,14 @@ { "name": "komiser-dashboard", - "version": "3.0.2", + "version": "3.0.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "komiser-dashboard", - "version": "3.0.2", + "version": "3.0.3", "dependencies": { - "@types/node": "18.11.9", + "@types/node": "^18.19.39", "@types/react": "18.0.24", "@types/react-dom": "18.0.8", "chart.js": "^4.2.1", @@ -916,9 +916,13 @@ "dev": true }, "node_modules/@types/node": { - "version": "18.11.9", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.11.9.tgz", - "integrity": "sha512-CRpX21/kGdzjOpFsZSkcrXMGIBWMGNIHXXBVFSH+ggkftxg+XYP20TESbh+zFvFj3EQOl5byk0HTRn1IL6hbqg==" + "version": "18.19.39", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.39.tgz", + "integrity": "sha512-nPwTRDKUctxw3di5b4TfT3I0sWDiWoPQCZjXhvdkINntwr8lcoVCKsTgnXeRubKIlfnV+eN/HYk6Jb40tbcEAQ==", + "license": "MIT", + "dependencies": { + "undici-types": "~5.26.4" + } }, "node_modules/@types/normalize-package-data": { "version": "2.4.1", @@ -5495,6 +5499,12 @@ "url": "https://github.com/sponsors/ljharb" } }, + "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==", + "license": "MIT" + }, "node_modules/universalify": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz", @@ -6365,9 +6375,12 @@ "dev": true }, "@types/node": { - "version": "18.11.9", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.11.9.tgz", - "integrity": "sha512-CRpX21/kGdzjOpFsZSkcrXMGIBWMGNIHXXBVFSH+ggkftxg+XYP20TESbh+zFvFj3EQOl5byk0HTRn1IL6hbqg==" + "version": "18.19.39", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.39.tgz", + "integrity": "sha512-nPwTRDKUctxw3di5b4TfT3I0sWDiWoPQCZjXhvdkINntwr8lcoVCKsTgnXeRubKIlfnV+eN/HYk6Jb40tbcEAQ==", + "requires": { + "undici-types": "~5.26.4" + } }, "@types/normalize-package-data": { "version": "2.4.1", @@ -9595,6 +9608,11 @@ "which-boxed-primitive": "^1.0.2" } }, + "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==" + }, "universalify": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz", diff --git a/dashboard/package.json b/dashboard/package.json index e4e94871a..e9c3000d1 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -10,7 +10,7 @@ "prepare": "cd .. && husky install dashboard/.husky" }, "dependencies": { - "@types/node": "18.11.9", + "@types/node": "18.19.39", "@types/react": "18.0.24", "@types/react-dom": "18.0.8", "chart.js": "^4.2.1",