Skip to content

Commit 820077d

Browse files
renovate-botthePunderWoman
authored andcommitted
build: update dependency glob to v8 (angular#45598)
PR Close angular#45598
1 parent 83920af commit 820077d

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@
194194
"cldrjs": "0.5.5",
195195
"conventional-changelog": "^3.1.24",
196196
"firebase-tools": "^9.0.0",
197-
"glob": "7.2.0",
197+
"glob": "8.0.1",
198198
"gulp": "^4.0.2",
199199
"gulp-conventional-changelog": "^2.0.35",
200200
"husky": "7.0.4",

packages/localize/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
],
3636
"dependencies": {
3737
"@babel/core": "7.17.9",
38-
"glob": "7.2.0",
38+
"glob": "8.0.1",
3939
"yargs": "^17.2.1"
4040
},
4141
"peerDependencies": {

yarn.lock

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8044,6 +8044,18 @@ glob@7.2.0, glob@^7.0.0, glob@^7.0.3, glob@^7.0.6, glob@^7.1.1, glob@^7.1.2, glo
80448044
once "^1.3.0"
80458045
path-is-absolute "^1.0.0"
80468046

8047+
glob@8.0.1:
8048+
version "8.0.1"
8049+
resolved "https://registry.yarnpkg.com/glob/-/glob-8.0.1.tgz#00308f5c035aa0b2a447cd37ead267ddff1577d3"
8050+
integrity sha512-cF7FYZZ47YzmCu7dDy50xSRRfO3ErRfrXuLZcNIuyiJEco0XSrGtuilG19L5xp3NcwTx7Gn+X6Tv3fmsUPTbow==
8051+
dependencies:
8052+
fs.realpath "^1.0.0"
8053+
inflight "^1.0.4"
8054+
inherits "2"
8055+
minimatch "^5.0.1"
8056+
once "^1.3.0"
8057+
path-is-absolute "^1.0.0"
8058+
80478059
global-agent@^2.1.12:
80488060
version "2.2.0"
80498061
resolved "https://registry.yarnpkg.com/global-agent/-/global-agent-2.2.0.tgz#566331b0646e6bf79429a16877685c4a1fbf76dc"
@@ -10856,7 +10868,7 @@ minimatch@3.0.4:
1085610868
dependencies:
1085710869
brace-expansion "^1.1.7"
1085810870

10859-
minimatch@5.0.1:
10871+
minimatch@5.0.1, minimatch@^5.0.1:
1086010872
version "5.0.1"
1086110873
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.0.1.tgz#fb9022f7528125187c92bd9e9b6366be1cf3415b"
1086210874
integrity sha512-nLDxIFRyhDblz3qMuq+SoRZED4+miJ/G+tdDrjkkkRnjAsBexeGpgjLEQ0blJy7rHhR2b93rhQY4SvyWu9v03g==

0 commit comments

Comments
 (0)