Skip to content

Commit 8b08c4d

Browse files
build(deps-dev): bump @babel/preset-typescript from 7.13.0 to 7.14.5
Bumps [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript) from 7.13.0 to 7.14.5. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.14.5/packages/babel-preset-typescript) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 6b42e2f commit 8b08c4d

File tree

2 files changed

+26
-77
lines changed

2 files changed

+26
-77
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"@babel/cli": "7.14.5",
7474
"@babel/core": "7.14.5",
7575
"@babel/preset-env": "7.14.5",
76-
"@babel/preset-typescript": "7.13.0",
76+
"@babel/preset-typescript": "7.14.5",
7777
"@rollup/plugin-commonjs": "19.0.0",
7878
"@rollup/plugin-node-resolve": "13.0.0",
7979
"@types/express": "4.17.12",

yarn.lock

Lines changed: 25 additions & 76 deletions
Original file line numberDiff line numberDiff line change
@@ -102,17 +102,6 @@
102102
browserslist "^4.16.6"
103103
semver "^6.3.0"
104104

105-
"@babel/helper-create-class-features-plugin@^7.13.0":
106-
version "7.13.11"
107-
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.13.11.tgz#30d30a005bca2c953f5653fc25091a492177f4f6"
108-
integrity sha512-ays0I7XYq9xbjCSvT+EvysLgfc3tOkwCULHjrnscGT3A9qD4sk3wXnJ3of0MAWsWGjdinFvajHU2smYuqXKMrw==
109-
dependencies:
110-
"@babel/helper-function-name" "^7.12.13"
111-
"@babel/helper-member-expression-to-functions" "^7.13.0"
112-
"@babel/helper-optimise-call-expression" "^7.12.13"
113-
"@babel/helper-replace-supers" "^7.13.0"
114-
"@babel/helper-split-export-declaration" "^7.12.13"
115-
116105
"@babel/helper-create-class-features-plugin@^7.14.5":
117106
version "7.14.5"
118107
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.14.5.tgz#8842ec495516dd1ed8f6c572be92ba78b1e9beef"
@@ -154,15 +143,6 @@
154143
dependencies:
155144
"@babel/types" "^7.14.5"
156145

157-
"@babel/helper-function-name@^7.12.13":
158-
version "7.12.13"
159-
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.12.13.tgz#93ad656db3c3c2232559fd7b2c3dbdcbe0eb377a"
160-
integrity sha512-TZvmPn0UOqmvi5G4vvw0qZTpVptGkB1GL61R6lKvrSdIxGm5Pky7Q3fpKiIkQCAtRCBUwB0PaThlx9vebCDSwA==
161-
dependencies:
162-
"@babel/helper-get-function-arity" "^7.12.13"
163-
"@babel/template" "^7.12.13"
164-
"@babel/types" "^7.12.13"
165-
166146
"@babel/helper-function-name@^7.14.5":
167147
version "7.14.5"
168148
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.14.5.tgz#89e2c474972f15d8e233b52ee8c480e2cfcd50c4"
@@ -172,13 +152,6 @@
172152
"@babel/template" "^7.14.5"
173153
"@babel/types" "^7.14.5"
174154

175-
"@babel/helper-get-function-arity@^7.12.13":
176-
version "7.12.13"
177-
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.13.tgz#bc63451d403a3b3082b97e1d8b3fe5bd4091e583"
178-
integrity sha512-DjEVzQNz5LICkzN0REdpD5prGoidvbdYk1BVgRUOINaWJP2t6avB27X1guXK1kXNrX0WMfsrm1A/ZBthYuIMQg==
179-
dependencies:
180-
"@babel/types" "^7.12.13"
181-
182155
"@babel/helper-get-function-arity@^7.14.5":
183156
version "7.14.5"
184157
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.14.5.tgz#25fbfa579b0937eee1f3b805ece4ce398c431815"
@@ -193,13 +166,6 @@
193166
dependencies:
194167
"@babel/types" "^7.14.5"
195168

196-
"@babel/helper-member-expression-to-functions@^7.13.0", "@babel/helper-member-expression-to-functions@^7.13.12":
197-
version "7.13.12"
198-
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.13.12.tgz#dfe368f26d426a07299d8d6513821768216e6d72"
199-
integrity sha512-48ql1CLL59aKbU94Y88Xgb2VFy7a95ykGRbJJaaVv+LX5U8wFpLfiGXJJGUozsmA1oEh/o5Bp60Voq7ACyA/Sw==
200-
dependencies:
201-
"@babel/types" "^7.13.12"
202-
203169
"@babel/helper-member-expression-to-functions@^7.14.5":
204170
version "7.14.5"
205171
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.14.5.tgz#d5c70e4ad13b402c95156c7a53568f504e2fb7b8"
@@ -235,13 +201,6 @@
235201
"@babel/traverse" "^7.14.5"
236202
"@babel/types" "^7.14.5"
237203

