Skip to content

Commit ff130a5

Browse files
authored
Merge pull request #8 from communitybridge/bug/update-libs
2 parents aba3ce8 + 960b30e commit ff130a5

File tree

3 files changed

+124
-27
lines changed

3 files changed

+124
-27
lines changed

.github/workflows/deploy-dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616
STAGE: dev
1717

1818
jobs:
19-
build-deploy--dev:
19+
build-deploy-dev:
2020
runs-on: ubuntu-latest
2121
environment: dev
2222
steps:
@@ -76,6 +76,6 @@ jobs:
7676
echo "Invalidating Cloudfront caches using command: aws --profile ${AWS_PROFILE} cloudfront create-invalidation --distribution-id ${DISTRIBUTION_ID} --paths '/*'"
7777

7878
# SLS_DEBUG=* ./node_modules/serverless/bin/serverless.js cloudfrontInvalidate -s ${STAGE} -r ${AWS_REGION} --cloudfront=true
79-
aws --profile ${AWS_PROFILE} cloudfront create-invalidation --distribution-id ${DISTRIBUTION_ID} --paths "/*" SLS_DEBUG=* yarn sls deploy --verbose -s ${STAGE} -r ${AWS_REGION}
79+
aws --profile ${AWS_PROFILE} cloudfront create-invalidation --distribution-id ${DISTRIBUTION_ID} --paths "/*"
8080
env:
8181
DISTRIBUTION_ID: E4CMSMNLN6Y7T

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"@types/auth0-js": "^8.11.7",
5959
"@types/node": "^12.11.1",
6060
"auth0-js": "^9.20.1",
61-
"aws-sdk": "^2.885.0",
61+
"aws-sdk": "^2.1304.0",
6262
"bootstrap": "^4.4.0",
6363
"query-string": "^6.13.6",
6464
"rxjs": "~6.6.7",
@@ -79,7 +79,7 @@
7979
"@types/jasmine": "~3.5.0",
8080
"@types/jasminewd2": "~2.0.3",
8181
"@types/node": "^12.11.1",
82-
"codelyzer": "^5.1.2",
82+
"codelyzer": "^6.0.2",
8383
"jasmine-core": "~3.5.0",
8484
"jasmine-spec-reporter": "~4.2.1",
8585
"karma": "^6.3.14",

yarn.lock

Lines changed: 120 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -179,11 +179,21 @@
179179
sourcemap-codec "^1.4.8"
180180
yargs "15.3.0"
181181

182+
"@angular/compiler@9.0.0":
183+
version "9.0.0"
184+
resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-9.0.0.tgz#87e0bef4c369b6cadae07e3a4295778fc93799d5"
185+
integrity sha512-ctjwuntPfZZT2mNj2NDIVu51t9cvbhl/16epc5xEwyzyDt76pX9UgwvY+MbXrf/C/FWwdtmNtfP698BKI+9leQ==
186+
182187
"@angular/compiler@~9.1.3":
183188
version "9.1.12"
184189
resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-9.1.12.tgz#3066a637bfe09642dd5c4a4dd029e7a771988311"
185190
integrity sha512-suefk0OFkaJpUUKnV+phbL4T8fmVGHvzkereY5eqybQlumOez8NPL1PJcygAylh/E6OIAYm8SWookYwM6ZY9dg==
186191

192+
"@angular/core@9.0.0":
193+
version "9.0.0"
194+
resolved "https://registry.yarnpkg.com/@angular/core/-/core-9.0.0.tgz#227dc53e1ac81824f998c6e76000b7efc522641e"
195+
integrity sha512-6Pxgsrf0qF9iFFqmIcWmjJGkkCaCm6V5QNnxMy2KloO3SDq6QuMVRbN9RtC8Urmo25LP+eZ6ZgYqFYpdD8Hd9w==
196+
187197
"@angular/core@~9.1.3":
188198
version "9.1.12"
189199
resolved "https://registry.yarnpkg.com/@angular/core/-/core-9.1.12.tgz#e7e10f72f84f0787551424ad86279436e0b5edbe"
@@ -1971,10 +1981,10 @@ anymatch@~3.1.2:
19711981
normalize-path "^3.0.0"
19721982
picomatch "^2.0.4"
19731983

