From ae0fdd05d2609a4c0e5be8026e58805aebc44acb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 27 Mar 2018 05:25:37 +0000 Subject: [PATCH] Bump node-sass-chokidar from 1.2.1 to 1.2.2 Bumps [node-sass-chokidar](https://github.com/michaelwayman/node-sass-chokidar) from 1.2.1 to 1.2.2. - [Release notes](https://github.com/michaelwayman/node-sass-chokidar/releases) - [Changelog](https://github.com/michaelwayman/node-sass-chokidar/blob/master/CHANGELOG.md) - [Commits](https://github.com/michaelwayman/node-sass-chokidar/commits) Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 86be27f6e..0e5ecfef2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "thorium", - "version": "0.2.12", + "version": "0.2.13", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -12579,9 +12579,9 @@ } }, "node-sass-chokidar": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/node-sass-chokidar/-/node-sass-chokidar-1.2.1.tgz", - "integrity": "sha512-ASqtfO5ekZNhinKPG09/S+IZnzWGcUKgCe8texuDzk7mpPrwgp7skSf/q8ARcC70NUhjwKKJ8Hz0+ihSU4q53g==", + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/node-sass-chokidar/-/node-sass-chokidar-1.2.2.tgz", + "integrity": "sha512-JKyXxp57aGZMk/mrB1sGE3oEdisvCDQMknLIhGycZEyppunb0+DCAWSh79D9tJkV62ejL0ONr6vpkLH0KRDKkA==", "requires": { "async-foreach": "0.1.3", "chokidar": "1.7.0", diff --git a/package.json b/package.json index f770aaece..867def19d 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "moment": "^2.21.0", "multer": "^1.3.0", "ncp": "^2.0.0", - "node-sass-chokidar": "1.2.1", + "node-sass-chokidar": "1.2.2", "npm-run-all": "^4.1.2", "prop-types": "^15.6.1", "random-words": "0.0.1",