From b3d7b3b474eb45952c8d2fd4ad829c522b502cb2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 7 Mar 2022 00:53:13 +0000 Subject: [PATCH] fix: package.json & package-lock.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-URIJS-2419067 --- package-lock.json | 18 +++++++++++------- package.json | 2 +- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4e7c0f1d..e9fcfe64 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,6 +5,7 @@ "requires": true, "packages": { "": { + "name": "taas-apis", "version": "1.0.0", "license": "ISC", "dependencies": { @@ -38,7 +39,7 @@ "stripe": "^8.168.0", "superagent": "^6.1.0", "tc-core-library-js": "github:appirio-tech/tc-core-library-js#v2.6", - "urijs": "^1.19.7", + "urijs": "^1.19.10", "util": "^0.12.3", "uuid": "^8.3.1", "winston": "^3.3.3" @@ -10732,9 +10733,9 @@ } }, "node_modules/urijs": { - "version": "1.19.7", - "resolved": "https://registry.npmjs.org/urijs/-/urijs-1.19.7.tgz", - "integrity": "sha512-Id+IKjdU0Hx+7Zx717jwLPsPeUqz7rAtuVBRLLs+qn+J2nf9NGITWVCxcijgYxBqe83C7sqsQPs6H1pyz3x9gA==" + "version": "1.19.10", + "resolved": "https://registry.npmjs.org/urijs/-/urijs-1.19.10.tgz", + "integrity": "sha512-EzauQlgKuJgsXOqoMrCiePBf4At5jVqRhXykF3Wfb8ZsOBMxPcfiVBcsHXug4Aepb/ICm2PIgqAUGMelgdrWEg==" }, "node_modules/url": { "version": "0.10.3", @@ -11835,6 +11836,7 @@ }, "@topcoder-platform/topcoder-bus-api-wrapper": { "version": "git+ssh://git@github.com/topcoder-platform/tc-bus-api-wrapper.git#f8cbd335a0e0b4d6edd7cae859473593271fd97f", + "integrity": "sha512-RtKZlzEgJjt2IHGHH5zjtcIOMawNaGYp7rru2nap9xG3y1p329OEyUzYE+ReeQ3iZv0+c6utlj15Ixcm4Mmsww==", "from": "@topcoder-platform/topcoder-bus-api-wrapper@github:topcoder-platform/tc-bus-api-wrapper", "requires": { "joi": "^13.4.0", @@ -11880,6 +11882,7 @@ }, "tc-core-library-js": { "version": "git+ssh://git@github.com/appirio-tech/tc-core-library-js.git#df0b36c51cf80918194cbff777214b3c0cf5a151", + "integrity": "sha512-KCeBY1FgqiHKMFek26RqZAvcjvqiSYZ4/pVeuPFbfS/9qKSkXOTop6yO0RWP9SmIDMvyaJPj/1f+O1MVeFXUQA==", "from": "tc-core-library-js@appirio-tech/tc-core-library-js.git#v2.6.4", "requires": { "axios": "^0.19.0", @@ -19178,6 +19181,7 @@ }, "tc-core-library-js": { "version": "git+ssh://git@github.com/appirio-tech/tc-core-library-js.git#d16413db30b1eed21c0cf426e185bedb2329ddab", + "integrity": "sha512-eeuzgnnGTgaTrVvEVW5bbZoSZ6CCXYppqNf8V3j5UiGLu0Th+5gIfqguUxoPtVIebZc/3tBbfUaUYhkhOaIY3Q==", "from": "tc-core-library-js@github:appirio-tech/tc-core-library-js#v2.6", "requires": { "auth0-js": "^9.4.2", @@ -19642,9 +19646,9 @@ } }, "urijs": { - "version": "1.19.7", - "resolved": "https://registry.npmjs.org/urijs/-/urijs-1.19.7.tgz", - "integrity": "sha512-Id+IKjdU0Hx+7Zx717jwLPsPeUqz7rAtuVBRLLs+qn+J2nf9NGITWVCxcijgYxBqe83C7sqsQPs6H1pyz3x9gA==" + "version": "1.19.10", + "resolved": "https://registry.npmjs.org/urijs/-/urijs-1.19.10.tgz", + "integrity": "sha512-EzauQlgKuJgsXOqoMrCiePBf4At5jVqRhXykF3Wfb8ZsOBMxPcfiVBcsHXug4Aepb/ICm2PIgqAUGMelgdrWEg==" }, "url": { "version": "0.10.3", diff --git a/package.json b/package.json index 3e378af5..36ac6c31 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "stripe": "^8.168.0", "superagent": "^6.1.0", "tc-core-library-js": "github:appirio-tech/tc-core-library-js#v2.6", - "urijs": "^1.19.7", + "urijs": "^1.19.10", "util": "^0.12.3", "uuid": "^8.3.1", "winston": "^3.3.3"