From 41f16e4bb842cc668f6f5de4b93814fc43e21fdf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 10:29:00 +0000 Subject: [PATCH] Bump yaml from 2.4.2 to 2.4.5 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.5 - [Release notes](https://github.com/eemeli/yaml/releases) - [Commits](https://github.com/eemeli/yaml/compare/v2.4.2...v2.4.5) --- 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 a4b606a..f85ba8a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@actions/exec": "^1.1.1", "fast-xml-parser": "^4.4.0", "toml": "^3.0.0", - "yaml": "^2.4.2" + "yaml": "^2.4.5" }, "devDependencies": { "@babel/eslint-parser": "^7.24.6", @@ -8736,9 +8736,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.5", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.4.5.tgz", + "integrity": "sha512-aBx2bnqDzVOyNKfsysjA2ms5ZlnjSAW2eG3/L5G/CSujfjLJTJsEw1bGw8kCf04KodQWk1pxlGnZ56CRxiawmg==", "bin": { "yaml": "bin.mjs" }, diff --git a/package.json b/package.json index 7245f22..744906f 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,7 @@ "@actions/exec": "^1.1.1", "fast-xml-parser": "^4.4.0", "toml": "^3.0.0", - "yaml": "^2.4.2" + "yaml": "^2.4.5" }, "devDependencies": { "@babel/eslint-parser": "^7.24.6",