From a3d6ae3c140b1454dc999723293c691b50533909 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Jul 2025 01:21:40 +0000 Subject: [PATCH] build(deps-dev): bump @cypress/schematic from 2.4.0 to 2.5.2 Bumps [@cypress/schematic](https://github.com/cypress-io/cypress) from 2.4.0 to 2.5.2. - [Release notes](https://github.com/cypress-io/cypress/releases) - [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md) - [Commits](https://github.com/cypress-io/cypress/compare/@cypress/schematic-v2.4.0...@cypress/schematic-v2.5.2) --- updated-dependencies: - dependency-name: "@cypress/schematic" dependency-version: 2.5.2 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 127 ++++------------------------------------------ package.json | 2 +- 2 files changed, 10 insertions(+), 119 deletions(-) diff --git a/package-lock.json b/package-lock.json index 14a2b00d..8446fedf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "@angular/cli": "^18.2.20", "@angular/compiler-cli": "^18.2.13", "@angular/forms": "^18.2.13", - "@cypress/schematic": "^2.4.0", + "@cypress/schematic": "^2.5.2", "@types/jasmine": "^3.10.18", "@types/jasminewd2": "~2.0.13", "@types/jest": "^29.2.2", @@ -42,9 +42,9 @@ "cors": "^2.8.5", "cypress": "^13.17.0", "eslint": "^8.57.0", - "eslint-plugin-import": "latest", - "eslint-plugin-jsdoc": "latest", - "eslint-plugin-prefer-arrow": "latest", + "eslint-plugin-import": "*", + "eslint-plugin-jsdoc": "*", + "eslint-plugin-prefer-arrow": "*", "express-jwt": "^8.4.1", "husky": "^4.3.8", "jest": "^29.7.0", @@ -4160,122 +4160,18 @@ } }, "node_modules/@cypress/schematic": { - "version": "2.4.0", + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/@cypress/schematic/-/schematic-2.5.2.tgz", + "integrity": "sha512-H+V3ZP3KQVOs6b49N66jioXa+rkLzszVi+Bl3jiroVTURUNMOpSa4BOrt10Pn8F57TO0Bamhch2WOk/e9cq98w==", "dev": true, "license": "MIT", "dependencies": { - "@angular-devkit/architect": "^0.1402.1", - "@angular-devkit/core": "^14.2.1", - "@angular-devkit/schematics": "^14.2.1", - "@schematics/angular": "^14.2.1", "jsonc-parser": "^3.0.0", "rxjs": "~6.6.0" }, "peerDependencies": { - "@angular/cli": ">=12", - "@angular/core": ">=12" - } - }, - "node_modules/@cypress/schematic/node_modules/@angular-devkit/architect": { - "version": "0.1402.10", - "dev": true, - "license": "MIT", - "dependencies": { - "@angular-devkit/core": "14.2.10", - "rxjs": "6.6.7" - }, - "engines": { - "node": "^14.15.0 || >=16.10.0", - "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", - "yarn": ">= 1.13.0" - } - }, - "node_modules/@cypress/schematic/node_modules/@angular-devkit/core": { - "version": "14.2.10", - "dev": true, - "license": "MIT", - "dependencies": { - "ajv": "8.11.0", - "ajv-formats": "2.1.1", - "jsonc-parser": "3.1.0", - "rxjs": "6.6.7", - "source-map": "0.7.4" - }, - "engines": { - "node": "^14.15.0 || >=16.10.0", - "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", - "yarn": ">= 1.13.0" - }, - "peerDependencies": { - "chokidar": "^3.5.2" - }, - "peerDependenciesMeta": { - "chokidar": { - "optional": true - } - } - }, - "node_modules/@cypress/schematic/node_modules/@angular-devkit/schematics": { - "version": "14.2.10", - "dev": true, - "license": "MIT", - "dependencies": { - "@angular-devkit/core": "14.2.10", - "jsonc-parser": "3.1.0", - "magic-string": "0.26.2", - "ora": "5.4.1", - "rxjs": "6.6.7" - }, - "engines": { - "node": "^14.15.0 || >=16.10.0", - "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", - "yarn": ">= 1.13.0" - } - }, - "node_modules/@cypress/schematic/node_modules/@schematics/angular": { - "version": "14.2.10", - "dev": true, - "license": "MIT", - "dependencies": { - "@angular-devkit/core": "14.2.10", - "@angular-devkit/schematics": "14.2.10", - "jsonc-parser": "3.1.0" - }, - "engines": { - "node": "^14.15.0 || >=16.10.0", - "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", - "yarn": ">= 1.13.0" - } - }, - "node_modules/@cypress/schematic/node_modules/ajv": { - "version": "8.11.0", - "dev": true, - "license": "MIT", - "dependencies": { - "fast-deep-equal": "^3.1.1", - "json-schema-traverse": "^1.0.0", - "require-from-string": "^2.0.2", - "uri-js": "^4.2.2" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/epoberezkin" - } - }, - "node_modules/@cypress/schematic/node_modules/jsonc-parser": { - "version": "3.1.0", - "dev": true, - "license": "MIT" - }, - "node_modules/@cypress/schematic/node_modules/magic-string": { - "version": "0.26.2", - "dev": true, - "license": "MIT", - "dependencies": { - "sourcemap-codec": "^1.4.8" - }, - "engines": { - "node": ">=12" + "@angular/cli": ">=14", + "@angular/core": ">=14" } }, "node_modules/@cypress/xvfb": { @@ -25388,11 +25284,6 @@ "node": ">=0.10.0" } }, - "node_modules/sourcemap-codec": { - "version": "1.4.8", - "dev": true, - "license": "MIT" - }, "node_modules/spawn-command": { "version": "0.0.2-1", "dev": true, diff --git a/package.json b/package.json index 1fdd4f31..74eec3af 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "@angular/cli": "^18.2.20", "@angular/compiler-cli": "^18.2.13", "@angular/forms": "^18.2.13", - "@cypress/schematic": "^2.4.0", + "@cypress/schematic": "^2.5.2", "@types/jasmine": "^3.10.18", "@types/jasminewd2": "~2.0.13", "@types/jest": "^29.2.2",