From 05eedb2ac1c7b67906399c6f13c20c9e3ab17684 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 11:01:24 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-functional from 5.0.1 to 5.0.4 Bumps [eslint-plugin-functional](https://github.com/eslint-functional/eslint-plugin-functional) from 5.0.1 to 5.0.4. - [Release notes](https://github.com/eslint-functional/eslint-plugin-functional/releases) - [Changelog](https://github.com/eslint-functional/eslint-plugin-functional/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint-functional/eslint-plugin-functional/compare/v5.0.1...v5.0.4) --- updated-dependencies: - dependency-name: eslint-plugin-functional dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6e93fd6e05..5bc5d26171 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4322,9 +4322,9 @@ "dev": true }, "node_modules/eslint-plugin-functional": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-functional/-/eslint-plugin-functional-5.0.1.tgz", - "integrity": "sha512-zwl6daCIlr3ljGg+4mp9+LWoOzgzj3gY04XPa5w6xaEOgNnpmUiZMim0aTlKbuKwfpnpZ7SzpscrtA0/04+ugQ==", + "version": "5.0.4", + "resolved": "https://registry.npmjs.org/eslint-plugin-functional/-/eslint-plugin-functional-5.0.4.tgz", + "integrity": "sha512-vV5jUAWfFQfe4OfE1YM99mUYX5AW0uL7tJa+rYIwwTRzeQc39j6SfvGdLUg2sXkTpmcfO3VwBLD7Ij5yjpRM8w==", "dev": true, "funding": [ { @@ -4333,7 +4333,8 @@ } ], "dependencies": { - "@typescript-eslint/utils": "^5.49.0", + "@typescript-eslint/type-utils": "^5.50.0", + "@typescript-eslint/utils": "^5.50.0", "deepmerge-ts": "^4.2.2", "escape-string-regexp": "^4.0.0", "is-immutable-type": "^1.2.4", @@ -15065,12 +15066,13 @@ } }, "eslint-plugin-functional": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-functional/-/eslint-plugin-functional-5.0.1.tgz", - "integrity": "sha512-zwl6daCIlr3ljGg+4mp9+LWoOzgzj3gY04XPa5w6xaEOgNnpmUiZMim0aTlKbuKwfpnpZ7SzpscrtA0/04+ugQ==", + "version": "5.0.4", + "resolved": "https://registry.npmjs.org/eslint-plugin-functional/-/eslint-plugin-functional-5.0.4.tgz", + "integrity": "sha512-vV5jUAWfFQfe4OfE1YM99mUYX5AW0uL7tJa+rYIwwTRzeQc39j6SfvGdLUg2sXkTpmcfO3VwBLD7Ij5yjpRM8w==", "dev": true, "requires": { - "@typescript-eslint/utils": "^5.49.0", + "@typescript-eslint/type-utils": "^5.50.0", + "@typescript-eslint/utils": "^5.50.0", "deepmerge-ts": "^4.2.2", "escape-string-regexp": "^4.0.0", "is-immutable-type": "^1.2.4",