1974-
app-root-path@^2.2.1:
1975-
version "2.2.1"
1976-
resolved "https://registry.yarnpkg.com/app-root-path/-/app-root-path-2.2.1.tgz#d0df4a682ee408273583d43f6f79e9892624bc9a"
1977-
integrity sha512-91IFKeKk7FjfmezPKkwtaRvSpnUc4gDwPAjA1YZ9Gn0q0PPeW+vbeUsZuyDwjI7+QTHhcLen2v25fi/AmhvbJA==
1984+
app-root-path@^3.0.0:
1985+
version "3.1.0"
1986+
resolved "https://registry.yarnpkg.com/app-root-path/-/app-root-path-3.1.0.tgz#5971a2fc12ba170369a7a1ef018c71e6e47c2e86"
1987+
integrity sha512-biN3PwB2gUtjaYy/isrU3aNWI5w+fAfvHkSvCKeQGxhmYpwKFUxudR3Yya+KqVRHBmEDYh+/lTozYCFbmzX4nA==
19781988

19791989
append-transform@^1.0.0:
19801990
version "1.0.0"
@@ -2222,6 +2232,11 @@ autoprefixer@9.7.4:
22222232
postcss "^7.0.26"
22232233
postcss-value-parser "^4.0.2"
22242234

2235+
available-typed-arrays@^1.0.5:
2236+
version "1.0.5"
2237+
resolved "https://registry.yarnpkg.com/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz#92f95616501069d07d10edb2fc37d3e1c65123b7"
2238+
integrity sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==
2239+
22252240
aws-sdk@^2.1303.0, aws-sdk@^2.814.0:
22262241
version "2.1078.0"
22272242
resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.1078.0.tgz#5871750b38045f05e141e5217521f8ff8bf73a26"
@@ -2237,19 +2252,20 @@ aws-sdk@^2.1303.0, aws-sdk@^2.814.0:
22372252
uuid "3.3.2"
22382253
xml2js "0.4.19"
22392254

2240-
aws-sdk@^2.885.0:
2241-
version "2.899.0"
2242-
resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.899.0.tgz#fac90b8926707b3e9dcd1e7d5937cfa71c0be5ca"
2243-
integrity sha512-k8jSANDQGvTyyj1f/7Hj4SWaV61/gjj/BopRmavAr6n1ayjXtUeVrV8G29+ABD3V82pHXDqLq47bqNmZ9m86xQ==
2255+
aws-sdk@^2.1304.0:
2256+
version "2.1304.0"
2257+
resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.1304.0.tgz#92a57d96394185fbeb790a85e71c47154c1cd150"
2258+
integrity sha512-9mf2uafa2M9yFC5IlMe85TIc7OUo1HSProCQWzpRmAAYhcSwmfbRyt02Wtr5YSVvJJPmcSgcyI92snsQR1c3nw==
22442259
dependencies:
22452260
buffer "4.9.2"
22462261
events "1.1.1"
22472262
ieee754 "1.1.13"
2248-
jmespath "0.15.0"
2263+
jmespath "0.16.0"
22492264
querystring "0.2.0"
22502265
sax "1.2.1"
22512266
url "0.10.3"
2252-
uuid "3.3.2"
2267+
util "^0.12.4"
2268+
uuid "8.0.0"
22532269
xml2js "0.4.19"
22542270

22552271
aws-sign2@~0.7.0:
@@ -2780,7 +2796,7 @@ cachedir@^2.3.0:
27802796
resolved "https://registry.yarnpkg.com/cachedir/-/cachedir-2.3.0.tgz#0c75892a052198f0b21c7c1804d8331edfcae0e8"
27812797
integrity sha512-A+Fezp4zxnit6FanDmv9EqXNAi3vt9DWp51/71UEhXukb7QUuvtv9344h91dyAxuTLoSYJFU299qzR3tzwPAhw==
27822798

2783-
call-bind@^1.0.0:
2799+
call-bind@^1.0.0, call-bind@^1.0.2:
27842800
version "1.0.2"
27852801
resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.2.tgz#b1d4e89e688119c3c9a903ad30abb2f6a919be3c"
27862802
integrity sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==
@@ -3158,20 +3174,25 @@ code-point-at@^1.0.0:
31583174
resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77"
31593175
integrity sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=
31603176

