From 91187a77ec7f32ca24b9b3f4ff12dbcc7cffd12b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 May 2026 06:43:51 +0000 Subject: [PATCH] Bump playwright-ng-schematics from 21.0.9 to 21.1.0 Bumps [playwright-ng-schematics](https://github.com/jfgreffier/playwright-ng-schematics) from 21.0.9 to 21.1.0. - [Release notes](https://github.com/jfgreffier/playwright-ng-schematics/releases) - [Changelog](https://github.com/jfgreffier/playwright-ng-schematics/blob/main/CHANGELOG.md) - [Commits](https://github.com/jfgreffier/playwright-ng-schematics/compare/v21.0.9...v21.1.0) --- updated-dependencies: - dependency-name: playwright-ng-schematics dependency-version: 21.1.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 530841a..5d76648 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "@types/js-yaml": "4.0.9", "@types/lodash-es": "4.17.12", "jsdom": "29.1.1", - "playwright-ng-schematics": "^21.0.9", + "playwright-ng-schematics": "^21.1.0", "postcss": "8.5.12", "prettier": "3.8.3", "tailwindcss": "4.2.4", @@ -7801,9 +7801,9 @@ } }, "node_modules/playwright-ng-schematics": { - "version": "21.0.9", - "resolved": "https://registry.npmjs.org/playwright-ng-schematics/-/playwright-ng-schematics-21.0.9.tgz", - "integrity": "sha512-PlWSk4qcolfqrOpzbTCaHM2a7mjmrdKQLk13qXWJ8H4o++EHEbJmyq7lyBJ2JNi9Ynsw1Po+4+wYMA/6UQl9VA==", + "version": "21.1.0", + "resolved": "https://registry.npmjs.org/playwright-ng-schematics/-/playwright-ng-schematics-21.1.0.tgz", + "integrity": "sha512-8yD44JAzSFMY5nOrT5VzX7zsAOolbwH2TG8kEa8EYg10bq0CwHRfJeeAAIAwHZisRIVLyUOyd7m4KfSFsYSfFg==", "dev": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index e6eecb5..6c952a0 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "@types/js-yaml": "4.0.9", "@types/lodash-es": "4.17.12", "jsdom": "29.1.1", - "playwright-ng-schematics": "^21.0.9", + "playwright-ng-schematics": "^21.1.0", "postcss": "8.5.12", "prettier": "3.8.3", "tailwindcss": "4.2.4",