From ddb67645e6e660c1e105665a716d648f36e8e5f4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 9 Dec 2022 21:40:05 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies Signed-off-by: Renovate Bot --- packages/app/package.json | 4 ++-- plugins/ocm/package.json | 2 +- yarn.lock | 15 ++++++++++----- 3 files changed, 13 insertions(+), 8 deletions(-) diff --git a/packages/app/package.json b/packages/app/package.json index 211535fa5c6..60a8433563e 100644 --- a/packages/app/package.json +++ b/packages/app/package.json @@ -57,10 +57,10 @@ "@testing-library/jest-dom": "5.16.5", "@testing-library/react": "13.4.0", "@testing-library/user-event": "14.4.3", - "@types/node": "18.11.11", + "@types/node": "18.11.12", "@types/react-dom": "17.0.18", "cross-env": "7.0.3", - "cypress": "12.0.1", + "cypress": "12.0.2", "eslint-plugin-cypress": "2.12.1", "start-server-and-test": "1.15.1" }, diff --git a/plugins/ocm/package.json b/plugins/ocm/package.json index 835247d506d..5f498dc5ef5 100644 --- a/plugins/ocm/package.json +++ b/plugins/ocm/package.json @@ -47,7 +47,7 @@ "@testing-library/jest-dom": "5.16.5", "@testing-library/react": "13.4.0", "@testing-library/user-event": "14.4.3", - "@types/node": "18.11.11", + "@types/node": "18.11.12", "cross-fetch": "3.1.5", "msw": "0.49.1" }, diff --git a/yarn.lock b/yarn.lock index 4d91e44d3a9..03ded121d29 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5729,11 +5729,16 @@ "@types/node" "*" form-data "^3.0.0" -"@types/node@*", "@types/node@18.11.11", "@types/node@>=12.12.47", "@types/node@>=13.7.0": +"@types/node@*", "@types/node@>=12.12.47", "@types/node@>=13.7.0": version "18.11.11" resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.11.tgz#1d455ac0211549a8409d3cdb371cd55cc971e8dc" integrity sha512-KJ021B1nlQUBLopzZmPBVuGU9un7WJd/W4ya7Ih02B4Uwky5Nja0yGYav2EfYIk0RR2Q9oVhf60S2XR1BCWJ2g== +"@types/node@18.11.12": + version "18.11.12" + resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.12.tgz#89e7f8aa8c88abf432f9bd594888144d7dba10aa" + integrity sha512-FgD3NtTAKvyMmD44T07zz2fEf+OKwutgBCEVM8GcvMGVGaDktiLNTDvPwC/LUe3PinMW+X6CuLOF2Ui1mAlSXg== + "@types/node@^10.12.0": version "10.17.60" resolved "https://registry.yarnpkg.com/@types/node/-/node-10.17.60.tgz#35f3d6213daed95da7f0f73e75bcc6980e90597b" @@ -8719,10 +8724,10 @@ csstype@^3.0.2, csstype@^3.0.6: resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.1.1.tgz#841b532c45c758ee546a11d5bd7b7b473c8c30b9" integrity sha512-DJR/VvkAvSZW9bTouZue2sSxDwdTN92uHjqeKVm+0dAqdfNykRzQ95tay8aXMBAAPpUiq4Qcug2L7neoRh2Egw== -cypress@12.0.1: - version "12.0.1" - resolved "https://registry.yarnpkg.com/cypress/-/cypress-12.0.1.tgz#3a51a38b2f162256c7226e68e902cfe1750e3d92" - integrity sha512-I1Ag5RsPEINfUlQtV6xwkd6ktJuu5QGiKZ3pFa/IXjcyCY6I7CH3gOz0juLOhg/LXOPrQtZH35ulcWDQohyyEA== +cypress@12.0.2: + version "12.0.2" + resolved "https://registry.yarnpkg.com/cypress/-/cypress-12.0.2.tgz#0437abf9d97ad4a972ab554968d58211b0ce4ae5" + integrity sha512-WnLx1DpnbF1vbpDBkgP14rK5yS3U+Gvxrv2fsB4Owma26oIyENj7DDRnsJbSZuTfG4mcuUJxAkRHJR2wBqBfMA== dependencies: "@cypress/request" "^2.88.10" "@cypress/xvfb" "^1.2.4"