From e223707fdb34cde616bef4e1bccd0a9ea938c616 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Feb 2025 05:56:57 +0000 Subject: [PATCH] Bump eslint-plugin-yml in the dev-dependencies group Bumps the dev-dependencies group with 1 update: [eslint-plugin-yml](https://github.com/ota-meshi/eslint-plugin-yml). Updates `eslint-plugin-yml` from 1.16.0 to 1.17.0 - [Release notes](https://github.com/ota-meshi/eslint-plugin-yml/releases) - [Changelog](https://github.com/ota-meshi/eslint-plugin-yml/blob/master/CHANGELOG.md) - [Commits](https://github.com/ota-meshi/eslint-plugin-yml/compare/v1.16.0...v1.17.0) --- updated-dependencies: - dependency-name: eslint-plugin-yml dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8987c1b..da97b84 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@stylistic/eslint-plugin-js": "^3.1.0", "eslint": "^9.20.1", "eslint-plugin-import": "^2.31.0", - "eslint-plugin-yml": "^1.16.0", + "eslint-plugin-yml": "^1.17.0", "husky": "^9.1.7" } }, @@ -1177,15 +1177,15 @@ } }, "node_modules/eslint-plugin-yml": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-yml/-/eslint-plugin-yml-1.16.0.tgz", - "integrity": "sha512-t4MNCetPjTn18/fUDlQ/wKkcYjnuLYKChBrZ0qUaNqRigVqChHWzTP8SrfFi5s4keX3vdlkWRSu8zHJMdKwxWQ==", + "version": "1.17.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-yml/-/eslint-plugin-yml-1.17.0.tgz", + "integrity": "sha512-Q3LXFRnNpGYAK/PM0BY1Xs0IY1xTLfM0kC986nNQkx1l8tOGz+YS50N6wXkAJkrBpeUN9OxEMB7QJ+9MTDAqIQ==", "dev": true, "license": "MIT", "dependencies": { "debug": "^4.3.2", + "escape-string-regexp": "4.0.0", "eslint-compat-utils": "^0.6.0", - "lodash": "^4.17.21", "natural-compare": "^1.4.0", "yaml-eslint-parser": "^1.2.1" }, diff --git a/package.json b/package.json index 1e3cd47..09f87c0 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@stylistic/eslint-plugin-js": "^3.1.0", "eslint": "^9.20.1", "eslint-plugin-import": "^2.31.0", - "eslint-plugin-yml": "^1.16.0", + "eslint-plugin-yml": "^1.17.0", "husky": "^9.1.7" } }