mirror of https://github.com/waku-org/js-waku.git
Bump eslint-plugin-functional from 4.0.2 to 4.2.0 (#551)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
3a4e98e184
commit
5651cfaf92
|
@ -3962,9 +3962,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"node_modules/deepmerge-ts": {
|
||||
"version": "1.1.7",
|
||||
"resolved": "https://registry.npmjs.org/deepmerge-ts/-/deepmerge-ts-1.1.7.tgz",
|
||||
"integrity": "sha512-nz5/Qo7mpJAZpq21bkGNu8khSwuE9RLRAdNe9vIZPLZVY2YAbSb4T9fMM5+WxU0K5+knIHmja+bQSPgxSMdfWQ==",
|
||||
"version": "2.0.1",
|
||||
"resolved": "https://registry.npmjs.org/deepmerge-ts/-/deepmerge-ts-2.0.1.tgz",
|
||||
"integrity": "sha512-7xeG0xMleW+gyrtUsdOeR6tCLwkyYDh3koIuvc8TxBcDh3WlaBQiEbFwEzk8clKomJZMhmoyxo7Y9CRrrrLVlg==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"is-plain-object": "^5.0.0"
|
||||
|
@ -4762,13 +4762,13 @@
|
|||
}
|
||||
},
|
||||
"node_modules/eslint-plugin-functional": {
|
||||
"version": "4.0.2",
|
||||
"resolved": "https://registry.npmjs.org/eslint-plugin-functional/-/eslint-plugin-functional-4.0.2.tgz",
|
||||
"integrity": "sha512-OznwyoZofhDLurZZdfA6ER5yNQWrVTthv+l/FT7HL3+8UkZ9YQXld997s/5Rg7HeLicNWROwBYweOJ8JonbVFg==",
|
||||
"version": "4.2.0",
|
||||
"resolved": "https://registry.npmjs.org/eslint-plugin-functional/-/eslint-plugin-functional-4.2.0.tgz",
|
||||
"integrity": "sha512-3v1DuKQTGwJo93UQ5SKzEjvJTaMGfznzwgGjWEBhLXxJfOMhcW7O6QUO1pmb5aLou9hoh7r31lkPvWmbIbIbew==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@typescript-eslint/experimental-utils": "^5.0.0",
|
||||
"deepmerge-ts": "^1.1.3",
|
||||
"deepmerge-ts": "^2.0.1",
|
||||
"escape-string-regexp": "^4.0.0"
|
||||
},
|
||||
"engines": {
|
||||
|
@ -15421,9 +15421,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"deepmerge-ts": {
|
||||
"version": "1.1.7",
|
||||
"resolved": "https://registry.npmjs.org/deepmerge-ts/-/deepmerge-ts-1.1.7.tgz",
|
||||
"integrity": "sha512-nz5/Qo7mpJAZpq21bkGNu8khSwuE9RLRAdNe9vIZPLZVY2YAbSb4T9fMM5+WxU0K5+knIHmja+bQSPgxSMdfWQ==",
|
||||
"version": "2.0.1",
|
||||
"resolved": "https://registry.npmjs.org/deepmerge-ts/-/deepmerge-ts-2.0.1.tgz",
|
||||
"integrity": "sha512-7xeG0xMleW+gyrtUsdOeR6tCLwkyYDh3koIuvc8TxBcDh3WlaBQiEbFwEzk8clKomJZMhmoyxo7Y9CRrrrLVlg==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"is-plain-object": "^5.0.0"
|
||||
|
@ -16108,13 +16108,13 @@
|
|||
}
|
||||
},
|
||||
"eslint-plugin-functional": {
|
||||
"version": "4.0.2",
|
||||
"resolved": "https://registry.npmjs.org/eslint-plugin-functional/-/eslint-plugin-functional-4.0.2.tgz",
|
||||
"integrity": "sha512-OznwyoZofhDLurZZdfA6ER5yNQWrVTthv+l/FT7HL3+8UkZ9YQXld997s/5Rg7HeLicNWROwBYweOJ8JonbVFg==",
|
||||
"version": "4.2.0",
|
||||
"resolved": "https://registry.npmjs.org/eslint-plugin-functional/-/eslint-plugin-functional-4.2.0.tgz",
|
||||
"integrity": "sha512-3v1DuKQTGwJo93UQ5SKzEjvJTaMGfznzwgGjWEBhLXxJfOMhcW7O6QUO1pmb5aLou9hoh7r31lkPvWmbIbIbew==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@typescript-eslint/experimental-utils": "^5.0.0",
|
||||
"deepmerge-ts": "^1.1.3",
|
||||
"deepmerge-ts": "^2.0.1",
|
||||
"escape-string-regexp": "^4.0.0"
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue