Skip to content

Commit 5559a15

Browse files
committed
Merge branch 'master' of github.com:ferdikoomen/openapi-typescript-codegen
2 parents c6ff135 + dde099e commit 5559a15

File tree

2 files changed

+95
-133
lines changed

2 files changed

+95
-133
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -69,33 +69,33 @@
6969
"rimraf": "3.0.2"
7070
},
7171
"devDependencies": {
72-
"@babel/cli": "7.12.1",
72+
"@babel/cli": "7.12.7",
7373
"@babel/core": "7.12.3",
7474
"@babel/preset-env": "7.12.1",
75-
"@babel/preset-typescript": "7.12.1",
75+
"@babel/preset-typescript": "7.12.7",
7676
"@rollup/plugin-commonjs": "16.0.0",
7777
"@rollup/plugin-node-resolve": "10.0.0",
7878
"@types/express": "4.17.9",
7979
"@types/jest": "26.0.15",
8080
"@types/js-yaml": "3.12.5",
81-
"@types/node": "14.14.7",
81+
"@types/node": "14.14.9",
8282
"@types/node-fetch": "2.5.7",
83-
"@typescript-eslint/eslint-plugin": "4.7.0",
84-
"@typescript-eslint/parser": "4.7.0",
83+
"@typescript-eslint/eslint-plugin": "4.8.1",
84+
"@typescript-eslint/parser": "4.8.1",
8585
"codecov": "3.8.1",
86-
"eslint": "7.13.0",
86+
"eslint": "7.14.0",
8787
"eslint-config-prettier": "6.15.0",
8888
"eslint-plugin-prettier": "3.1.4",
89-
"eslint-plugin-simple-import-sort": "6.0.0",
89+
"eslint-plugin-simple-import-sort": "6.0.1",
9090
"express": "4.17.1",
9191
"form-data": "3.0.0",
9292
"glob": "7.1.6",
9393
"jest": "26.6.3",
9494
"jest-cli": "26.6.3",
9595
"node-fetch": "2.6.1",
96-
"prettier": "2.1.2",
96+
"prettier": "2.2.0",
9797
"puppeteer": "5.4.1",
98-
"rollup": "2.33.2",
98+
"rollup": "2.33.3",
9999
"rollup-plugin-terser": "7.0.2",
100100
"rollup-plugin-typescript2": "0.29.0",
101101
"typescript": "4.0.5"

yarn.lock

Lines changed: 86 additions & 124 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# yarn lockfile v1
33

44

5-
"@babel/cli@7.12.1":
6-
version "7.12.1"
7-
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.12.1.tgz#e08a0b1cb6fcd4b9eb6a606ba5602c5c0fe24a0c"
8-
integrity sha512-eRJREyrfAJ2r42Iaxe8h3v6yyj1wu9OyosaUHW6UImjGf9ahGL9nsFNh7OCopvtcPL8WnEo7tp78wrZaZ6vG9g==
5+
"@babel/cli@7.12.7":
6+
version "7.12.7"
7+
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.12.7.tgz#63a3c38bddff02a1c633c70f2fd03019af6bf977"
8+
integrity sha512-vE1fidQsaWnQVs4SItkuCdi3+uXqjbhw4cIKp8aawKxOnTnlvxYMzXSeMAqo6alldQRFQYb198YQfW0Sp1jl5Q==
99
dependencies:
1010
commander "^4.0.1"
1111
convert-source-map "^1.1.0"
@@ -16,7 +16,7 @@
1616
slash "^2.0.0"
1717
source-map "^0.5.0"
1818
optionalDependencies:
19-
"@nicolo-ribaudo/chokidar-2" "^2.1.8"
19+
"@nicolo-ribaudo/chokidar-2" "2.1.8-no-fsevents"
2020
chokidar "^3.4.0"
2121

2222
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4":
@@ -831,12 +831,13 @@
831831
"@babel/types" "^7.4.4"
832832
esutils "^2.0.2"
833833

834-
"@babel/preset-typescript@7.12.1":
835-
version "7.12.1"
836-
resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.12.1.tgz#86480b483bb97f75036e8864fe404cc782cc311b"
837-
integrity sha512-hNK/DhmoJPsksdHuI/RVrcEws7GN5eamhi28JkO52MqIxU8Z0QpmiSOQxZHWOHV7I3P4UjHV97ay4TcamMA6Kw==
834+
"@babel/preset-typescript@7.12.7":
835+
version "7.12.7"
836+
resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.12.7.tgz#fc7df8199d6aae747896f1e6c61fc872056632a3"
837+
integrity sha512-nOoIqIqBmHBSEgBXWR4Dv/XBehtIFcw9PqZw6rFYuKrzsZmOQm3PR5siLBnKZFEsDb03IegG8nSjU/iXXXYRmw==
838838
dependencies:
839839
"@babel/helper-plugin-utils" "^7.10.4"
840+
"@babel/helper-validator-option" "^7.12.1"
840841
"@babel/plugin-transform-typescript" "^7.12.1"
841842

842843
"@babel/runtime@^7.8.4":
@@ -1095,12 +1096,22 @@
10951096
"@types/yargs" "^15.0.0"
10961097
chalk "^4.0.0"
10971098

1098-
"@nicolo-ribaudo/chokidar-2@^2.1.8":
1099-
version "2.1.8"
1100-
resolved "https://registry.yarnpkg.com/@nicolo-ribaudo/chokidar-2/-/chokidar-2-2.1.8.tgz#eef8d9b47e8dc589499f14d656e8d2dd978c3d14"
1101-
integrity sha512-FohwULwAebCUKi/akMFyGi7jfc7JXTeMHzKxuP3umRd9mK/2Y7/SMBSI2jX+YLopPXi+PF9l307NmpfxTdCegA==
1099+
"@nicolo-ribaudo/chokidar-2@2.1.8-no-fsevents":
1100+
version "2.1.8-no-fsevents"
1101+
resolved "https://registry.yarnpkg.com/@nicolo-ribaudo/chokidar-2/-/chokidar-2-2.1.8-no-fsevents.tgz#da7c3996b8e6e19ebd14d82eaced2313e7769f9b"
1102+
integrity sha512-+nb9vWloHNNMFHjGofEam3wopE3m1yuambrrd/fnPc+lFOMB9ROTqQlche9ByFWNkdNqfSgR/kkQtQ8DzEWt2w==
11021103
dependencies:
1103-
chokidar "2.1.8"
1104+
anymatch "^2.0.0"
1105+
async-each "^1.0.1"
1106+
braces "^2.3.2"
1107+
glob-parent "^3.1.0"
1108+
inherits "^2.0.3"
1109+
is-binary-path "^1.0.0"
1110+
is-glob "^4.0.0"
1111+
normalize-path "^3.0.0"
1112+
path-is-absolute "^1.0.0"
1113+
readdirp "^2.2.1"
1114+
upath "^1.1.1"
11041115

11051116
"@nodelib/fs.scandir@2.1.3":
11061117
version "2.1.3"
@@ -1310,15 +1321,10 @@
13101321
"@types/node" "*"
13111322
form-data "^3.0.0"
13121323

1313-
"@types/node@*":
1314-
version "14.14.8"
1315-
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.8.tgz#2127bd81949a95c8b7d3240f3254352d72563aec"
1316-
integrity sha512-z/5Yd59dCKI5kbxauAJgw6dLPzW+TNOItNE00PkpzNwUIEwdj/Lsqwq94H5DdYBX7C13aRA0CY32BK76+neEUA==
1317-
1318-
"@types/node@14.14.7":
1319-
version "14.14.7"
1320-
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.7.tgz#8ea1e8f8eae2430cf440564b98c6dfce1ec5945d"
1321-
integrity sha512-Zw1vhUSQZYw+7u5dAwNbIA9TuTotpzY/OF7sJM9FqPOF3SPjKnxrjoTktXDZgUjybf4cWVBP7O8wvKdSaGHweg==
1324+
"@types/node@*", "@types/node@14.14.9":
1325+
version "14.14.9"
1326+
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.9.tgz#04afc9a25c6ff93da14deabd65dc44485b53c8d6"
1327+
integrity sha512-JsoLXFppG62tWTklIoO4knA+oDTYsmqWxHRvd4lpmfQRNhX6osheUOWETP2jMoV/2bEHuMra8Pp3Dmo/stBFcw==
13221328

13231329
"@types/normalize-package-data@^2.4.0":
13241330
version "2.4.0"
@@ -1379,74 +1385,74 @@
13791385
dependencies:
13801386
"@types/node" "*"
13811387

1382-
"@typescript-eslint/eslint-plugin@4.7.0":
1383-
version "4.7.0"
1384-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.7.0.tgz#85c9bbda00c0cb604d3c241f7bc7fb171a2d3479"
1385-
integrity sha512-li9aiSVBBd7kU5VlQlT1AqP0uWGDK6JYKUQ9cVDnOg34VNnd9t4jr0Yqc/bKxJr/tDCPDaB4KzoSFN9fgVxe/Q==
1388+
"@typescript-eslint/eslint-plugin@4.8.1":
1389+
version "4.8.1"
1390+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.8.1.tgz#b362abe0ee478a6c6d06c14552a6497f0b480769"
1391+
integrity sha512-d7LeQ7dbUrIv5YVFNzGgaW3IQKMmnmKFneRWagRlGYOSfLJVaRbj/FrBNOBC1a3tVO+TgNq1GbHvRtg1kwL0FQ==
13861392
dependencies:
1387-
"@typescript-eslint/experimental-utils" "4.7.0"
1388-
"@typescript-eslint/scope-manager" "4.7.0"
1393+
"@typescript-eslint/experimental-utils" "4.8.1"
1394+
"@typescript-eslint/scope-manager" "4.8.1"
13891395
debug "^4.1.1"
13901396
functional-red-black-tree "^1.0.1"
13911397
regexpp "^3.0.0"
13921398
semver "^7.3.2"
13931399
tsutils "^3.17.1"
13941400

1395-
"@typescript-eslint/experimental-utils@4.7.0":
1396-
version "4.7.0"
1397-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.7.0.tgz#8d1058c38bec3d3bbd9c898a1c32318d80faf3c5"
1398-
integrity sha512-cymzovXAiD4EF+YoHAB5Oh02MpnXjvyaOb+v+BdpY7lsJXZQN34oIETeUwVT2XfV9rSNpXaIcknDLfupO/tUoA==
1401+
"@typescript-eslint/experimental-utils@4.8.1":
1402+
version "4.8.1"
1403+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.8.1.tgz#27275c20fa4336df99ebcf6195f7d7aa7aa9f22d"
1404+
integrity sha512-WigyLn144R3+lGATXW4nNcDJ9JlTkG8YdBWHkDlN0lC3gUGtDi7Pe3h5GPvFKMcRz8KbZpm9FJV9NTW8CpRHpg==
13991405
dependencies:
14001406
"@types/json-schema" "^7.0.3"
1401-
"@typescript-eslint/scope-manager" "4.7.0"
1402-
"@typescript-eslint/types" "4.7.0"
1403-
"@typescript-eslint/typescript-estree" "4.7.0"
1407+
"@typescript-eslint/scope-manager" "4.8.1"
1408+
"@typescript-eslint/types" "4.8.1"
1409+
"@typescript-eslint/typescript-estree" "4.8.1"
14041410
eslint-scope "^5.0.0"
14051411
eslint-utils "^2.0.0"
14061412

1407-
"@typescript-eslint/parser@4.7.0":
1408-
version "4.7.0"
1409-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.7.0.tgz#44bdab0f788b478178368baa65d3365fdc63da1c"
1410-
integrity sha512-+meGV8bMP1sJHBI2AFq1GeTwofcGiur8LoIr6v+rEmD9knyCqDlrQcFHR0KDDfldHIFDU/enZ53fla6ReF4wRw==
1413+
"@typescript-eslint/parser@4.8.1":
1414+
version "4.8.1"
1415+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.8.1.tgz#4fe2fbdbb67485bafc4320b3ae91e34efe1219d1"
1416+
integrity sha512-QND8XSVetATHK9y2Ltc/XBl5Ro7Y62YuZKnPEwnNPB8E379fDsvzJ1dMJ46fg/VOmk0hXhatc+GXs5MaXuL5Uw==
14111417
dependencies:
1412-
"@typescript-eslint/scope-manager" "4.7.0"
1413-
"@typescript-eslint/types" "4.7.0"
1414-
"@typescript-eslint/typescript-estree" "4.7.0"
1418+
"@typescript-eslint/scope-manager" "4.8.1"
1419+
"@typescript-eslint/types" "4.8.1"
1420+
"@typescript-eslint/typescript-estree" "4.8.1"
14151421
debug "^4.1.1"
14161422

1417-
"@typescript-eslint/scope-manager@4.7.0":
1418-
version "4.7.0"
1419-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.7.0.tgz#2115526085fb72723ccdc1eeae75dec7126220ed"
1420-
integrity sha512-ILITvqwDJYbcDCROj6+Ob0oCKNg3SH46iWcNcTIT9B5aiVssoTYkhKjxOMNzR1F7WSJkik4zmuqve5MdnA0DyA==
1423+
"@typescript-eslint/scope-manager@4.8.1":
1424+
version "4.8.1"
1425+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.8.1.tgz#e343c475f8f1d15801b546cb17d7f309b768fdce"
1426+
integrity sha512-r0iUOc41KFFbZdPAdCS4K1mXivnSZqXS5D9oW+iykQsRlTbQRfuFRSW20xKDdYiaCoH+SkSLeIF484g3kWzwOQ==
14211427
dependencies:
1422-
"@typescript-eslint/types" "4.7.0"
1423-
"@typescript-eslint/visitor-keys" "4.7.0"
1428+
"@typescript-eslint/types" "4.8.1"
1429+
"@typescript-eslint/visitor-keys" "4.8.1"
14241430

1425-
"@typescript-eslint/types@4.7.0":
1426-
version "4.7.0"
1427-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.7.0.tgz#5e95ef5c740f43d942542b35811f87b62fccca69"
1428-
integrity sha512-uLszFe0wExJc+I7q0Z/+BnP7wao/kzX0hB5vJn4LIgrfrMLgnB2UXoReV19lkJQS1a1mHWGGODSxnBx6JQC3Sg==
1431+
"@typescript-eslint/types@4.8.1":
1432+
version "4.8.1"
1433+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.8.1.tgz#23829c73c5fc6f4fcd5346a7780b274f72fee222"
1434+
integrity sha512-ave2a18x2Y25q5K05K/U3JQIe2Av4+TNi/2YuzyaXLAsDx6UZkz1boZ7nR/N6Wwae2PpudTZmHFXqu7faXfHmA==
14291435

1430-
"@typescript-eslint/typescript-estree@4.7.0":
1431-
version "4.7.0"
1432-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.7.0.tgz#539531167f05ba20eb0b6785567076679e29d393"
1433-
integrity sha512-5XZRQznD1MfUmxu1t8/j2Af4OxbA7EFU2rbo0No7meb46eHgGkSieFdfV6omiC/DGIBhH9H9gXn7okBbVOm8jw==
1436+
"@typescript-eslint/typescript-estree@4.8.1":
1437+
version "4.8.1"
1438+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.8.1.tgz#7307e3f2c9e95df7daa8dc0a34b8c43b7ec0dd32"
1439+
integrity sha512-bJ6Fn/6tW2g7WIkCWh3QRlaSU7CdUUK52shx36/J7T5oTQzANvi6raoTsbwGM11+7eBbeem8hCCKbyvAc0X3sQ==
14341440
dependencies:
1435-
"@typescript-eslint/types" "4.7.0"
1436-
"@typescript-eslint/visitor-keys" "4.7.0"
1441+
"@typescript-eslint/types" "4.8.1"
1442+
"@typescript-eslint/visitor-keys" "4.8.1"
14371443
debug "^4.1.1"
14381444
globby "^11.0.1"
14391445
is-glob "^4.0.1"
14401446
lodash "^4.17.15"
14411447
semver "^7.3.2"
14421448
tsutils "^3.17.1"
14431449

1444-
"@typescript-eslint/visitor-keys@4.7.0":
1445-
version "4.7.0"
1446-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.7.0.tgz#6783824f22acfc49e754970ed21b88ac03b80e6f"
1447-
integrity sha512-aDJDWuCRsf1lXOtignlfiPODkzSxxop7D0rZ91L6ZuMlcMCSh0YyK+gAfo5zN/ih6WxMwhoXgJWC3cWQdaKC+A==
1450+
"@typescript-eslint/visitor-keys@4.8.1":
1451+
version "4.8.1"
1452+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.8.1.tgz#794f68ee292d1b2e3aa9690ebedfcb3a8c90e3c3"
1453+
integrity sha512-3nrwXFdEYALQh/zW8rFwP4QltqsanCDz4CwWMPiIZmwlk9GlvBeueEIbq05SEq4ganqM0g9nh02xXgv5XI3PeQ==
14481454
dependencies:
1449-
"@typescript-eslint/types" "4.7.0"
1455+
"@typescript-eslint/types" "4.8.1"
14501456
eslint-visitor-keys "^2.0.0"
14511457

14521458
abab@^2.0.3:
@@ -1756,13 +1762,6 @@ binary-extensions@^2.0.0:
17561762
resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-2.1.0.tgz#30fa40c9e7fe07dbc895678cd287024dea241dd9"
17571763
integrity sha512-1Yj8h9Q+QDF5FzhMs/c9+6UntbD5MkRfRwac8DoEm9ZfUBZ7tZ55YcGVAzEe4bXsdQHEk+s9S5wsOKVdZrw0tQ==
17581764

1759-
bindings@^1.5.0:
1760-
version "1.5.0"
1761-
resolved "https://registry.yarnpkg.com/bindings/-/bindings-1.5.0.tgz#10353c9e945334bc0511a6d90b38fbc7c9c504df"
1762-
integrity sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==
1763-
dependencies:
1764-
file-uri-to-path "1.0.0"
1765-
17661765
bl@^4.0.3:
17671766
version "4.0.3"
17681767
resolved "https://registry.yarnpkg.com/bl/-/bl-4.0.3.tgz#12d6287adc29080e22a705e5764b2a9522cdc489"
@@ -1947,25 +1946,6 @@ char-regex@^1.0.2:
19471946
resolved "https://registry.yarnpkg.com/char-regex/-/char-regex-1.0.2.tgz#d744358226217f981ed58f479b1d6bcc29545dcf"
19481947
integrity sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==
19491948

1950-
chokidar@2.1.8:
1951-
version "2.1.8"
1952-
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-2.1.8.tgz#804b3a7b6a99358c3c5c61e71d8728f041cff917"
1953-
integrity sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg==
1954-
dependencies:
1955-
anymatch "^2.0.0"
1956-
async-each "^1.0.1"
1957-
braces "^2.3.2"
1958-
glob-parent "^3.1.0"
1959-
inherits "^2.0.3"
1960-
is-binary-path "^1.0.0"
1961-
is-glob "^4.0.0"
1962-
normalize-path "^3.0.0"
1963-
path-is-absolute "^1.0.0"
1964-
readdirp "^2.2.1"
1965-
upath "^1.1.1"
1966-
optionalDependencies:
1967-
fsevents "^1.2.7"
1968-
19691949
chokidar@^3.4.0:
19701950
version "3.4.3"
19711951
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.4.3.tgz#c1df38231448e45ca4ac588e6c79573ba6a57d5b"
@@ -2434,10 +2414,10 @@ eslint-plugin-prettier@3.1.4:
24342414
dependencies:
24352415
prettier-linter-helpers "^1.0.0"
24362416

2437-
eslint-plugin-simple-import-sort@6.0.0:
2438-
version "6.0.0"
2439-
resolved "https://registry.yarnpkg.com/eslint-plugin-simple-import-sort/-/eslint-plugin-simple-import-sort-6.0.0.tgz#036346edede70afab8928cc4c4b5ae3bd8db7f01"
2440-
integrity sha512-YEx+2Zli3mw4mzLzotZSeor4GqdjFWv6S7LcQeKsoXWD4GzMtP42WCz40kAlB35ehxf7PR5V/4f8g8l9aqWGsg==
2417+
eslint-plugin-simple-import-sort@6.0.1:
2418+
version "6.0.1"
2419+
resolved "https://registry.yarnpkg.com/eslint-plugin-simple-import-sort/-/eslint-plugin-simple-import-sort-6.0.1.tgz#24a3af3b745dcd389c060db28e22d0f5e3edf86e"
2420+
integrity sha512-RfFnoi7fQtv7z9sZNJidIcZgWc0ZJe8uOPC3ldmatai4Igr5iDpzTmSUDEZKYm4TnrR01N0X32kfKvax7bivHQ==
24412421

24422422
eslint-scope@^5.0.0, eslint-scope@^5.1.1:
24432423
version "5.1.1"
@@ -2464,10 +2444,10 @@ eslint-visitor-keys@^2.0.0:
24642444
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
24652445
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
24662446

2467-
eslint@7.13.0:
2468-
version "7.13.0"
2469-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.13.0.tgz#7f180126c0dcdef327bfb54b211d7802decc08da"
2470-
integrity sha512-uCORMuOO8tUzJmsdRtrvcGq5qposf7Rw0LwkTJkoDbOycVQtQjmnhZSuLQnozLE4TmAzlMVV45eCHmQ1OpDKUQ==
2447+
eslint@7.14.0:
2448+
version "7.14.0"
2449+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.14.0.tgz#2d2cac1d28174c510a97b377f122a5507958e344"
2450+
integrity sha512-5YubdnPXrlrYAFCKybPuHIAH++PINe1pmKNc5wQRB9HSbqIK1ywAnntE3Wwua4giKu0bjligf1gLF6qxMGOYRA==
24712451
dependencies:
24722452
"@babel/code-frame" "^7.0.0"
24732453
"@eslint/eslintrc" "^0.2.1"
@@ -2779,11 +2759,6 @@ file-entry-cache@^5.0.1:
27792759
dependencies:
27802760
flat-cache "^2.0.1"
27812761

2782-
file-uri-to-path@1.0.0:
2783-
version "1.0.0"
2784-
resolved "https://registry.yarnpkg.com/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz#553a7b8446ff6f684359c445f1e37a05dacc33dd"
2785-
integrity sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==
2786-
27872762
fill-range@^4.0.0:
27882763
version "4.0.0"
27892764
resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-4.0.0.tgz#d544811d428f98eb06a63dc402d2403c328c38f7"
@@ -2914,14 +2889,6 @@ fs.realpath@^1.0.0:
29142889
resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
29152890
integrity sha1-FQStJSMVjKpA20onh8sBQRmU6k8=
29162891

2917-
fsevents@^1.2.7:
2918-
version "1.2.13"
2919-
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-1.2.13.tgz#f325cb0455592428bcf11b383370ef70e3bfcc38"
2920-
integrity sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw==
2921-
dependencies:
2922-
bindings "^1.5.0"
2923-
nan "^2.12.1"
2924-
29252892
fsevents@^2.1.2:
29262893
version "2.2.1"
29272894
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.2.1.tgz#1fb02ded2036a8ac288d507a65962bd87b97628d"
@@ -4271,11 +4238,6 @@ ms@2.1.2:
42714238
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
42724239
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
42734240

4274-
nan@^2.12.1:
4275-
version "2.14.2"
4276-
resolved "https://registry.yarnpkg.com/nan/-/nan-2.14.2.tgz#f5376400695168f4cc694ac9393d0c9585eeea19"
4277-
integrity sha512-M2ufzIiINKCuDfBSAUr1vWQ+vuVcA9kqx8JJUsbQi6yf1uGRyb7HfpdfUr5qLXf3B/t8dPvcjhKMmlfnP47EzQ==
4278-
42794241
nanomatch@^1.2.9:
42804242
version "1.2.13"
42814243
resolved "https://registry.yarnpkg.com/nanomatch/-/nanomatch-1.2.13.tgz#b87a8aa4fc0de8fe6be88895b38983ff265bd119"
@@ -4639,10 +4601,10 @@ prettier-linter-helpers@^1.0.0:
46394601
dependencies:
46404602
fast-diff "^1.1.2"
46414603

4642-
prettier@2.1.2:
4643-
version "2.1.2"
4644-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.1.2.tgz#3050700dae2e4c8b67c4c3f666cdb8af405e1ce5"
4645-
integrity sha512-16c7K+x4qVlJg9rEbXl7HEGmQyZlG4R9AgP+oHKRMsMsuk8s+ATStlf1NpDqyBI1HpVyfjLOeMhH2LvuNvV5Vg==
4604+
prettier@2.2.0:
4605+
version "2.2.0"
4606+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.2.0.tgz#8a03c7777883b29b37fb2c4348c66a78e980418b"
4607+
integrity sha512-yYerpkvseM4iKD/BXLYUkQV5aKt4tQPqaGW6EsZjzyu0r7sVZZNPJW4Y8MyKmicp6t42XUPcBVA+H6sB3gqndw==
46464608

46474609
pretty-format@^26.0.0, pretty-format@^26.6.2:
46484610
version "26.6.2"
@@ -5030,10 +4992,10 @@ rollup-plugin-typescript2@0.29.0:
50304992
resolve "1.17.0"
50314993
tslib "2.0.1"
50324994

5033-
rollup@2.33.2:
5034-
version "2.33.2"
5035-
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.33.2.tgz#c4c76cd405a7605e6ebe90976398c46d4c2ea166"
5036-
integrity sha512-QPQ6/fWCrzHtSXkI269rhKaC7qXGghYBwXU04b1JsDZ6ibZa3DJ9D1SFAYRMgx1inDg0DaTbb3N4Z1NK/r3fhw==
4995+
rollup@2.33.3:
4996+
version "2.33.3"
4997+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.33.3.tgz#ae72ce31f992b09a580072951bfea76e9df17342"
4998+
integrity sha512-RpayhPTe4Gu/uFGCmk7Gp5Z9Qic2VsqZ040G+KZZvsZYdcuWaJg678JeDJJvJeEQXminu24a2au+y92CUWVd+w==
50374999
optionalDependencies:
50385000
fsevents "~2.1.2"
50395001

0 commit comments

Comments
 (0)