diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2019-07-25 14:01:22 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-25 14:01:22 +0000 |
commit | 0d278eddf6d34b39ecda9c7369a9f7595bde57cd (patch) | |
tree | 51a577a1d5f4c6995759a41beab43b5f82e5ccb1 /build | |
parent | c504ed66b7fd8133b634e596a7919f27baa1d7a2 (diff) | |
download | nextcloud-server-0d278eddf6d34b39ecda9c7369a9f7595bde57cd.tar.gz nextcloud-server-0d278eddf6d34b39ecda9c7369a9f7595bde57cd.zip |
[Security] Bump fstream from 1.0.11 to 1.0.12 in /build
Bumps [fstream](https://github.com/npm/fstream) from 1.0.11 to 1.0.12. **This update includes a security fix.**
- [Release notes](https://github.com/npm/fstream/releases)
- [Commits](https://github.com/npm/fstream/compare/v1.0.11...v1.0.12)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'build')
-rw-r--r-- | build/package-lock.json | 20 |
1 files changed, 3 insertions, 17 deletions
diff --git a/build/package-lock.json b/build/package-lock.json index d571e0efc45..e813ad64811 100644 --- a/build/package-lock.json +++ b/build/package-lock.json @@ -1932,9 +1932,9 @@ } }, "fstream": { - "version": "1.0.11", - "resolved": "https://registry.npmjs.org/fstream/-/fstream-1.0.11.tgz", - "integrity": "sha1-XB+x8RdHcRTwYyoOtLcbPLD9MXE=", + "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", @@ -3254,20 +3254,6 @@ "block-stream": "*", "fstream": "^1.0.12", "inherits": "2" - }, - "dependencies": { - "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" - } - } } } } |