Skip to content

Commit e55ed74

Browse files
renovate-botalan-agius4
authored andcommitted
build: update angular to 8dbf421
1 parent ce1cfa8 commit e55ed74

File tree

3 files changed

+73
-128
lines changed

3 files changed

+73
-128
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"@angular/compiler": "12.1.0",
7474
"@angular/compiler-cli": "12.1.0",
7575
"@angular/core": "12.1.0",
76-
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#5879ecd963467fef55d090c45ebaddc80088107c",
76+
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#86a00e67800320e315821fa74bd301125d4868ca",
7777
"@angular/forms": "12.1.0",
7878
"@angular/localize": "12.1.0",
7979
"@angular/material": "12.1.0",

tests/legacy-cli/e2e/ng-snapshot/package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@
22
"description": "snapshot versions of Angular for e2e testing",
33
"private": true,
44
"dependencies": {
5-
"@angular/animations": "github:angular/animations-builds#8dd79b2aff078db8014b825ac2ce2266297d439d",
6-
"@angular/cdk": "github:angular/cdk-builds#441b0f62da15ced04d15297e79d81071c80e135f",
7-
"@angular/common": "github:angular/common-builds#1161b35ff5b1937aefb1453c064a9d6143096e7c",
8-
"@angular/compiler": "github:angular/compiler-builds#5140bfc0329d0517d7d1fc9db466f2160c70c814",
9-
"@angular/compiler-cli": "github:angular/compiler-cli-builds#ec6722908dc9d36d4697b6ad136a45b1c8700f03",
10-
"@angular/core": "github:angular/core-builds#1d21cc9b81ffc4d31b9d950844c2728191d0c179",
11-
"@angular/forms": "github:angular/forms-builds#e56be8d77d92eac8ce191e673e8ae74a517385fe",
12-
"@angular/language-service": "github:angular/language-service-builds#f9e27cca7b53c3552a08b4f42f3d1d806d3a8295",
13-
"@angular/localize": "github:angular/localize-builds#04be4f9055110597a2e3a7de82add299e761dd75",
14-
"@angular/material": "github:angular/material2-builds#1beb17a8e4247de464ec88231e61b65440334a63",
15-
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#c00cbe59dfd99ce58d434f3ff7781e3fcfea35cb",
16-
"@angular/platform-browser": "github:angular/platform-browser-builds#62bafc6ef447b61bb6f5ede27fca9b65e4353a5f",
17-
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#fa91883c499da487d167a532dee743cb51fef3a3",
18-
"@angular/platform-server": "github:angular/platform-server-builds#ef1a1abd0aee3255a08c1cb9084764a39dd3c2e8",
19-
"@angular/router": "github:angular/router-builds#4e76082a41ffb00a252d0b09f0b655fc949f9cfd",
20-
"@angular/service-worker": "github:angular/service-worker-builds#68bcf25ece3ec708f2b2a54f3f986ea294bc0fd6"
5+
"@angular/animations": "github:angular/animations-builds#8dbf421b4a97c3ab9bea16e432375ce338a6885e",
6+
"@angular/cdk": "github:angular/cdk-builds#0b26932355a33f676e3a86476205af3ae7e0b963",
7+
"@angular/common": "github:angular/common-builds#ba1304afbd8e0b2268ead13bbb8283a4d712877d",
8+
"@angular/compiler": "github:angular/compiler-builds#62550815084bf49210c2f794c6277fa7dd240bb1",
9+
"@angular/compiler-cli": "github:angular/compiler-cli-builds#55d2dbbb964b8f5b86c1050bef387e83160862cb",
10+
"@angular/core": "github:angular/core-builds#221bc89a0a4e0f83d5dabb67820b76744846b805",
11+
"@angular/forms": "github:angular/forms-builds#c7311ae8d34e97902c88f958dbbedd921bea8ebb",
12+
"@angular/language-service": "github:angular/language-service-builds#062f66a4ea94fd19e1ebedb17e7449da73cbd003",
13+
"@angular/localize": "github:angular/localize-builds#535f8e6f460cd31a97fcadd7802029a65a5d2b4d",
14+
"@angular/material": "github:angular/material2-builds#ecb1e5f0bdb22e68d85dadfa3f0aed934022496c",
15+
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#b043acd9b2386d9d0e448313677098dbbae46c96",
16+
"@angular/platform-browser": "github:angular/platform-browser-builds#0ce278ad40262d54abf0f9f662c28a288a9d710c",
17+
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#0664511feef9eb7bce723a4aae318af3fac128ae",
18+
"@angular/platform-server": "github:angular/platform-server-builds#aa8395331e1361558836239d5e9c1f5a268c1326",
19+
"@angular/router": "github:angular/router-builds#ef5dba96f3200c4e5816853385955c0f4d78c37a",
20+
"@angular/service-worker": "github:angular/service-worker-builds#48e5cb5633c4b69004ee22e899a01d21e8f9720c"
2121
}
2222
}

