Update dependency eslint-plugin-yml to ^1.16.0

This commit is contained in:
renovate[bot] 2024-12-04 00:27:48 +00:00 committed by GitHub
parent 2e96b70a67
commit f16f16bf97
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@ -26,7 +26,7 @@
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-promise": "^6.6.0",
"eslint-plugin-security": "^3.0.1",
"eslint-plugin-yml": "^1.15.0",
"eslint-plugin-yml": "^1.16.0",
"multiple-cucumber-html-reporter": "^3.8.0",
"prettier": "^3.4.1",
"ts-loader": "^9.5.1",
@ -8368,14 +8368,14 @@
}
},
"node_modules/eslint-plugin-yml": {
"version": "1.15.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-yml/-/eslint-plugin-yml-1.15.0.tgz",
"integrity": "sha512-leC8APYVOsKyWUlvRwVhewytK5wS70BfMqIaUplFstRfzCoVp0YoEroV4cUEvQrBj93tQ3M9LcjO/ewr6D4kjA==",
"version": "1.16.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-yml/-/eslint-plugin-yml-1.16.0.tgz",
"integrity": "sha512-t4MNCetPjTn18/fUDlQ/wKkcYjnuLYKChBrZ0qUaNqRigVqChHWzTP8SrfFi5s4keX3vdlkWRSu8zHJMdKwxWQ==",
"dev": true,
"license": "MIT",
"dependencies": {
"debug": "^4.3.2",
"eslint-compat-utils": "^0.5.0",
"eslint-compat-utils": "^0.6.0",
"lodash": "^4.17.21",
"natural-compare": "^1.4.0",
"yaml-eslint-parser": "^1.2.1"
@ -8391,9 +8391,9 @@
}
},
"node_modules/eslint-plugin-yml/node_modules/eslint-compat-utils": {
"version": "0.5.1",
"resolved": "https://registry.npmjs.org/eslint-compat-utils/-/eslint-compat-utils-0.5.1.tgz",
"integrity": "sha512-3z3vFexKIEnjHE3zCMRo6fn/e44U7T1khUjg+Hp0ZQMCigh28rALD0nPFBcGZuiLC5rLZa2ubQHDRln09JfU2Q==",
"version": "0.6.4",
"resolved": "https://registry.npmjs.org/eslint-compat-utils/-/eslint-compat-utils-0.6.4.tgz",
"integrity": "sha512-/u+GQt8NMfXO8w17QendT4gvO5acfxQsAKirAt0LVxDnr2N8YLCVbregaNc/Yhp7NM128DwCaRvr8PLDfeNkQw==",
"dev": true,
"license": "MIT",
"dependencies": {

View File

@ -50,7 +50,7 @@
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-promise": "^6.6.0",
"eslint-plugin-security": "^3.0.1",
"eslint-plugin-yml": "^1.15.0",
"eslint-plugin-yml": "^1.16.0",
"multiple-cucumber-html-reporter": "^3.8.0",
"prettier": "^3.4.1",
"ts-loader": "^9.5.1",