From 05f87dd7b13b1661db23a2e1aba74ea855e34818 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 8 Mar 2021 08:14:14 +0000 Subject: [PATCH] build(deps-dev): bump nock from 12.0.2 to 13.0.11 Bumps [nock](https://github.com/nock/nock) from 12.0.2 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/v12.0.2...v13.0.11) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 14 ++++++++++---- package.json | 2 +- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index d273f9a..e77371e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8153,6 +8153,12 @@ "integrity": "sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4=", "dev": true }, + "lodash.set": { + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/lodash.set/-/lodash.set-4.3.2.tgz", + "integrity": "sha1-2HV7HagH3eJIFrDWqEvqGnYjCyM=", + "dev": true + }, "lodash.sortby": { "version": "4.7.0", "resolved": "https://registry.npmjs.org/lodash.sortby/-/lodash.sortby-4.7.0.tgz", @@ -8727,14 +8733,14 @@ "dev": true }, "nock": { - "version": "12.0.2", - "resolved": "https://registry.npmjs.org/nock/-/nock-12.0.2.tgz", - "integrity": "sha512-pTckyfP8QHvwXP/oX+zQuSIL3S/mWTd84ba4pOGZlS/FgRZyljv4C3ZyOjgMilvkydSaERML/aJEF13EBUuDTQ==", + "version": "13.0.11", + "resolved": "https://registry.npmjs.org/nock/-/nock-13.0.11.tgz", + "integrity": "sha512-sKZltNkkWblkqqPAsjYW0bm3s9DcHRPiMOyKO/PkfJ+ANHZ2+LA2PLe22r4lLrKgXaiSaDQwW3qGsJFtIpQIeQ==", "dev": true, "requires": { "debug": "^4.1.0", "json-stringify-safe": "^5.0.1", - "lodash": "^4.17.13", + "lodash.set": "^4.3.2", "propagate": "^2.0.0" } }, diff --git a/package.json b/package.json index 29d4da7..e73abaa 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "husky": "^4.2.3", "jest": "^25.1.0", "lint-staged": "^10.0.8", - "nock": "^12.0.2", + "nock": "^13.0.11", "npm-run-all": "^4.1.5", "prettier": "^1.19.1", "redis-mock": "^0.49.0",