yarn.lock

Lines changed: 56 additions & 111 deletions
Original file line numberDiff line numberDiff line change
@@ -92,16 +92,16 @@
9292
dependencies:
9393
tslib "^2.0.0"
9494

95-
"@angular/dev-infra-private@https://github.com/angular/dev-infra-private-builds.git#5879ecd963467fef55d090c45ebaddc80088107c":
95+
"@angular/dev-infra-private@https://github.com/angular/dev-infra-private-builds.git#86a00e67800320e315821fa74bd301125d4868ca":
9696
version "0.0.0"
97-
uid "5879ecd963467fef55d090c45ebaddc80088107c"
98-
resolved "https://github.com/angular/dev-infra-private-builds.git#5879ecd963467fef55d090c45ebaddc80088107c"
97+
uid "86a00e67800320e315821fa74bd301125d4868ca"
98+
resolved "https://github.com/angular/dev-infra-private-builds.git#86a00e67800320e315821fa74bd301125d4868ca"
9999
dependencies:
100100
"@angular/benchpress" "0.2.1"
101101
"@bazel/buildifier" "^4.0.1"
102102
"@octokit/graphql" "^4.6.1"
103-
"@octokit/rest" "16.43.2"
104-
"@octokit/types" "^6.0.0"
103+
"@octokit/rest" "^18.6.2"
104+
"@octokit/types" "^6.16.6"
105105
brotli "^1.3.2"
106106
chalk "^4.1.0"
107107
clang-format "^1.4.0"
@@ -1259,13 +1259,26 @@
12591259
node-gyp "^7.1.0"
12601260
read-package-json-fast "^2.0.1"
12611261

1262-
"@octokit/auth-token@^2.4.0":
1262+
"@octokit/auth-token@^2.4.4":
12631263
version "2.4.5"
12641264
resolved "https://registry.yarnpkg.com/@octokit/auth-token/-/auth-token-2.4.5.tgz#568ccfb8cb46f36441fac094ce34f7a875b197f3"
12651265
integrity sha512-BpGYsPgJt05M7/L/5FoE1PiAbdxXFZkX/3kDYcsvd1v6UhlnE5e96dTDr0ezX/EFwciQxf3cNV0loipsURU+WA==
12661266
dependencies:
12671267
"@octokit/types" "^6.0.3"
12681268

1269+
"@octokit/core@^3.5.0":
1270+
version "3.5.1"
1271+
resolved "https://registry.yarnpkg.com/@octokit/core/-/core-3.5.1.tgz#8601ceeb1ec0e1b1b8217b960a413ed8e947809b"
1272+
integrity sha512-omncwpLVxMP+GLpLPgeGJBF6IWJFjXDS5flY5VbppePYX9XehevbDykRH9PdCdvqt9TS5AOTiDide7h0qrkHjw==
1273+
dependencies:
1274+
"@octokit/auth-token" "^2.4.4"
1275+
"@octokit/graphql" "^4.5.8"
1276+
"@octokit/request" "^5.6.0"
1277+
"@octokit/request-error" "^2.0.5"
1278+
"@octokit/types" "^6.0.3"
1279+
before-after-hook "^2.2.0"
1280+
universal-user-agent "^6.0.0"
1281+
12691282
"@octokit/endpoint@^6.0.1":
12701283
version "6.0.12"
12711284
resolved "https://registry.yarnpkg.com/@octokit/endpoint/-/endpoint-6.0.12.tgz#3b4d47a4b0e79b1027fb8d75d4221928b2d05658"
@@ -1275,7 +1288,7 @@
12751288
is-plain-object "^5.0.0"
12761289
universal-user-agent "^6.0.0"
12771290

