diff --git a/package-lock.json b/package-lock.json index d0c0462..967cbd5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "@stylistic/eslint-plugin": "^5.4.0", "eslint": "^9.36.0", "eslint-plugin-import": "^2.32.0", - "eslint-plugin-yml": "^1.18.0", + "eslint-plugin-yml": "^1.19.0", "husky": "^9.1.7" } }, @@ -882,6 +882,16 @@ "url": "https://github.com/sponsors/wooorm" } }, + "node_modules/diff-sequences": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-27.5.1.tgz", + "integrity": "sha512-k1gCAXAsNgLwEL+Y8Wvl+M6oEFj5bgazfZULpS5CneoPPXRaCCW7dm+q21Ky2VEE5X+VeRDBVg1Pcvvsr4TtNQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + } + }, "node_modules/doctrine": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz", @@ -1253,13 +1263,14 @@ } }, "node_modules/eslint-plugin-yml": { - "version": "1.18.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-yml/-/eslint-plugin-yml-1.18.0.tgz", - "integrity": "sha512-9NtbhHRN2NJa/s3uHchO3qVVZw0vyOIvWlXWGaKCr/6l3Go62wsvJK5byiI6ZoYztDsow4GnS69BZD3GnqH3hA==", + "version": "1.19.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-yml/-/eslint-plugin-yml-1.19.0.tgz", + "integrity": "sha512-S+4GbcCWksFKAvFJtf0vpdiCkZZvDJCV4Zsi9ahmYkYOYcf+LRqqzvzkb/ST7vTYV6sFwXOvawzYyL/jFT2nQA==", "dev": true, "license": "MIT", "dependencies": { "debug": "^4.3.2", + "diff-sequences": "^27.5.1", "escape-string-regexp": "4.0.0", "eslint-compat-utils": "^0.6.0", "natural-compare": "^1.4.0", diff --git a/package.json b/package.json index 89bf321..98ed44b 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@stylistic/eslint-plugin": "^5.4.0", "eslint": "^9.36.0", "eslint-plugin-import": "^2.32.0", - "eslint-plugin-yml": "^1.18.0", + "eslint-plugin-yml": "^1.19.0", "husky": "^9.1.7" } }