From c3dd85fe2c0acae6c6b0123812f403cabb12179c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Jun 2024 19:28:08 +0000 Subject: [PATCH] build(dev-dependencies): update dependency @cypress/schematic to v2.5.2 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index a116cbe7..34671ff5 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "@angular/cli": "^16.1.7", "@angular/compiler-cli": "^16.1.8", "@angular/language-service": "^16.1.8", - "@cypress/schematic": "2.5.1", + "@cypress/schematic": "2.5.2", "@types/jasmine": "^4.3.0", "@types/jasminewd2": "^2.0.10", "@types/node": "^20.0.0", diff --git a/yarn.lock b/yarn.lock index 7aded2ce..592a8174 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1566,10 +1566,10 @@ tunnel-agent "^0.6.0" uuid "^8.3.2" -"@cypress/schematic@2.5.1": - version "2.5.1" - resolved "https://registry.yarnpkg.com/@cypress/schematic/-/schematic-2.5.1.tgz#00657c4727b7ae7fe526f8788d7f108cf19474cb" - integrity sha512-tO2lUnr5C0udB4xpewndlTMkEHHdgyvSNLI9+bTdYbxCby8MlxrFpewxmqPIfH21ZmOQP8XghD5uMd3l732ESA== +"@cypress/schematic@2.5.2": + version "2.5.2" + resolved "https://registry.yarnpkg.com/@cypress/schematic/-/schematic-2.5.2.tgz#c64e3e4728d43f223e48fa67e92517cf773ee0ab" + integrity sha512-H+V3ZP3KQVOs6b49N66jioXa+rkLzszVi+Bl3jiroVTURUNMOpSa4BOrt10Pn8F57TO0Bamhch2WOk/e9cq98w== dependencies: jsonc-parser "^3.0.0" rxjs "~6.6.0"