Skip to content

Commit

Permalink
fix(deps): bump yaml from 2.3.1 to 2.3.2 (#224)
Browse files Browse the repository at this point in the history
Bumps [yaml](https://github.com/eemeli/yaml) from 2.3.1 to 2.3.2.
- [Release notes](https://github.com/eemeli/yaml/releases)
- [Commits](eemeli/yaml@v2.3.1...v2.3.2)

---
updated-dependencies:
- dependency-name: yaml
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 28, 2023
1 parent cb02ee2 commit 839c701
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"ora": "7.0.1",
"pkg-up": "^4.0.0",
"sort-package-json": "2.5.1",
"yaml": "2.3.1"
"yaml": "2.3.2"
},
"devDependencies": {
"@types/hosted-git-info": "3.0.2",
Expand Down
9 changes: 8 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ __metadata:
test: 3.3.0
ts-node: 10.9.1
typescript: 5.1.6
yaml: 2.3.1
yaml: 2.3.2
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -8578,6 +8578,13 @@ __metadata:
languageName: node
linkType: hard

"yaml@npm:2.3.2":
version: 2.3.2
resolution: "yaml@npm:2.3.2"
checksum: acd80cc24df12c808c6dec8a0176d404ef9e6f08ad8786f746ecc9d8974968c53c6e8a67fdfabcc5f99f3dc59b6bb0994b95646ff03d18e9b1dcd59eccc02146
languageName: node
linkType: hard

"yaml@npm:^1.10.2":
version: 1.10.2
resolution: "yaml@npm:1.10.2"
Expand Down

0 comments on commit 839c701

Please sign in to comment.