Skip to content

Commit 3baae59

Browse files
dependabot[bot]jim80net
authored andcommitted
fix(deps): bump yaml from 1.10.2 to 2.0.0
Bumps [yaml](https://github.com/eemeli/yaml) from 1.10.2 to 2.0.0. - [Release notes](https://github.com/eemeli/yaml/releases) - [Commits](eemeli/yaml@v1.10.2...v2.0.0) --- updated-dependencies: - dependency-name: yaml dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d74ed48 commit 3baae59

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
@@ -28,7 +28,7 @@
2828
"@actions/core": "^1.6.0",
2929
"@aws-sdk/client-app-mesh": "^3.50.0",
3030
"@aws-sdk/util-waiter": "^3.50.0",
31-
"yaml": "^1.10.2"
31+
"yaml": "^2.0.0"
3232
},
3333
"devDependencies": {
3434
"@vercel/ncc": "^0.33.0",

yarn.lock

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

3521-
yaml@^1.10.2:
3522-
version "1.10.2"
3523-
resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.2.tgz#2301c5ffbf12b467de8da2333a459e29e7920e4b"
3524-
integrity sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==
3521+
yaml@^2.0.0:
3522+
version "2.0.0"
3523+
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.0.0.tgz#cbc588ad58e0cd924cd3f5f2b1a9485103048e25"
3524+
integrity sha512-JbfdlHKGP2Ik9IHylzWlGd4pPK++EU46/IxMykphS2ZKw7a7h+dHNmcXObLgpRDriBY+rpWslldikckX8oruWQ==
35253525

35263526
yargs-parser@^20.2.2:
35273527
version "20.2.9"

0 commit comments

Comments
 (0)