From ac5d2ba9846bd135b0bcf9d7df01db7cd31494c0 Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Sat, 12 May 2018 18:46:11 -0700 Subject: [PATCH] Update regexpu-core to v4.1.4 (#7917) Fixes #7891. --- .../babel-plugin-proposal-unicode-property-regex/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/babel-plugin-proposal-unicode-property-regex/package.json b/packages/babel-plugin-proposal-unicode-property-regex/package.json index 098af77951..1083fdbb0e 100644 --- a/packages/babel-plugin-proposal-unicode-property-regex/package.json +++ b/packages/babel-plugin-proposal-unicode-property-regex/package.json @@ -21,7 +21,7 @@ "dependencies": { "@babel/helper-plugin-utils": "7.0.0-beta.46", "@babel/helper-regex": "7.0.0-beta.46", - "regexpu-core": "^4.1.3" + "regexpu-core": "^4.1.4" }, "peerDependencies": { "@babel/core": "7.0.0-beta.46"