1278-
"@octokit/graphql@^4.6.1":
1291+
"@octokit/graphql@^4.5.8", "@octokit/graphql@^4.6.1":
12791292
version "4.6.4"
12801293
resolved "https://registry.yarnpkg.com/@octokit/graphql/-/graphql-4.6.4.tgz#0c3f5bed440822182e972317122acb65d311a5ed"
12811294
integrity sha512-SWTdXsVheRmlotWNjKzPOb6Js6tjSqA2a8z9+glDJng0Aqjzti8MEWOtuT8ZSu6wHnci7LZNuarE87+WJBG4vg==
@@ -1289,36 +1302,32 @@
12891302
resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-7.3.5.tgz#ffd195472f345b32fb29ba3c86a1ee68c09f24b3"
12901303
integrity sha512-6bm5lzGDOeSnWHM5W8OZ86RD2KpchynU+/Qlm5hNEFjfLDhwfAY2lSe68YRUEYFGlxSHe0HmakyhvmtWoD3Zog==
12911304

1292-
"@octokit/plugin-paginate-rest@^1.1.1":
1293-
version "1.1.2"
1294-
resolved "https://registry.yarnpkg.com/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-1.1.2.tgz#004170acf8c2be535aba26727867d692f7b488fc"
1295-
integrity sha512-jbsSoi5Q1pj63sC16XIUboklNw+8tL9VOnJsWycWYR78TKss5PVpIPb1TUUcMQ+bBh7cY579cVAWmf5qG+dw+Q==
1305+
"@octokit/openapi-types@^7.4.0":
1306+
version "7.4.0"
1307+
resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-7.4.0.tgz#07631899dc32b72a532178e27235c541f3c359f1"
1308+
integrity sha512-V2qNML1knHjrjTJcIIvhYZSTkvtSAoQpNEX8y0ykTJI8vOQPqIh0y6Jf9EU6c/y+v0c9+LeC1acwLQh1xo96MA==
1309+
1310+
"@octokit/plugin-paginate-rest@^2.6.2":
1311+
version "2.13.5"
1312+
resolved "https://registry.yarnpkg.com/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-2.13.5.tgz#e459f9b5dccbe0a53f039a355d5b80c0a2b0dc57"
1313+
integrity sha512-3WSAKBLa1RaR/7GG+LQR/tAZ9fp9H9waE9aPXallidyci9oZsfgsLn5M836d3LuDC6Fcym+2idRTBpssHZePVg==
12961314
dependencies:
1297-
"@octokit/types" "^2.0.1"
1315+
"@octokit/types" "^6.13.0"
12981316

1299-
"@octokit/plugin-request-log@^1.0.0":
1317+
"@octokit/plugin-request-log@^1.0.2":
13001318
version "1.0.4"
13011319
resolved "https://registry.yarnpkg.com/@octokit/plugin-request-log/-/plugin-request-log-1.0.4.tgz#5e50ed7083a613816b1e4a28aeec5fb7f1462e85"
13021320
integrity sha512-mLUsMkgP7K/cnFEw07kWqXGF5LKrOkD+lhCrKvPHXWDywAwuDUeDwWBpc69XK3pNX0uKiVt8g5z96PJ6z9xCFA==
13031321

1304-
"@octokit/plugin-rest-endpoint-methods@2.4.0":
1305-
version "2.4.0"
1306-
resolved "https://registry.yarnpkg.com/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-2.4.0.tgz#3288ecf5481f68c494dd0602fc15407a59faf61e"
1307-
integrity sha512-EZi/AWhtkdfAYi01obpX0DF7U6b1VRr30QNQ5xSFPITMdLSfhcBqjamE3F+sKcxPbD7eZuMHu3Qkk2V+JGxBDQ==
1322+
"@octokit/plugin-rest-endpoint-methods@5.3.5":
1323+
version "5.3.5"
1324+
resolved "https://registry.yarnpkg.com/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-5.3.5.tgz#2ad8dd6e0ee0e9db2a807879bf4ab7775834f27c"
1325+
integrity sha512-QL3vIDYbANwxfrWOFlgn0rkp1ojlZKccsTb0+9x9keG8XGIq4ZJhxgpyJASYIui1QqCV8JIfDiEqX2dzr7x8KA==
13081326
dependencies:
1309-
"@octokit/types" "^2.0.1"
1327+
"@octokit/types" "^6.17.1"
13101328
deprecation "^2.3.1"
13111329

