Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): bump yaml from 2.4.0 to 2.4.1 #315

Merged
merged 1 commit into from
Mar 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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": "8.0.1",
"pkg-up": "^5.0.0",
"sort-package-json": "2.8.0",
"yaml": "2.4.0"
"yaml": "2.4.1"
},
"devDependencies": {
"@types/hosted-git-info": "3.0.5",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ __metadata:
tempy: "npm:3.1.0"
ts-node: "npm:10.9.2"
typescript: "npm:5.4.2"
yaml: "npm:2.4.0"
yaml: "npm:2.4.1"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -6898,12 +6898,12 @@ __metadata:
languageName: node
linkType: hard

"yaml@npm:2.4.0":
version: 2.4.0
resolution: "yaml@npm:2.4.0"
"yaml@npm:2.4.1":
version: 2.4.1
resolution: "yaml@npm:2.4.1"
bin:
yaml: bin.mjs
checksum: 60cdb4499365a9649b4fb5cfbc496a1cd415013166f1c97aef7bf002caa0ad146058c3af91dda94c5799085d8728f1e8859b3854897ecebd10b84d7b054f0a40
checksum: 2c54fd69ef59126758ae710f9756405a7d41abcbb61aca894250d0e81e76057c14dc9bb00a9528f72f99b8f24077f694a6f7fd09cdd6711fcec2eebfbb5df409
languageName: node
linkType: hard

Expand Down
Loading