Skip to content

Commit 62e7ea6

Browse files
Bump yaml to 2.2.2 (#3947) (#3953)
Signed-off-by: Manasvini B Suryanarayana <manasvis@amazon.com> Co-authored-by: Sean Neumann <1413295+seanneumann@users.noreply.github.com> (cherry picked from commit a8ace28) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> # Conflicts: # CHANGELOG.md Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 82de937 commit 62e7ea6

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,8 @@
9999
"**/minimatch": "^3.0.5",
100100
"**/jest-config": "npm:@amoo-miki/jest-config@27.5.1",
101101
"**/jest-jasmine2": "npm:@amoo-miki/jest-jasmine2@27.5.1",
102-
"**/xml2js": "^0.5.0"
102+
"**/xml2js": "^0.5.0",
103+
"**/yaml": "^2.2.2"
103104
},
104105
"workspaces": {
105106
"packages": [

yarn.lock

+4-9
Original file line numberDiff line numberDiff line change
@@ -18910,15 +18910,10 @@ yallist@^4.0.0:
1891018910
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
1891118911
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==
1891218912

18913-
yaml@^1.10.0:
18914-
version "1.10.2"
18915-
resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.2.tgz#2301c5ffbf12b467de8da2333a459e29e7920e4b"
18916-
integrity sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==
18917-
18918-
yaml@^2.0.0:
18919-
version "2.1.1"
18920-
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.1.1.tgz#1e06fb4ca46e60d9da07e4f786ea370ed3c3cfec"
18921-
integrity sha512-o96x3OPo8GjWeSLF+wOAbrPfhFOGY0W00GNaxCDv+9hkcDJEnev1yh8S7pgHF0ik6zc8sQLuL8hjHjJULZp8bw==
18913+
yaml@^1.10.0, yaml@^2.0.0, yaml@^2.2.2:
18914+
version "2.2.2"
18915+
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.2.2.tgz#ec551ef37326e6d42872dad1970300f8eb83a073"
18916+
integrity sha512-CBKFWExMn46Foo4cldiChEzn7S7SRV+wqiluAb6xmueD/fGyRHIhX8m14vVGgeFWjN540nKCNVj6P21eQjgTuA==
1892218917

1892318918
yargs-parser@13.1.2, yargs-parser@^13.1.2:
1892418919
version "13.1.2"

0 commit comments

Comments
 (0)