Skip to content

Commit 50444b3

Browse files
fix(deps): bump yaml from 2.7.1 to 2.8.1 (#1602)
Bumps [yaml](https://github.com/eemeli/yaml) from 2.7.1 to 2.8.1. - [Release notes](https://github.com/eemeli/yaml/releases) - [Commits](eemeli/yaml@v2.7.1...v2.8.1) --- updated-dependencies: - dependency-name: yaml dependency-version: 2.8.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6dbf31e commit 50444b3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"mime": "2.6.0",
3939
"minimatch": "^9.0.5",
4040
"proxy-agent": "^6.4.0",
41-
"yaml": "^2.7.1"
41+
"yaml": "^2.8.1"
4242
},
4343
"devDependencies": {
4444
"@jsforce/jsforce-node": "^3.10.3",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6080,10 +6080,10 @@ yallist@^4.0.0:
60806080
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
60816081
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==
60826082

6083-
yaml@^2.4.5, yaml@^2.7.1:
6084-
version "2.7.1"
6085-
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.7.1.tgz#44a247d1b88523855679ac7fa7cda6ed7e135cf6"
6086-
integrity sha512-10ULxpnOCQXxJvBgxsn9ptjq6uviG/htZKk9veJGhlqn3w/DxQ631zFF+nlQXLwmImeS5amR2dl2U8sg6U9jsQ==
6083+
yaml@^2.4.5, yaml@^2.8.1:
6084+
version "2.8.1"
6085+
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.8.1.tgz#1870aa02b631f7e8328b93f8bc574fac5d6c4d79"
6086+
integrity sha512-lcYcMxX2PO9XMGvAJkJ3OsNMw+/7FKes7/hgerGUYWIoWu5j/+YQqcZr5JnPZWzOsEBgMbSbiSTn/dv/69Mkpw==
60876087

60886088
yargs-parser@^18.1.2:
60896089
version "18.1.3"

0 commit comments

Comments
 (0)