238-
"@babel/helper-optimise-call-expression@^7.12.13":
239-
version "7.12.13"
240-
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.12.13.tgz#5c02d171b4c8615b1e7163f888c1c81c30a2aaea"
241-
integrity sha512-BdWQhoVJkp6nVjB7nkFWcn43dkprYauqtk++Py2eaf/GRDFm5BxRqEIZCiHlZUGAVmtwKcsVL1dC68WmzeFmiA==
242-
dependencies:
243-
"@babel/types" "^7.12.13"
244-
245204
"@babel/helper-optimise-call-expression@^7.14.5":
246205
version "7.14.5"
247206
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.14.5.tgz#f27395a8619e0665b3f0364cddb41c25d71b499c"
@@ -263,16 +222,6 @@
263222
"@babel/helper-wrap-function" "^7.14.5"
264223
"@babel/types" "^7.14.5"
265224

266-
"@babel/helper-replace-supers@^7.13.0":
267-
version "7.13.12"
268-
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.13.12.tgz#6442f4c1ad912502481a564a7386de0c77ff3804"
269-
integrity sha512-Gz1eiX+4yDO8mT+heB94aLVNCL+rbuT2xy4YfyNqu8F+OI6vMvJK891qGBTqL9Uc8wxEvRW92Id6G7sDen3fFw==
270-
dependencies:
271-
"@babel/helper-member-expression-to-functions" "^7.13.12"
272-
"@babel/helper-optimise-call-expression" "^7.12.13"
273-
"@babel/traverse" "^7.13.0"
274-
"@babel/types" "^7.13.12"
275-
276225
"@babel/helper-replace-supers@^7.14.5":
277226
version "7.14.5"
278227
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.14.5.tgz#0ecc0b03c41cd567b4024ea016134c28414abb94"
@@ -297,13 +246,6 @@
297246
dependencies:
298247
"@babel/types" "^7.14.5"
299248

300-
"@babel/helper-split-export-declaration@^7.12.13":
301-
version "7.12.13"
302-
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.12.13.tgz#e9430be00baf3e88b0e13e6f9d4eaf2136372b05"
303-
integrity sha512-tCJDltF83htUtXx5NLcaDqRmknv652ZWCHyoTETf1CXYJdPC7nohZohjUgieXhv0hTJdRf2FjDueFehdNucpzg==
304-
dependencies:
305-
"@babel/types" "^7.12.13"
306-
307249
"@babel/helper-split-export-declaration@^7.14.5":
308250
version "7.14.5"
309251
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.14.5.tgz#22b23a54ef51c2b7605d851930c1976dd0bc693a"
@@ -321,7 +263,7 @@
321263
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.5.tgz#d0f0e277c512e0c938277faa85a3968c9a44c0e8"
322264
integrity sha512-5lsetuxCLilmVGyiLEfoHBRX8UCFD+1m2x3Rj97WrW3V7H3u4RWRXA4evMjImCsin2J2YT0QaVDGf+z8ondbAg==
323265

324-
"@babel/helper-validator-option@^7.12.17", "@babel/helper-validator-option@^7.14.5":
266+
"@babel/helper-validator-option@^7.14.5":
325267
version "7.14.5"
326268
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.14.5.tgz#6e72a1fff18d5dfcb878e1e62f1a021c4b72d5a3"
327269
integrity sha512-OX8D5eeX4XwcroVW45NMvoYaIuFI+GQpA2a8Gi+X/U/cDUIRsV37qQfF905F0htTRCREQIB4KqPeaveRJUl3Ow==
@@ -617,7 +559,14 @@
617559
dependencies:
618560
"@babel/helper-plugin-utils" "^7.14.5"
619561

620-
"@babel/plugin-syntax-typescript@^7.12.13", "@babel/plugin-syntax-typescript@^7.7.2":
562+
"@babel/plugin-syntax-typescript@^7.14.5":
563+
version "7.14.5"
564+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.14.5.tgz#b82c6ce471b165b5ce420cf92914d6fb46225716"
565+
integrity sha512-u6OXzDaIXjEstBRRoBCQ/uKQKlbuaeE5in0RvWdA4pN6AhqxTIwUsnHPU1CFZA/amYObMsuWhYfRl3Ch90HD0Q==
566+
dependencies:
567+
"@babel/helper-plugin-utils" "^7.14.5"
568+
569+
"@babel/plugin-syntax-typescript@^7.7.2":
621570
version "7.12.13"
622571
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.12.13.tgz#9dff111ca64154cef0f4dc52cf843d9f12ce4474"
623572
integrity sha512-cHP3u1JiUiG2LFDKbXnwVad81GvfyIOmCD6HIEId6ojrY0Drfy2q1jw7BwN7dE84+kTnBjLkXoL3IEy/3JPu2w==
@@ -857,14 +806,14 @@
857806
dependencies:
858807
"@babel/helper-plugin-utils" "^7.14.5"
859808

