From 8b1f5ddded8bf2ea031030dc04e7408e58cd4ded Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Sat, 8 Jun 2019 03:20:55 +0530 Subject: [PATCH] chore: bump fstream from 1.0.11 to 1.0.12 (#36147) Bumps [fstream](https://github.com/npm/fstream) from 1.0.11 to 1.0.12. - [Release notes](https://github.com/npm/fstream/releases) - [Commits](https://github.com/npm/fstream/compare/v1.0.11...v1.0.12) Co-authored-by: null Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com> --- curriculum/package-lock.json | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/curriculum/package-lock.json b/curriculum/package-lock.json index 2676c9b454..385069e028 100644 --- a/curriculum/package-lock.json +++ b/curriculum/package-lock.json @@ -8420,6 +8420,18 @@ } } }, + "fstream": { + "version": "1.0.12", + "resolved": "https://registry.npmjs.org/fstream/-/fstream-1.0.12.tgz", + "integrity": "sha512-WvJ193OHa0GHPEL+AycEJgxvBEwyfRkN1vhjca23OaPVMCaLCXTd5qAu82AjTcgP1UJmytkOKb63Ypde7raDIg==", + "dev": true, + "requires": { + "graceful-fs": "^4.1.2", + "inherits": "~2.0.0", + "mkdirp": ">=0.5 0", + "rimraf": "2" + } + }, "function-bind": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", @@ -13554,17 +13566,6 @@ "bundled": true, "dev": true }, - "fstream": { - "version": "1.0.11", - "bundled": true, - "dev": true, - "requires": { - "graceful-fs": "^4.1.2", - "inherits": "~2.0.0", - "mkdirp": ">=0.5 0", - "rimraf": "2" - } - }, "gauge": { "version": "2.7.4", "bundled": true,