Skip to content

Commit 22b5bbe

Browse files
Bump yaml from 2.2.1 to 2.2.2 in /sui (#62)
Bumps [yaml](https://github.com/eemeli/yaml) from 2.2.1 to 2.2.2. - [Release notes](https://github.com/eemeli/yaml/releases) - [Commits](eemeli/yaml@v2.2.1...v2.2.2) --- updated-dependencies: - dependency-name: yaml dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b1ca465 commit 22b5bbe

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

sui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@mysten/sui.js": "^0.32.2",
1313
"ethers": "^5.7.2",
1414
"ts-node": "^10.9.1",
15-
"yaml": "^2.2.1",
15+
"yaml": "^2.2.2",
1616
"yargs": "^17.6.2"
1717
},
1818
"devDependencies": {

sui/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -3626,10 +3626,10 @@ y18n@^5.0.5:
36263626
resolved "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz"
36273627
integrity sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==
36283628

3629-
yaml@^2.2.1:
3630-
version "2.2.1"
3631-
resolved "https://registry.npmjs.org/yaml/-/yaml-2.2.1.tgz"
3632-
integrity sha512-e0WHiYql7+9wr4cWMx3TVQrNwejKaEe7/rHNmQmqRjazfOP5W8PB6Jpebb5o6fIapbz9o9+2ipcaTM2ZwDI6lw==
3629+
yaml@^2.2.2:
3630+
version "2.2.2"
3631+
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.2.2.tgz#ec551ef37326e6d42872dad1970300f8eb83a073"
3632+
integrity sha512-CBKFWExMn46Foo4cldiChEzn7S7SRV+wqiluAb6xmueD/fGyRHIhX8m14vVGgeFWjN540nKCNVj6P21eQjgTuA==
36333633

36343634
yargs-parser@20.2.4:
36353635
version "20.2.4"

0 commit comments

Comments
 (0)