From 77c5103dd212eb841351c2d70946a581c802cf5e Mon Sep 17 00:00:00 2001
From: ecp88 <109925246+ecp88@users.noreply.github.com>
Date: Thu, 11 Jan 2024 05:52:21 -0400
Subject: [PATCH] [Snyk] Upgrade @types/node from 16.18.63 to 16.18.64 (#10338)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
This PR was automatically created by Snyk using the credentials of a
real user.
Snyk has created this PR to upgrade @types/node
from 16.18.63 to 16.18.64.
:information_source: Keep your dependencies up-to-date. This makes it
easier to fix existing vulnerabilities and to more quickly identify and
fix newly disclosed vulnerabilities when they affect your project.
- The recommended version is **1 version** ahead of your current
version.
- The recommended version was released **23 days ago**, on 2023-11-22.
Release notes
Package name: @types/node
-
16.18.64 - 2023-11-22
-
16.18.63 - 2023-11-21
from @types/node
GitHub release notes
**Note:** *You are seeing this because you or someone else with access
to this repository has authorized Snyk to open upgrade PRs.*
For more information:
🧐 [View latest project
report](https://app.snyk.io/org/ecp88/project/98480bdc-d80b-4fd1-89d7-c4c56a706763?utm_source=github&utm_medium=referral&page=upgrade-pr)
🛠 [Adjust upgrade PR
settings](https://app.snyk.io/org/ecp88/project/98480bdc-d80b-4fd1-89d7-c4c56a706763/settings/integration?utm_source=github&utm_medium=referral&page=upgrade-pr)
🔕 [Ignore this dependency or unsubscribe from future upgrade
PRs](https://app.snyk.io/org/ecp88/project/98480bdc-d80b-4fd1-89d7-c4c56a706763/settings/integration?pkg=@types/node&utm_source=github&utm_medium=referral&page=upgrade-pr#auto-dep-upgrades)
Co-authored-by: snyk-bot
---
tools/debug-ui/package-lock.json | 14 +++++++-------
tools/debug-ui/package.json | 2 +-
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/tools/debug-ui/package-lock.json b/tools/debug-ui/package-lock.json
index 50cebc12d63..70b37d876f6 100644
--- a/tools/debug-ui/package-lock.json
+++ b/tools/debug-ui/package-lock.json
@@ -9,7 +9,7 @@
"version": "0.1.0",
"dependencies": {
"@patternfly/react-log-viewer": "^4.87.101",
- "@types/node": "^16.18.63",
+ "@types/node": "^16.18.64",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.18",
"react": "^18.2.0",
@@ -3900,9 +3900,9 @@
"integrity": "sha512-Y4XFY5VJAuw0FgAqPNd6NNoV44jbq9Bz2L7Rh/J6jLTiHBSBJa9fxqQIvkIld4GsoDOcCbvzOUAbLPsSKKg+uA=="
},
"node_modules/@types/node": {
- "version": "16.18.63",
- "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.63.tgz",
- "integrity": "sha512-Q2VSI/lVKza0Z5qeY/JrHcwi9fxzBktDvNHthr0TVA/D3yMdHDw9syggng+wJPlsBLgx4jPpOrcJ100wnpniTg=="
+ "version": "16.18.64",
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.64.tgz",
+ "integrity": "sha512-TiY2gIDob8+QOPIcVpS0ZY+H1DVTfplBW6UgL2b4gOYbigIlKVIh6Lcv+7YDUciUTqhVLG91PrZBXW10IoBhtw=="
},
"node_modules/@types/parse-json": {
"version": "4.0.0",
@@ -20931,9 +20931,9 @@
"integrity": "sha512-Y4XFY5VJAuw0FgAqPNd6NNoV44jbq9Bz2L7Rh/J6jLTiHBSBJa9fxqQIvkIld4GsoDOcCbvzOUAbLPsSKKg+uA=="
},
"@types/node": {
- "version": "16.18.63",
- "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.63.tgz",
- "integrity": "sha512-Q2VSI/lVKza0Z5qeY/JrHcwi9fxzBktDvNHthr0TVA/D3yMdHDw9syggng+wJPlsBLgx4jPpOrcJ100wnpniTg=="
+ "version": "16.18.64",
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.64.tgz",
+ "integrity": "sha512-TiY2gIDob8+QOPIcVpS0ZY+H1DVTfplBW6UgL2b4gOYbigIlKVIh6Lcv+7YDUciUTqhVLG91PrZBXW10IoBhtw=="
},
"@types/parse-json": {
"version": "4.0.0",
diff --git a/tools/debug-ui/package.json b/tools/debug-ui/package.json
index 08334008616..5a4b60c80f8 100644
--- a/tools/debug-ui/package.json
+++ b/tools/debug-ui/package.json
@@ -4,7 +4,7 @@
"private": true,
"dependencies": {
"@patternfly/react-log-viewer": "^4.87.101",
- "@types/node": "^16.18.63",
+ "@types/node": "^16.18.64",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.18",
"react": "^18.2.0",