From fec4cffc8f6449ce99aeeec0e6c81e2bb19a28e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Apr 2023 20:00:24 +0000 Subject: [PATCH] Bump yaml from 2.0.0-8 to 2.2.2 Bumps [yaml](https://github.com/eemeli/yaml) from 2.0.0-8 to 2.2.2. - [Release notes](https://github.com/eemeli/yaml/releases) - [Commits](https://github.com/eemeli/yaml/compare/v2.0.0-8...v2.2.2) --- updated-dependencies: - dependency-name: yaml dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 6692176..ad2acaf 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "node-fetch": "^2.6.7", "pino": "^6.7.0", "redis": "^4.0.0-rc.2", - "yaml": "^2.0.0-8" + "yaml": "^2.2.2" }, "devDependencies": { "eslint": "^8.22.0", diff --git a/yarn.lock b/yarn.lock index ddae1dd..fe62b4d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1648,10 +1648,10 @@ yallist@4.0.0: resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72" integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A== -yaml@^2.0.0-8: - version "2.0.0-8" - resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.0.0-8.tgz#226365f0d804ba7fb8cc2b527a00a7a4a3d8ea5f" - integrity sha512-QaYgJZMfWD6fKN/EYMk6w1oLWPCr1xj9QaPSZW5qkDb3y8nGCXhy2Ono+AF4F+CSL/vGcqswcAT0BaS//pgD2A== +yaml@^2.2.2: + version "2.2.2" + resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.2.2.tgz#ec551ef37326e6d42872dad1970300f8eb83a073" + integrity sha512-CBKFWExMn46Foo4cldiChEzn7S7SRV+wqiluAb6xmueD/fGyRHIhX8m14vVGgeFWjN540nKCNVj6P21eQjgTuA== yocto-queue@^0.1.0: version "0.1.0"