1312-
"@octokit/request-error@^1.0.2":
1313-
version "1.2.1"
1314-
resolved "https://registry.yarnpkg.com/@octokit/request-error/-/request-error-1.2.1.tgz#ede0714c773f32347576c25649dc013ae6b31801"
1315-
integrity sha512-+6yDyk1EES6WK+l3viRDElw96MvwfJxCt45GvmjDUKWjYIb3PJZQkq3i46TwGwoPD4h8NmTrENmtyA1FwbmhRA==
1316-
dependencies:
1317-
"@octokit/types" "^2.0.0"
1318-
deprecation "^2.0.0"
1319-
once "^1.4.0"
1320-
1321-
"@octokit/request-error@^2.1.0":
1330+
"@octokit/request-error@^2.0.5", "@octokit/request-error@^2.1.0":
13221331
version "2.1.0"
13231332
resolved "https://registry.yarnpkg.com/@octokit/request-error/-/request-error-2.1.0.tgz#9e150357831bfc788d13a4fd4b1913d60c74d677"
13241333
integrity sha512-1VIvgXxs9WHSjicsRwq8PlR2LR2x6DwsJAaFgzdi0JfJoGSO8mYI/cHJQ+9FbN21aa+DrgNLnwObmyeSC8Rmpg==
@@ -1327,7 +1336,7 @@
13271336
deprecation "^2.0.0"
13281337
once "^1.4.0"
13291338

1330-
"@octokit/request@^5.2.0", "@octokit/request@^5.6.0":
1339+
"@octokit/request@^5.6.0":
13311340
version "5.6.0"
13321341
resolved "https://registry.yarnpkg.com/@octokit/request/-/request-5.6.0.tgz#6084861b6e4fa21dc40c8e2a739ec5eff597e672"
13331342
integrity sha512-4cPp/N+NqmaGQwbh3vUsYqokQIzt7VjsgTYVXiwpUP2pxd5YiZB2XuTedbb0SPtv9XS7nzAKjAuQxmY8/aZkiA==
@@ -1339,42 +1348,30 @@
13391348
node-fetch "^2.6.1"
13401349
universal-user-agent "^6.0.0"
13411350

1342-
"@octokit/[email protected]":
1343-
version "16.43.2"
1344-
resolved "https://registry.yarnpkg.com/@octokit/rest/-/rest-16.43.2.tgz#c53426f1e1d1044dee967023e3279c50993dd91b"
1345-
integrity sha512-ngDBevLbBTFfrHZeiS7SAMAZ6ssuVmXuya+F/7RaVvlysgGa1JKJkKWY+jV6TCJYcW0OALfJ7nTIGXcBXzycfQ==
1346-
dependencies:
1347-
"@octokit/auth-token" "^2.4.0"
1348-
"@octokit/plugin-paginate-rest" "^1.1.1"
1349-
"@octokit/plugin-request-log" "^1.0.0"
1350-
"@octokit/plugin-rest-endpoint-methods" "2.4.0"
1351-
"@octokit/request" "^5.2.0"
1352-
"@octokit/request-error" "^1.0.2"
1353-
atob-lite "^2.0.0"
1354-
before-after-hook "^2.0.0"
1355-
btoa-lite "^1.0.0"
1356-
deprecation "^2.0.0"
1357-
lodash.get "^4.4.2"
1358-
lodash.set "^4.3.2"
1359-
lodash.uniq "^4.5.0"
1360-
octokit-pagination-methods "^1.1.0"
1361-
once "^1.4.0"
1362-
universal-user-agent "^4.0.0"
1363-
1364-
"@octokit/types@^2.0.0", "@octokit/types@^2.0.1":
1365-
version "2.16.2"
1366-
resolved "https://registry.yarnpkg.com/@octokit/types/-/types-2.16.2.tgz#4c5f8da3c6fecf3da1811aef678fda03edac35d2"
1367-
integrity sha512-O75k56TYvJ8WpAakWwYRN8Bgu60KrmX0z1KqFp1kNiFNkgW+JW+9EBKZ+S33PU6SLvbihqd+3drvPxKK68Ee8Q==
1351+
"@octokit/rest@^18.6.2":
1352+
version "18.6.4"
1353+
resolved "https://registry.yarnpkg.com/@octokit/rest/-/rest-18.6.4.tgz#450339a66122febd3af9f67911ba34eb469e0ef6"
1354+
integrity sha512-1q1H1rJIjOjGd9/qIWaQgLaxtWcQ5H0tdh1D7JHqdsxopGciIUfU15GOZQf5lhW1YeQnlILHFynhKaZpXDiwuA==
13681355
dependencies:
1369-
"@types/node" ">= 8"
1356+
"@octokit/core" "^3.5.0"
1357+
"@octokit/plugin-paginate-rest" "^2.6.2"
1358+
"@octokit/plugin-request-log" "^1.0.2"
1359+
"@octokit/plugin-rest-endpoint-methods" "5.3.5"
13701360

