From d004deaec89a1edf64d83d9b70f6983839146f59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 18:38:41 +0000 Subject: [PATCH] build(deps): bump yaml from 2.8.3 to 2.8.4 Bumps [yaml](https://github.com/eemeli/yaml) from 2.8.3 to 2.8.4. - [Release notes](https://github.com/eemeli/yaml/releases) - [Commits](https://github.com/eemeli/yaml/compare/v2.8.3...v2.8.4) --- updated-dependencies: - dependency-name: yaml dependency-version: 2.8.4 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 687d2c0..2c42582 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "php-parser": "3.5.1", "smol-toml": "^1.6.1", "ws": "^8.19.0", - "yaml": "^2.8.2" + "yaml": "^2.8.4" }, "bin": { "deepl": "dist/cli/index.js" @@ -9536,9 +9536,9 @@ "license": "ISC" }, "node_modules/yaml": { - "version": "2.8.3", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.3.tgz", - "integrity": "sha512-AvbaCLOO2Otw/lW5bmh9d/WEdcDFdQp2Z2ZUH3pX9U2ihyUY0nvLv7J6TrWowklRGPYbB/IuIMfYgxaCPg5Bpg==", + "version": "2.8.4", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.4.tgz", + "integrity": "sha512-ml/JPOj9fOQK8RNnWojA67GbZ0ApXAUlN2UQclwv2eVgTgn7O9gg9o7paZWKMp4g0H3nTLtS9LVzhkpOFIKzog==", "license": "ISC", "bin": { "yaml": "bin.mjs" diff --git a/package.json b/package.json index 800276e..ea07d77 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "php-parser": "3.5.1", "smol-toml": "^1.6.1", "ws": "^8.19.0", - "yaml": "^2.8.2" + "yaml": "^2.8.4" }, "devDependencies": { "@commitlint/cli": "^20.1.0",