From dd20cbe295127db2e20a24201036fd1e9b38a046 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 09:49:29 +0000 Subject: [PATCH] Bump yaml from 2.7.0 to 2.7.1 Bumps [yaml](https://github.com/eemeli/yaml) from 2.7.0 to 2.7.1. - [Release notes](https://github.com/eemeli/yaml/releases) - [Commits](https://github.com/eemeli/yaml/compare/v2.7.0...v2.7.1) --- updated-dependencies: - dependency-name: yaml dependency-type: direct:production update-type: version-update:semver-patch ... 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 43250df..a2ab329 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@typescript-eslint/eslint-plugin": "^8.21.0", "eslint": "^9.0.0", "eslint-plugin-json": "^4.0.0", - "yaml": "^2.7.0" + "yaml": "^2.7.1" }, "devDependencies": { "@commitlint/cli": "^19.3.0", @@ -2740,9 +2740,9 @@ } }, "node_modules/yaml": { - "version": "2.7.0", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.7.0.tgz", - "integrity": "sha512-+hSoy/QHluxmC9kCIJyL/uyFmLmc+e5CFR5Wa+bpIhIj85LVb9ZH2nVnqrHoSvKogwODv0ClqZkmiSSaIH5LTA==", + "version": "2.7.1", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.7.1.tgz", + "integrity": "sha512-10ULxpnOCQXxJvBgxsn9ptjq6uviG/htZKk9veJGhlqn3w/DxQ631zFF+nlQXLwmImeS5amR2dl2U8sg6U9jsQ==", "license": "ISC", "bin": { "yaml": "bin.mjs" diff --git a/package.json b/package.json index 024dd19..a19dece 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "eslint": "^9.0.0", "eslint-plugin-json": "^4.0.0", "@typescript-eslint/eslint-plugin": "^8.21.0", - "yaml": "^2.7.0" + "yaml": "^2.7.1" }, "devDependencies": { "@commitlint/cli": "^19.3.0",