From 1ebb0e8b0e8de67dcd949b9920d83b7756f53573 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Jul 2022 21:05:45 +0000 Subject: [PATCH] build(deps-dev): bump @xrplf/eslint-config from 1.6.0 to 1.8.0 Bumps [@xrplf/eslint-config](https://github.com/XRPLF/typescript-style) from 1.6.0 to 1.8.0. - [Release notes](https://github.com/XRPLF/typescript-style/releases) - [Changelog](https://github.com/XRPLF/typescript-style/blob/master/CHANGELOG.md) - [Commits](https://github.com/XRPLF/typescript-style/compare/v1.6.0...v1.8.0) --- updated-dependencies: - dependency-name: "@xrplf/eslint-config" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index d709916e..8892427d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3304,8 +3304,9 @@ } }, "node_modules/@xrplf/eslint-config": { - "version": "1.6.0", - "integrity": "sha512-igWdZB/X/k6MvRXb+4ZYwJHO7SewnL/zkhNJyVy+8zrcGcgSbJcAh3bPtRaBifse4WaGvyh42u2xGpGFT8E9DQ==", + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/@xrplf/eslint-config/-/eslint-config-1.8.0.tgz", + "integrity": "sha512-75gwLZbHcSgcMFcQtX6q9p075jRhA1f5azmE7cUgw8qY0Wx8h2B99qMHGDelfO1EOwueuSOPIf8qC36+7zHFmQ==", "dev": true, "dependencies": { "confusing-browser-globals": "^1.0.9", @@ -3317,18 +3318,18 @@ "npm": ">= 7.0.0 < 8.0.0" }, "peerDependencies": { - "@typescript-eslint/eslint-plugin": ">= 4.30.0 < 5", - "@typescript-eslint/parser": ">= 4.30.0 < 5", - "eslint": ">= 7.5.0 < 8", - "eslint-plugin-array-func": ">= 3.1.6 < 4", + "@typescript-eslint/eslint-plugin": ">= 4.30.0", + "@typescript-eslint/parser": ">= 4.30.0", + "eslint": ">= 7.5.0", + "eslint-plugin-array-func": ">= 3.1.6", "eslint-plugin-consistent-default-export-name": ">= 0.0.13", - "eslint-plugin-eslint-comments": ">= 3.2.0 < 4", - "eslint-plugin-import": ">= 2.22.0 < 3", - "eslint-plugin-jsdoc": ">= 36.0.8 < 37", - "eslint-plugin-node": ">= 11.1.0 < 12", + "eslint-plugin-eslint-comments": ">= 3.2.0", + "eslint-plugin-import": ">= 2.22.0", + "eslint-plugin-jsdoc": ">= 36.0.8", + "eslint-plugin-node": ">= 11.1.0", "eslint-plugin-prettier": "~4.0", "eslint-plugin-tsdoc": ">= 0.2.5", - "prettier": ">= 2.0.5 < 3", + "prettier": ">= 2.0.5", "typescript": ">= 3.9.0" } }, @@ -19357,8 +19358,9 @@ "requires": {} }, "@xrplf/eslint-config": { - "version": "1.6.0", - "integrity": "sha512-igWdZB/X/k6MvRXb+4ZYwJHO7SewnL/zkhNJyVy+8zrcGcgSbJcAh3bPtRaBifse4WaGvyh42u2xGpGFT8E9DQ==", + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/@xrplf/eslint-config/-/eslint-config-1.8.0.tgz", + "integrity": "sha512-75gwLZbHcSgcMFcQtX6q9p075jRhA1f5azmE7cUgw8qY0Wx8h2B99qMHGDelfO1EOwueuSOPIf8qC36+7zHFmQ==", "dev": true, "requires": { "confusing-browser-globals": "^1.0.9",