3161-
codelyzer@^5.1.2:
3162-
version "5.2.2"
3163-
resolved "https://registry.yarnpkg.com/codelyzer/-/codelyzer-5.2.2.tgz#d0530a455784e6bea0b6d7e97166c73c30a5347f"
3164-
integrity sha512-jB4FZ1Sx7kZhvZVdf+N2BaKTdrrNZOL0Bj10RRfrhHrb3zEvXjJvvq298JPMJAiyiCS/v4zs1QlGU0ip7xGqeA==
3177+
codelyzer@^6.0.2:
3178+
version "6.0.2"
3179+
resolved "https://registry.yarnpkg.com/codelyzer/-/codelyzer-6.0.2.tgz#25d72eae641e8ff13ffd7d99b27c9c7ad5d7e135"
3180+
integrity sha512-v3+E0Ucu2xWJMOJ2fA/q9pDT/hlxHftHGPUay1/1cTgyPV5JTHFdO9hqo837Sx2s9vKBMTt5gO+lhF95PO6J+g==
31653181
dependencies:
3166-
app-root-path "^2.2.1"
3182+
"@angular/compiler" "9.0.0"
3183+
"@angular/core" "9.0.0"
3184+
app-root-path "^3.0.0"
31673185
aria-query "^3.0.0"
31683186
axobject-query "2.0.2"
31693187
css-selector-tokenizer "^0.7.1"
31703188
cssauron "^1.4.0"
31713189
damerau-levenshtein "^1.0.4"
3190+
rxjs "^6.5.3"
31723191
semver-dsl "^1.0.1"
31733192
source-map "^0.5.7"
31743193
sprintf-js "^1.1.2"
3194+
tslib "^1.10.0"
3195+
zone.js "~0.10.3"
31753196

31763197
collection-visit@^1.0.0:
31773198
version "1.0.0"
@@ -5046,6 +5067,13 @@ follow-redirects@^1.0.0, follow-redirects@^1.14.0:
50465067
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.8.tgz#016996fb9a11a100566398b1c6839337d7bfa8fc"
50475068
integrity sha512-1x0S9UVJHsQprFcEC/qnNzBLcIxsjAV905f/UkQxbclCsoTWlacCNOpQa/anodLl2uaEKFhfWOvM2Qg77+15zA==
50485069

5070+
for-each@^0.3.3:
5071+
version "0.3.3"
5072+
resolved "https://registry.yarnpkg.com/for-each/-/for-each-0.3.3.tgz#69b447e88a0a5d32c3e7084f3f1710034b21376e"
5073+
integrity sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==
5074+
dependencies:
5075+
is-callable "^1.1.3"
5076+
50495077
for-in@^1.0.2:
50505078
version "1.0.2"
50515079
resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80"
@@ -5242,6 +5270,15 @@ get-intrinsic@^1.0.2:
52425270
has "^1.0.3"
52435271
has-symbols "^1.0.3"
52445272

5273+
get-intrinsic@^1.1.3:
5274+
version "1.2.0"
5275+
resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.2.0.tgz#7ad1dc0535f3a2904bba075772763e5051f6d05f"
5276+
integrity sha512-L049y6nFOuom5wGyRc3/gdTLO94dySVKRACj1RmJZBQXlbTMhtNIgkWkUHq+jYmZvKf14EW1EoJnnjbmoHij0Q==
5277+
dependencies:
5278+
function-bind "^1.1.1"
5279+
has "^1.0.3"
5280+
has-symbols "^1.0.3"
5281+
52455282
get-stdin@^8.0.0:
52465283
version "8.0.0"
52475284
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-8.0.0.tgz#cbad6a73feb75f6eeb22ba9e01f89aa28aa97a53"
@@ -5381,6 +5418,13 @@ globby@^6.1.0:
53815418
pify "^2.0.0"
53825419
pinkie-promise "^2.0.0"
53835420

5421+
gopd@^1.0.1:
5422+
version "1.0.1"
5423+
resolved "https://registry.yarnpkg.com/gopd/-/gopd-1.0.1.tgz#29ff76de69dac7489b7c0918a5788e56477c332c"
5424+
integrity sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==
5425+
dependencies:
5426+
get-intrinsic "^1.1.3"
5427+
53845428
got@^11.8.5, got@^11.8.6:
53855429
version "11.8.5"
53865430
resolved "https://registry.yarnpkg.com/got/-/got-11.8.5.tgz#ce77d045136de56e8f024bebb82ea349bc730046"
@@ -5472,11 +5516,18 @@ has-symbols@^1.0.1:
54725516
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.1.tgz#9f5214758a44196c406d9bd76cebf81ec2dd31e8"
54735517
integrity sha512-PLcsoqu++dmEIZB+6totNFKq/7Do+Z0u4oT0zKOJNl3lYK6vGwwu2hjHs+68OEZbTjiUE9bgOABXbP/GvrS0Kg==
54745518

