Skip to content

Commit 948ca84

Browse files
Merge pull request ferdikoomen#167 from ferdikoomen/dependabot/npm_and_yarn/babel/core-7.9.0
2 parents 664b763 + 07e302c commit 948ca84

File tree

2 files changed

+59
-48
lines changed

2 files changed

+59
-48
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"rimraf": "3.0.2"
7272
},
7373
"devDependencies": {
74-
"@babel/core": "7.8.7",
74+
"@babel/core": "7.9.0",
7575
"@babel/preset-env": "7.8.7",
7676
"@babel/preset-typescript": "7.8.3",
7777
"@types/jest": "25.1.4",

yarn.lock

Lines changed: 58 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -18,33 +18,34 @@
1818
invariant "^2.2.4"
1919
semver "^5.5.0"
2020

21-
"@babel/core@7.8.7", "@babel/core@^7.1.0", "@babel/core@^7.7.5":
22-
version "7.8.7"
23-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.8.7.tgz#b69017d221ccdeb203145ae9da269d72cf102f3b"
24-
integrity sha512-rBlqF3Yko9cynC5CCFy6+K/w2N+Sq/ff2BPy+Krp7rHlABIr5epbA7OxVeKoMHB39LZOp1UY5SuLjy6uWi35yA==
21+
"@babel/core@7.9.0", "@babel/core@^7.1.0", "@babel/core@^7.7.5":
22+
version "7.9.0"
23+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.9.0.tgz#ac977b538b77e132ff706f3b8a4dbad09c03c56e"
24+
integrity sha512-kWc7L0fw1xwvI0zi8OKVBuxRVefwGOrKSQMvrQ3dW+bIIavBY3/NpXmpjMy7bQnLgwgzWQZ8TlM57YHpHNHz4w==
2525
dependencies:
2626
"@babel/code-frame" "^7.8.3"
27-
"@babel/generator" "^7.8.7"
28-
"@babel/helpers" "^7.8.4"
29-
"@babel/parser" "^7.8.7"
27+
"@babel/generator" "^7.9.0"
28+
"@babel/helper-module-transforms" "^7.9.0"
29+
"@babel/helpers" "^7.9.0"
30+
"@babel/parser" "^7.9.0"
3031
"@babel/template" "^7.8.6"
31-
"@babel/traverse" "^7.8.6"
32-
"@babel/types" "^7.8.7"
32+
"@babel/traverse" "^7.9.0"
33+
"@babel/types" "^7.9.0"
3334
convert-source-map "^1.7.0"
3435
debug "^4.1.0"
3536
gensync "^1.0.0-beta.1"
36-
json5 "^2.1.0"
37+
json5 "^2.1.2"
3738
lodash "^4.17.13"
3839
resolve "^1.3.2"
3940
semver "^5.4.1"
4041
source-map "^0.5.0"
4142

42-
"@babel/generator@^7.8.6", "@babel/generator@^7.8.7":
43-
version "7.8.7"
44-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.8.7.tgz#870b3cf7984f5297998152af625c4f3e341400f7"
45-
integrity sha512-DQwjiKJqH4C3qGiyQCAExJHoZssn49JTMJgZ8SANGgVFdkupcUhLOdkAeoC6kmHZCPfoDG5M0b6cFlSN5wW7Ew==
43+
"@babel/generator@^7.9.0":
44+
version "7.9.3"
45+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.9.3.tgz#7c8b2956c6f68b3ab732bd16305916fbba521d94"
46+
integrity sha512-RpxM252EYsz9qLUIq6F7YJyK1sv0wWDBFuztfDGWaQKzHjqDHysxSiRUpA/X9jmfqo+WzkAVKFaUily5h+gDCQ==
4647
dependencies:
47-
"@babel/types" "^7.8.7"
48+
"@babel/types" "^7.9.0"
4849
jsesc "^2.5.1"
4950
lodash "^4.17.13"
5051
source-map "^0.5.0"
@@ -159,17 +160,17 @@
159160
dependencies:
160161
"@babel/types" "^7.8.3"
161162

162-
"@babel/helper-module-transforms@^7.8.3":
163-
version "7.8.6"
164-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.8.6.tgz#6a13b5eecadc35692047073a64e42977b97654a4"
165-
integrity sha512-RDnGJSR5EFBJjG3deY0NiL0K9TO8SXxS9n/MPsbPK/s9LbQymuLNtlzvDiNS7IpecuL45cMeLVkA+HfmlrnkRg==
163+
"@babel/helper-module-transforms@^7.8.3", "@babel/helper-module-transforms@^7.9.0":
164+
version "7.9.0"
165+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.9.0.tgz#43b34dfe15961918707d247327431388e9fe96e5"
166+
integrity sha512-0FvKyu0gpPfIQ8EkxlrAydOWROdHpBmiCiRwLkUiBGhCUPRRbVD2/tm3sFr/c/GWFrQ/ffutGUAnx7V0FzT2wA==
166167
dependencies:
167168
"@babel/helper-module-imports" "^7.8.3"
168169
"@babel/helper-replace-supers" "^7.8.6"
169170
"@babel/helper-simple-access" "^7.8.3"
170171
"@babel/helper-split-export-declaration" "^7.8.3"
171172
"@babel/template" "^7.8.6"
172-
"@babel/types" "^7.8.6"
173+
"@babel/types" "^7.9.0"
173174
lodash "^4.17.13"
174175

175176
"@babel/helper-optimise-call-expression@^7.8.3":
@@ -227,6 +228,11 @@
227228
dependencies:
228229
"@babel/types" "^7.8.3"
229230

231+
"@babel/helper-validator-identifier@^7.9.0":
232+
version "7.9.0"
233+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.0.tgz#ad53562a7fc29b3b9a91bbf7d10397fd146346ed"
234+
integrity sha512-6G8bQKjOh+of4PV/ThDm/rRqlU7+IGoJuofpagU5GlEl29Vv0RGqqt86ZGRV8ZuSOY3o+8yXl5y782SMcG7SHw==
235+
230236
"@babel/helper-wrap-function@^7.8.3":
231237
version "7.8.3"
232238
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.8.3.tgz#9dbdb2bb55ef14aaa01fe8c99b629bd5352d8610"
@@ -237,14 +243,14 @@
237243
"@babel/traverse" "^7.8.3"
238244
"@babel/types" "^7.8.3"
239245

240-
"@babel/helpers@^7.8.4":
241-
version "7.8.4"
242-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.8.4.tgz#754eb3ee727c165e0a240d6c207de7c455f36f73"
243-
integrity sha512-VPbe7wcQ4chu4TDQjimHv/5tj73qz88o12EPkO2ValS2QiQS/1F2SsjyIGNnAD0vF/nZS6Cf9i+vW6HIlnaR8w==
246+
"@babel/helpers@^7.9.0":
247+
version "7.9.2"
248+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.9.2.tgz#b42a81a811f1e7313b88cba8adc66b3d9ae6c09f"
249+
integrity sha512-JwLvzlXVPjO8eU9c/wF9/zOIN7X6h8DYf7mG4CiFRZRvZNKEF5dQ3H3V+ASkHoIB3mWhatgl5ONhyqHRI6MppA==
244250
dependencies:
245251
"@babel/template" "^7.8.3"
246-
"@babel/traverse" "^7.8.4"
247-
"@babel/types" "^7.8.3"
252+
"@babel/traverse" "^7.9.0"
253+
"@babel/types" "^7.9.0"
248254

249255
"@babel/highlight@^7.8.3":
250256
version "7.8.3"
@@ -255,10 +261,10 @@
255261
esutils "^2.0.2"
256262
js-tokens "^4.0.0"
257263

258-
"@babel/parser@^7.1.0", "@babel/parser@^7.7.5", "@babel/parser@^7.8.6", "@babel/parser@^7.8.7":
259-
version "7.8.7"
260-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.8.7.tgz#7b8facf95d25fef9534aad51c4ffecde1a61e26a"
261-
integrity sha512-9JWls8WilDXFGxs0phaXAZgpxTZhSk/yOYH2hTHC0X1yC7Z78IJfvR1vJ+rmJKq3I35td2XzXzN6ZLYlna+r/A==
264+
"@babel/parser@^7.1.0", "@babel/parser@^7.7.5", "@babel/parser@^7.8.6", "@babel/parser@^7.9.0":
265+
version "7.9.3"
266+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.9.3.tgz#043a5fc2ad8b7ea9facddc4e802a1f0f25da7255"
267+
integrity sha512-E6SpIDJZ0cZAKoCNk+qSDd0ChfTnpiJN9FfNf3RZ20dzwA2vL2oq5IX1XTVT+4vDmRlta2nGk5HGMMskJAR+4A==
262268

263269
"@babel/plugin-proposal-async-generator-functions@^7.8.3":
264270
version "7.8.3"
@@ -736,27 +742,27 @@
736742
"@babel/parser" "^7.8.6"
737743
"@babel/types" "^7.8.6"
738744

739-
"@babel/traverse@^7.1.0", "@babel/traverse@^7.7.4", "@babel/traverse@^7.8.3", "@babel/traverse@^7.8.4", "@babel/traverse@^7.8.6":
740-
version "7.8.6"
741-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.8.6.tgz#acfe0c64e1cd991b3e32eae813a6eb564954b5ff"
742-
integrity sha512-2B8l0db/DPi8iinITKuo7cbPznLCEk0kCxDoB9/N6gGNg/gxOXiR/IcymAFPiBwk5w6TtQ27w4wpElgp9btR9A==
745+
"@babel/traverse@^7.1.0", "@babel/traverse@^7.7.4", "@babel/traverse@^7.8.3", "@babel/traverse@^7.8.6", "@babel/traverse@^7.9.0":
746+
version "7.9.0"
747+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.9.0.tgz#d3882c2830e513f4fe4cec9fe76ea1cc78747892"
748+
integrity sha512-jAZQj0+kn4WTHO5dUZkZKhbFrqZE7K5LAQ5JysMnmvGij+wOdr+8lWqPeW0BcF4wFwrEXXtdGO7wcV6YPJcf3w==
743749
dependencies:
744750
"@babel/code-frame" "^7.8.3"
745-
"@babel/generator" "^7.8.6"
751+
"@babel/generator" "^7.9.0"
746752
"@babel/helper-function-name" "^7.8.3"
747753
"@babel/helper-split-export-declaration" "^7.8.3"
748-
"@babel/parser" "^7.8.6"
749-
"@babel/types" "^7.8.6"
754+
"@babel/parser" "^7.9.0"
755+
"@babel/types" "^7.9.0"
750756
debug "^4.1.0"
751757
globals "^11.1.0"
752758
lodash "^4.17.13"
753759

754-
"@babel/types@^7.0.0", "@babel/types@^7.3.0", "@babel/types@^7.8.3", "@babel/types@^7.8.6", "@babel/types@^7.8.7":
755-
version "7.8.7"
756-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.8.7.tgz#1fc9729e1acbb2337d5b6977a63979b4819f5d1d"
757-
integrity sha512-k2TreEHxFA4CjGkL+GYjRyx35W0Mr7DP5+9q6WMkyKXB+904bYmG40syjMFV0oLlhhFCwWl0vA0DyzTDkwAiJw==
760+
"@babel/types@^7.0.0", "@babel/types@^7.3.0", "@babel/types@^7.8.3", "@babel/types@^7.8.6", "@babel/types@^7.8.7", "@babel/types@^7.9.0":
761+
version "7.9.0"
762+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.0.tgz#00b064c3df83ad32b2dbf5ff07312b15c7f1efb5"
763+
integrity sha512-BS9JKfXkzzJl8RluW4JGknzpiUV7ZrvTayM6yfqLTVBEnFtyowVIOu6rqxRd5cVO6yGoWf4T8u8dgK9oB+GCng==
758764
dependencies:
759-
esutils "^2.0.2"
765+
"@babel/helper-validator-identifier" "^7.9.0"
760766
lodash "^4.17.13"
761767
to-fast-properties "^2.0.0"
762768

@@ -3198,12 +3204,12 @@ json-stringify-safe@~5.0.1:
31983204
resolved "https://registry.yarnpkg.com/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz#1296a2d58fd45f19a0f6ce01d65701e2c735b6eb"
31993205
integrity sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=
32003206

3201-
json5@^2.1.0:
3202-
version "2.1.1"
3203-
resolved "https://registry.yarnpkg.com/json5/-/json5-2.1.1.tgz#81b6cb04e9ba496f1c7005d07b4368a2638f90b6"
3204-
integrity sha512-l+3HXD0GEI3huGq1njuqtzYK8OYJyXMkOLtQ53pjWh89tvWS2h6l+1zMkYWqlb57+SiQodKZyvMEFb2X+KrFhQ==
3207+
json5@^2.1.2:
3208+
version "2.1.2"
3209+
resolved "https://registry.yarnpkg.com/json5/-/json5-2.1.2.tgz#43ef1f0af9835dd624751a6b7fa48874fb2d608e"
3210+
integrity sha512-MoUOQ4WdiN3yxhm7NEVJSJrieAo5hNSLQ5sj05OTRHPL9HOBy8u4Bu88jsC1jvqAdN+E1bJmsUcZH+1HQxliqQ==
32053211
dependencies:
3206-
minimist "^1.2.0"
3212+
minimist "^1.2.5"
32073213

32083214
jsprim@^1.2.2:
32093215
version "1.4.1"
@@ -3387,6 +3393,11 @@ minimist@^1.1.1, minimist@^1.2.0:
33873393
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284"
33883394
integrity sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=
33893395

3396+
minimist@^1.2.5:
3397+
version "1.2.5"
3398+
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
3399+
integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==
3400+
33903401
minimist@~0.0.1:
33913402
version "0.0.10"
33923403
resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.10.tgz#de3f98543dbf96082be48ad1a0c7cda836301dcf"

0 commit comments

Comments
 (0)