From 112db72708b91b8924d19359dfec44ca32457b39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 14:53:11 +0000 Subject: [PATCH] Bump nock from 13.5.1 to 13.5.3 in /.github/scripts Bumps [nock](https://github.com/nock/nock) from 13.5.1 to 13.5.3. - [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.5.1...v13.5.3) --- updated-dependencies: - dependency-name: nock dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/scripts/package-lock.json | 14 +++++++------- .github/scripts/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/scripts/package-lock.json b/.github/scripts/package-lock.json index 6872495..2f6329f 100644 --- a/.github/scripts/package-lock.json +++ b/.github/scripts/package-lock.json @@ -15,7 +15,7 @@ "devDependencies": { "mocha": "^10.3.0", "mock-fs": "^5.2.0", - "nock": "^13.5.1", + "nock": "^13.5.3", "nyc": "^15.1.0", "uvu": "^0.5.6" } @@ -2746,9 +2746,9 @@ } }, "node_modules/nock": { - "version": "13.5.1", - "resolved": "https://registry.npmjs.org/nock/-/nock-13.5.1.tgz", - "integrity": "sha512-+s7b73fzj5KnxbKH4Oaqz07tQ8degcMilU4rrmnKvI//b0JMBU4wEXFQ8zqr+3+L4eWSfU3H/UoIVGUV0tue1Q==", + "version": "13.5.3", + "resolved": "https://registry.npmjs.org/nock/-/nock-13.5.3.tgz", + "integrity": "sha512-2NlGmHIK2rTeyy7UaY1ZNg0YZfEJMxghXgZi0b4DBsUyoDNTTxZeCSG1nmirAWF44RkkoV8NnegLVQijgVapNQ==", "dev": true, "dependencies": { "debug": "^4.1.0", @@ -6378,9 +6378,9 @@ } }, "nock": { - "version": "13.5.1", - "resolved": "https://registry.npmjs.org/nock/-/nock-13.5.1.tgz", - "integrity": "sha512-+s7b73fzj5KnxbKH4Oaqz07tQ8degcMilU4rrmnKvI//b0JMBU4wEXFQ8zqr+3+L4eWSfU3H/UoIVGUV0tue1Q==", + "version": "13.5.3", + "resolved": "https://registry.npmjs.org/nock/-/nock-13.5.3.tgz", + "integrity": "sha512-2NlGmHIK2rTeyy7UaY1ZNg0YZfEJMxghXgZi0b4DBsUyoDNTTxZeCSG1nmirAWF44RkkoV8NnegLVQijgVapNQ==", "dev": true, "requires": { "debug": "^4.1.0", diff --git a/.github/scripts/package.json b/.github/scripts/package.json index 075638f..c0f239e 100644 --- a/.github/scripts/package.json +++ b/.github/scripts/package.json @@ -18,7 +18,7 @@ "devDependencies": { "mocha": "^10.3.0", "mock-fs": "^5.2.0", - "nock": "^13.5.1", + "nock": "^13.5.3", "nyc": "^15.1.0", "uvu": "^0.5.6" },