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

Commit e78f1ab

Browse files
Bump ts-morph from 7.3.0 to 11.0.0
Bumps [ts-morph](https://github.com/dsherret/ts-morph) from 7.3.0 to 11.0.0. - [Release notes](https://github.com/dsherret/ts-morph/releases) - [Commits](dsherret/ts-morph@7.3.0...11.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent fae1ee5 commit e78f1ab

File tree

2 files changed

+35
-128
lines changed

2 files changed

+35
-128
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"lodash": "4.17.21",
4545
"pg-promise": "10.10.2",
4646
"prettier": "2.3.0",
47-
"ts-morph": "7.3.0"
47+
"ts-morph": "11.0.0"
4848
},
4949
"husky": {
5050
"hooks": {

yarn.lock

+34-127
Original file line numberDiff line numberDiff line change
@@ -387,14 +387,6 @@
387387
exec-sh "^0.3.2"
388388
minimist "^1.2.0"
389389

390-
"@dsherret/to-absolute-glob@^2.0.2":
391-
version "2.0.2"
392-
resolved "https://registry.yarnpkg.com/@dsherret/to-absolute-glob/-/to-absolute-glob-2.0.2.tgz#1f6475dc8bd974cea07a2daf3864b317b1dd332c"
393-
integrity sha1-H2R13IvZdM6gei2vOGSzF7HdMyw=
394-
dependencies:
395-
is-absolute "^1.0.0"
396-
is-negated-glob "^1.0.0"
397-
398390
"@graphile/lru@4.11.0":
399391
version "4.11.0"
400392
resolved "https://registry.yarnpkg.com/@graphile/lru/-/lru-4.11.0.tgz#dd805ee083063488796ec0eac5a8b50b21c076f9"
@@ -660,17 +652,15 @@
660652
dependencies:
661653
type-detect "4.0.8"
662654

663-
"@ts-morph/common@~0.5.2":
664-
version "0.5.2"
665-
resolved "https://registry.yarnpkg.com/@ts-morph/common/-/common-0.5.2.tgz#d02c2493c1e07dfd47f247b4f0b72f083fcaea3a"
666-
integrity sha512-eLmfYV6u6gUgHrB9QV9lpuWg3cD60mhXdv0jvM5exWR/Cor8HG+GziFIj2hPEWHJknqzuU4meZd8DTqIzZfDRQ==
655+
"@ts-morph/common@~0.10.0":
656+
version "0.10.0"
657+
resolved "https://registry.yarnpkg.com/@ts-morph/common/-/common-0.10.0.tgz#d032ea6f6d4115b72fa50ad56009baebcc1e71b8"
658+
integrity sha512-6wC+CovwzxLP+bQZcqHJEbZ7ViaIfsid8VzsVjJRkdfCQ8C8K5mm1+9/wkgmn814BPATtgSgFuDmVJnIb8/leg==
667659
dependencies:
668-
"@dsherret/to-absolute-glob" "^2.0.2"
669-
fast-glob "^3.2.2"
670-
fs-extra "^9.0.0"
671-
is-negated-glob "^1.0.0"
672-
multimatch "^4.0.0"
673-
typescript "~3.9.7"
660+
fast-glob "^3.2.5"
661+
minimatch "^3.0.4"
662+
mkdirp "^1.0.4"
663+
path-browserify "^1.0.1"
674664

675665
"@types/babel__core@^7.1.7":
676666
version "7.1.7"
@@ -767,11 +757,6 @@
767757
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.170.tgz#0d67711d4bf7f4ca5147e9091b847479b87925d6"
768758
integrity sha512-bpcvu/MKHHeYX+qeEN8GE7DIravODWdACVA1ctevD8CN24RhPZIKMn9ntfAsrvLfSX3cR5RrBKAbYm9bGs0A+Q==
769759

770-
"@types/minimatch@^3.0.3":
771-
version "3.0.3"
772-
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.3.tgz#3dca0e3f33b200fc7d1139c0cd96c1268cadfd9d"
773-
integrity sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA==
774-
775760
"@types/node@*", "@types/node@15.6.1":
776761
version "15.6.1"
777762
resolved "https://registry.yarnpkg.com/@types/node/-/node-15.6.1.tgz#32d43390d5c62c5b6ec486a9bc9c59544de39a08"
@@ -1025,31 +1010,16 @@ arr-union@^3.1.0:
10251010
resolved "https://registry.yarnpkg.com/arr-union/-/arr-union-3.1.0.tgz#e39b09aea9def866a8f206e288af63919bae39c4"
10261011
integrity sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ=
10271012

1028-
array-differ@^3.0.0:
1029-
version "3.0.0"
1030-
resolved "https://registry.yarnpkg.com/array-differ/-/array-differ-3.0.0.tgz#3cbb3d0f316810eafcc47624734237d6aee4ae6b"
1031-
integrity sha512-THtfYS6KtME/yIAhKjZ2ul7XI96lQGHRputJQHO80LAWQnuGP4iCIN8vdMRboGbIEYBwU33q8Tch1os2+X0kMg==
1032-
10331013
array-equal@^1.0.0:
10341014
version "1.0.0"
10351015
resolved "https://registry.yarnpkg.com/array-equal/-/array-equal-1.0.0.tgz#8c2a5ef2472fd9ea742b04c77a75093ba2757c93"
10361016
integrity sha1-jCpe8kcv2ep0KwTHenUJO6J1fJM=
10371017

1038-
array-union@^2.1.0:
1039-
version "2.1.0"
1040-
resolved "https://registry.yarnpkg.com/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d"
1041-
integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==
1042-
10431018
array-unique@^0.3.2:
10441019
version "0.3.2"
10451020
resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428"
10461021
integrity sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=
10471022

1048-
arrify@^2.0.1:
1049-
version "2.0.1"
1050-
resolved "https://registry.yarnpkg.com/arrify/-/arrify-2.0.1.tgz#c9655e9331e0abcd588d2a7cad7e9956f66701fa"
1051-
integrity sha512-3duEwti880xqi4eAMN8AyR4a0ByT90zoYdLlevfrvU43vb0YZwZVfxOgxWrLXXXpyugL0hNZc9G6BiB5B3nUug==
1052-
10531023
asn1@~0.2.3:
10541024
version "0.2.4"
10551025
resolved "https://registry.yarnpkg.com/asn1/-/asn1-0.2.4.tgz#8d2475dfab553bb33e77b54e59e880bb8ce23136"
@@ -1087,11 +1057,6 @@ asynckit@^0.4.0:
10871057
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
10881058
integrity sha1-x57Zf380y48robyXkLzDZkdLS3k=
10891059

1090-
at-least-node@^1.0.0:
1091-
version "1.0.0"
1092-
resolved "https://registry.yarnpkg.com/at-least-node/-/at-least-node-1.0.0.tgz#602cd4b46e844ad4effc92a8011a3c46e0238dc2"
1093-
integrity sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==
1094-
10951060
atob@^2.1.1:
10961061
version "2.1.2"
10971062
resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9"
@@ -1378,10 +1343,10 @@ co@^4.6.0:
13781343
resolved "https://registry.yarnpkg.com/co/-/co-4.6.0.tgz#6ea6bdf3d853ae54ccb8e47bfa0bf3f9031fb184"
13791344
integrity sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ=
13801345

1381-
code-block-writer@^10.1.0:
1382-
version "10.1.0"
1383-
resolved "https://registry.yarnpkg.com/code-block-writer/-/code-block-writer-10.1.0.tgz#54fc410ebef2af836d9c2314ac40af7d7b37eee9"
1384-
integrity sha512-RG9hpXtWFeUWhuUav1YuP/vGcyncW+t90yJLk9fNZs1De2OuHTHKAKThVCokt29PYq5RoJ0QSZaIZ+rvPO23hA==
1346+
code-block-writer@^10.1.1:
1347+
version "10.1.1"
1348+
resolved "https://registry.yarnpkg.com/code-block-writer/-/code-block-writer-10.1.1.tgz#ad5684ed4bfb2b0783c8b131281ae84ee640a42f"
1349+
integrity sha512-67ueh2IRGst/51p0n6FvPrnRjAGHY5F8xdjkgrYE7DDzpJe6qA07RYQ9VcoUeo5ATOjSOiWpSL3SWBRRbempMw==
13851350

13861351
collect-v8-coverage@^1.0.0:
13871352
version "1.0.1"
@@ -1999,10 +1964,10 @@ fast-deep-equal@^3.1.1:
19991964
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.1.tgz#545145077c501491e33b15ec408c294376e94ae4"
20001965
integrity sha512-8UEa58QDLauDNfpbrX55Q9jrGHThw2ZMdOky5Gl1CDtVeJDPVrG4Jxx1N8jw2gkWaff5UUuX1KJd+9zGe2B+ZA==
20011966

2002-
fast-glob@^3.2.2:
2003-
version "3.2.2"
2004-
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.2.tgz#ade1a9d91148965d4bf7c51f72e1ca662d32e63d"
2005-
integrity sha512-UDV82o4uQyljznxwMxyVRJgZZt3O5wENYojjzbaGEGZgeOxkLFf+V4cnUD+krzb2F72E18RhamkMZ7AdeggF7A==
1967+
fast-glob@^3.2.5:
1968+
version "3.2.5"
1969+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.5.tgz#7939af2a656de79a4f1901903ee8adcaa7cb9661"
1970+
integrity sha512-2DtFcgT68wiTTiwZ2hNdJfcHNke9XOfnwmBRWXhmeKM8rF0TGwmC/Qto3S7RoZKp5cilZbxzO5iTNTQsJ+EeDg==
20061971
dependencies:
20071972
"@nodelib/fs.stat" "^2.0.2"
20081973
"@nodelib/fs.walk" "^1.2.3"
@@ -2123,16 +2088,6 @@ fs-extra@^8.1.0:
21232088
jsonfile "^4.0.0"
21242089
universalify "^0.1.0"
21252090

2126-
fs-extra@^9.0.0:
2127-
version "9.0.0"
2128-
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.0.0.tgz#b6afc31036e247b2466dc99c29ae797d5d4580a3"
2129-
integrity sha512-pmEYSk3vYsG/bF651KPUXZ+hvjpgWYw/Gc7W9NFUe3ZVLczKKWIij3IKpOrQcdw4TILtibFslZ0UmR8Vvzig4g==
2130-
dependencies:
2131-
at-least-node "^1.0.0"
2132-
graceful-fs "^4.2.0"
2133-
jsonfile "^6.0.1"
2134-
universalify "^1.0.0"
2135-
21362091
fs.realpath@^1.0.0:
21372092
version "1.0.0"
21382093
resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
@@ -2432,14 +2387,6 @@ ip-regex@^2.1.0:
24322387
resolved "https://registry.yarnpkg.com/ip-regex/-/ip-regex-2.1.0.tgz#fa78bf5d2e6913c911ce9f819ee5146bb6d844e9"
24332388
integrity sha1-+ni/XS5pE8kRzp+BnuUUa7bYROk=
24342389

2435-
is-absolute@^1.0.0:
2436-
version "1.0.0"
2437-
resolved "https://registry.yarnpkg.com/is-absolute/-/is-absolute-1.0.0.tgz#395e1ae84b11f26ad1795e73c17378e48a301576"
2438-
integrity sha512-dOWoqflvcydARa360Gvv18DZ/gRuHKi2NU/wU5X1ZFzdYfH29nkiNZsF3mp4OJ3H4yo9Mx8A/uAGNzpzPN3yBA==
2439-
dependencies:
2440-
is-relative "^1.0.0"
2441-
is-windows "^1.0.1"
2442-
24432390
is-accessor-descriptor@^0.1.6:
24442391
version "0.1.6"
24452392
resolved "https://registry.yarnpkg.com/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz#a9e12cb3ae8d876727eeef3843f8a0897b5c98d6"
@@ -2542,11 +2489,6 @@ is-glob@^4.0.0, is-glob@^4.0.1:
25422489
dependencies:
25432490
is-extglob "^2.1.1"
25442491

2545-
is-negated-glob@^1.0.0:
2546-
version "1.0.0"
2547-
resolved "https://registry.yarnpkg.com/is-negated-glob/-/is-negated-glob-1.0.0.tgz#6910bca5da8c95e784b5751b976cf5a10fee36d2"
2548-
integrity sha1-aRC8pdqMleeEtXUbl2z1oQ/uNtI=
2549-
25502492
is-number@^3.0.0:
25512493
version "3.0.0"
25522494
resolved "https://registry.yarnpkg.com/is-number/-/is-number-3.0.0.tgz#24fd6201a4782cf50561c810276afc7d12d71195"
@@ -2581,13 +2523,6 @@ is-regexp@^1.0.0:
25812523
resolved "https://registry.yarnpkg.com/is-regexp/-/is-regexp-1.0.0.tgz#fd2d883545c46bac5a633e7b9a09e87fa2cb5069"
25822524
integrity sha1-/S2INUXEa6xaYz57mgnof6LLUGk=
25832525

2584-
is-relative@^1.0.0:
2585-
version "1.0.0"
2586-
resolved "https://registry.yarnpkg.com/is-relative/-/is-relative-1.0.0.tgz#a1bb6935ce8c5dba1e8b9754b9b2dcc020e2260d"
2587-
integrity sha512-Kw/ReK0iqwKeu0MITLFuj0jbPAmEiOsIwyIXvvbfa6QfmN9pkD1M+8pdk7Rl/dTKbH34/XBFMbgD4iMJhLQbGA==
2588-
dependencies:
2589-
is-unc-path "^1.0.0"
2590-
25912526
is-stream@^1.1.0:
25922527
version "1.1.0"
25932528
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44"
@@ -2603,19 +2538,12 @@ is-typedarray@^1.0.0, is-typedarray@~1.0.0:
26032538
resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a"
26042539
integrity sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=
26052540

2606-
is-unc-path@^1.0.0:
2607-
version "1.0.0"
2608-
resolved "https://registry.yarnpkg.com/is-unc-path/-/is-unc-path-1.0.0.tgz#d731e8898ed090a12c352ad2eaed5095ad322c9d"
2609-
integrity sha512-mrGpVd0fs7WWLfVsStvgF6iEJnbjDFZh9/emhRDcGWTduTfNHd9CHeUwH3gYIjdbwo4On6hunkztwOaAw0yllQ==
2610-
dependencies:
2611-
unc-path-regex "^0.1.2"
2612-
26132541
is-unicode-supported@^0.1.0:
26142542
version "0.1.0"
26152543
resolved "https://registry.yarnpkg.com/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz#3f26c76a809593b52bfa2ecb5710ed2779b522a7"
26162544
integrity sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==
26172545

2618-
is-windows@^1.0.1, is-windows@^1.0.2:
2546+
is-windows@^1.0.2:
26192547
version "1.0.2"
26202548
resolved "https://registry.yarnpkg.com/is-windows/-/is-windows-1.0.2.tgz#d1850eb9791ecd18e6182ce12a30f396634bb19d"
26212549
integrity sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==
@@ -3236,15 +3164,6 @@ jsonfile@^4.0.0:
32363164
optionalDependencies:
32373165
graceful-fs "^4.1.6"
32383166

3239-
jsonfile@^6.0.1:
3240-
version "6.0.1"
3241-
resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-6.0.1.tgz#98966cba214378c8c84b82e085907b40bf614179"
3242-
integrity sha512-jR2b5v7d2vIOust+w3wtFKZIfpC2pnRmFAhAC/BuweZFQR8qZzxH1OyrQ10HmdVYiXWkYUqPVsz91cG7EL2FBg==
3243-
dependencies:
3244-
universalify "^1.0.0"
3245-
optionalDependencies:
3246-
graceful-fs "^4.1.6"
3247-
32483167
jsprim@^1.2.2:
32493168
version "1.4.1"
32503169
resolved "https://registry.yarnpkg.com/jsprim/-/jsprim-1.4.1.tgz#313e66bc1e5cc06e438bc1b7499c2e5c56acb6a2"
@@ -3497,6 +3416,11 @@ mkdirp@0.x, mkdirp@^0.5.1:
34973416
dependencies:
34983417
minimist "^1.2.5"
34993418

3419+
mkdirp@^1.0.4:
3420+
version "1.0.4"
3421+
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e"
3422+
integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==
3423+
35003424
ms@2.0.0:
35013425
version "2.0.0"
35023426
resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8"
@@ -3507,17 +3431,6 @@ ms@2.1.2:
35073431
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
35083432
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
35093433

3510-
multimatch@^4.0.0:
3511-
version "4.0.0"
3512-
resolved "https://registry.yarnpkg.com/multimatch/-/multimatch-4.0.0.tgz#8c3c0f6e3e8449ada0af3dd29efb491a375191b3"
3513-
integrity sha512-lDmx79y1z6i7RNx0ZGCPq1bzJ6ZoDDKbvh7jxr9SJcWLkShMzXrHbYVpTdnhNM5MXpDUxCQ4DgqVttVXlBgiBQ==
3514-
dependencies:
3515-
"@types/minimatch" "^3.0.3"
3516-
array-differ "^3.0.0"
3517-
array-union "^2.1.0"
3518-
arrify "^2.0.1"
3519-
minimatch "^3.0.4"
3520-
35213434
mute-stream@0.0.8:
35223435
version "0.0.8"
35233436
resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.8.tgz#1630c42b2251ff81e2a283de96a5497ea92e5e0d"
@@ -3763,6 +3676,11 @@ pascalcase@^0.1.1:
37633676
resolved "https://registry.yarnpkg.com/pascalcase/-/pascalcase-0.1.1.tgz#b363e55e8006ca6fe21784d2db22bd15d7917f14"
37643677
integrity sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ=
37653678

3679+
path-browserify@^1.0.1:
3680+
version "1.0.1"
3681+
resolved "https://registry.yarnpkg.com/path-browserify/-/path-browserify-1.0.1.tgz#d98454a9c3753d5790860f16f68867b9e46be1fd"
3682+
integrity sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==
3683+
37663684
path-exists@^4.0.0:
37673685
version "4.0.0"
37683686
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-4.0.0.tgz#513bdbe2d3b95d7762e8c1137efa195c6c61b5b3"
@@ -4811,14 +4729,13 @@ ts-jest@25.5.1:
48114729
semver "6.x"
48124730
yargs-parser "18.x"
48134731

4814-
ts-morph@7.3.0:
4815-
version "7.3.0"
4816-
resolved "https://registry.yarnpkg.com/ts-morph/-/ts-morph-7.3.0.tgz#1777b893d9573b3522108b43159b5ba2515ffde7"
4817-
integrity sha512-BUKSoz7AFSKPcYTZODbICW2mOthAN4vc5juD6FL1lD/dLwZ0WvrC3zqBM3/X6f5gHxq3yaz+HmanHGaWm0ddbQ==
4732+
ts-morph@11.0.0:
4733+
version "11.0.0"
4734+
resolved "https://registry.yarnpkg.com/ts-morph/-/ts-morph-11.0.0.tgz#511b3caa194739fef0619367f8e65de9b475e1d4"
4735+
integrity sha512-u5y0jaft5c0sRFnU0K8cZhhsvPUtXjZK5L31JLIhP17qcqo9MDjwsSYLg3UryQDzlktv8wyf/UtoqpFLDYHijg==
48184736
dependencies:
4819-
"@dsherret/to-absolute-glob" "^2.0.2"
4820-
"@ts-morph/common" "~0.5.2"
4821-
code-block-writer "^10.1.0"
4737+
"@ts-morph/common" "~0.10.0"
4738+
code-block-writer "^10.1.1"
48224739

48234740
ts-toolbelt@^6.15.1:
48244741
version "6.15.5"
@@ -4888,16 +4805,11 @@ typedarray-to-buffer@^3.1.5:
48884805
dependencies:
48894806
is-typedarray "^1.0.0"
48904807

4891-
typescript@3.9.9, typescript@~3.9.7:
4808+
typescript@3.9.9:
48924809
version "3.9.9"
48934810
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.9.tgz#e69905c54bc0681d0518bd4d587cc6f2d0b1a674"
48944811
integrity sha512-kdMjTiekY+z/ubJCATUPlRDl39vXYiMV9iyeMuEuXZh2we6zz80uovNN2WlAxmmdE/Z/YQe+EbOEXB5RHEED3w==
48954812

4896-
unc-path-regex@^0.1.2:
4897-
version "0.1.2"
4898-
resolved "https://registry.yarnpkg.com/unc-path-regex/-/unc-path-regex-0.1.2.tgz#e73dd3d7b0d7c5ed86fbac6b0ae7d8c6a69d50fa"
4899-
integrity sha1-5z3T17DXxe2G+6xrCufYxqadUPo=
4900-
49014813
union-value@^1.0.0:
49024814
version "1.0.1"
49034815
resolved "https://registry.yarnpkg.com/union-value/-/union-value-1.0.1.tgz#0b6fe7b835aecda61c6ea4d4f02c14221e109847"
@@ -4913,11 +4825,6 @@ universalify@^0.1.0:
49134825
resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66"
49144826
integrity sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==
49154827

4916-
universalify@^1.0.0:
4917-
version "1.0.0"
4918-
resolved "https://registry.yarnpkg.com/universalify/-/universalify-1.0.0.tgz#b61a1da173e8435b2fe3c67d29b9adf8594bd16d"
4919-
integrity sha512-rb6X1W158d7pRQBg5gkR8uPaSfiids68LTJQYOtEUhoJUWBdaQHsuT/EUduxXYxcrt4r5PJ4fuHW1MHT6p0qug==
4920-
49214828
unset-value@^1.0.0:
49224829
version "1.0.0"
49234830
resolved "https://registry.yarnpkg.com/unset-value/-/unset-value-1.0.0.tgz#8376873f7d2335179ffb1e6fc3a8ed0dfc8ab559"

0 commit comments

Comments
 (0)