From fcd156529bc1fdb9ba922f26798624a0bbbf8acb Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2019 23:03:54 +0000 Subject: [PATCH] Bump glob from 7.1.3 to 7.1.4 in /Server Bumps [glob](https://github.com/isaacs/node-glob) from 7.1.3 to 7.1.4. - [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.4) 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 6482dbb..2a2bb5b 100644 --- a/Server/package.json +++ b/Server/package.json @@ -16,7 +16,7 @@ "erlpack": "github:discordapp/erlpack", "eslint": "^5.16.0", "eslint-config-standard": "^12.0.0", - "glob": "^7.1.3", + "glob": "^7.1.4", "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 ac3b76d..c0176b3 100644 --- a/Server/yarn.lock +++ b/Server/yarn.lock @@ -1422,10 +1422,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.4: + version "7.1.4" + resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.4.tgz#aa608a2f6c577ad357e1ae5a5c26d9a8d1969255" + integrity sha512-hkLPepehmnKk41pUGm3sYxoFs/umurYfYJCerbXEyFIWcAzvpipAgVkBqqT9RBKMGjnq6kMuyYwha6csxbiM1A== dependencies: fs.realpath "^1.0.0" inflight "^1.0.4"