Skip to content

Commit 68b9c9a

Browse files
renovate-botKeen Yee Liau
authored andcommitted
chore(deps): update @angular/dev-infra-private commit hash to b700b4e
1 parent 395df83 commit 68b9c9a

File tree

2 files changed

+23
-11
lines changed

2 files changed

+23
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
"vscode-uri": "3.0.2"
176176
},
177177
"devDependencies": {
178-
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#a1946348ee84812b0b58d12e27c924d86187997e",
178+
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#b700b4e264d4fa88bca03c3812b6d8e0ff6e1a30",
179179
"@types/jasmine": "3.7.2",
180180
"@types/node": "12.20.11",
181181
"@types/vscode": "1.55.0",

yarn.lock

Lines changed: 22 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
dependencies:
1818
tslib "^2.0.0"
1919

20-
"@angular/dev-infra-private@https://github.com/angular/dev-infra-private-builds.git#a1946348ee84812b0b58d12e27c924d86187997e":
20+
"@angular/dev-infra-private@https://github.com/angular/dev-infra-private-builds.git#b700b4e264d4fa88bca03c3812b6d8e0ff6e1a30":
2121
version "0.0.0"
22-
uid a1946348ee84812b0b58d12e27c924d86187997e
23-
resolved "https://github.com/angular/dev-infra-private-builds.git#a1946348ee84812b0b58d12e27c924d86187997e"
22+
uid b700b4e264d4fa88bca03c3812b6d8e0ff6e1a30
23+
resolved "https://github.com/angular/dev-infra-private-builds.git#b700b4e264d4fa88bca03c3812b6d8e0ff6e1a30"
2424
dependencies:
2525
"@angular/benchpress" "0.2.1"
2626
"@bazel/buildifier" "^4.0.1"
@@ -34,7 +34,7 @@
3434
conventional-commits-parser "^3.2.1"
3535
ejs "^3.1.6"
3636
git-raw-commits "^2.0.10"
37-
glob "7.1.6"
37+
glob "7.1.7"
3838
inquirer "^8.0.0"
3939
minimatch "^3.0.4"
4040
multimatch "^5.0.0"
@@ -50,7 +50,7 @@
5050
typed-graphqlify "^3.1.1"
5151
typescript "~4.2.4"
5252
yaml "^1.10.0"
53-
yargs "^16.2.0"
53+
yargs "^17.0.0"
5454

5555
"@angular/[email protected]":
5656
version "12.0.0"
@@ -1119,7 +1119,19 @@ git-raw-commits@^2.0.10:
11191119
split2 "^3.0.0"
11201120
through2 "^4.0.0"
11211121

1122-
[email protected], glob@^7.0.0, glob@^7.0.3, glob@^7.0.6, glob@^7.1.1, glob@^7.1.3, glob@^7.1.6:
1122+
1123+
version "7.1.7"
1124+
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.7.tgz#3b193e9233f01d42d0b3f78294bbeeb418f94a90"
1125+
integrity sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==
1126+
dependencies:
1127+
fs.realpath "^1.0.0"
1128+
inflight "^1.0.4"
1129+
inherits "2"
1130+
minimatch "^3.0.4"
1131+
once "^1.3.0"
1132+
path-is-absolute "^1.0.0"
1133+
1134+
glob@^7.0.0, glob@^7.0.3, glob@^7.0.6, glob@^7.1.1, glob@^7.1.3, glob@^7.1.6:
11231135
version "7.1.6"
11241136
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.6.tgz#141f33b81a7c2492e125594307480c46679278a6"
11251137
integrity sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==
@@ -2935,10 +2947,10 @@ yargs@^15.3.1:
29352947
y18n "^4.0.0"
29362948
yargs-parser "^18.1.2"
29372949

2938-
yargs@^16.2.0:
2939-
version "16.2.0"
2940-
resolved "https://registry.yarnpkg.com/yargs/-/yargs-16.2.0.tgz#1c82bf0f6b6a66eafce7ef30e376f49a12477f66"
2941-
integrity sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==
2950+
yargs@^17.0.0:
2951+
version "17.0.1"
2952+
resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.0.1.tgz#6a1ced4ed5ee0b388010ba9fd67af83b9362e0bb"
2953+
integrity sha512-xBBulfCc8Y6gLFcrPvtqKz9hz8SO0l1Ni8GgDekvBX2ro0HRQImDGnikfc33cgzcYUSncapnNcZDjVFIH3f6KQ==
29422954
dependencies:
29432955
cliui "^7.0.2"
29442956
escalade "^3.1.1"

0 commit comments

Comments
 (0)