From 865e45e01dd042aac94432047eefae576db461cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Jun 2021 16:50:41 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20glob-parent=20from=205.1.1=20to=205.1.2?= =?UTF-8?q?=20in=20/05.=E8=A7=84=E8=8C=83=E9=9B=86=E6=88=90/ES5=5F6=5F7/es?= =?UTF-8?q?=5Fserver?= 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.1 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.1...v5.1.2) --- updated-dependencies: - dependency-name: glob-parent dependency-type: indirect ... Signed-off-by: dependabot[bot] --- .../ES5_6_7/es_server/package-lock.json" | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git "a/05.\350\247\204\350\214\203\351\233\206\346\210\220/ES5_6_7/es_server/package-lock.json" "b/05.\350\247\204\350\214\203\351\233\206\346\210\220/ES5_6_7/es_server/package-lock.json" index 83aa7b4..124e539 100644 --- "a/05.\350\247\204\350\214\203\351\233\206\346\210\220/ES5_6_7/es_server/package-lock.json" +++ "b/05.\350\247\204\350\214\203\351\233\206\346\210\220/ES5_6_7/es_server/package-lock.json" @@ -847,9 +847,9 @@ } }, "glob-parent": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.1.tgz", - "integrity": "sha512-FnI+VGOpnlGHWZxthPGR+QhR78fuiK0sNLkHQv+bL9fQi57lNNdquIbna/WrfROrolq8GK5Ek6BiMwqL/voRYQ==", + "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" }