From ff314e9478b320dd111ad9c4dd9cdc18d873d55e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 28 Jan 2024 01:54:45 +0000 Subject: [PATCH] fix: samples/openapi3/client/petstore/typescript/builds/jquery/package.json & samples/openapi3/client/petstore/typescript/builds/jquery/package-lock.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-URLPARSE-2407770 --- .../petstore/typescript/builds/jquery/package-lock.json | 6 +++--- .../client/petstore/typescript/builds/jquery/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/samples/openapi3/client/petstore/typescript/builds/jquery/package-lock.json b/samples/openapi3/client/petstore/typescript/builds/jquery/package-lock.json index 31fa281aeedb..0e072ae9a705 100644 --- a/samples/openapi3/client/petstore/typescript/builds/jquery/package-lock.json +++ b/samples/openapi3/client/petstore/typescript/builds/jquery/package-lock.json @@ -44,9 +44,9 @@ "dev": true }, "url-parse": { - "version": "1.4.7", - "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.4.7.tgz", - "integrity": "sha512-d3uaVyzDB9tQoSXFvuSUNFibTd9zxd2bkVrDRvF5TmvWWQwqE4lgYJ5m+x1DbecWkw+LK4RNl2CU1hHuOKPVlg==", + "version": "1.5.9", + "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.9.tgz", + "integrity": "sha512-HpOvhKBvre8wYez+QhHcYiVvVmeF6DVnuSOOPhe3cTum3BnqHhvKaZm8FU5yTiOu/Jut2ZpB2rA/SbBA1JIGlQ==", "requires": { "querystringify": "^2.1.1", "requires-port": "^1.0.0" diff --git a/samples/openapi3/client/petstore/typescript/builds/jquery/package.json b/samples/openapi3/client/petstore/typescript/builds/jquery/package.json index 7c35bc6c6dd3..bc304d5ec2f7 100644 --- a/samples/openapi3/client/petstore/typescript/builds/jquery/package.json +++ b/samples/openapi3/client/petstore/typescript/builds/jquery/package.json @@ -20,7 +20,7 @@ "@types/jquery": "^3.3.29", "jquery": "^3.4.1", "es6-promise": "^4.2.4", - "url-parse": "^1.4.3" + "url-parse": "^1.5.9" }, "devDependencies": { "typescript": "^3.9.3"