From 989acc8371efbdd0fe951a9d00e7b1fa5159acce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Dec 2025 14:22:08 +0000 Subject: [PATCH] Bump yaml-eslint-parser from 1.3.0 to 1.3.2 Bumps [yaml-eslint-parser](https://github.com/ota-meshi/yaml-eslint-parser) from 1.3.0 to 1.3.2. - [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.2) --- updated-dependencies: - dependency-name: yaml-eslint-parser dependency-version: 1.3.2 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 bbeabee..c800a8f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "eslint-plugin-markdown": "^5.1.0", "eslint-plugin-yml": "^1.19.0", "prettier": "^3.7.4", - "yaml-eslint-parser": "^1.3.0" + "yaml-eslint-parser": "^1.3.2" }, "engines": { "node": ">=24.10.0", @@ -1372,9 +1372,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.2", + "resolved": "https://registry.npmjs.org/yaml-eslint-parser/-/yaml-eslint-parser-1.3.2.tgz", + "integrity": "sha512-odxVsHAkZYYglR30aPYRY4nUGJnoJ2y1ww2HDvZALo0BDETv9kWbi16J52eHs+PWRNmF4ub6nZqfVOeesOvntg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index d8732b7..9cf8317 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "eslint-plugin-yml": "^1.19.0", "eslint-plugin-markdown": "^5.1.0", "prettier": "^3.7.4", - "yaml-eslint-parser": "^1.3.0" + "yaml-eslint-parser": "^1.3.2" }, "scripts": { "format": "prettier --write '**/*.{yml,yaml,md}'",