From 835573f40bd022788ad56994c309098e5be9d630 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jun 2022 18:11:22 +0000 Subject: [PATCH] Bump jest-websocket-mock from 2.2.0 to 2.3.0 in /awx/ui Bumps [jest-websocket-mock](https://github.com/romgain/jest-websocket-mock) from 2.2.0 to 2.3.0. - [Release notes](https://github.com/romgain/jest-websocket-mock/releases) - [Commits](https://github.com/romgain/jest-websocket-mock/compare/v2.2.0...v2.3.0) --- updated-dependencies: - dependency-name: jest-websocket-mock dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- awx/ui/package-lock.json | 26 +++++++++++++++++--------- awx/ui/package.json | 2 +- 2 files changed, 18 insertions(+), 10 deletions(-) diff --git a/awx/ui/package-lock.json b/awx/ui/package-lock.json index 720033a25374..43615f7ff1b5 100644 --- a/awx/ui/package-lock.json +++ b/awx/ui/package-lock.json @@ -62,7 +62,7 @@ "eslint-plugin-react": "7.28.0", "eslint-plugin-react-hooks": "4.3.0", "http-proxy-middleware": "^1.0.3", - "jest-websocket-mock": "^2.0.2", + "jest-websocket-mock": "^2.3.0", "mock-socket": "^9.1.3", "prettier": "2.3.2", "react-scripts": "5.0.0" @@ -14861,10 +14861,14 @@ } }, "node_modules/jest-websocket-mock": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/jest-websocket-mock/-/jest-websocket-mock-2.2.0.tgz", - "integrity": "sha512-lc3wwXOEyNa4ZpcgJtUG3mmKMAq5FAsKYiZph0p/+PAJrAPuX4JCIfJMdJ/urRsLBG51fwm/wlVPNbR6s2nzNw==", - "dev": true + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/jest-websocket-mock/-/jest-websocket-mock-2.3.0.tgz", + "integrity": "sha512-kXhRRApRdT4hLG/4rhsfcR0Ke0OzqIsDj0P5t0dl5aiAftShSgoRqp/0pyjS5bh+b9GrIzmfkrV2cn9LxxvSvA==", + "dev": true, + "dependencies": { + "jest-diff": "^27.0.2", + "mock-socket": "^9.1.0" + } }, "node_modules/jest-worker": { "version": "27.4.6", @@ -33575,10 +33579,14 @@ } }, "jest-websocket-mock": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/jest-websocket-mock/-/jest-websocket-mock-2.2.0.tgz", - "integrity": "sha512-lc3wwXOEyNa4ZpcgJtUG3mmKMAq5FAsKYiZph0p/+PAJrAPuX4JCIfJMdJ/urRsLBG51fwm/wlVPNbR6s2nzNw==", - "dev": true + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/jest-websocket-mock/-/jest-websocket-mock-2.3.0.tgz", + "integrity": "sha512-kXhRRApRdT4hLG/4rhsfcR0Ke0OzqIsDj0P5t0dl5aiAftShSgoRqp/0pyjS5bh+b9GrIzmfkrV2cn9LxxvSvA==", + "dev": true, + "requires": { + "jest-diff": "^27.0.2", + "mock-socket": "^9.1.0" + } }, "jest-worker": { "version": "27.4.6", diff --git a/awx/ui/package.json b/awx/ui/package.json index 91e1901673c8..1f78dc0c08be 100644 --- a/awx/ui/package.json +++ b/awx/ui/package.json @@ -62,7 +62,7 @@ "eslint-plugin-react": "7.28.0", "eslint-plugin-react-hooks": "4.3.0", "http-proxy-middleware": "^1.0.3", - "jest-websocket-mock": "^2.0.2", + "jest-websocket-mock": "^2.3.0", "mock-socket": "^9.1.3", "prettier": "2.3.2", "react-scripts": "5.0.0"