Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0496aa1

Browse files
authoredOct 30, 2024··
build(deps): bump yaml from 2.5.1 to 2.6.0 (#1140)
Bumps [yaml](https://github.com/eemeli/yaml) from 2.5.1 to 2.6.0. - [Release notes](https://github.com/eemeli/yaml/releases) - [Commits](eemeli/yaml@v2.5.1...v2.6.0) --- updated-dependencies: - dependency-name: yaml dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f22512c commit 0496aa1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
"webpack-merge": "^5.8.0",
110110
"xml2js": "^0.5.0",
111111
"xvfb-maybe": "^0.2.1",
112-
"yaml": "^2.5.1"
112+
"yaml": "^2.6.0"
113113
},
114114
"devDependencies": {
115115
"@github/markdownlint-github": "^0.1.0",

‎yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -10357,10 +10357,10 @@ yallist@^4.0.0:
1035710357
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
1035810358
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==
1035910359

10360-
yaml@^2.2.2, yaml@^2.5.1:
10361-
version "2.5.1"
10362-
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.5.1.tgz#c9772aacf62cb7494a95b0c4f1fb065b563db130"
10363-
integrity sha512-bLQOjaX/ADgQ20isPJRvF0iRUHIxVhYvr53Of7wGcWlO2jvtUlH5m87DsmulFVxRpNLOnI4tB6p/oh8D7kpn9Q==
10360+
yaml@^2.2.2, yaml@^2.6.0:
10361+
version "2.6.0"
10362+
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.6.0.tgz#14059ad9d0b1680d0f04d3a60fe00f3a857303c3"
10363+
integrity sha512-a6ae//JvKDEra2kdi1qzCyrJW/WZCgFi8ydDV+eXExl95t+5R+ijnqHJbz9tmMh8FUjx3iv2fCQ4dclAQlO2UQ==
1036410364

1036510365
yargs-parser@^20.2.2:
1036610366
version "20.2.9"

0 commit comments

Comments
 (0)
Please sign in to comment.