diff --git a/package-lock.json b/package-lock.json index b0aa379..0162432 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "devDependencies": { "eslint": "^9.39.2", "eslint-plugin-markdown": "^5.1.0", - "eslint-plugin-yml": "^1.19.0", + "eslint-plugin-yml": "^1.19.1", "prettier": "^3.7.4", "yaml-eslint-parser": "^1.3.2" }, @@ -640,9 +640,9 @@ } }, "node_modules/eslint-plugin-yml": { - "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==", + "version": "1.19.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-yml/-/eslint-plugin-yml-1.19.1.tgz", + "integrity": "sha512-bYkOxyEiXh9WxUhVYPELdSHxGG5pOjCSeJOVkfdIyj6tuiHDxrES2WAW1dBxn3iaZQey57XflwLtCYRcNPOiOg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index e9ffcf1..643bcca 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "dependencies": {}, "devDependencies": { "eslint": "^9.39.2", - "eslint-plugin-yml": "^1.19.0", + "eslint-plugin-yml": "^1.19.1", "eslint-plugin-markdown": "^5.1.0", "prettier": "^3.7.4", "yaml-eslint-parser": "^1.3.2"