From 5651cfaf9235c88cd252ff67496418181daf7868 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Feb 2022 10:31:09 +1100 Subject: [PATCH] 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> --- package-lock.json | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index f22ce5f1e4..62b06b06e0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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" } },