Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 3cc2265

Browse files
[skip netlify]: Bump glob from 7.1.3 to 7.1.6 (#252)
Bumps [glob](https://github.com/isaacs/node-glob) from 7.1.3 to 7.1.6. - [Release notes](https://github.com/isaacs/node-glob/releases) - [Changelog](https://github.com/isaacs/node-glob/blob/master/changelog.md) - [Commits](isaacs/node-glob@v7.1.3...v7.1.6) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kevin Barabash <[email protected]>
1 parent b9a8c44 commit 3cc2265

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@babel/traverse": "^7.13.0",
2525
"@babel/types": "^7.4.0",
2626
"commander": "^2.19.0",
27-
"glob": "^7.1.3",
27+
"glob": "^7.1.6",
2828
"prettier": "2.2.1",
2929
"trim-right": "^1.0.1"
3030
},

yarn.lock

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1386,9 +1386,10 @@ getpass@^0.1.1:
13861386
dependencies:
13871387
assert-plus "^1.0.0"
13881388

1389-
glob@^7.0.3, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3:
1390-
version "7.1.3"
1391-
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.3.tgz#3960832d3f1574108342dafd3a67b332c0969df1"
1389+
glob@^7.0.3, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.6:
1390+
version "7.1.6"
1391+
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.6.tgz#141f33b81a7c2492e125594307480c46679278a6"
1392+
integrity sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==
13921393
dependencies:
13931394
fs.realpath "^1.0.0"
13941395
inflight "^1.0.4"

0 commit comments

Comments
 (0)