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": [],