5475-
has-symbols@^1.0.3:
5519+
has-symbols@^1.0.2, has-symbols@^1.0.3:
54765520
version "1.0.3"
54775521
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.3.tgz#bb7b2c4349251dce87b125f7bdf874aa7c8b39f8"
54785522
integrity sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==
54795523

5524+
has-tostringtag@^1.0.0:
5525+
version "1.0.0"
5526+
resolved "https://registry.yarnpkg.com/has-tostringtag/-/has-tostringtag-1.0.0.tgz#7e133818a7d394734f941e73c3d3f9291e658b25"
5527+
integrity sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==
5528+
dependencies:
5529+
has-symbols "^1.0.2"
5530+
54805531
has-value@^0.3.1:
54815532
version "0.3.1"
54825533
resolved "https://registry.yarnpkg.com/has-value/-/has-value-0.3.1.tgz#7b1f58bada62ca827ec0a2078025654845995e1f"
@@ -6016,6 +6067,11 @@ is-buffer@^1.1.5:
60166067
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be"
60176068
integrity sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==
60186069

6070+
is-callable@^1.1.3:
6071+
version "1.2.7"
6072+
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.7.tgz#3bc2a85ea742d9e36205dcacdd72ca1fdc51b055"
6073+
integrity sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==
6074+
60196075
is-callable@^1.1.4, is-callable@^1.2.2:
60206076
version "1.2.2"
60216077
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.2.tgz#c7c6715cd22d4ddb48d3e19970223aceabb080d9"
@@ -6126,6 +6182,13 @@ is-fullwidth-code-point@^3.0.0:
61266182
resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz#f116f8064fe90b3f7844a38997c0b75051269f1d"
61276183
integrity sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==
61286184

6185+
is-generator-function@^1.0.7:
6186+
version "1.0.10"
6187+
resolved "https://registry.yarnpkg.com/is-generator-function/-/is-generator-function-1.0.10.tgz#f1558baf1ac17e0deea7c0415c438351ff2b3c72"
6188+
integrity sha512-jsEjy9l3yiXEQ+PsXdmBwEPcOxaXWLspKdplFUVI9vq1iZgIekeC0L167qeu86czQaxed3q/Uzuw0swL0irL8A==
6189+
dependencies:
6190+
has-tostringtag "^1.0.0"
6191+
61296192
is-glob@^4.0.0, is-glob@^4.0.1, is-glob@~4.0.1:
61306193
version "4.0.1"
61316194
resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.1.tgz#7567dbe9f2f5e2467bc77ab83c4a29482407a5dc"
@@ -6256,6 +6319,17 @@ is-symbol@^1.0.2:
62566319
dependencies:
62576320
has-symbols "^1.0.1"
62586321

6322+
is-typed-array@^1.1.10, is-typed-array@^1.1.3:
6323+
version "1.1.10"
6324+
resolved "https://registry.yarnpkg.com/is-typed-array/-/is-typed-array-1.1.10.tgz#36a5b5cb4189b575d1a3e4b08536bfb485801e3f"
6325+
integrity sha512-PJqgEHiWZvMpaFZ3uTc8kHPM4+4ADTlDniuQL7cU/UDA0Ql7F70yGfHph3cLNe+c9toaigv+DFzTJKhc2CtO6A==
6326+
dependencies:
6327+
available-typed-arrays "^1.0.5"
6328+
call-bind "^1.0.2"
6329+
for-each "^0.3.3"
6330+
gopd "^1.0.1"
6331+
has-tostringtag "^1.0.0"
6332+
62596333
is-typedarray@~1.0.0:
62606334
version "1.0.0"
62616335
resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a"
@@ -6469,11 +6543,6 @@ jest-worker@^26.0.0:
64696543
merge-stream "^2.0.0"
64706544
supports-color "^7.0.0"
64716545

6472-
jmespath@0.15.0:
6473-
version "0.15.0"
6474-
resolved "https://registry.yarnpkg.com/jmespath/-/jmespath-0.15.0.tgz#a3f222a9aae9f966f5d27c796510e28091764217"
6475-
integrity sha1-o/Iiqarp+Wb10nx5ZRDigJF2Qhc=
6476-
64776546
jmespath@0.16.0:
64786547
version "0.16.0"
64796548
resolved "https://registry.yarnpkg.com/jmespath/-/jmespath-0.16.0.tgz#b15b0a85dfd4d930d43e69ed605943c802785076"
@@ -11049,6 +11118,17 @@ util@^0.11.0:
1104911118
dependencies:
1105011119
inherits "2.0.3"
1105111120

