From 60e4345f142b5e30692f986b7fcc37e7e2387c92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 08:17:55 +0000 Subject: [PATCH] Bump yaml-eslint-parser from 1.3.0 to 1.3.1 Bumps [yaml-eslint-parser](https://github.com/ota-meshi/yaml-eslint-parser) from 1.3.0 to 1.3.1. - [Release notes](https://github.com/ota-meshi/yaml-eslint-parser/releases) - [Changelog](https://github.com/ota-meshi/yaml-eslint-parser/blob/master/CHANGELOG.md) - [Commits](https://github.com/ota-meshi/yaml-eslint-parser/compare/v1.3.0...v1.3.1) --- updated-dependencies: - dependency-name: yaml-eslint-parser dependency-version: 1.3.1 dependency-type: direct:development 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 91451f0..192c3aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "prettier": "^3.7.3", "vite": "^7.2.4", "vitest": "^4.0.14", - "yaml-eslint-parser": "^1.3.0" + "yaml-eslint-parser": "^1.3.1" }, "engines": { "node": ">=24.0.0" @@ -3784,9 +3784,9 @@ } }, "node_modules/yaml-eslint-parser": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/yaml-eslint-parser/-/yaml-eslint-parser-1.3.0.tgz", - "integrity": "sha512-E/+VitOorXSLiAqtTd7Yqax0/pAS3xaYMP+AUUJGOK1OZG3rhcj9fcJOM5HJ2VrP1FrStVCWr1muTfQCdj4tAA==", + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/yaml-eslint-parser/-/yaml-eslint-parser-1.3.1.tgz", + "integrity": "sha512-MdSgP9YA9QjtAO2+lt4O7V2bnH22LPnfeVLiQqjY3cOyn8dy/Ief8otjIe6SPPTK03nM7O3Yl0LTfWuF7l+9yw==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 093f2d2..8895cd0 100644 --- a/package.json +++ b/package.json @@ -44,6 +44,6 @@ "prettier": "^3.7.3", "vite": "^7.2.4", "vitest": "^4.0.14", - "yaml-eslint-parser": "^1.3.0" + "yaml-eslint-parser": "^1.3.1" } }