From c3e8830c51841c42557e08c7bc3485283b786945 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 16:40:38 +0000 Subject: [PATCH] chore(deps): update dependency @cypress/schematic to v2.5.1 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 0bb3826b..6edf0952 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "@angular/cli": "15.2.9", "@angular/compiler-cli": "15.2.8", "@angular/language-service": "^15.2.8", - "@cypress/schematic": "2.5.0", + "@cypress/schematic": "2.5.1", "@ngrx/schematics": "15.4.0", "@types/jasmine": "4.3.1", "@types/node": "18.17.17", diff --git a/yarn.lock b/yarn.lock index 0708e409..ce118249 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1586,10 +1586,10 @@ tunnel-agent "^0.6.0" uuid "^8.3.2" -"@cypress/schematic@2.5.0": - version "2.5.0" - resolved "https://registry.yarnpkg.com/@cypress/schematic/-/schematic-2.5.0.tgz#4b330fd9ffe78daa689d824a6f29d3fe19f12565" - integrity sha512-Yt/fQxYIHl9lU8LSoJL92nIwTVyYG5uP4VqW4taTn3viVWvssjK7sRtTI/LRxOoeMYX2RRlXQyUbFEikByn0cQ== +"@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== dependencies: jsonc-parser "^3.0.0" rxjs "~6.6.0"