From 9b433c66b5af640a6d6e8ae482f4ee84e91ab3f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 19:39:16 -0500 Subject: [PATCH] Bump nock from 13.4.0 to 13.5.1 in /lambda (#655) Bumps [nock](https://github.com/nock/nock) from 13.4.0 to 13.5.1. - [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.4.0...v13.5.1) --- updated-dependencies: - dependency-name: nock dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- lambda/package-lock.json | 14 +++++++------- lambda/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/lambda/package-lock.json b/lambda/package-lock.json index 88cc2cf4..b53e1b2f 100644 --- a/lambda/package-lock.json +++ b/lambda/package-lock.json @@ -25,7 +25,7 @@ "eslint-plugin-prettier": "^5.1.2", "esmock": "^2.6.3", "mocha": "^10.2.0", - "nock": "^13.4.0", + "nock": "^13.5.1", "prettier": "^3.1.1", "sinon": "^17.0.1" }, @@ -1977,9 +1977,9 @@ } }, "node_modules/nock": { - "version": "13.4.0", - "resolved": "https://registry.npmjs.org/nock/-/nock-13.4.0.tgz", - "integrity": "sha512-W8NVHjO/LCTNA64yxAPHV/K47LpGYcVzgKd3Q0n6owhwvD0Dgoterc25R4rnZbckJEb6Loxz1f5QMuJpJnbSyQ==", + "version": "13.5.1", + "resolved": "https://registry.npmjs.org/nock/-/nock-13.5.1.tgz", + "integrity": "sha512-+s7b73fzj5KnxbKH4Oaqz07tQ8degcMilU4rrmnKvI//b0JMBU4wEXFQ8zqr+3+L4eWSfU3H/UoIVGUV0tue1Q==", "dev": true, "dependencies": { "debug": "^4.1.0", @@ -4302,9 +4302,9 @@ } }, "nock": { - "version": "13.4.0", - "resolved": "https://registry.npmjs.org/nock/-/nock-13.4.0.tgz", - "integrity": "sha512-W8NVHjO/LCTNA64yxAPHV/K47LpGYcVzgKd3Q0n6owhwvD0Dgoterc25R4rnZbckJEb6Loxz1f5QMuJpJnbSyQ==", + "version": "13.5.1", + "resolved": "https://registry.npmjs.org/nock/-/nock-13.5.1.tgz", + "integrity": "sha512-+s7b73fzj5KnxbKH4Oaqz07tQ8degcMilU4rrmnKvI//b0JMBU4wEXFQ8zqr+3+L4eWSfU3H/UoIVGUV0tue1Q==", "dev": true, "requires": { "debug": "^4.1.0", diff --git a/lambda/package.json b/lambda/package.json index 9ef07938..8793933e 100644 --- a/lambda/package.json +++ b/lambda/package.json @@ -43,7 +43,7 @@ "eslint-plugin-prettier": "^5.1.2", "esmock": "^2.6.3", "mocha": "^10.2.0", - "nock": "^13.4.0", + "nock": "^13.5.1", "prettier": "^3.1.1", "sinon": "^17.0.1" },