build(deps-dev): bump eslint-plugin-functional from 5.0.6 to 5.0.7
Bumps [eslint-plugin-functional](https://github.com/eslint-functional/eslint-plugin-functional) from 5.0.6 to 5.0.7. - [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.6...v5.0.7) --- updated-dependencies: - dependency-name: eslint-plugin-functional dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
30
package-lock.json
generated
30
package-lock.json
generated
@ -3716,12 +3716,12 @@
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/deepmerge-ts": {
|
||||
"version": "4.3.0",
|
||||
"resolved": "https://registry.npmjs.org/deepmerge-ts/-/deepmerge-ts-4.3.0.tgz",
|
||||
"integrity": "sha512-if3ZYdkD2dClhnXR5reKtG98cwyaRT1NeugQoAPTTfsOpV9kqyeiBF9Qa5RHjemb3KzD5ulqygv6ED3t5j9eJw==",
|
||||
"version": "5.0.0",
|
||||
"resolved": "https://registry.npmjs.org/deepmerge-ts/-/deepmerge-ts-5.0.0.tgz",
|
||||
"integrity": "sha512-esq9xUO8+CQCG63IlpkoOBNlpm1m4WBm0NRLFrGL/dcgzqWi1tmTLfG7QTvffqYt6T+dS+xaxrHxdexqGWkV1g==",
|
||||
"dev": true,
|
||||
"engines": {
|
||||
"node": ">=12.4.0"
|
||||
"node": ">=16.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/default-require-extensions": {
|
||||
@ -4417,9 +4417,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/eslint-plugin-functional": {
|
||||
"version": "5.0.6",
|
||||
"resolved": "https://registry.npmjs.org/eslint-plugin-functional/-/eslint-plugin-functional-5.0.6.tgz",
|
||||
"integrity": "sha512-7/NzMapT2BwveBgSmxL9v14bRm00ZCZsOiAb6VtFNomVWFhxkmYLg3zsH5H+TA9Zm5COsgePUe1c5ABsuW8Akw==",
|
||||
"version": "5.0.7",
|
||||
"resolved": "https://registry.npmjs.org/eslint-plugin-functional/-/eslint-plugin-functional-5.0.7.tgz",
|
||||
"integrity": "sha512-NJqwvlGvpnjphScwArGAjCWnHWIE7RQfWvl0PYeBn8i9HVzrD8V3ZGt0DpghCzZrFW7B4V644OKB9ZN3SPofFA==",
|
||||
"dev": true,
|
||||
"funding": [
|
||||
{
|
||||
@ -4430,7 +4430,7 @@
|
||||
"dependencies": {
|
||||
"@typescript-eslint/type-utils": "^5.50.0",
|
||||
"@typescript-eslint/utils": "^5.50.0",
|
||||
"deepmerge-ts": "^4.3.0",
|
||||
"deepmerge-ts": "^5.0.0",
|
||||
"escape-string-regexp": "^4.0.0",
|
||||
"is-immutable-type": "^1.2.5",
|
||||
"semver": "^7.3.8"
|
||||
@ -14502,9 +14502,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"deepmerge-ts": {
|
||||
"version": "4.3.0",
|
||||
"resolved": "https://registry.npmjs.org/deepmerge-ts/-/deepmerge-ts-4.3.0.tgz",
|
||||
"integrity": "sha512-if3ZYdkD2dClhnXR5reKtG98cwyaRT1NeugQoAPTTfsOpV9kqyeiBF9Qa5RHjemb3KzD5ulqygv6ED3t5j9eJw==",
|
||||
"version": "5.0.0",
|
||||
"resolved": "https://registry.npmjs.org/deepmerge-ts/-/deepmerge-ts-5.0.0.tgz",
|
||||
"integrity": "sha512-esq9xUO8+CQCG63IlpkoOBNlpm1m4WBm0NRLFrGL/dcgzqWi1tmTLfG7QTvffqYt6T+dS+xaxrHxdexqGWkV1g==",
|
||||
"dev": true
|
||||
},
|
||||
"default-require-extensions": {
|
||||
@ -15248,14 +15248,14 @@
|
||||
}
|
||||
},
|
||||
"eslint-plugin-functional": {
|
||||
"version": "5.0.6",
|
||||
"resolved": "https://registry.npmjs.org/eslint-plugin-functional/-/eslint-plugin-functional-5.0.6.tgz",
|
||||
"integrity": "sha512-7/NzMapT2BwveBgSmxL9v14bRm00ZCZsOiAb6VtFNomVWFhxkmYLg3zsH5H+TA9Zm5COsgePUe1c5ABsuW8Akw==",
|
||||
"version": "5.0.7",
|
||||
"resolved": "https://registry.npmjs.org/eslint-plugin-functional/-/eslint-plugin-functional-5.0.7.tgz",
|
||||
"integrity": "sha512-NJqwvlGvpnjphScwArGAjCWnHWIE7RQfWvl0PYeBn8i9HVzrD8V3ZGt0DpghCzZrFW7B4V644OKB9ZN3SPofFA==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@typescript-eslint/type-utils": "^5.50.0",
|
||||
"@typescript-eslint/utils": "^5.50.0",
|
||||
"deepmerge-ts": "^4.3.0",
|
||||
"deepmerge-ts": "^5.0.0",
|
||||
"escape-string-regexp": "^4.0.0",
|
||||
"is-immutable-type": "^1.2.5",
|
||||
"semver": "^7.3.8"
|
||||
|
Reference in New Issue
Block a user