From 72308ec9ee4783b86dcc99a94af053f47d7e98ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 14:02:45 +0000 Subject: [PATCH] build(deps): bump yaml from 2.6.1 to 2.7.0 in /action (#242) Bumps [yaml](https://github.com/eemeli/yaml) from 2.6.1 to 2.7.0. - [Release notes](https://github.com/eemeli/yaml/releases) - [Commits](https://github.com/eemeli/yaml/compare/v2.6.1...v2.7.0) --- updated-dependencies: - dependency-name: yaml dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- action/package-lock.json | 8 ++++---- action/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/action/package-lock.json b/action/package-lock.json index 4c7c971..a2389ea 100644 --- a/action/package-lock.json +++ b/action/package-lock.json @@ -15,7 +15,7 @@ "@aws-sdk/credential-providers": "^3.721.0", "@smithy/signature-v4": "^4.2.1", "ts-node": "^10.9.2", - "yaml": "^2.6.1", + "yaml": "^2.7.0", "zod": "^3.24.1" }, "devDependencies": { @@ -6616,9 +6616,9 @@ "dev": true }, "node_modules/yaml": { - "version": "2.6.1", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.6.1.tgz", - "integrity": "sha512-7r0XPzioN/Q9kXBro/XPnA6kznR73DHq+GXh5ON7ZozRO6aMjbmiBuKste2wslTFkC5d1dw0GooOCepZXJ2SAg==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.7.0.tgz", + "integrity": "sha512-+hSoy/QHluxmC9kCIJyL/uyFmLmc+e5CFR5Wa+bpIhIj85LVb9ZH2nVnqrHoSvKogwODv0ClqZkmiSSaIH5LTA==", "bin": { "yaml": "bin.mjs" }, diff --git a/action/package.json b/action/package.json index 03ee7df..5796179 100644 --- a/action/package.json +++ b/action/package.json @@ -17,7 +17,7 @@ "@aws-sdk/credential-providers": "^3.721.0", "@smithy/signature-v4": "^4.2.1", "ts-node": "^10.9.2", - "yaml": "^2.6.1", + "yaml": "^2.7.0", "zod": "^3.24.1" }, "devDependencies": {