From 68d3f4e4ab04ce8aab347ce15a2ee6a5f1b91aa1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Mar 2024 02:07:41 +0000 Subject: [PATCH] Bump eslint-plugin-yml from 1.12.2 to 1.13.2 in /backend Bumps [eslint-plugin-yml](https://github.com/ota-meshi/eslint-plugin-yml) from 1.12.2 to 1.13.2. - [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.12.2...v1.13.2) --- updated-dependencies: - dependency-name: eslint-plugin-yml dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/package-lock.json | 16 ++++++++-------- backend/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/backend/package-lock.json b/backend/package-lock.json index 2b9ce66166..fbfd3ef861 100644 --- a/backend/package-lock.json +++ b/backend/package-lock.json @@ -43,7 +43,7 @@ "eslint-plugin-promise": "^6.1.1", "eslint-plugin-security": "^2.1.1", "eslint-plugin-type-graphql": "^1.0.0", - "eslint-plugin-yml": "^1.12.2", + "eslint-plugin-yml": "^1.13.2", "jest": "^29.7.0", "nodemon": "^3.1.0", "prettier": "^3.2.5", @@ -6461,13 +6461,13 @@ } }, "node_modules/eslint-plugin-yml": { - "version": "1.12.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-yml/-/eslint-plugin-yml-1.12.2.tgz", - "integrity": "sha512-hvS9p08FhPT7i/ynwl7/Wt7ke7Rf4P2D6fT8lZlL43peZDTsHtH2A0SIFQ7Kt7+mJ6if6P+FX3iJhMkdnxQwpg==", + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-yml/-/eslint-plugin-yml-1.13.2.tgz", + "integrity": "sha512-1i71VhmsG5UxE41rIJmJjhlTTxYy7upAY5Hqj8AdBc7rfJzRIZr3a2spuOS8+N7ZDCWsHAWY3J6lzQNQHDv6Uw==", "dev": true, "dependencies": { "debug": "^4.3.2", - "eslint-compat-utils": "^0.4.0", + "eslint-compat-utils": "^0.5.0", "lodash": "^4.17.21", "natural-compare": "^1.4.0", "yaml-eslint-parser": "^1.2.1" @@ -6483,9 +6483,9 @@ } }, "node_modules/eslint-plugin-yml/node_modules/eslint-compat-utils": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/eslint-compat-utils/-/eslint-compat-utils-0.4.1.tgz", - "integrity": "sha512-5N7ZaJG5pZxUeNNJfUchurLVrunD1xJvyg5kYOIVF8kg1f3ajTikmAu/5fZ9w100omNPOoMjngRszh/Q/uFGMg==", + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/eslint-compat-utils/-/eslint-compat-utils-0.5.0.tgz", + "integrity": "sha512-dc6Y8tzEcSYZMHa+CMPLi/hyo1FzNeonbhJL7Ol0ccuKQkwopJcJBA9YL/xmMTLU1eKigXo9vj9nALElWYSowg==", "dev": true, "dependencies": { "semver": "^7.5.4" diff --git a/backend/package.json b/backend/package.json index e5e8aa69a9..b72eee0669 100644 --- a/backend/package.json +++ b/backend/package.json @@ -69,7 +69,7 @@ "eslint-plugin-promise": "^6.1.1", "eslint-plugin-security": "^2.1.1", "eslint-plugin-type-graphql": "^1.0.0", - "eslint-plugin-yml": "^1.12.2", + "eslint-plugin-yml": "^1.13.2", "jest": "^29.7.0", "nodemon": "^3.1.0", "prettier": "^3.2.5",