From 8ecb82ce8baa3eff0f5fedffb0491a077d4b2ffa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Apr 2023 21:20:50 +0000 Subject: [PATCH] Bump yaml from 2.2.1 to 2.2.2 in /examples/fastify Bumps [yaml](https://github.com/eemeli/yaml) from 2.2.1 to 2.2.2. - [Release notes](https://github.com/eemeli/yaml/releases) - [Commits](https://github.com/eemeli/yaml/compare/v2.2.1...v2.2.2) --- updated-dependencies: - dependency-name: yaml dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/fastify/package.json | 2 +- examples/fastify/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/fastify/package.json b/examples/fastify/package.json index 538565d..d5ccf16 100644 --- a/examples/fastify/package.json +++ b/examples/fastify/package.json @@ -11,7 +11,7 @@ "@fastify/swagger": "^8.3.1", "@sinclair/typebox": "^0.27.8", "fastify": "^4.15.0", - "yaml": "^2.2.1" + "yaml": "^2.2.2" }, "devDependencies": { "@types/node": "^18.15.11", diff --git a/examples/fastify/yarn.lock b/examples/fastify/yarn.lock index ded2ef2..3eca167 100644 --- a/examples/fastify/yarn.lock +++ b/examples/fastify/yarn.lock @@ -540,10 +540,10 @@ yallist@^4.0.0: resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72" integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A== -yaml@^2.1.1, yaml@^2.2.1: - version "2.2.1" - resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.2.1.tgz#3014bf0482dcd15147aa8e56109ce8632cd60ce4" - integrity sha512-e0WHiYql7+9wr4cWMx3TVQrNwejKaEe7/rHNmQmqRjazfOP5W8PB6Jpebb5o6fIapbz9o9+2ipcaTM2ZwDI6lw== +yaml@^2.1.1, 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== yn@3.1.1: version "3.1.1"