From e9e50eb7ba006d01910a96bd5f6d3d0ef696d618 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2020 10:00:50 +0000 Subject: [PATCH] Bump hock from 1.3.3 to 1.4.1 Bumps [hock](https://github.com/mmalecki/hock) from 1.3.3 to 1.4.1. - [Release notes](https://github.com/mmalecki/hock/releases) - [Commits](https://github.com/mmalecki/hock/compare/v1.3.3...v1.4.1) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index c380ddf365..3ad66ee2d1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6188,9 +6188,9 @@ "dev": true }, "hock": { - "version": "1.3.3", - "resolved": "https://registry.npmjs.org/hock/-/hock-1.3.3.tgz", - "integrity": "sha512-bEX7KH/KSv2Q5zA+o1EdyeH52+gD2cfpYyAsHMEwjb9txXWttityKVf7cG0y3UVA4D8bxKDzH8LVXCQIr9rClg==", + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/hock/-/hock-1.4.1.tgz", + "integrity": "sha512-RTJ9m62KGU4WbBN3zjBewxLsNwzWfJlcKkoWoY9RoYJkoSZ1zwKUe6VMpLgSMxPBqkOohB1c45weLBe5SJzqTA==", "dev": true, "requires": { "deep-equal": "0.2.1", diff --git a/package.json b/package.json index 566b914fc0..9ea013ee0c 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,7 @@ "eslint-config-fbjs-opensource": "1.0.0", "eslint-plugin-jsx-a11y": "6.2.3", "globby": "10.0.1", - "hock": "1.3.3", + "hock": "1.4.1", "lodash.isequal": "4.5.0", "lodash.isequalwith": "4.4.0", "mkdirp": "0.5.1",