From a593d4b1fb3f5c645885705e6cdf8cc7911c44b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 18:56:38 +0000 Subject: [PATCH] Bump yaml from 2.4.2 to 2.4.3 in the npm-production group Bumps the npm-production group with 1 update: [yaml](https://github.com/eemeli/yaml). Updates `yaml` from 2.4.2 to 2.4.3 - [Release notes](https://github.com/eemeli/yaml/releases) - [Commits](https://github.com/eemeli/yaml/compare/v2.4.2...v2.4.3) --- updated-dependencies: - dependency-name: yaml dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-production ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 15cda19..161ef50 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@actions/exec": "^1.1.1", "@actions/github": "^6.0.0", "is-docker": "^3.0.0", - "yaml": "^2.4.2" + "yaml": "^2.4.3" }, "devDependencies": { "@babel/core": "^7.24.5", @@ -10233,9 +10233,9 @@ "dev": true }, "node_modules/yaml": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.4.2.tgz", - "integrity": "sha512-B3VqDZ+JAg1nZpaEmWtTXUlBneoGx6CPM9b0TENK6aoSu5t73dItudwdgmi6tHlIZZId4dZ9skcAQ2UbcyAeVA==", + "version": "2.4.3", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.4.3.tgz", + "integrity": "sha512-sntgmxj8o7DE7g/Qi60cqpLBA3HG3STcDA0kO+WfB05jEKhZMbY7umNm2rBpQvsmZ16/lPXCJGW2672dgOUkrg==", "bin": { "yaml": "bin.mjs" }, diff --git a/package.json b/package.json index d8c0372..a3e13b3 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "@actions/exec": "^1.1.1", "@actions/github": "^6.0.0", "is-docker": "^3.0.0", - "yaml": "^2.4.2" + "yaml": "^2.4.3" }, "devDependencies": { "@babel/core": "^7.24.5",