From e6c743d1faf67fddce58f7717df934b20c7e7dee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Jan 2021 08:36:07 +0000 Subject: [PATCH] chore(deps-dev): bump chokidar from 3.5.0 to 3.5.1 in /client Bumps [chokidar](https://github.com/paulmillr/chokidar) from 3.5.0 to 3.5.1. - [Release notes](https://github.com/paulmillr/chokidar/releases) - [Commits](https://github.com/paulmillr/chokidar/compare/3.5.0...3.5.1) Signed-off-by: dependabot[bot] --- client/package-lock.json | 6 +++--- client/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 51da257ee2..fb0e02973d 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -7318,9 +7318,9 @@ } }, "chokidar": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.0.tgz", - "integrity": "sha512-JgQM9JS92ZbFR4P90EvmzNpSGhpPBGBSj10PILeDyYFwp4h2/D9OM03wsJ4zW1fEp4ka2DGrnUeD7FuvQ2aZ2Q==", + "version": "3.5.1", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.1.tgz", + "integrity": "sha512-9+s+Od+W0VJJzawDma/gvBNQqkTiqYTWLuZoyAsivsI4AaWTCzHG06/TMjsf1cYe9Cb97UCEhjz7HvnPk2p/tw==", "requires": { "anymatch": "~3.1.1", "braces": "~3.0.2", diff --git a/client/package.json b/client/package.json index cb734aa955..cacb2477c0 100644 --- a/client/package.json +++ b/client/package.json @@ -103,7 +103,7 @@ "@testing-library/react": "^11.2.3", "autoprefixer": "^9.8.6", "babel-plugin-transform-imports": "^1.5.1", - "chokidar": "^3.5.0", + "chokidar": "^3.5.1", "copy-webpack-plugin": "^5.1.2", "jest": "^26.6.3", "monaco-editor-webpack-plugin": "^1.9.0",