From 9b1021520dc7bb4d955b1565a7dfbd0c9fce92b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Nov 2023 19:14:34 +0000 Subject: [PATCH] chore(deps-dev): bump nock from 13.3.6 to 13.3.8 (#9707) Bumps [nock](https://github.com/nock/nock) from 13.3.6 to 13.3.8. - [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.3.6...v13.3.8) --- updated-dependencies: - dependency-name: nock dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index f89d388237..a9411d5280 100644 --- a/package-lock.json +++ b/package-lock.json @@ -104,7 +104,7 @@ "mocha-env-reporter": "^4.0.0", "mocha-junit-reporter": "^2.2.1", "mocha-yaml-loader": "^1.0.3", - "nock": "13.3.6", + "nock": "13.3.8", "node-mocks-http": "^1.13.0", "nodemon": "^3.0.1", "npm-run-all": "^4.1.5", @@ -18297,9 +18297,9 @@ } }, "node_modules/nock": { - "version": "13.3.6", - "resolved": "https://registry.npmjs.org/nock/-/nock-13.3.6.tgz", - "integrity": "sha512-lT6YuktKroUFM+27mubf2uqQZVy2Jf+pfGzuh9N6VwdHlFoZqvi4zyxFTVR1w/ChPqGY6yxGehHp6C3wqCASCw==", + "version": "13.3.8", + "resolved": "https://registry.npmjs.org/nock/-/nock-13.3.8.tgz", + "integrity": "sha512-96yVFal0c/W1lG7mmfRe7eO+hovrhJYd2obzzOZ90f6fjpeU/XNvd9cYHZKZAQJumDfhXgoTpkpJ9pvMj+hqHw==", "dev": true, "dependencies": { "debug": "^4.1.0", diff --git a/package.json b/package.json index 6bf14d380b..65b60f7b9b 100644 --- a/package.json +++ b/package.json @@ -191,7 +191,7 @@ "mocha-env-reporter": "^4.0.0", "mocha-junit-reporter": "^2.2.1", "mocha-yaml-loader": "^1.0.3", - "nock": "13.3.6", + "nock": "13.3.8", "node-mocks-http": "^1.13.0", "nodemon": "^3.0.1", "npm-run-all": "^4.1.5", -- GitLab