From 9f6b223e7ce449a2dbf4d41c3a8afc5313c0289e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Mar 2025 07:12:03 +0000 Subject: [PATCH] fix: upgrade @types/node from 18.11.18 to 18.19.76 Snyk has created this PR to upgrade @types/node from 18.11.18 to 18.19.76. See this package in npm: @types/node See this project in Snyk: https://app.snyk.io/org/sumansaurabh/project/c87d3dae-a8f8-4049-9433-a77d400aed2f?utm_source=github&utm_medium=referral&page=upgrade-pr --- .../client/package-lock.json | 32 +++++++++++++++---- .../client/package.json | 2 +- 2 files changed, 26 insertions(+), 8 deletions(-) diff --git a/apps/file-q-and-a/nextjs-with-flask-server/client/package-lock.json b/apps/file-q-and-a/nextjs-with-flask-server/client/package-lock.json index 5f03816feb..542dfd48dc 100644 --- a/apps/file-q-and-a/nextjs-with-flask-server/client/package-lock.json +++ b/apps/file-q-and-a/nextjs-with-flask-server/client/package-lock.json @@ -15,7 +15,7 @@ "@tailwindcss/typography": "^0.5.9", "@types/formidable": "^2.0.5", "@types/lodash": "^4.14.191", - "@types/node": "18.11.18", + "@types/node": "^18.19.76", "@types/pdf-parse": "^1.1.1", "@types/react": "18.0.27", "@types/react-dom": "18.0.10", @@ -486,9 +486,13 @@ "integrity": "sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA==" }, "node_modules/@types/node": { - "version": "18.11.18", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.11.18.tgz", - "integrity": "sha512-DHQpWGjyQKSHj3ebjFI/wRKcqQcdR+MoFBygntYOZytCqNfkd2ZC4ARDJ2DQqhjH5p85Nnd3jhUJIXrszFX/JA==" + "version": "18.19.76", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.76.tgz", + "integrity": "sha512-yvR7Q9LdPz2vGpmpJX5LolrgRdWvB67MJKDPSgIIzpFbaf9a1j/f5DnLp5VDyHGMR0QZHlTr1afsD87QCXFHKw==", + "license": "MIT", + "dependencies": { + "undici-types": "~5.26.4" + } }, "node_modules/@types/pdf-parse": { "version": "1.1.1", @@ -5055,6 +5059,12 @@ "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.13.6.tgz", "integrity": "sha512-+A5Sja4HP1M08MaXya7p5LvjuM7K6q/2EaC0+iovj/wOcMsTzMvDFbasi/oSapiwOlt252IqsKqPjCl7huKS0A==" }, + "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/unified": { "version": "10.1.2", "resolved": "https://registry.npmjs.org/unified/-/unified-10.1.2.tgz", @@ -5634,9 +5644,12 @@ "integrity": "sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA==" }, "@types/node": { - "version": "18.11.18", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.11.18.tgz", - "integrity": "sha512-DHQpWGjyQKSHj3ebjFI/wRKcqQcdR+MoFBygntYOZytCqNfkd2ZC4ARDJ2DQqhjH5p85Nnd3jhUJIXrszFX/JA==" + "version": "18.19.76", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.76.tgz", + "integrity": "sha512-yvR7Q9LdPz2vGpmpJX5LolrgRdWvB67MJKDPSgIIzpFbaf9a1j/f5DnLp5VDyHGMR0QZHlTr1afsD87QCXFHKw==", + "requires": { + "undici-types": "~5.26.4" + } }, "@types/pdf-parse": { "version": "1.1.1", @@ -8745,6 +8758,11 @@ "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.13.6.tgz", "integrity": "sha512-+A5Sja4HP1M08MaXya7p5LvjuM7K6q/2EaC0+iovj/wOcMsTzMvDFbasi/oSapiwOlt252IqsKqPjCl7huKS0A==" }, + "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==" + }, "unified": { "version": "10.1.2", "resolved": "https://registry.npmjs.org/unified/-/unified-10.1.2.tgz", diff --git a/apps/file-q-and-a/nextjs-with-flask-server/client/package.json b/apps/file-q-and-a/nextjs-with-flask-server/client/package.json index 18a46d2f7a..80df282648 100644 --- a/apps/file-q-and-a/nextjs-with-flask-server/client/package.json +++ b/apps/file-q-and-a/nextjs-with-flask-server/client/package.json @@ -16,7 +16,7 @@ "@tailwindcss/typography": "^0.5.9", "@types/formidable": "^2.0.5", "@types/lodash": "^4.14.191", - "@types/node": "18.11.18", + "@types/node": "18.19.76", "@types/pdf-parse": "^1.1.1", "@types/react": "18.0.27", "@types/react-dom": "18.0.10",