From ce61e8fa5f366b05408a257e7238313146ba5537 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 21 Jul 2023 00:59:17 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-functional to v6.0.0-next.4 --- package.json | 2 +- yarn.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index b8821e13..fb51e63e 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "conventional-changelog-conventionalcommits": "6.1.0", "eslint": "8.45.0", "eslint-config-prettier": "8.8.0", - "eslint-plugin-functional": "6.0.0-next.3", + "eslint-plugin-functional": "6.0.0-next.4", "eslint-plugin-prettier": "5.0.0", "jsdom": "22.1.0", "msw": "1.2.3", diff --git a/yarn.lock b/yarn.lock index b3e58db0..47086e83 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1124,7 +1124,7 @@ semver "^7.5.4" ts-api-utils "^1.0.1" -"@typescript-eslint/utils@6.0.0", "@typescript-eslint/utils@^6.0.0": +"@typescript-eslint/utils@6.0.0": version "6.0.0" resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.0.0.tgz#27a16d0d8f2719274a39417b9782f7daa3802db0" integrity sha512-SOr6l4NB6HE4H/ktz0JVVWNXqCJTOo/mHnvIte1ZhBQ0Cvd04x5uKZa3zT6tiodL06zf5xxdK8COiDvPnQ27JQ== @@ -1138,7 +1138,7 @@ eslint-scope "^5.1.1" semver "^7.5.0" -"@typescript-eslint/utils@6.1.0": +"@typescript-eslint/utils@6.1.0", "@typescript-eslint/utils@^6.1.0": version "6.1.0" resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.1.0.tgz#1641843792b4e3451cc692e2c73055df8b26f453" integrity sha512-wp652EogZlKmQoMS5hAvWqRKplXvkuOnNzZSE0PVvsKjpexd/XznRVHAtrfHFYmqaJz0DFkjlDsGYC9OXw+OhQ== @@ -2394,12 +2394,12 @@ eslint-config-prettier@8.8.0: resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.8.0.tgz#bfda738d412adc917fd7b038857110efe98c9348" integrity sha512-wLbQiFre3tdGgpDv67NQKnJuTlcUVYHas3k+DZCc2U2BadthoEY4B7hLPvAxaqdyOGCzuLfii2fqGph10va7oA== -eslint-plugin-functional@6.0.0-next.3: - version "6.0.0-next.3" - resolved "https://registry.yarnpkg.com/eslint-plugin-functional/-/eslint-plugin-functional-6.0.0-next.3.tgz#ce23c4b8af173e5ee24b6f261a06cdd9c6af5259" - integrity sha512-+pKg8bwO0nNuyeM47OdKlsJFIN7gC5cd+AEPX4AgzSBzCNYWHs38IUbGiK1yuTeb05q9BUtulQU5Z8VSJMFXGQ== +eslint-plugin-functional@6.0.0-next.4: + version "6.0.0-next.4" + resolved "https://registry.yarnpkg.com/eslint-plugin-functional/-/eslint-plugin-functional-6.0.0-next.4.tgz#85bb59c49b4084add68e34ddd6ac4724fa1a0fc7" + integrity sha512-phsINnhelfA5yv4lKEU3f8koVeV3ywygAU6w0Dhn++DRghnwabH4VMvd02/9LWx5VQXowRao3gLcOD8gxZ37lQ== dependencies: - "@typescript-eslint/utils" "^6.0.0" + "@typescript-eslint/utils" "^6.1.0" deepmerge-ts "^5.1.0" escape-string-regexp "^4.0.0" is-immutable-type "^2.0.1"