From 042d00b21aaf36e45de67429420dd1b3c388ac20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 15:17:20 +0000 Subject: [PATCH] meta: bump yaml from 2.6.1 to 2.7.0 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] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index d8be3adb..3a3e0ec7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "unist-util-select": "^5.1.0", "unist-util-visit": "^5.0.0", "vfile": "^6.0.3", - "yaml": "^2.6.1" + "yaml": "^2.7.0" }, "bin": { "api-docs-tooling": "bin/cli.mjs" @@ -4244,10 +4244,9 @@ } }, "node_modules/yaml": { - "version": "2.6.1", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.6.1.tgz", - "integrity": "sha512-7r0XPzioN/Q9kXBro/XPnA6kznR73DHq+GXh5ON7ZozRO6aMjbmiBuKste2wslTFkC5d1dw0GooOCepZXJ2SAg==", - "license": "ISC", + "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/package.json b/package.json index 8fe9c469..fa469b5a 100644 --- a/package.json +++ b/package.json @@ -50,6 +50,6 @@ "unist-util-select": "^5.1.0", "unist-util-visit": "^5.0.0", "vfile": "^6.0.3", - "yaml": "^2.6.1" + "yaml": "^2.7.0" } }