Skip to content
This repository was archived by the owner on Nov 3, 2025. It is now read-only.

Commit 4631455

Browse files
⬆️ Bump @babel/core from 7.4.5 to 7.5.4 in /example
Bumps [@babel/core](https://github.com/babel/babel) from 7.4.5 to 7.5.4. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](babel/babel@v7.4.5...v7.5.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent ea0bdd2 commit 4631455

2 files changed

Lines changed: 37 additions & 44 deletions

File tree

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"test:ci": "yarn test:lint && yarn test:unit:ci && yarn test:type"
1414
},
1515
"devDependencies": {
16-
"@babel/core": "^7.4.5",
16+
"@babel/core": "^7.5.4",
1717
"@babel/preset-typescript": "^7.3.3",
1818
"@babel/runtime": "^7.4.5",
1919
"babel-plugin-module-resolver": "^3.2.0",

example/yarn.lock

Lines changed: 36 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,18 @@
99
dependencies:
1010
"@babel/highlight" "^7.0.0"
1111

12-
"@babel/core@^7.0.0", "@babel/core@^7.4.5":
13-
version "7.4.5"
14-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.4.5.tgz#081f97e8ffca65a9b4b0fdc7e274e703f000c06a"
15-
integrity sha512-OvjIh6aqXtlsA8ujtGKfC7LYWksYSX8yQcM8Ay3LuvVeQ63lcOKgoZWVqcpFwkd29aYU9rVx7jxhfhiEDV9MZA==
12+
"@babel/core@^7.0.0", "@babel/core@^7.5.4":
13+
version "7.5.4"
14+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.5.4.tgz#4c32df7ad5a58e9ea27ad025c11276324e0b4ddd"
15+
integrity sha512-+DaeBEpYq6b2+ZmHx3tHspC+ZRflrvLqwfv8E3hNr5LVQoyBnL8RPKSBCg+rK2W2My9PWlujBiqd0ZPsR9Q6zQ==
1616
dependencies:
1717
"@babel/code-frame" "^7.0.0"
18-
"@babel/generator" "^7.4.4"
19-
"@babel/helpers" "^7.4.4"
20-
"@babel/parser" "^7.4.5"
18+
"@babel/generator" "^7.5.0"
19+
"@babel/helpers" "^7.5.4"
20+
"@babel/parser" "^7.5.0"
2121
"@babel/template" "^7.4.4"
22-
"@babel/traverse" "^7.4.5"
23-
"@babel/types" "^7.4.4"
22+
"@babel/traverse" "^7.5.0"
23+
"@babel/types" "^7.5.0"
2424
convert-source-map "^1.1.0"
2525
debug "^4.1.0"
2626
json5 "^2.1.0"
@@ -29,12 +29,12 @@
2929
semver "^5.4.1"
3030
source-map "^0.5.0"
3131

32-
"@babel/generator@^7.0.0", "@babel/generator@^7.4.4":
33-
version "7.4.4"
34-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.4.4.tgz#174a215eb843fc392c7edcaabeaa873de6e8f041"
35-
integrity sha512-53UOLK6TVNqKxf7RUh8NE851EHRxOOeVXKbK2bivdb+iziMyk03Sr4eaE9OELCbyZAAafAKPDwF2TPUES5QbxQ==
32+
"@babel/generator@^7.0.0", "@babel/generator@^7.5.0":
33+
version "7.5.0"
34+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.5.0.tgz#f20e4b7a91750ee8b63656073d843d2a736dca4a"
35+
integrity sha512-1TTVrt7J9rcG5PMjvO7VEG3FrEoEJNHxumRq66GemPmzboLWtIjjcJgk8rokuAS7IiRSpgVSu5Vb9lc99iJkOA==
3636
dependencies:
37-
"@babel/types" "^7.4.4"
37+
"@babel/types" "^7.5.0"
3838
jsesc "^2.5.1"
3939
lodash "^4.17.11"
4040
source-map "^0.5.0"
@@ -232,14 +232,14 @@
232232
"@babel/traverse" "^7.1.0"
233233
"@babel/types" "^7.2.0"
234234

235-
"@babel/helpers@^7.4.4":
236-
version "7.4.4"
237-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.4.4.tgz#868b0ef59c1dd4e78744562d5ce1b59c89f2f2a5"
238-
integrity sha512-igczbR/0SeuPR8RFfC7tGrbdTbFL3QTvH6D+Z6zNxnTe//GyqmtHmDkzrqDmyZ3eSwPqB/LhyKoU5DXsp+Vp2A==
235+
"@babel/helpers@^7.5.4":
236+
version "7.5.4"
237+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.5.4.tgz#2f00608aa10d460bde0ccf665d6dcf8477357cf0"
238+
integrity sha512-6LJ6xwUEJP51w0sIgKyfvFMJvIb9mWAfohJp0+m6eHJigkFdcH8duZ1sfhn0ltJRzwUIT/yqqhdSfRpCpL7oow==
239239
dependencies:
240240
"@babel/template" "^7.4.4"
241-
"@babel/traverse" "^7.4.4"
242-
"@babel/types" "^7.4.4"
241+
"@babel/traverse" "^7.5.0"
242+
"@babel/types" "^7.5.0"
243243

244244
"@babel/highlight@^7.0.0":
245245
version "7.0.0"
@@ -250,10 +250,10 @@
250250
esutils "^2.0.2"
251251
js-tokens "^4.0.0"
252252

253-
"@babel/parser@^7.0.0", "@babel/parser@^7.4.4", "@babel/parser@^7.4.5":
254-
version "7.4.5"
255-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.4.5.tgz#04af8d5d5a2b044a2a1bffacc1e5e6673544e872"
256-
integrity sha512-9mUqkL1FF5T7f0WDFfAoDdiMVPWsdD1gZYzSnaXsxUCUqzuch/8of9G3VUSNiZmMBoRxT3neyVsqeiL/ZPcjew==
253+
"@babel/parser@^7.0.0", "@babel/parser@^7.4.4", "@babel/parser@^7.5.0":
254+
version "7.5.0"
255+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.5.0.tgz#3e0713dff89ad6ae37faec3b29dcfc5c979770b7"
256+
integrity sha512-I5nW8AhGpOXGCCNYGc+p7ExQIBxRFnS2fd/d862bNOKvmoEPjYPcfIjsfdy0ujagYOIYPczKgD9l3FsgTkAzKA==
257257

258258
"@babel/plugin-external-helpers@^7.0.0":
259259
version "7.2.0"
@@ -648,25 +648,25 @@
648648
"@babel/parser" "^7.4.4"
649649
"@babel/types" "^7.4.4"
650650

651-
"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.4.0", "@babel/traverse@^7.4.4", "@babel/traverse@^7.4.5":
652-
version "7.4.5"
653-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.4.5.tgz#4e92d1728fd2f1897dafdd321efbff92156c3216"
654-
integrity sha512-Vc+qjynwkjRmIFGxy0KYoPj4FdVDxLej89kMHFsWScq999uX+pwcX4v9mWRjW0KcAYTPAuVQl2LKP1wEVLsp+A==
651+
"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.4.0", "@babel/traverse@^7.4.4", "@babel/traverse@^7.5.0":
652+
version "7.5.0"
653+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.5.0.tgz#4216d6586854ef5c3c4592dab56ec7eb78485485"
654+
integrity sha512-SnA9aLbyOCcnnbQEGwdfBggnc142h/rbqqsXcaATj2hZcegCl903pUD/lfpsNBlBSuWow/YDfRyJuWi2EPR5cg==
655655
dependencies:
656656
"@babel/code-frame" "^7.0.0"
657-
"@babel/generator" "^7.4.4"
657+
"@babel/generator" "^7.5.0"
658658
"@babel/helper-function-name" "^7.1.0"
659659
"@babel/helper-split-export-declaration" "^7.4.4"
660-
"@babel/parser" "^7.4.5"
661-
"@babel/types" "^7.4.4"
660+
"@babel/parser" "^7.5.0"
661+
"@babel/types" "^7.5.0"
662662
debug "^4.1.0"
663663
globals "^11.1.0"
664664
lodash "^4.17.11"
665665

666-
"@babel/types@^7.0.0", "@babel/types@^7.2.0", "@babel/types@^7.2.2", "@babel/types@^7.3.0", "@babel/types@^7.4.0", "@babel/types@^7.4.4":
667-
version "7.4.4"
668-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.4.4.tgz#8db9e9a629bb7c29370009b4b779ed93fe57d5f0"
669-
integrity sha512-dOllgYdnEFOebhkKCjzSVFqw/PmmB8pH6RGOWkY4GsboQNd47b1fBThBSwlHAq9alF9vc1M3+6oqR47R50L0tQ==
666+
"@babel/types@^7.0.0", "@babel/types@^7.2.0", "@babel/types@^7.2.2", "@babel/types@^7.3.0", "@babel/types@^7.4.0", "@babel/types@^7.4.4", "@babel/types@^7.5.0":
667+
version "7.5.0"
668+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.5.0.tgz#e47d43840c2e7f9105bc4d3a2c371b4d0c7832ab"
669+
integrity sha512-UFpDVqRABKsW01bvw7/wSUe56uy6RXM5+VJibVVAybDGxEW25jdwiFJEf7ASvSaC7sN7rbE/l3cLp2izav+CtQ==
670670
dependencies:
671671
esutils "^2.0.2"
672672
lodash "^4.17.11"
@@ -3775,20 +3775,13 @@ resolve-url@^0.2.1:
37753775
resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a"
37763776
integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=
37773777

3778-
resolve@^1.10.0, resolve@^1.5.0:
3778+
resolve@^1.10.0, resolve@^1.3.2, resolve@^1.4.0, resolve@^1.5.0, resolve@^1.8.1:
37793779
version "1.11.1"
37803780
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.11.1.tgz#ea10d8110376982fef578df8fc30b9ac30a07a3e"
37813781
integrity sha512-vIpgF6wfuJOZI7KKKSP+HmiKggadPQAdsp5HiC1mvqnfp0gF1vdwgBWZIdrVft9pgqoMFQN+R7BSWZiBxx+BBw==
37823782
dependencies:
37833783
path-parse "^1.0.6"
37843784

3785-
resolve@^1.3.2, resolve@^1.4.0, resolve@^1.8.1:
3786-
version "1.10.0"
3787-
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.10.0.tgz#3bdaaeaf45cc07f375656dfd2e54ed0810b101ba"
3788-
integrity sha512-3sUr9aq5OfSg2S9pNtPA9hL1FVEAjvfOC4leW0SNf/mpnaakz2a9femSd6LqAww2RaFctwyf1lCqnTHuF1rxDg==
3789-
dependencies:
3790-
path-parse "^1.0.6"
3791-
37923785
restore-cursor@^2.0.0:
37933786
version "2.0.0"
37943787
resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-2.0.0.tgz#9f7ee287f82fd326d4fd162923d62129eee0dfaf"

0 commit comments

Comments
 (0)