From 74f2508cd550eb5b7168900be0d616bf0d96a74d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Mar 2021 06:19:48 +0000 Subject: [PATCH] Bump nock from 13.0.10 to 13.0.11 in /frontend Bumps [nock](https://github.com/nock/nock) from 13.0.10 to 13.0.11. - [Release notes](https://github.com/nock/nock/releases) - [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md) - [Commits](https://github.com/nock/nock/compare/v13.0.10...v13.0.11) Signed-off-by: dependabot[bot] --- frontend/package.json | 2 +- frontend/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 545952af..f69aaf82 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -53,7 +53,7 @@ "flow-bin": "^0.133.0", "flow-typed": "^3.3.1", "jest-styled-components": "^7.0.3", - "nock": "^13.0.10", + "nock": "^13.0.11", "react-app-rewired": "^2.1.8" }, "browserslist": [ diff --git a/frontend/yarn.lock b/frontend/yarn.lock index e506f6c6..7f0a411b 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -10269,10 +10269,10 @@ no-case@^3.0.3: lower-case "^2.0.1" tslib "^1.10.0" -nock@^13.0.10: - version "13.0.10" - resolved "https://registry.yarnpkg.com/nock/-/nock-13.0.10.tgz#a9a015269408d56ec9ac57fe3ede86b0a83ecc6a" - integrity sha512-AvUO/tbiWVBjlC3WsuIutPXltPbPmHWfcLwDSYzykKBJhOeo9eZPczo8n9aV4AHHCgpeL70zBXLwiSE+mzx89g== +nock@^13.0.11: + version "13.0.11" + resolved "https://registry.yarnpkg.com/nock/-/nock-13.0.11.tgz#ba733252e720897ca50033205c39db0c7470f331" + integrity sha512-sKZltNkkWblkqqPAsjYW0bm3s9DcHRPiMOyKO/PkfJ+ANHZ2+LA2PLe22r4lLrKgXaiSaDQwW3qGsJFtIpQIeQ== dependencies: debug "^4.1.0" json-stringify-safe "^5.0.1"