From 7a34cc674056b180b8236f7bbed21556bc3834fe Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 25 May 2024 08:16:51 +0000 Subject: [PATCH] fix: upgrade long from 5.2.0 to 5.2.3 Snyk has created this PR to upgrade long from 5.2.0 to 5.2.3. See this package in npm: long See this project in Snyk: https://app.snyk.io/org/nexuscompute/project/d535a555-ba5d-41b8-adfa-250544dcab8f?utm_source=github&utm_medium=referral&page=upgrade-pr --- examples/cloud-chat/package-lock.json | 15 ++++++++------- examples/cloud-chat/package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/examples/cloud-chat/package-lock.json b/examples/cloud-chat/package-lock.json index ce605700a..422924bf1 100644 --- a/examples/cloud-chat/package-lock.json +++ b/examples/cloud-chat/package-lock.json @@ -9,7 +9,7 @@ "cookie-parser": "^1.4.6", "jsonwebtoken": "^8.5.1", "ksuid": "^3.0.0", - "long": "^5.2.0", + "long": "^5.2.3", "next": "^12.0.10", "nodes2ts": "^2.0.0", "uuid": "^8.3.2" @@ -2687,9 +2687,10 @@ "integrity": "sha1-DdOXEhPHxW34gJd9UEyI+0cal6w=" }, "node_modules/long": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/long/-/long-5.2.0.tgz", - "integrity": "sha512-9RTUNjK60eJbx3uz+TEGF7fUr29ZDxR5QzXcyDpeSfeH28S9ycINflOgOlppit5U+4kNTe83KQnMEerw7GmE8w==" + "version": "5.2.3", + "resolved": "https://registry.npmjs.org/long/-/long-5.2.3.tgz", + "integrity": "sha512-lcHwpNoggQTObv5apGNCTdJrO69eHOZMi4BNC+rTLER8iHAqGrUVeLh/irVIM7zTw2bOXA8T6uNPeujwOLg/2Q==", + "license": "Apache-2.0" }, "node_modules/loose-envify": { "version": "1.4.0", @@ -5896,9 +5897,9 @@ "integrity": "sha1-DdOXEhPHxW34gJd9UEyI+0cal6w=" }, "long": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/long/-/long-5.2.0.tgz", - "integrity": "sha512-9RTUNjK60eJbx3uz+TEGF7fUr29ZDxR5QzXcyDpeSfeH28S9ycINflOgOlppit5U+4kNTe83KQnMEerw7GmE8w==" + "version": "5.2.3", + "resolved": "https://registry.npmjs.org/long/-/long-5.2.3.tgz", + "integrity": "sha512-lcHwpNoggQTObv5apGNCTdJrO69eHOZMi4BNC+rTLER8iHAqGrUVeLh/irVIM7zTw2bOXA8T6uNPeujwOLg/2Q==" }, "loose-envify": { "version": "1.4.0", diff --git a/examples/cloud-chat/package.json b/examples/cloud-chat/package.json index d66c42d25..4c17fe17f 100644 --- a/examples/cloud-chat/package.json +++ b/examples/cloud-chat/package.json @@ -17,7 +17,7 @@ "cookie-parser": "^1.4.6", "jsonwebtoken": "^8.5.1", "ksuid": "^3.0.0", - "long": "^5.2.0", + "long": "^5.2.3", "next": "^12.0.10", "nodes2ts": "^2.0.0", "uuid": "^8.3.2"