diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-06-07 23:48:05 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-07 23:48:05 +0000 |
commit | ac42eed2f93ff885ea1af5834d75e6d3cd2e553c (patch) | |
tree | 145d9e32f0673859366a2ef4f65faa5da2652966 | |
parent | a4a8eeea89d677caf13c097a910e0d9225bd4816 (diff) | |
parent | 910d620edb6416f6eb75a0d1e80882cdf252670d (diff) | |
download | nextcloud-server-ac42eed2f93ff885ea1af5834d75e6d3cd2e553c.tar.gz nextcloud-server-ac42eed2f93ff885ea1af5834d75e6d3cd2e553c.zip |
Merge pull request #27418 from nextcloud/dependabot/npm_and_yarn/build/glob-parent-5.1.2
-rw-r--r-- | build/package-lock.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build/package-lock.json b/build/package-lock.json index 1a006f631ec..938d7634efc 100644 --- a/build/package-lock.json +++ b/build/package-lock.json @@ -1357,9 +1357,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==", "dev": true, "requires": { "is-glob": "^4.0.1" |