Skip to content

Commit 18d6ff3

Browse files
fix: bump yaml from 2.7.1 to 2.8.0
Bumps [yaml](https://github.com/eemeli/yaml) from 2.7.1 to 2.8.0. - [Release notes](https://github.com/eemeli/yaml/releases) - [Commits](eemeli/yaml@v2.7.1...v2.8.0) --- updated-dependencies: - dependency-name: yaml dependency-version: 2.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9f82a24 commit 18d6ff3

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

core/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"pluralize": "^8.0.0",
4545
"pretty-format": "^29.7.0",
4646
"tslib": "^2.8.1",
47-
"yaml": "^2.7.1",
47+
"yaml": "^2.8.0",
4848
"zod-validation-error": "^2.1.0"
4949
},
5050
"engines": {

core/create/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"prompts": "^2.4.1",
3232
"simple-git": "^3.27.0",
3333
"tslib": "^2.8.1",
34-
"yaml": "^2.7.1",
34+
"yaml": "^2.8.0",
3535
"zod": "^3.24.4"
3636
},
3737
"repository": {

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/circleci/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"jest-diff": "^29.7.0",
1616
"lodash": "^4.17.21",
1717
"tslib": "^2.8.1",
18-
"yaml": "^2.7.1",
18+
"yaml": "^2.8.0",
1919
"zod": "^3.24.4"
2020
},
2121
"keywords": [],

0 commit comments

Comments
 (0)