Skip to content
Closed
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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"gunzip-maybe": "^1.4.2",
"handlebars": "^4.7.9",
"he": "^1.2.0",
"js-yaml": "^4.2.0",
"js-yaml": "^5.0.0",
"jwt-decode": "^4.0.0",
"semver": "^7.8.3",
"tar-stream": "^3.2.0",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ __metadata:
gunzip-maybe: "npm:^1.4.2"
handlebars: "npm:^4.7.9"
he: "npm:^1.2.0"
js-yaml: "npm:^4.2.0"
js-yaml: "npm:^5.0.0"
jwt-decode: "npm:^4.0.0"
prettier: "npm:^3.8.1"
rimraf: "npm:^6.1.3"
Expand Down Expand Up @@ -3497,14 +3497,14 @@ __metadata:
languageName: node
linkType: hard

"js-yaml@npm:^4.2.0":
version: 4.2.0
resolution: "js-yaml@npm:4.2.0"
"js-yaml@npm:^5.0.0":
version: 5.0.0
resolution: "js-yaml@npm:5.0.0"
dependencies:
argparse: "npm:^2.0.1"
bin:
js-yaml: bin/js-yaml.js
checksum: 10/51de2067a2b44b07ba5206132e56005f8b568ff279bb4d2f645068958c56fa4827d40a6841c983234671fa0a134bf094d0b0717873c2a3d319185297af145a6d
js-yaml: bin/js-yaml.mjs
checksum: 10/51691da5a1b3894ffdd6ffe386d061fecf8769d135560dce8f3d3b7c5f7b167ec7fbe2c232c91135d58216b2f6ba215e85ac60fe569c46f0a9024f2ff6dec47e
languageName: node
linkType: hard

Expand Down
Loading