From ccb9ebf4f421e79cf14ca30d477fd5279859f4b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jun 2022 09:16:16 +0000 Subject: [PATCH] Bump got from 11.8.3 to 11.8.5 in /integration_test/e2e-ui-tests Bumps [got](https://github.com/sindresorhus/got) from 11.8.3 to 11.8.5. - [Release notes](https://github.com/sindresorhus/got/releases) - [Commits](https://github.com/sindresorhus/got/compare/v11.8.3...v11.8.5) --- updated-dependencies: - dependency-name: got dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- integration_test/e2e-ui-tests/package-lock.json | 14 +++++++------- integration_test/e2e-ui-tests/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/integration_test/e2e-ui-tests/package-lock.json b/integration_test/e2e-ui-tests/package-lock.json index e9a2c3b5..fda4d364 100644 --- a/integration_test/e2e-ui-tests/package-lock.json +++ b/integration_test/e2e-ui-tests/package-lock.json @@ -13,7 +13,7 @@ "@types/ws": "^6.0.4", "dotenv": "^10.0.0", "exceljs": "^4.3.0", - "got": "^11.8.3", + "got": "^11.8.5", "mojaloop-ts": "v0.1.0-git-ca05c40b2ad8740790107b293bf3bcebbb95ef33", "mojaloop-voodoo-client": "0.7.0", "testcafe": "^1.17.1", @@ -3891,9 +3891,9 @@ } }, "node_modules/got": { - "version": "11.8.3", - "resolved": "https://registry.npmjs.org/got/-/got-11.8.3.tgz", - "integrity": "sha512-7gtQ5KiPh1RtGS9/Jbv1ofDpBFuq42gyfEib+ejaRBJuj/3tQFeR5+gw57e4ipaU8c/rCjvX6fkQz2lyDlGAOg==", + "version": "11.8.5", + "resolved": "https://registry.npmjs.org/got/-/got-11.8.5.tgz", + "integrity": "sha512-o0Je4NvQObAuZPHLFoRSkdG2lTgtcynqymzg2Vupdx6PorhaT5MCbIyXG6d4D94kk8ZG57QeosgdiqfJWhEhlQ==", "dependencies": { "@sindresorhus/is": "^4.0.0", "@szmarczak/http-timer": "^4.0.5", @@ -9930,9 +9930,9 @@ } }, "got": { - "version": "11.8.3", - "resolved": "https://registry.npmjs.org/got/-/got-11.8.3.tgz", - "integrity": "sha512-7gtQ5KiPh1RtGS9/Jbv1ofDpBFuq42gyfEib+ejaRBJuj/3tQFeR5+gw57e4ipaU8c/rCjvX6fkQz2lyDlGAOg==", + "version": "11.8.5", + "resolved": "https://registry.npmjs.org/got/-/got-11.8.5.tgz", + "integrity": "sha512-o0Je4NvQObAuZPHLFoRSkdG2lTgtcynqymzg2Vupdx6PorhaT5MCbIyXG6d4D94kk8ZG57QeosgdiqfJWhEhlQ==", "requires": { "@sindresorhus/is": "^4.0.0", "@szmarczak/http-timer": "^4.0.5", diff --git a/integration_test/e2e-ui-tests/package.json b/integration_test/e2e-ui-tests/package.json index 57258e91..785933bb 100644 --- a/integration_test/e2e-ui-tests/package.json +++ b/integration_test/e2e-ui-tests/package.json @@ -10,7 +10,7 @@ "@types/ws": "^6.0.4", "dotenv": "^10.0.0", "exceljs": "^4.3.0", - "got": "^11.8.3", + "got": "^11.8.5", "mojaloop-ts": "v0.1.0-git-ca05c40b2ad8740790107b293bf3bcebbb95ef33", "mojaloop-voodoo-client": "0.7.0", "testcafe": "^1.17.1",