From 48079567f452ccbd80688cd73d2b698ce0bab3d7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2019 04:14:33 +0000 Subject: [PATCH] Bump glob from 7.1.3 to 7.1.6 in /Server Bumps [glob](https://github.com/isaacs/node-glob) from 7.1.3 to 7.1.6. - [Release notes](https://github.com/isaacs/node-glob/releases) - [Changelog](https://github.com/isaacs/node-glob/blob/master/changelog.md) - [Commits](https://github.com/isaacs/node-glob/compare/v7.1.3...v7.1.6) Signed-off-by: dependabot-preview[bot] --- Server/package.json | 2 +- Server/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Server/package.json b/Server/package.json index fcde5aa..0cc98c1 100644 --- a/Server/package.json +++ b/Server/package.json @@ -18,7 +18,7 @@ "erlpack": "github:discordapp/erlpack", "eslint": "^5.16.0", "eslint-config-standard": "^12.0.0", - "glob": "^7.1.3", + "glob": "^7.1.6", "immutable": "^4.0.0-rc.12", "koa": "^2.7.0", "koa-better-router": "^2.1.1", diff --git a/Server/yarn.lock b/Server/yarn.lock index 4043689..293169a 100644 --- a/Server/yarn.lock +++ b/Server/yarn.lock @@ -1430,10 +1430,10 @@ glob-parent@^3.1.0: is-glob "^3.1.0" path-dirname "^1.0.0" -glob@^7.0.0, glob@^7.0.5, glob@^7.1.2, glob@^7.1.3: - version "7.1.3" - resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.3.tgz#3960832d3f1574108342dafd3a67b332c0969df1" - integrity sha512-vcfuiIxogLV4DlGBHIUOwI0IbrJ8HWPc4MU7HzviGeNho/UJDfi6B5p3sHeWIQ0KGIU0Jpxi5ZHxemQfLkkAwQ== +glob@^7.0.0, glob@^7.0.5, glob@^7.1.2, glob@^7.1.3, glob@^7.1.6: + version "7.1.6" + resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.6.tgz#141f33b81a7c2492e125594307480c46679278a6" + integrity sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA== dependencies: fs.realpath "^1.0.0" inflight "^1.0.4"