From b2ad04e4e749f72aac1270b1975c68ef6bf4f0da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2024 22:58:14 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-functional from 7.0.2 to 7.1.0 (#2794) Bumps [eslint-plugin-functional](https://github.com/eslint-functional/eslint-plugin-functional) from 7.0.2 to 7.1.0. - [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/v7.0.2...v7.1.0) --- updated-dependencies: - dependency-name: eslint-plugin-functional dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5ad479b436..248c5a4035 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5855,20 +5855,23 @@ "dev": true }, "node_modules/eslint-plugin-functional": { - "version": "7.0.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-functional/-/eslint-plugin-functional-7.0.2.tgz", - "integrity": "sha512-IBriPyU3Uc1EieU5YVyiqrwHzw2yl4bRW58Xf5RP8x3pf80MoqObgfNu9DERwSIgvFOm93jdalUITc96Ysnx7g==", + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-functional/-/eslint-plugin-functional-7.1.0.tgz", + "integrity": "sha512-eu7lVAF9dDTw2xzlsLDvJRXx9t4g/S/pmCSdGx2oFmibmkz2LMoPDu7B+UA9CV/RzvNr4wWd4apc71nMAazdKQ==", "dev": true, "funding": [ { "type": "ko-fi", "url": "https://ko-fi.com/rebeccastevens" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/eslint-plugin-functional" } ], - "license": "MIT", "dependencies": { - "@typescript-eslint/utils": "^8.0.0", - "deepmerge-ts": "^7.1.0", + "@typescript-eslint/utils": "^8.10.0", + "deepmerge-ts": "^7.1.3", "escape-string-regexp": "^5.0.0", "is-immutable-type": "^5.0.0", "ts-api-utils": "^1.3.0", @@ -18385,13 +18388,13 @@ } }, "eslint-plugin-functional": { - "version": "7.0.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-functional/-/eslint-plugin-functional-7.0.2.tgz", - "integrity": "sha512-IBriPyU3Uc1EieU5YVyiqrwHzw2yl4bRW58Xf5RP8x3pf80MoqObgfNu9DERwSIgvFOm93jdalUITc96Ysnx7g==", + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-functional/-/eslint-plugin-functional-7.1.0.tgz", + "integrity": "sha512-eu7lVAF9dDTw2xzlsLDvJRXx9t4g/S/pmCSdGx2oFmibmkz2LMoPDu7B+UA9CV/RzvNr4wWd4apc71nMAazdKQ==", "dev": true, "requires": { - "@typescript-eslint/utils": "^8.0.0", - "deepmerge-ts": "^7.1.0", + "@typescript-eslint/utils": "^8.10.0", + "deepmerge-ts": "^7.1.3", "escape-string-regexp": "^5.0.0", "is-immutable-type": "^5.0.0", "ts-api-utils": "^1.3.0",