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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
25
package-lock.json
generated
25
package-lock.json
generated
@ -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",
|
||||
|
Reference in New Issue
Block a user