1371-
"@octokit/types@^6.0.0", "@octokit/types@^6.0.3", "@octokit/types@^6.16.1":
1361+
"@octokit/types@^6.0.3", "@octokit/types@^6.16.1":
13721362
version "6.16.7"
13731363
resolved "https://registry.yarnpkg.com/@octokit/types/-/types-6.16.7.tgz#f27e87daf7ed87bde3e67b2e71956468fa4d02a7"
13741364
integrity sha512-OuQELiwIKeDySgNID52vm33wDRc2aaX8lKYgAw9Hmw939ITow1HspT8/AH3M3jgGFUMDmHlMNBNEmH7xV7ggXQ==
13751365
dependencies:
13761366
"@octokit/openapi-types" "^7.3.5"
13771367

1368+
"@octokit/types@^6.13.0", "@octokit/types@^6.16.6", "@octokit/types@^6.17.1":
1369+
version "6.17.1"
1370+
resolved "https://registry.yarnpkg.com/@octokit/types/-/types-6.17.1.tgz#b8e3fbf22efb939e1cb428f05f2991a258996810"
1371+
integrity sha512-x1RDwjjSzGHK8hfwyNa4Gz0t5YtwUfIxEtejFpm2cjH1gMMk6XDv8La3gUAPzYpDgdzTEF8Lpz+7BGv9aZR/0w==
1372+
dependencies:
1373+
"@octokit/openapi-types" "^7.4.0"
1374+
13781375
"@protobufjs/aspromise@^1.1.1", "@protobufjs/aspromise@^1.1.2":
13791376
version "1.1.2"
13801377
resolved "https://registry.yarnpkg.com/@protobufjs/aspromise/-/aspromise-1.1.2.tgz#9b8b0cc663d669a7d8f6f5d0893a14d348f30fbf"
@@ -1787,7 +1784,7 @@
17871784
"@types/node" "*"
17881785
form-data "^3.0.0"
17891786

1790-
"@types/node@*", "@types/node@>= 8", "@types/node@>=10.0.0":
1787+
"@types/node@*", "@types/node@>=10.0.0":
17911788
version "15.12.5"
17921789
resolved "https://registry.yarnpkg.com/@types/node/-/node-15.12.5.tgz#9a78318a45d75c9523d2396131bd3cca54b2d185"
17931790
integrity sha512-se3yX7UHv5Bscf8f1ERKvQOD6sTyycH3hdaoozvaLxgUiY5lIGEeH37AD0G0Qi9kPqihPn0HOfd2yaIEN9VwEg==
@@ -2692,11 +2689,6 @@ asynckit@^0.4.0:
26922689
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
26932690
integrity sha1-x57Zf380y48robyXkLzDZkdLS3k=
26942691

2695-
atob-lite@^2.0.0:
2696-
version "2.0.0"
2697-
resolved "https://registry.yarnpkg.com/atob-lite/-/atob-lite-2.0.0.tgz#0fef5ad46f1bd7a8502c65727f0367d5ee43d696"
2698-
integrity sha1-D+9a1G8b16hQLGVyfwNn1e5D1pY=
2699-
27002692
atob@^2.1.2:
27012693
version "2.1.2"
27022694
resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9"
@@ -2828,7 +2820,7 @@ [email protected]:
28282820
resolved "https://registry.yarnpkg.com/bcryptjs/-/bcryptjs-2.4.3.tgz#9ab5627b93e60621ff7cdac5da9733027df1d0cb"
28292821
integrity sha1-mrVie5PmBiH/fNrF2pczAn3x0Ms=
28302822

2831-
before-after-hook@^2.0.0:
2823+
before-after-hook@^2.2.0:
28322824
version "2.2.2"
28332825
resolved "https://registry.yarnpkg.com/before-after-hook/-/before-after-hook-2.2.2.tgz#a6e8ca41028d90ee2c24222f201c90956091613e"
28342826
integrity sha512-3pZEU3NT5BFUo/AD5ERPWOgQOCZITni6iavr5AUw5AUwQjMlI0kzu5btnyD39AF0gUEsDPwJT+oY1ORBJijPjQ==
@@ -2985,11 +2977,6 @@ browserstack@^1.5.1:
29852977
dependencies:
29862978
https-proxy-agent "^2.2.1"
29872979

