aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-05-11 13:00:52 +0300
committerGitHub <[email protected]>2021-05-11 13:00:52 +0300
commit93c5412864f06a9714bb7f82cd4db2ceb31409ae (patch)
treed064ce0ec3b7c86824342e7615ef33650838b2ff
parentd794e8970ba4f4123bd03f186d8eb6ffe60eec12 (diff)
downloadbootstrap-93c5412864f06a9714bb7f82cd4db2ceb31409ae.tar.xz
bootstrap-93c5412864f06a9714bb7f82cd4db2ceb31409ae.zip
Bump glob from 7.1.6 to 7.1.7 (#33936)
Bumps [glob](https://github.com/isaacs/node-glob) from 7.1.6 to 7.1.7. - [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.6...v7.1.7) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <[email protected]>
-rw-r--r--package-lock.json6
-rw-r--r--package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index 2ac5145e8..c205d7f72 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -4879,9 +4879,9 @@
"optional": true
},
"glob": {
- "version": "7.1.6",
- "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz",
- "integrity": "sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==",
+ "version": "7.1.7",
+ "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.7.tgz",
+ "integrity": "sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==",
"dev": true,
"requires": {
"fs.realpath": "^1.0.0",
diff --git a/package.json b/package.json
index 0ea203241..a926c8d91 100644
--- a/package.json
+++ b/package.json
@@ -117,7 +117,7 @@
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-unicorn": "^31.0.0",
"find-unused-sass-variables": "^3.1.0",
- "glob": "^7.1.6",
+ "glob": "^7.1.7",
"globby": "^11.0.3",
"hammer-simulator": "0.0.1",
"hugo-bin": "^0.71.1",