From 45df461b8ca01a484ccb3b285e525ed8b91bb408 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jun 2022 16:31:32 +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 4e8ff3b3f537..92f77bd7436e 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", @@ -33579,10 +33583,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 3fd72ac74d8a..fdffe4a57a9c 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"