2988-
btoa-lite@^1.0.0:
2989-
version "1.0.0"
2990-
resolved "https://registry.yarnpkg.com/btoa-lite/-/btoa-lite-1.0.0.tgz#337766da15801210fdd956c22e9c6891ab9d0337"
2991-
integrity sha1-M3dm2hWAEhD92VbCLpxokaudAzc=
2992-
29932980
buffer-crc32@~0.2.3:
29942981
version "0.2.13"
29952982
resolved "https://registry.yarnpkg.com/buffer-crc32/-/buffer-crc32-0.2.13.tgz#0d333e3f00eac50aa1454abd30ef8c2a5d9a7242"
@@ -7191,11 +7178,6 @@ lodash.debounce@^4.0.8:
71917178
resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af"
71927179
integrity sha1-gteb/zCmfEAF/9XiUVMArZyk168=
71937180

7194-
lodash.get@^4.4.2:
7195-
version "4.4.2"
7196-
resolved "https://registry.yarnpkg.com/lodash.get/-/lodash.get-4.4.2.tgz#2d177f652fa31e939b4438d5341499dfa3825e99"
7197-
integrity sha1-LRd/ZS+jHpObRDjVNBSZ36OCXpk=
7198-
71997181
lodash.includes@^4.3.0:
72007182
version "4.3.0"
72017183
resolved "https://registry.yarnpkg.com/lodash.includes/-/lodash.includes-4.3.0.tgz#60bb98a87cb923c68ca1e51325483314849f553f"
@@ -7246,11 +7228,6 @@ lodash.once@^4.0.0:
72467228
resolved "https://registry.yarnpkg.com/lodash.once/-/lodash.once-4.1.1.tgz#0dd3971213c7c56df880977d504c88fb471a97ac"
72477229
integrity sha1-DdOXEhPHxW34gJd9UEyI+0cal6w=
72487230

7249-
lodash.set@^4.3.2:
7250-
version "4.3.2"
7251-
resolved "https://registry.yarnpkg.com/lodash.set/-/lodash.set-4.3.2.tgz#d8757b1da807dde24816b0d6a84bea1a76230b23"
7252-
integrity sha1-2HV7HagH3eJIFrDWqEvqGnYjCyM=
7253-
72547231
lodash.sortby@^4.7.0:
72557232
version "4.7.0"
72567233
resolved "https://registry.yarnpkg.com/lodash.sortby/-/lodash.sortby-4.7.0.tgz#edd14c824e2cc9c1e0b0a1b42bb5210516a42438"
@@ -7350,11 +7327,6 @@ [email protected]:
73507327
resolved "https://registry.yarnpkg.com/lunr/-/lunr-2.3.9.tgz#18b123142832337dd6e964df1a5a7707b25d35e1"
73517328
integrity sha512-zTU3DaZaF3Rt9rhN3uBMGQD3dD2/vFQqnvZCDv4dl5iOzq2IZQqTxu90r4E5J+nP70J3ilqVCrbho2eWaeW8Ow==
73527329

7353-
macos-release@^2.2.0:
7354-
version "2.5.0"
7355-
resolved "https://registry.yarnpkg.com/macos-release/-/macos-release-2.5.0.tgz#067c2c88b5f3fb3c56a375b2ec93826220fa1ff2"
7356-
integrity sha512-EIgv+QZ9r+814gjJj0Bt5vSLJLzswGmSUbUpbi9AIr/fsN2IWFBl2NucV9PAiek+U1STK468tEkxmVYUtuAN3g==
7357-
73587330
[email protected], magic-string@^0.25.0, magic-string@^0.25.7:
73597331
version "0.25.7"
73607332
resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.25.7.tgz#3f497d6fd34c669c6798dcb821f2ef31f5445051"
@@ -8255,11 +8227,6 @@ obuf@^1.0.0, obuf@^1.1.2:
82558227
resolved "https://registry.yarnpkg.com/obuf/-/obuf-1.1.2.tgz#09bea3343d41859ebd446292d11c9d4db619084e"
82568228
integrity sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==
82578229

