Skip to content

Commit 7d62a48

Browse files
authored
Merge pull request #10 from ferdikoomen/dependabot/npm_and_yarn/babel/core-7.7.2
Bump @babel/core from 7.7.0 to 7.7.2
2 parents 6e37ccb + cc89ff7 commit 7d62a48

File tree

2 files changed

+31
-31
lines changed

2 files changed

+31
-31
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"prettier:fix": "prettier \"./src/**/*.ts\" --write"
5858
},
5959
"devDependencies": {
60-
"@babel/core": "7.7.0",
60+
"@babel/core": "7.7.2",
6161
"@babel/preset-env": "7.7.1",
6262
"@babel/preset-typescript": "7.7.0",
6363
"@types/jest": "24.0.22",

yarn.lock

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

12-
"@babel/core@7.7.0", "@babel/core@^7.1.0":
13-
version "7.7.0"
14-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.7.0.tgz#461d2948b1a7113088baf999499bcbd39a7faa3b"
15-
integrity sha512-Bb1NjZCaiwTQC/ARL+MwDpgocdnwWDCaugvkGt6cxfBzQa8Whv1JybBoUEiBDKl8Ni3H3c7Fykwk7QChUsHRlg==
12+
"@babel/core@7.7.2", "@babel/core@^7.1.0":
13+
version "7.7.2"
14+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.7.2.tgz#ea5b99693bcfc058116f42fa1dd54da412b29d91"
15+
integrity sha512-eeD7VEZKfhK1KUXGiyPFettgF3m513f8FoBSWiQ1xTvl1RAopLs42Wp9+Ze911I6H0N9lNqJMDgoZT7gHsipeQ==
1616
dependencies:
1717
"@babel/code-frame" "^7.5.5"
18-
"@babel/generator" "^7.7.0"
18+
"@babel/generator" "^7.7.2"
1919
"@babel/helpers" "^7.7.0"
20-
"@babel/parser" "^7.7.0"
20+
"@babel/parser" "^7.7.2"
2121
"@babel/template" "^7.7.0"
22-
"@babel/traverse" "^7.7.0"
23-
"@babel/types" "^7.7.0"
24-
convert-source-map "^1.1.0"
22+
"@babel/traverse" "^7.7.2"
23+
"@babel/types" "^7.7.2"
24+
convert-source-map "^1.7.0"
2525
debug "^4.1.0"
2626
json5 "^2.1.0"
2727
lodash "^4.17.13"
2828
resolve "^1.3.2"
2929
semver "^5.4.1"
3030
source-map "^0.5.0"
3131

32-
"@babel/generator@^7.4.0", "@babel/generator@^7.7.0":
33-
version "7.7.0"
34-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.7.0.tgz#c6d4d1f7a0d6e139cbd01aca73170b0bff5425b4"
35-
integrity sha512-1wdJ6UxHyL1XoJQ119JmvuRX27LRih7iYStMPZOWAjQqeAabFg3dYXKMpgihma+to+0ADsTVVt6oRyUxWZw6Mw==
32+
"@babel/generator@^7.4.0", "@babel/generator@^7.7.2":
33+
version "7.7.2"
34+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.7.2.tgz#2f4852d04131a5e17ea4f6645488b5da66ebf3af"
35+
integrity sha512-WthSArvAjYLz4TcbKOi88me+KmDJdKSlfwwN8CnUYn9jBkzhq0ZEPuBfkAWIvjJ3AdEV1Cf/+eSQTnp3IDJKlQ==
3636
dependencies:
37-
"@babel/types" "^7.7.0"
37+
"@babel/types" "^7.7.2"
3838
jsesc "^2.5.1"
3939
lodash "^4.17.13"
4040
source-map "^0.5.0"
@@ -232,10 +232,10 @@
232232
esutils "^2.0.2"
233233
js-tokens "^4.0.0"
234234

235-
"@babel/parser@^7.1.0", "@babel/parser@^7.4.3", "@babel/parser@^7.7.0":
236-
version "7.7.0"
237-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.7.0.tgz#232618f6e8947bc54b407fa1f1c91a22758e7159"
238-
integrity sha512-GqL+Z0d7B7ADlQBMXlJgvXEbtt5qlqd1YQ5fr12hTSfh7O/vgrEIvJxU2e7aSVrEUn75zTZ6Nd0s8tthrlZnrQ==
235+
"@babel/parser@^7.1.0", "@babel/parser@^7.4.3", "@babel/parser@^7.7.0", "@babel/parser@^7.7.2":
236+
version "7.7.2"
237+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.7.2.tgz#ea8334dc77416bfd9473eb470fd00d8245b3943b"
238+
integrity sha512-DDaR5e0g4ZTb9aP7cpSZLkACEBdoLGwJDWgHtBhrGX7Q1RjhdoMOfexICj5cqTAtpowjGQWfcvfnQG7G2kAB5w==
239239

240240
"@babel/plugin-proposal-async-generator-functions@^7.7.0":
241241
version "7.7.0"
@@ -669,25 +669,25 @@
669669
"@babel/parser" "^7.7.0"
670670
"@babel/types" "^7.7.0"
671671

672-
"@babel/traverse@^7.1.0", "@babel/traverse@^7.4.3", "@babel/traverse@^7.7.0":
673-
version "7.7.0"
674-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.7.0.tgz#9f5744346b8d10097fd2ec2eeffcaf19813cbfaf"
675-
integrity sha512-ea/3wRZc//e/uwCpuBX2itrhI0U9l7+FsrKWyKGNyvWbuMcCG7ATKY2VI4wlg2b2TA39HHwIxnvmXvtiKsyn7w==
672+
"@babel/traverse@^7.1.0", "@babel/traverse@^7.4.3", "@babel/traverse@^7.7.0", "@babel/traverse@^7.7.2":
673+
version "7.7.2"
674+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.7.2.tgz#ef0a65e07a2f3c550967366b3d9b62a2dcbeae09"
675+
integrity sha512-TM01cXib2+rgIZrGJOLaHV/iZUAxf4A0dt5auY6KNZ+cm6aschuJGqKJM3ROTt3raPUdIDk9siAufIFEleRwtw==
676676
dependencies:
677677
"@babel/code-frame" "^7.5.5"
678-
"@babel/generator" "^7.7.0"
678+
"@babel/generator" "^7.7.2"
679679
"@babel/helper-function-name" "^7.7.0"
680680
"@babel/helper-split-export-declaration" "^7.7.0"
681-
"@babel/parser" "^7.7.0"
682-
"@babel/types" "^7.7.0"
681+
"@babel/parser" "^7.7.2"
682+
"@babel/types" "^7.7.2"
683683
debug "^4.1.0"
684684
globals "^11.1.0"
685685
lodash "^4.17.13"
686686

687-
"@babel/types@^7.0.0", "@babel/types@^7.3.0", "@babel/types@^7.4.0", "@babel/types@^7.7.0", "@babel/types@^7.7.1":
688-
version "7.7.1"
689-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.7.1.tgz#8b08ea368f2baff236613512cf67109e76285827"
690-
integrity sha512-kN/XdANDab9x1z5gcjDc9ePpxexkt+1EQ2MQUiM4XnMvQfvp87/+6kY4Ko2maLXH+tei/DgJ/ybFITeqqRwDiA==
687+
"@babel/types@^7.0.0", "@babel/types@^7.3.0", "@babel/types@^7.4.0", "@babel/types@^7.7.0", "@babel/types@^7.7.1", "@babel/types@^7.7.2":
688+
version "7.7.2"
689+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.7.2.tgz#550b82e5571dcd174af576e23f0adba7ffc683f7"
690+
integrity sha512-YTf6PXoh3+eZgRCBzzP25Bugd2ngmpQVrk7kXX0i5N9BO7TFBtIgZYs7WtxtOGs8e6A4ZI7ECkbBCEHeXocvOA==
691691
dependencies:
692692
esutils "^2.0.2"
693693
lodash "^4.17.13"
@@ -1505,7 +1505,7 @@ console-control-strings@^1.0.0, console-control-strings@~1.1.0:
15051505
resolved "https://registry.yarnpkg.com/console-control-strings/-/console-control-strings-1.1.0.tgz#3d7cf4464db6446ea644bf4b39507f9851008e8e"
15061506
integrity sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4=
15071507

1508-
convert-source-map@^1.1.0, convert-source-map@^1.4.0:
1508+
convert-source-map@^1.4.0, convert-source-map@^1.7.0:
15091509
version "1.7.0"
15101510
resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.7.0.tgz#17a2cb882d7f77d3490585e2ce6c524424a3a442"
15111511
integrity sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA==

0 commit comments

Comments
 (0)