From 8e5d12776023b2011995cdf2f99e9e9945b86ca5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2019 10:51:55 +0000 Subject: [PATCH] Bump glob from 7.1.3 to 7.1.5 in /Server Bumps [glob](https://github.com/isaacs/node-glob) from 7.1.3 to 7.1.5. - [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.5) 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..16bf0c0 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.5", "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..c61eabc 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.5: + version "7.1.5" + resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.5.tgz#6714c69bee20f3c3e64c4dd905553e532b40cdc0" + integrity sha512-J9dlskqUXK1OeTOYBEn5s8aMukWMwWfs+rPTn/jn50Ux4MNXVhubL1wu/j2t+H4NVI+cXEcCaYellqaPVGXNqQ== dependencies: fs.realpath "^1.0.0" inflight "^1.0.4"