11121+
util@^0.12.4:
11122+
version "0.12.5"
11123+
resolved "https://registry.yarnpkg.com/util/-/util-0.12.5.tgz#5f17a6059b73db61a875668781a1c2b136bd6fbc"
11124+
integrity sha512-kZf/K6hEIrWHI6XqOFUiiMa+79wE/D8Q+NCNAWclkyg3b4d2k7s0QGepNjiABc+aR3N1PAyHL7p6UcLY6LmrnA==
11125+
dependencies:
11126+
inherits "^2.0.3"
11127+
is-arguments "^1.0.4"
11128+
is-generator-function "^1.0.7"
11129+
is-typed-array "^1.1.3"
11130+
which-typed-array "^1.1.2"
11131+
1105211132
utils-merge@1.0.1:
1105311133
version "1.0.1"
1105411134
resolved "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713"
@@ -11064,6 +11144,11 @@ uuid@7.0.2:
1106411144
resolved "https://registry.yarnpkg.com/uuid/-/uuid-7.0.2.tgz#7ff5c203467e91f5e0d85cfcbaaf7d2ebbca9be6"
1106511145
integrity sha512-vy9V/+pKG+5ZTYKf+VcphF5Oc6EFiu3W8Nv3P3zIh0EqVI80ZxOzuPfe9EHjkFNvf8+xuTHVeei4Drydlx4zjw==
1106611146

11147+
uuid@8.0.0:
11148+
version "8.0.0"
11149+
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.0.0.tgz#bc6ccf91b5ff0ac07bbcdbf1c7c4e150db4dbb6c"
11150+
integrity sha512-jOXGuXZAWdsTH7eZLtyXMqUb9EcWMGZNbL9YcGBJl4MH4nrxHmZJhEHvyLFrkxo+28uLb/NYRcStH48fnD0Vzw==
11151+
1106711152
uuid@^3.0.0, uuid@^3.3.2, uuid@^3.4.0:
1106811153
version "3.4.0"
1106911154
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee"
@@ -11346,6 +11431,18 @@ which-module@^2.0.0:
1134611431
resolved "https://registry.yarnpkg.com/which-module/-/which-module-2.0.0.tgz#d9ef07dce77b9902b8a3a8fa4b31c3e3f7e6e87a"
1134711432
integrity sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=
1134811433

11434+
which-typed-array@^1.1.2:
11435+
version "1.1.9"
11436+
resolved "https://registry.yarnpkg.com/which-typed-array/-/which-typed-array-1.1.9.tgz#307cf898025848cf995e795e8423c7f337efbde6"
11437+
integrity sha512-w9c4xkx6mPidwp7180ckYWfMmvxpjlZuIudNtDf4N/tTAUB8VJbX25qZoAsrtGuYNnGw3pa0AXgbGKRB8/EceA==
11438+
dependencies:
11439+
available-typed-arrays "^1.0.5"
11440+
call-bind "^1.0.2"
11441+
for-each "^0.3.3"
11442+
gopd "^1.0.1"
11443+
has-tostringtag "^1.0.0"
11444+
is-typed-array "^1.1.10"
11445+
1134911446
which@^1.2.1, which@^1.2.9, which@^1.3.1:
1135011447
version "1.3.1"
1135111448
resolved "https://registry.yarnpkg.com/which/-/which-1.3.1.tgz#a45043d54f5805316da8d62f9f50918d3da70b0a"
@@ -11593,7 +11690,7 @@ zip-stream@^4.1.0:
1159311690
compress-commons "^4.1.0"
1159411691
readable-stream "^3.6.0"
1159511692

11596-
zone.js@~0.10.2:
11693+
zone.js@~0.10.2, zone.js@~0.10.3:
1159711694
version "0.10.3"
1159811695
resolved "https://registry.yarnpkg.com/zone.js/-/zone.js-0.10.3.tgz#3e5e4da03c607c9dcd92e37dd35687a14a140c16"
1159911696
integrity sha512-LXVLVEq0NNOqK/fLJo3d0kfzd4sxwn2/h67/02pjCjfKDxgx1i9QqpvtHD8CrBnSSwMw5+dy11O7FRX5mkO7Cg==

0 commit comments

Comments
 (0)