860-
"@babel/plugin-transform-typescript@^7.13.0":
861-
version "7.13.0"
862-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.13.0.tgz#4a498e1f3600342d2a9e61f60131018f55774853"
863-
integrity sha512-elQEwluzaU8R8dbVuW2Q2Y8Nznf7hnjM7+DSCd14Lo5fF63C9qNLbwZYbmZrtV9/ySpSUpkRpQXvJb6xyu4hCQ==
809+
"@babel/plugin-transform-typescript@^7.14.5":
810+
version "7.14.5"
811+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.14.5.tgz#5b41b59072f765bd1ec1d0b694e08c7df0f6f8a0"
812+
integrity sha512-cFD5PKp4b8/KkwQ7h71FdPXFvz1RgwTFF9akRZwFldb9G0AHf7CgoPx96c4Q/ZVjh6V81tqQwW5YiHws16OzPg==
864813
dependencies:
865-
"@babel/helper-create-class-features-plugin" "^7.13.0"
866-
"@babel/helper-plugin-utils" "^7.13.0"
867-
"@babel/plugin-syntax-typescript" "^7.12.13"
814+
"@babel/helper-create-class-features-plugin" "^7.14.5"
815+
"@babel/helper-plugin-utils" "^7.14.5"
816+
"@babel/plugin-syntax-typescript" "^7.14.5"
868817

869818
"@babel/plugin-transform-unicode-escapes@^7.14.5":
870819
version "7.14.5"
@@ -971,14 +920,14 @@
971920
"@babel/types" "^7.4.4"
972921
esutils "^2.0.2"
973922

974-
"@babel/preset-typescript@7.13.0":
975-
version "7.13.0"
976-
resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.13.0.tgz#ab107e5f050609d806fbb039bec553b33462c60a"
977-
integrity sha512-LXJwxrHy0N3f6gIJlYbLta1D9BDtHpQeqwzM0LIfjDlr6UE/D5Mc7W4iDiQzaE+ks0sTjT26ArcHWnJVt0QiHw==
923+
"@babel/preset-typescript@7.14.5":
924+
version "7.14.5"
925+
resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.14.5.tgz#aa98de119cf9852b79511f19e7f44a2d379bcce0"
926+
integrity sha512-u4zO6CdbRKbS9TypMqrlGH7sd2TAJppZwn3c/ZRLeO/wGsbddxgbPDUZVNrie3JWYLQ9vpineKlsrWFvO6Pwkw==
978927
dependencies:
979-
"@babel/helper-plugin-utils" "^7.13.0"
980-
"@babel/helper-validator-option" "^7.12.17"
981-
"@babel/plugin-transform-typescript" "^7.13.0"
928+
"@babel/helper-plugin-utils" "^7.14.5"
929+
"@babel/helper-validator-option" "^7.14.5"
930+
"@babel/plugin-transform-typescript" "^7.14.5"
982931

983932
"@babel/runtime@^7.8.4":
984933
version "7.13.10"
@@ -987,7 +936,7 @@
987936
dependencies:
988937
regenerator-runtime "^0.13.4"
989938

990-
"@babel/template@^7.12.13", "@babel/template@^7.14.5", "@babel/template@^7.3.3":
939+
"@babel/template@^7.14.5", "@babel/template@^7.3.3":
991940
version "7.14.5"
992941
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.14.5.tgz#a9bc9d8b33354ff6e55a9c60d1109200a68974f4"
993942
integrity sha512-6Z3Po85sfxRGachLULUhOmvAaOo7xCvqGQtxINai2mEGPFm6pQ4z5QInFnUrRpfoSV60BnjyF5F3c+15fxFV1g==
@@ -1011,7 +960,7 @@
1011960
debug "^4.1.0"
1012961
globals "^11.1.0"
1013962

1014-
"@babel/types@^7.0.0", "@babel/types@^7.12.13", "@babel/types@^7.13.12", "@babel/types@^7.14.5", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
963+
"@babel/types@^7.0.0", "@babel/types@^7.13.12", "@babel/types@^7.14.5", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
1015964
version "7.14.5"
1016965
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.5.tgz#3bb997ba829a2104cedb20689c4a5b8121d383ff"
1017966
integrity sha512-M/NzBpEL95I5Hh4dwhin5JlE7EzO5PHMAuzjxss3tiOBD46KfQvVedN/3jEPZvdRvtsK2222XfdHogNIttFgcg==

0 commit comments

Comments
 (0)