From 0daaabf19482d9a4a7c5d857c83fb6f9585ec8df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Jun 2021 18:31:41 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20glob-parent=20from=205.1.0=20to=205.1.2?= =?UTF-8?q?=20in=20/2020=EC=B6=9C=EC=84=9D=EB=B6=80/Back?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.0 to 5.1.2. - [Release notes](https://github.com/gulpjs/glob-parent/releases) - [Changelog](https://github.com/gulpjs/glob-parent/blob/main/CHANGELOG.md) - [Commits](https://github.com/gulpjs/glob-parent/compare/v5.1.0...v5.1.2) --- updated-dependencies: - dependency-name: glob-parent dependency-type: indirect ... Signed-off-by: dependabot[bot] --- .../Back/package-lock.json" | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git "a/2020\354\266\234\354\204\235\353\266\200/Back/package-lock.json" "b/2020\354\266\234\354\204\235\353\266\200/Back/package-lock.json" index 883fd36..d1a7a5e 100644 --- "a/2020\354\266\234\354\204\235\353\266\200/Back/package-lock.json" +++ "b/2020\354\266\234\354\204\235\353\266\200/Back/package-lock.json" @@ -1399,9 +1399,9 @@ } }, "glob-parent": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.0.tgz", - "integrity": "sha512-qjtRgnIVmOfnKUE3NJAQEdk+lKrxfw8t5ke7SXtfMTHcjsBfOfWXCQfdb30zfDoZQ2IRSIiidmjtbHZPZ++Ihw==", + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", "requires": { "is-glob": "^4.0.1" }