From 852eea9a40e0affb026a9543446b0c36f71c3985 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Aug 2025 09:24:25 +0000 Subject: [PATCH] fix: bump yaml from 2.8.0 to 2.8.1 Bumps [yaml](https://github.com/eemeli/yaml) from 2.8.0 to 2.8.1. - [Release notes](https://github.com/eemeli/yaml/releases) - [Commits](https://github.com/eemeli/yaml/compare/v2.8.0...v2.8.1) --- updated-dependencies: - dependency-name: yaml dependency-version: 2.8.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- core/cli/package.json | 2 +- core/create/package.json | 2 +- package-lock.json | 10 ++++++---- plugins/circleci/package.json | 2 +- 4 files changed, 9 insertions(+), 7 deletions(-) diff --git a/core/cli/package.json b/core/cli/package.json index b09a69e1e..09c778681 100644 --- a/core/cli/package.json +++ b/core/cli/package.json @@ -46,7 +46,7 @@ "pluralize": "^8.0.0", "pretty-format": "^29.7.0", "tslib": "^2.8.1", - "yaml": "^2.8.0", + "yaml": "^2.8.1", "zod-validation-error": "^3.4.1" }, "engines": { diff --git a/core/create/package.json b/core/create/package.json index 1d31bf8e3..42d91d34a 100644 --- a/core/create/package.json +++ b/core/create/package.json @@ -31,7 +31,7 @@ "prompts": "^2.4.1", "simple-git": "^3.27.0", "tslib": "^2.8.1", - "yaml": "^2.8.0", + "yaml": "^2.8.1", "zod": "^3.24.4" }, "repository": { diff --git a/package-lock.json b/package-lock.json index 469ceb8f1..530b6455a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -64,7 +64,7 @@ "pluralize": "^8.0.0", "pretty-format": "^29.7.0", "tslib": "^2.8.1", - "yaml": "^2.8.0", + "yaml": "^2.8.1", "zod-validation-error": "^3.4.1" }, "bin": { @@ -183,7 +183,7 @@ "prompts": "^2.4.1", "simple-git": "^3.27.0", "tslib": "^2.8.1", - "yaml": "^2.8.0", + "yaml": "^2.8.1", "zod": "^3.24.4" }, "bin": { @@ -32071,7 +32071,9 @@ "license": "ISC" }, "node_modules/yaml": { - "version": "2.8.0", + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.1.tgz", + "integrity": "sha512-lcYcMxX2PO9XMGvAJkJ3OsNMw+/7FKes7/hgerGUYWIoWu5j/+YQqcZr5JnPZWzOsEBgMbSbiSTn/dv/69Mkpw==", "license": "ISC", "bin": { "yaml": "bin.mjs" @@ -32453,7 +32455,7 @@ "jest-diff": "^29.7.0", "lodash": "^4.17.21", "tslib": "^2.8.1", - "yaml": "^2.8.0", + "yaml": "^2.8.1", "zod": "^3.24.4" }, "devDependencies": { diff --git a/plugins/circleci/package.json b/plugins/circleci/package.json index 73ddd61d3..515668771 100644 --- a/plugins/circleci/package.json +++ b/plugins/circleci/package.json @@ -15,7 +15,7 @@ "jest-diff": "^29.7.0", "lodash": "^4.17.21", "tslib": "^2.8.1", - "yaml": "^2.8.0", + "yaml": "^2.8.1", "zod": "^3.24.4" }, "keywords": [],