From a86509097afe1b0039c79835f35ccab179bd7995 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jun 2022 00:38:11 +0000 Subject: [PATCH] Bump got from 11.5.2 to 11.8.5 in /frontend Bumps [got](https://github.com/sindresorhus/got) from 11.5.2 to 11.8.5. - [Release notes](https://github.com/sindresorhus/got/releases) - [Commits](https://github.com/sindresorhus/got/compare/v11.5.2...v11.8.5) --- updated-dependencies: - dependency-name: got dependency-type: indirect ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 68 ++++++++++++++++++++------------------ 1 file changed, 35 insertions(+), 33 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 0f73d5c..b7e078f 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -121,12 +121,6 @@ "fastq": "^1.6.0" } }, - "@sindresorhus/is": { - "version": "3.1.2", - "resolved": "https://descinet.bbva.es/artifactory/api/npm/npm/@sindresorhus/is/-/is-3.1.2.tgz", - "integrity": "sha1-VIZQ3lIbNE43gfvbDs5Kpvcpr7g=", - "dev": true - }, "@szmarczak/http-timer": { "version": "4.0.5", "resolved": "https://descinet.bbva.es/artifactory/api/npm/npm/@szmarczak/http-timer/-/http-timer-4.0.5.tgz", @@ -2225,21 +2219,6 @@ "integrity": "sha1-BJ/cWd/91PwoXo9PgpNlkb1Z/sM=", "dev": true }, - "cacheable-request": { - "version": "7.0.1", - "resolved": "https://descinet.bbva.es/artifactory/api/npm/npm/cacheable-request/-/cacheable-request-7.0.1.tgz", - "integrity": "sha1-BiAxwoViMngu1pSiV/o12pOUKlg=", - "dev": true, - "requires": { - "clone-response": "^1.0.2", - "get-stream": "^5.1.0", - "http-cache-semantics": "^4.0.0", - "keyv": "^4.0.0", - "lowercase-keys": "^2.0.0", - "normalize-url": "^4.1.0", - "responselike": "^2.0.0" - } - }, "callsite": { "version": "1.0.0", "resolved": "https://descinet.bbva.es/artifactory/api/npm/npm/callsite/-/callsite-1.0.0.tgz", @@ -4967,22 +4946,51 @@ } }, "got": { - "version": "11.5.2", - "resolved": "https://descinet.bbva.es/artifactory/api/npm/npm/got/-/got-11.5.2.tgz", - "integrity": "sha1-dy4/OgbZx1icfJTcPIPNsx3b90I=", + "version": "11.8.5", + "resolved": "https://registry.npmjs.org/got/-/got-11.8.5.tgz", + "integrity": "sha512-o0Je4NvQObAuZPHLFoRSkdG2lTgtcynqymzg2Vupdx6PorhaT5MCbIyXG6d4D94kk8ZG57QeosgdiqfJWhEhlQ==", "dev": true, "requires": { - "@sindresorhus/is": "^3.0.0", + "@sindresorhus/is": "^4.0.0", "@szmarczak/http-timer": "^4.0.5", "@types/cacheable-request": "^6.0.1", "@types/responselike": "^1.0.0", "cacheable-lookup": "^5.0.3", - "cacheable-request": "^7.0.1", + "cacheable-request": "^7.0.2", "decompress-response": "^6.0.0", - "http2-wrapper": "^1.0.0-beta.5.0", + "http2-wrapper": "^1.0.0-beta.5.2", "lowercase-keys": "^2.0.0", "p-cancelable": "^2.0.0", "responselike": "^2.0.0" + }, + "dependencies": { + "@sindresorhus/is": { + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-4.6.0.tgz", + "integrity": "sha512-t09vSN3MdfsyCHoFcTRCH/iUtG7OJ0CsjzB8cjAmKc/va/kIgeDI/TxsigdncE/4be734m0cvIYwNaV4i2XqAw==", + "dev": true + }, + "cacheable-request": { + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-7.0.2.tgz", + "integrity": "sha512-pouW8/FmiPQbuGpkXQ9BAPv/Mo5xDGANgSNXzTzJ8DrKGuXOssM4wIQRjfanNRh3Yu5cfYPvcorqbhg2KIJtew==", + "dev": true, + "requires": { + "clone-response": "^1.0.2", + "get-stream": "^5.1.0", + "http-cache-semantics": "^4.0.0", + "keyv": "^4.0.0", + "lowercase-keys": "^2.0.0", + "normalize-url": "^6.0.1", + "responselike": "^2.0.0" + } + }, + "normalize-url": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-6.1.0.tgz", + "integrity": "sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==", + "dev": true + } } }, "graceful-fs": { @@ -6853,12 +6861,6 @@ "integrity": "sha1-Dc1p/yOhybEf0JeDFmRKA4ghamU=", "dev": true }, - "normalize-url": { - "version": "4.5.0", - "resolved": "https://descinet.bbva.es/artifactory/api/npm/npm/normalize-url/-/normalize-url-4.5.0.tgz", - "integrity": "sha1-RTNUCH5sqWlXvY9br3U/WYIUISk=", - "dev": true - }, "npm-run-path": { "version": "2.0.2", "resolved": "https://descinet.bbva.es/artifactory/api/npm/npm/npm-run-path/-/npm-run-path-2.0.2.tgz",