From 3843d031b2cbe2688fb6c3d013cbc2310a318d55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Aug 2023 10:50:44 -0700 Subject: [PATCH] Bump nock from 13.3.2 to 13.3.3 in /client/web/antrea-ui (#71) Bumps [nock](https://github.com/nock/nock) from 13.3.2 to 13.3.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.3.2...v13.3.3) --- updated-dependencies: - dependency-name: nock dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- client/web/antrea-ui/package.json | 2 +- client/web/antrea-ui/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/client/web/antrea-ui/package.json b/client/web/antrea-ui/package.json index e7ee6320..cdec14f3 100644 --- a/client/web/antrea-ui/package.json +++ b/client/web/antrea-ui/package.json @@ -66,7 +66,7 @@ "eslint-plugin-react-refresh": "^0.4.3", "eslint-plugin-vitest": "^0.2.8", "jsdom": "^22.1.0", - "nock": "^13.3.0", + "nock": "^13.3.3", "rollup-plugin-visualizer": "^5.9.2", "uuid": "^9.0.0" } diff --git a/client/web/antrea-ui/yarn.lock b/client/web/antrea-ui/yarn.lock index c3e320f4..3c74b060 100644 --- a/client/web/antrea-ui/yarn.lock +++ b/client/web/antrea-ui/yarn.lock @@ -3013,10 +3013,10 @@ natural-compare@^1.4.0: resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7" integrity sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw== -nock@^13.3.0: - version "13.3.2" - resolved "https://registry.yarnpkg.com/nock/-/nock-13.3.2.tgz#bfa6be92d37f744b1b758ea89b1105cdaf5c8b3f" - integrity sha512-CwbljitiWJhF1gL83NbanhoKs1l23TDlRioNraPTZrzZIEooPemrHRj5m0FZCPkB1ecdYCSWWGcHysJgX/ngnQ== +nock@^13.3.3: + version "13.3.3" + resolved "https://registry.yarnpkg.com/nock/-/nock-13.3.3.tgz#179759c07d3f88ad3e794ace885629c1adfd3fe7" + integrity sha512-z+KUlILy9SK/RjpeXDiDUEAq4T94ADPHE3qaRkf66mpEhzc/ytOMm3Bwdrbq6k1tMWkbdujiKim3G2tfQARuJw== dependencies: debug "^4.1.0" json-stringify-safe "^5.0.1"