Skip to content

Commit

Permalink
fix(deps): bump yaml from 2.3.3 to 2.3.4 (#266)
Browse files Browse the repository at this point in the history
Bumps [yaml](https://github.com/eemeli/yaml) from 2.3.3 to 2.3.4.
- [Release notes](https://github.com/eemeli/yaml/releases)
- [Commits](eemeli/yaml@v2.3.3...v2.3.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Nov 6, 2023
1 parent 3d9033c commit c0b6d37
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 @@ -29,7 +29,7 @@
"ora": "7.0.1",
"pkg-up": "^5.0.0",
"sort-package-json": "2.6.0",
"yaml": "2.3.3"
"yaml": "2.3.4"
},
"devDependencies": {
"@types/hosted-git-info": "3.0.4",
Expand Down
9 changes: 8 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ __metadata:
tempy: "npm:3.1.0"
ts-node: "npm:10.9.1"
typescript: "npm:5.2.2"
yaml: "npm:2.3.3"
yaml: "npm:2.3.4"
languageName: unknown
linkType: soft

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

"yaml@npm:2.3.4":
version: 2.3.4
resolution: "yaml@npm:2.3.4"
checksum: f8207ce43065a22268a2806ea6a0fa3974c6fde92b4b2fa0082357e487bc333e85dc518910007e7ac001b532c7c84bd3eccb6c7757e94182b564028b0008f44b
languageName: node
linkType: hard

"yargs-parser@npm:^18.1.2":
version: 18.1.3
resolution: "yargs-parser@npm:18.1.3"
Expand Down

0 comments on commit c0b6d37

Please sign in to comment.