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

Commit 8a79462

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

2 files changed

Lines changed: 16 additions & 16 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.4",
16+
"@babel/core": "^7.4.5",
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: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@
99
dependencies:
1010
"@babel/highlight" "^7.0.0"
1111

12-
"@babel/core@^7.4.4":
13-
version "7.4.4"
14-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.4.4.tgz#84055750b05fcd50f9915a826b44fa347a825250"
15-
integrity sha512-lQgGX3FPRgbz2SKmhMtYgJvVzGZrmjaF4apZ2bLwofAKiSjxU0drPh4S/VasyYXwaTs+A1gvQ45BN8SQJzHsQQ==
12+
"@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==
1616
dependencies:
1717
"@babel/code-frame" "^7.0.0"
1818
"@babel/generator" "^7.4.4"
1919
"@babel/helpers" "^7.4.4"
20-
"@babel/parser" "^7.4.4"
20+
"@babel/parser" "^7.4.5"
2121
"@babel/template" "^7.4.4"
22-
"@babel/traverse" "^7.4.4"
22+
"@babel/traverse" "^7.4.5"
2323
"@babel/types" "^7.4.4"
2424
convert-source-map "^1.1.0"
2525
debug "^4.1.0"
@@ -219,10 +219,10 @@
219219
esutils "^2.0.2"
220220
js-tokens "^4.0.0"
221221

222-
"@babel/parser@^7.4.4":
223-
version "7.4.4"
224-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.4.4.tgz#5977129431b8fe33471730d255ce8654ae1250b6"
225-
integrity sha512-5pCS4mOsL+ANsFZGdvNLybx4wtqAZJ0MJjMHxvzI3bvIsz6sQvzW8XX92EYIkiPtIvcfG3Aj+Ir5VNyjnZhP7w==
222+
"@babel/parser@^7.4.4", "@babel/parser@^7.4.5":
223+
version "7.4.5"
224+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.4.5.tgz#04af8d5d5a2b044a2a1bffacc1e5e6673544e872"
225+
integrity sha512-9mUqkL1FF5T7f0WDFfAoDdiMVPWsdD1gZYzSnaXsxUCUqzuch/8of9G3VUSNiZmMBoRxT3neyVsqeiL/ZPcjew==
226226

227227
"@babel/plugin-proposal-class-properties@^7.0.0":
228228
version "7.4.0"
@@ -553,16 +553,16 @@
553553
"@babel/parser" "^7.4.4"
554554
"@babel/types" "^7.4.4"
555555

556-
"@babel/traverse@^7.1.0", "@babel/traverse@^7.4.0", "@babel/traverse@^7.4.4":
557-
version "7.4.4"
558-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.4.4.tgz#0776f038f6d78361860b6823887d4f3937133fe8"
559-
integrity sha512-Gw6qqkw/e6AGzlyj9KnkabJX7VcubqPtkUQVAwkc0wUMldr3A/hezNB3Rc5eIvId95iSGkGIOe5hh1kMKf951A==
556+
"@babel/traverse@^7.1.0", "@babel/traverse@^7.4.0", "@babel/traverse@^7.4.4", "@babel/traverse@^7.4.5":
557+
version "7.4.5"
558+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.4.5.tgz#4e92d1728fd2f1897dafdd321efbff92156c3216"
559+
integrity sha512-Vc+qjynwkjRmIFGxy0KYoPj4FdVDxLej89kMHFsWScq999uX+pwcX4v9mWRjW0KcAYTPAuVQl2LKP1wEVLsp+A==
560560
dependencies:
561561
"@babel/code-frame" "^7.0.0"
562562
"@babel/generator" "^7.4.4"
563563
"@babel/helper-function-name" "^7.1.0"
564564
"@babel/helper-split-export-declaration" "^7.4.4"
565-
"@babel/parser" "^7.4.4"
565+
"@babel/parser" "^7.4.5"
566566
"@babel/types" "^7.4.4"
567567
debug "^4.1.0"
568568
globals "^11.1.0"

0 commit comments

Comments
 (0)