From a5be596b93fa34f72bcca687871ba4784ddefdc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jan 2023 22:45:09 +0000 Subject: [PATCH] Bump eslint-config-standard from 6.2.1 to 7.1.0 Bumps [eslint-config-standard](https://github.com/standard/eslint-config-standard) from 6.2.1 to 7.1.0. - [Release notes](https://github.com/standard/eslint-config-standard/releases) - [Changelog](https://github.com/standard/eslint-config-standard/blob/master/CHANGELOG.md) - [Commits](https://github.com/standard/eslint-config-standard/compare/v6.2.1...v7.1.0) --- updated-dependencies: - dependency-name: eslint-config-standard dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 52cbb0e..e4e40ca 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "babel-preset-es2016": "^6.24.1", "babel-preset-es2017": "^6.24.1", "eslint": "^4.18.2", - "eslint-config-standard": "^6.2.1", + "eslint-config-standard": "^7.1.0", "eslint-plugin-promise": "^3.4.0", "eslint-plugin-standard": "^2.0.1" }, diff --git a/yarn.lock b/yarn.lock index ad04a79..63f188f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2443,10 +2443,10 @@ escape-string-regexp@^1.0.2, escape-string-regexp@^1.0.5: resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4" integrity sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg== -eslint-config-standard@^6.2.1: - version "6.2.1" - resolved "https://registry.yarnpkg.com/eslint-config-standard/-/eslint-config-standard-6.2.1.tgz#d3a68aafc7191639e7ee441e7348739026354292" - integrity sha512-CIPBOuTRFzXaLTKtbGJi1pmgJrweQ4K9GW5Zu5ndEHWPCfNCQSIndLbuqtdpf5RW2F2ERqEEvwK9sT1HIL2wUg== +eslint-config-standard@^7.1.0: + version "7.1.0" + resolved "https://registry.yarnpkg.com/eslint-config-standard/-/eslint-config-standard-7.1.0.tgz#47e769ea0739f5b2d5693b1a501c21c9650fafcf" + integrity sha512-PpVYrGzkXKrwiGF5jBxZkTqGIzIW4LAeIhB7geFpDkRpFf0YsX2LnLrM/CcOVr9TfYKKVE5ZpHYjbOID4kQLoQ== eslint-plugin-promise@^3.4.0: version "3.8.0"