From bbad9b06249275e2b7f8b6df737ea2cc13a59fd1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2020 09:46:50 +0000 Subject: [PATCH] fix: bump is-regex from 1.0.5 to 1.1.1 Bumps [is-regex](https://github.com/ljharb/is-regex) from 1.0.5 to 1.1.1. - [Release notes](https://github.com/ljharb/is-regex/releases) - [Changelog](https://github.com/inspect-js/is-regex/blob/main/CHANGELOG.md) - [Commits](https://github.com/ljharb/is-regex/compare/v1.0.5...v1.1.1) Signed-off-by: dependabot-preview[bot] --- yarn.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/yarn.lock b/yarn.lock index 4386cc6..b2ea20e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3952,11 +3952,11 @@ is-redirect@^1.0.0: integrity sha1-HQPd7VO9jbDzDCbk+V02/HyH3CQ= is-regex@^1.0.5: - version "1.0.5" - resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.0.5.tgz#39d589a358bf18967f726967120b8fc1aed74eae" - integrity sha512-vlKW17SNq44owv5AQR3Cq0bQPEb8+kF3UKZ2fiZNOWtztYE5i0CzCZxFDwO58qAOWtxdBRVO/V5Qin1wjCqFYQ== + version "1.1.1" + resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.1.tgz#c6f98aacc546f6cec5468a07b7b153ab564a57b9" + integrity sha512-1+QkEcxiLlB7VEyFtyBg94e08OAsvq7FUBgApTq/w2ymCLyKJgDPsybBENVtA7XCQEgEXxKPonG+mvYRxh/LIg== dependencies: - has "^1.0.3" + has-symbols "^1.0.1" is-retry-allowed@^1.0.0: version "1.2.0"