8258-
octokit-pagination-methods@^1.1.0:
8259-
version "1.1.0"
8260-
resolved "https://registry.yarnpkg.com/octokit-pagination-methods/-/octokit-pagination-methods-1.1.0.tgz#cf472edc9d551055f9ef73f6e42b4dbb4c80bea4"
8261-
integrity sha512-fZ4qZdQ2nxJvtcasX7Ghl+WlWS/d9IgnBIwFZXVNNZUmzpno91SX5bc5vuxiuKoCtK78XxGGNuSCrDC7xYB3OQ==
8262-
82638230
on-finished@~2.3.0:
82648231
version "2.3.0"
82658232
resolved "https://registry.yarnpkg.com/on-finished/-/on-finished-2.3.0.tgz#20f1336481b083cd75337992a16971aa2d906947"
@@ -8353,14 +8320,6 @@ os-homedir@^1.0.0:
83538320
resolved "https://registry.yarnpkg.com/os-homedir/-/os-homedir-1.0.2.tgz#ffbc4988336e0e833de0c168c7ef152121aa7fb3"
83548321
integrity sha1-/7xJiDNuDoM94MFox+8VISGqf7M=
83558322

8356-
os-name@^3.1.0:
8357-
version "3.1.0"
8358-
resolved "https://registry.yarnpkg.com/os-name/-/os-name-3.1.0.tgz#dec19d966296e1cd62d701a5a66ee1ddeae70801"
8359-
integrity sha512-h8L+8aNjNcMpo/mAIBPn5PXCM16iyPGjHNWo6U1YO8sJTMHtEtyczI6QJnLoplswm6goopQkqc7OAnjhWcugVg==
8360-
dependencies:
8361-
macos-release "^2.2.0"
8362-
windows-release "^3.1.0"
8363-
83648323
os-tmpdir@^1.0.0, os-tmpdir@~1.0.1, os-tmpdir@~1.0.2:
83658324
version "1.0.2"
83668325
resolved "https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz#bbe67406c79aa85c5cfec766fe5734555dfa1274"
@@ -11695,13 +11654,6 @@ unique-slug@^2.0.0:
1169511654
dependencies:
1169611655
imurmurhash "^0.1.4"
1169711656

11698-
universal-user-agent@^4.0.0:
11699-
version "4.0.1"
11700-
resolved "https://registry.yarnpkg.com/universal-user-agent/-/universal-user-agent-4.0.1.tgz#fd8d6cb773a679a709e967ef8288a31fcc03e557"
11701-
integrity sha512-LnST3ebHwVL2aNe4mejI9IQh2HfZ1RLo8Io2HugSif8ekzD1TlWpHpColOB/eh8JHMLkGH3Akqf040I+4ylNxg==
11702-
dependencies:
11703-
os-name "^3.1.0"
11704-
1170511657
universal-user-agent@^6.0.0:
1170611658
version "6.0.0"
1170711659
resolved "https://registry.yarnpkg.com/universal-user-agent/-/universal-user-agent-6.0.0.tgz#3381f8503b251c0d9cd21bc1de939ec9df5480ee"
@@ -12214,13 +12166,6 @@ wildcard@^2.0.0:
1221412166
resolved "https://registry.yarnpkg.com/wildcard/-/wildcard-2.0.0.tgz#a77d20e5200c6faaac979e4b3aadc7b3dd7f8fec"
1221512167
integrity sha512-JcKqAHLPxcdb9KM49dufGXn2x3ssnfjbcaQdLlfZsL9rH9wgDQjUtDxbo8NE0F6SFvydeu1VhZe7hZuHsB2/pw==
1221612168

12217-
windows-release@^3.1.0:
12218-
version "3.3.3"
12219-
resolved "https://registry.yarnpkg.com/windows-release/-/windows-release-3.3.3.tgz#1c10027c7225743eec6b89df160d64c2e0293999"
12220-
integrity sha512-OSOGH1QYiW5yVor9TtmXKQvt2vjQqbYS+DqmsZw+r7xDwLXEeT3JGW0ZppFmHx4diyXmxt238KFR3N9jzevBRg==
12221-
dependencies:
12222-
execa "^1.0.0"
12223-
1222412169
word-wrap@^1.2.3, word-wrap@~1.2.3:
1222512170
version "1.2.3"
1222612171
resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.3.tgz#610636f6b1f703891bd34771ccb17fb93b47079c"

0 commit comments

Comments
 (0)