Skip to content

Commit 6ef7410

Browse files
fix(deps): bump yaml from 2.7.1 to 2.8.1
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]>
1 parent 319db41 commit 6ef7410

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.7.0",

yarn.lock

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

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

59905990
yargs-parser@^18.1.2:
59915991
version "18.1.3"

0 commit comments

Comments
 (0)