Skip to content

Commit

Permalink
chore(deps): update dependency js-yaml to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 16, 2025
1 parent 0c2ff15 commit adaaca8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/feature-flags/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@rollup/plugin-node-resolve": "^15.0.0",
"change-case": "^4.1.2",
"fs-extra": "^11.0.0",
"js-yaml": "^3.14.0",
"js-yaml": "^4.0.0",
"rimraf": "^6.0.0",
"rollup": "^2.79.1",
"rollup-plugin-strip-banner": "^3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/icon-build-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"change-case": "^4.1.1",
"core-js": "^3.16.0",
"fs-extra": "^11.0.0",
"js-yaml": "^3.12.1",
"js-yaml": "^4.0.0",
"klaw-sync": "^6.0.0",
"memfs": "^4.0.0",
"prettier": "^3.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/themes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"change-case": "^4.1.1",
"core-js": "^3.16.0",
"fs-extra": "^11.0.0",
"js-yaml": "^3.13.0",
"js-yaml": "^4.0.0",
"rimraf": "^6.0.0"
},
"sideEffects": false
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1824,7 +1824,7 @@ __metadata:
"@rollup/plugin-node-resolve": "npm:^15.0.0"
change-case: "npm:^4.1.2"
fs-extra: "npm:^11.0.0"
js-yaml: "npm:^3.14.0"
js-yaml: "npm:^4.0.0"
rimraf: "npm:^6.0.0"
rollup: "npm:^2.79.1"
rollup-plugin-strip-banner: "npm:^3.0.0"
Expand Down Expand Up @@ -1861,7 +1861,7 @@ __metadata:
change-case: "npm:^4.1.1"
core-js: "npm:^3.16.0"
fs-extra: "npm:^11.0.0"
js-yaml: "npm:^3.12.1"
js-yaml: "npm:^4.0.0"
klaw-sync: "npm:^6.0.0"
memfs: "npm:^4.0.0"
prettier: "npm:^3.3.3"
Expand Down Expand Up @@ -2159,7 +2159,7 @@ __metadata:
color: "npm:^4.0.0"
core-js: "npm:^3.16.0"
fs-extra: "npm:^11.0.0"
js-yaml: "npm:^3.13.0"
js-yaml: "npm:^4.0.0"
rimraf: "npm:^6.0.0"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -17552,7 +17552,7 @@ __metadata:
languageName: node
linkType: hard

"js-yaml@npm:4.1.0, js-yaml@npm:^4.1.0":
"js-yaml@npm:4.1.0, js-yaml@npm:^4.0.0, js-yaml@npm:^4.1.0":
version: 4.1.0
resolution: "js-yaml@npm:4.1.0"
dependencies:
Expand All @@ -17563,7 +17563,7 @@ __metadata:
languageName: node
linkType: hard

"js-yaml@npm:^3.10.0, js-yaml@npm:^3.12.1, js-yaml@npm:^3.13.0, js-yaml@npm:^3.13.1, js-yaml@npm:^3.14.0, js-yaml@npm:^3.8.1":
"js-yaml@npm:^3.10.0, js-yaml@npm:^3.13.1, js-yaml@npm:^3.14.0, js-yaml@npm:^3.8.1":
version: 3.14.1
resolution: "js-yaml@npm:3.14.1"
dependencies:
Expand Down

0 comments on commit adaaca8

Please sign in to comment.