From 8c3a2941ae194bc25909ad9a8ec496926812ebf4 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 5 Nov 2020 07:34:54 +0000 Subject: [PATCH] Bump node-stream-zip from 1.11.5 to 1.11.6 in /plugins/plugin-upload Bumps [node-stream-zip](https://github.com/antelle/node-stream-zip) from 1.11.5 to 1.11.6. - [Release notes](https://github.com/antelle/node-stream-zip/releases) - [Changelog](https://github.com/antelle/node-stream-zip/blob/master/release-notes.md) - [Commits](https://github.com/antelle/node-stream-zip/compare/1.11.5...1.11.6) Signed-off-by: dependabot-preview[bot] --- plugins/plugin-upload/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/plugin-upload/package-lock.json b/plugins/plugin-upload/package-lock.json index 0e9d16b4657..b951954e0b7 100644 --- a/plugins/plugin-upload/package-lock.json +++ b/plugins/plugin-upload/package-lock.json @@ -5,9 +5,9 @@ "requires": true, "dependencies": { "node-stream-zip": { - "version": "1.11.5", - "resolved": "https://registry.npmjs.org/node-stream-zip/-/node-stream-zip-1.11.5.tgz", - "integrity": "sha512-kfcYvscosV8X+ozqi+IugTpaNMdS4v0XZTOtxGP/luDLWXFhtpx22HZ2iU/aS0+Mv3AKgnkaDAGMTgSVOvJhFA==" + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/node-stream-zip/-/node-stream-zip-1.11.6.tgz", + "integrity": "sha512-AJHTKqgUM7nruh3vkZlRml9shq6ArhtCjRFxzdo2N2iBH3PxXQ/Le7iD3xjMOIeV6A2OvDLIM3OaDN0aYLdnQQ==" } } }