From 62accdd833476085344d985c6299740f2775e6a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 11:43:41 +0200 Subject: [PATCH] chore(deps): bump yaml-types from 0.3.0 to 0.4.0 (#680) Bumps [yaml-types](https://github.com/eemeli/yaml-types) from 0.3.0 to 0.4.0. - [Release notes](https://github.com/eemeli/yaml-types/releases) - [Commits](https://github.com/eemeli/yaml-types/compare/v0.3.0...v0.4.0) --- updated-dependencies: - dependency-name: yaml-types dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index cf71d41..6d14553 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "prettier": "^3.2.5", "ts-jest": "^29.1.0", "typescript": "^5.3.0", - "yaml-types": "^0.3.0", + "yaml-types": "^0.4.0", "yarn": "^1.22.0" }, "bugs": { diff --git a/yarn.lock b/yarn.lock index 6717b60..75317f7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4547,10 +4547,10 @@ yallist@^4.0.0: resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72" integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A== -yaml-types@^0.3.0: - version "0.3.0" - resolved "https://registry.yarnpkg.com/yaml-types/-/yaml-types-0.3.0.tgz#b077f34496e12dc709d97f2c3bad3fff11089680" - integrity sha512-i9RxAO/LZBiE0NJUy9pbN5jFz5EasYDImzRkj8Y81kkInTi1laia3P3K/wlMKzOxFQutZip8TejvQP/DwgbU7A== +yaml-types@^0.4.0: + version "0.4.0" + resolved "https://registry.yarnpkg.com/yaml-types/-/yaml-types-0.4.0.tgz#e0cab9fb563cbf6f5fc0a40dd3b8cc7bfa06365e" + integrity sha512-XfbA30NUg4/LWUiplMbiufUiwYhgB9jvBhTWel7XQqjV+GaB79c2tROu/8/Tu7jO0HvDvnKWtBk5ksWRrhQ/0g== yaml@^2.3.4: version "2.5.0"