Skip to content

Commit 1a38a7f

Browse files
Bump yaml from 2.8.4 to 2.9.0 (#1733)
Bumps [yaml](https://github.com/eemeli/yaml) from 2.8.4 to 2.9.0. Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c176d2b commit 1a38a7f

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

javascript/packages/config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@herb-tools/core": "0.10.1",
3434
"picomatch": "^4.0.4",
3535
"tinyglobby": "^0.2.16",
36-
"yaml": "^2.8.4"
36+
"yaml": "^2.9.0"
3737
},
3838
"devDependencies": {
3939
"@types/picomatch": "^4.0.3",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"tsx": "^4.20.4",
3131
"typescript": "^6.0.3",
3232
"vitest": "^4.0.0",
33-
"yaml": "^2.8.4",
33+
"yaml": "^2.9.0",
3434
"yeoman-environment": "^4.4.1",
3535
"yeoman-generator": "^8.1.2"
3636
},

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10338,10 +10338,10 @@ yaml@^1.10.2:
1033810338
resolved "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz"
1033910339
integrity sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==
1034010340

10341-
yaml@^2.8.4:
10342-
version "2.8.4"
10343-
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.8.4.tgz#4b5f411dd25f9544914d8673d4da7f29248e5e2e"
10344-
integrity sha512-ml/JPOj9fOQK8RNnWojA67GbZ0ApXAUlN2UQclwv2eVgTgn7O9gg9o7paZWKMp4g0H3nTLtS9LVzhkpOFIKzog==
10341+
yaml@^2.9.0:
10342+
version "2.9.0"
10343+
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.9.0.tgz#78274afd93598a1dfdd6130df6a566defcbf9aa4"
10344+
integrity sha512-2AvhNX3mb8zd6Zy7INTtSpl1F15HW6Wnqj0srWlkKLcpYl/gMIMJiyuGq2KeI2YFxUPjdlB+3Lc10seMLtL4cA==
1034510345

1034610346
yargs-parser@21.1.1, yargs-parser@^21.1.1:
1034710347
version "21.1.1"

0 commit comments

Comments
 (0)