From 4a962aeae5975d3c1ce264ed4138587a5b243f19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Jun 2021 14:03:13 +0000 Subject: [PATCH] Bump glob-parent from 5.1.0 to 5.1.2 in /content/cif-connector/tests 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] --- content/cif-connector/tests/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/cif-connector/tests/package-lock.json b/content/cif-connector/tests/package-lock.json index 42c976e7..6f2e62c3 100644 --- a/content/cif-connector/tests/package-lock.json +++ b/content/cif-connector/tests/package-lock.json @@ -968,9 +968,9 @@ } }, "glob-parent": { - "version": "5.1.0", - "resolved": "https://artifactory.corp.adobe.com:443/artifactory/api/npm/npm-aem-release/glob-parent/-/glob-parent-5.1.0.tgz", - "integrity": "sha1-X0wdHnSNMM1zrSlEs1d6gbCB6MI=", + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", "dev": true, "requires": { "is-glob": "^4.0.1"