From 97a71b665b0171b3441c43dcff89dde3453b4743 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hu=C3=A1ng=20J=C3=B9nli=C3=A0ng?= Date: Wed, 25 Nov 2020 13:50:04 -0500 Subject: [PATCH] chore: bump chokidar in glob-watcher to ^3.4.0 (#12397) --- package.json | 1 + yarn.lock | 23 ----------------------- 2 files changed, 1 insertion(+), 23 deletions(-) diff --git a/package.json b/package.json index 31c3d98bf517..68139f12b9c4 100644 --- a/package.json +++ b/package.json @@ -75,6 +75,7 @@ "resolutions": { "browserslist": "npm:4.14.5", "caniuse-lite": "npm:1.0.30001158", + "glob-watcher/chokidar": "npm:^3.4.0", "@types/babel__core": "link:./nope", "@types/babel__traverse": "link:./nope", "@babel/parser/@babel/types": "workspace:*" diff --git a/yarn.lock b/yarn.lock index 98ce1992ab4a..2139302eb09c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5408,29 +5408,6 @@ __metadata: languageName: node linkType: hard -"chokidar@npm:^2.0.0": - version: 2.1.8 - resolution: "chokidar@npm:2.1.8" - dependencies: - anymatch: ^2.0.0 - async-each: ^1.0.1 - braces: ^2.3.2 - fsevents: ^1.2.7 - glob-parent: ^3.1.0 - inherits: ^2.0.3 - is-binary-path: ^1.0.0 - is-glob: ^4.0.0 - normalize-path: ^3.0.0 - path-is-absolute: ^1.0.0 - readdirp: ^2.2.1 - upath: ^1.1.1 - dependenciesMeta: - fsevents: - optional: true - checksum: 0758dcc7c6c7ace5924cf3c68088210932d391ab41026376b0adb8e07013ac87232e029f13468dfc9ca4dd59adae62a2b7eaedebb6c4e4f0ba92cbf3ac9e3721 - languageName: node - linkType: hard - "chokidar@npm:^3.4.0": version: 3.4.2 resolution: "chokidar@npm:3.4.2"