Skip to content

Commit 9df37bf

Browse files
Merge pull request #379 from shipshapecode/dependabot/npm_and_yarn/babel/core-7.7.2
2 parents 63508b0 + 612d349 commit 9df37bf

2 files changed

Lines changed: 74 additions & 51 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"main": "dist/js/tether.js",
3636
"module": "dist/js/tether.esm.js",
3737
"devDependencies": {
38-
"@babel/core": "^7.6.0",
38+
"@babel/core": "^7.7.2",
3939
"@babel/preset-env": "^7.6.0",
4040
"@testing-library/jest-dom": "^4.2.0",
4141
"autoprefixer": "^9.7.1",

yarn.lock

Lines changed: 73 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,19 @@
1616
dependencies:
1717
"@babel/highlight" "^7.0.0"
1818

19-
"@babel/core@^7.1.0", "@babel/core@^7.6.0":
20-
version "7.6.4"
21-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.6.4.tgz#6ebd9fe00925f6c3e177bb726a188b5f578088ff"
22-
integrity sha512-Rm0HGw101GY8FTzpWSyRbki/jzq+/PkNQJ+nSulrdY6gFGOsNseCqD6KHRYe2E+EdzuBdr2pxCp6s4Uk6eJ+XQ==
19+
"@babel/core@^7.1.0", "@babel/core@^7.7.2":
20+
version "7.7.2"
21+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.7.2.tgz#ea5b99693bcfc058116f42fa1dd54da412b29d91"
22+
integrity sha512-eeD7VEZKfhK1KUXGiyPFettgF3m513f8FoBSWiQ1xTvl1RAopLs42Wp9+Ze911I6H0N9lNqJMDgoZT7gHsipeQ==
2323
dependencies:
2424
"@babel/code-frame" "^7.5.5"
25-
"@babel/generator" "^7.6.4"
26-
"@babel/helpers" "^7.6.2"
27-
"@babel/parser" "^7.6.4"
28-
"@babel/template" "^7.6.0"
29-
"@babel/traverse" "^7.6.3"
30-
"@babel/types" "^7.6.3"
31-
convert-source-map "^1.1.0"
25+
"@babel/generator" "^7.7.2"
26+
"@babel/helpers" "^7.7.0"
27+
"@babel/parser" "^7.7.2"
28+
"@babel/template" "^7.7.0"
29+
"@babel/traverse" "^7.7.2"
30+
"@babel/types" "^7.7.2"
31+
convert-source-map "^1.7.0"
3232
debug "^4.1.0"
3333
json5 "^2.1.0"
3434
lodash "^4.17.13"
@@ -47,12 +47,12 @@
4747
source-map "^0.5.0"
4848
trim-right "^1.0.1"
4949

50-
"@babel/generator@^7.4.0", "@babel/generator@^7.6.3", "@babel/generator@^7.6.4":
51-
version "7.6.4"
52-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.6.4.tgz#a4f8437287bf9671b07f483b76e3bb731bc97671"
53-
integrity sha512-jsBuXkFoZxk0yWLyGI9llT9oiQ2FeTASmRFE32U+aaDTfoE92t78eroO7PTpU/OrYq38hlcDM6vbfLDaOLy+7w==
50+
"@babel/generator@^7.4.0", "@babel/generator@^7.7.2":
51+
version "7.7.2"
52+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.7.2.tgz#2f4852d04131a5e17ea4f6645488b5da66ebf3af"
53+
integrity sha512-WthSArvAjYLz4TcbKOi88me+KmDJdKSlfwwN8CnUYn9jBkzhq0ZEPuBfkAWIvjJ3AdEV1Cf/+eSQTnp3IDJKlQ==
5454
dependencies:
55-
"@babel/types" "^7.6.3"
55+
"@babel/types" "^7.7.2"
5656
jsesc "^2.5.1"
5757
lodash "^4.17.13"
5858
source-map "^0.5.0"
@@ -116,6 +116,15 @@
116116
"@babel/template" "^7.1.0"
117117
"@babel/types" "^7.0.0"
118118

119+
"@babel/helper-function-name@^7.7.0":
120+
version "7.7.0"
121+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.7.0.tgz#44a5ad151cfff8ed2599c91682dda2ec2c8430a3"
122+
integrity sha512-tDsJgMUAP00Ugv8O2aGEua5I2apkaQO7lBGUq1ocwN3G23JE5Dcq0uh3GvFTChPa4b40AWiAsLvCZOA2rdnQ7Q==
123+
dependencies:
124+
"@babel/helper-get-function-arity" "^7.7.0"
125+
"@babel/template" "^7.7.0"
126+
"@babel/types" "^7.7.0"
127+
119128
"@babel/helper-get-function-arity@7.0.0-beta.44":
120129
version "7.0.0-beta.44"
121130
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0-beta.44.tgz#d03ca6dd2b9f7b0b1e6b32c56c72836140db3a15"
@@ -130,6 +139,13 @@
130139
dependencies:
131140
"@babel/types" "^7.0.0"
132141

142+
"@babel/helper-get-function-arity@^7.7.0":
143+
version "7.7.0"
144+
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.7.0.tgz#c604886bc97287a1d1398092bc666bc3d7d7aa2d"
145+
integrity sha512-tLdojOTz4vWcEnHWHCuPN5P85JLZWbm5Fx5ZsMEMPhF3Uoe3O7awrbM2nQ04bDOUToH/2tH/ezKEOR8zEYzqyw==
146+
dependencies:
147+
"@babel/types" "^7.7.0"
148+
133149
"@babel/helper-hoist-variables@^7.4.4":
134150
version "7.4.4"
135151
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.4.4.tgz#0298b5f25c8c09c53102d52ac4a98f773eb2850a"
@@ -225,6 +241,13 @@
225241
dependencies:
226242
"@babel/types" "^7.4.4"
227243

244+
"@babel/helper-split-export-declaration@^7.7.0":
245+
version "7.7.0"
246+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.7.0.tgz#1365e74ea6c614deeb56ebffabd71006a0eb2300"
247+
integrity sha512-HgYSI8rH08neWlAH3CcdkFg9qX9YsZysZI5GD8LjhQib/mM0jGOZOVkoUiiV2Hu978fRtjtsGsW6w0pKHUWtqA==
248+
dependencies:
249+
"@babel/types" "^7.7.0"
250+
228251
"@babel/helper-wrap-function@^7.1.0":
229252
version "7.2.0"
230253
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.2.0.tgz#c4e0012445769e2815b55296ead43a958549f6fa"
@@ -235,14 +258,14 @@
235258
"@babel/traverse" "^7.1.0"
236259
"@babel/types" "^7.2.0"
237260

238-
"@babel/helpers@^7.6.2":
239-
version "7.6.2"
240-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.6.2.tgz#681ffe489ea4dcc55f23ce469e58e59c1c045153"
241-
integrity sha512-3/bAUL8zZxYs1cdX2ilEE0WobqbCmKWr/889lf2SS0PpDcpEIY8pb1CCyz0pEcX3pEb+MCbks1jIokz2xLtGTA==
261+
"@babel/helpers@^7.7.0":
262+
version "7.7.0"
263+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.7.0.tgz#359bb5ac3b4726f7c1fde0ec75f64b3f4275d60b"
264+
integrity sha512-VnNwL4YOhbejHb7x/b5F39Zdg5vIQpUUNzJwx0ww1EcVRt41bbGRZWhAURrfY32T5zTT3qwNOQFWpn+P0i0a2g==
242265
dependencies:
243-
"@babel/template" "^7.6.0"
244-
"@babel/traverse" "^7.6.2"
245-
"@babel/types" "^7.6.0"
266+
"@babel/template" "^7.7.0"
267+
"@babel/traverse" "^7.7.0"
268+
"@babel/types" "^7.7.0"
246269

247270
"@babel/highlight@7.0.0-beta.44":
248271
version "7.0.0-beta.44"
@@ -262,10 +285,10 @@
262285
esutils "^2.0.2"
263286
js-tokens "^4.0.0"
264287

265-
"@babel/parser@^7.1.0", "@babel/parser@^7.4.3", "@babel/parser@^7.6.0", "@babel/parser@^7.6.3", "@babel/parser@^7.6.4":
266-
version "7.6.4"
267-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.6.4.tgz#cb9b36a7482110282d5cb6dd424ec9262b473d81"
268-
integrity sha512-D8RHPW5qd0Vbyo3qb+YjO5nvUVRTXFLQ/FsDxJU2Nqz4uB5EnUN0ZQSEYpvTIbRuttig1XbHWU5oMeQwQSAA+A==
288+
"@babel/parser@^7.1.0", "@babel/parser@^7.4.3", "@babel/parser@^7.7.0", "@babel/parser@^7.7.2":
289+
version "7.7.3"
290+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.7.3.tgz#5fad457c2529de476a248f75b0f090b3060af043"
291+
integrity sha512-bqv+iCo9i+uLVbI0ILzKkvMorqxouI+GbV13ivcARXn9NNEabi2IEz912IgNpT/60BNXac5dgcfjb94NjsF33A==
269292

270293
"@babel/plugin-proposal-async-generator-functions@^7.2.0":
271294
version "7.2.0"
@@ -671,14 +694,14 @@
671694
babylon "7.0.0-beta.44"
672695
lodash "^4.2.0"
673696

674-
"@babel/template@^7.1.0", "@babel/template@^7.4.0", "@babel/template@^7.4.4", "@babel/template@^7.6.0":
675-
version "7.6.0"
676-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.6.0.tgz#7f0159c7f5012230dad64cca42ec9bdb5c9536e6"
677-
integrity sha512-5AEH2EXD8euCk446b7edmgFdub/qfH1SN6Nii3+fyXP807QRx9Q73A2N5hNwRRslC2H9sNzaFhsPubkS4L8oNQ==
697+
"@babel/template@^7.1.0", "@babel/template@^7.4.0", "@babel/template@^7.4.4", "@babel/template@^7.7.0":
698+
version "7.7.0"
699+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.7.0.tgz#4fadc1b8e734d97f56de39c77de76f2562e597d0"
700+
integrity sha512-OKcwSYOW1mhWbnTBgQY5lvg1Fxg+VyfQGjcBduZFljfc044J5iDlnDSfhQ867O17XHiSCxYHUxHg2b7ryitbUQ==
678701
dependencies:
679702
"@babel/code-frame" "^7.0.0"
680-
"@babel/parser" "^7.6.0"
681-
"@babel/types" "^7.6.0"
703+
"@babel/parser" "^7.7.0"
704+
"@babel/types" "^7.7.0"
682705

683706
"@babel/traverse@7.0.0-beta.44":
684707
version "7.0.0-beta.44"
@@ -696,17 +719,17 @@
696719
invariant "^2.2.0"
697720
lodash "^4.2.0"
698721

699-
"@babel/traverse@^7.1.0", "@babel/traverse@^7.4.3", "@babel/traverse@^7.4.4", "@babel/traverse@^7.5.5", "@babel/traverse@^7.6.2", "@babel/traverse@^7.6.3":
700-
version "7.6.3"
701-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.6.3.tgz#66d7dba146b086703c0fb10dd588b7364cec47f9"
702-
integrity sha512-unn7P4LGsijIxaAJo/wpoU11zN+2IaClkQAxcJWBNCMS6cmVh802IyLHNkAjQ0iYnRS3nnxk5O3fuXW28IMxTw==
722+
"@babel/traverse@^7.1.0", "@babel/traverse@^7.4.3", "@babel/traverse@^7.4.4", "@babel/traverse@^7.5.5", "@babel/traverse@^7.7.0", "@babel/traverse@^7.7.2":
723+
version "7.7.2"
724+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.7.2.tgz#ef0a65e07a2f3c550967366b3d9b62a2dcbeae09"
725+
integrity sha512-TM01cXib2+rgIZrGJOLaHV/iZUAxf4A0dt5auY6KNZ+cm6aschuJGqKJM3ROTt3raPUdIDk9siAufIFEleRwtw==
703726
dependencies:
704727
"@babel/code-frame" "^7.5.5"
705-
"@babel/generator" "^7.6.3"
706-
"@babel/helper-function-name" "^7.1.0"
707-
"@babel/helper-split-export-declaration" "^7.4.4"
708-
"@babel/parser" "^7.6.3"
709-
"@babel/types" "^7.6.3"
728+
"@babel/generator" "^7.7.2"
729+
"@babel/helper-function-name" "^7.7.0"
730+
"@babel/helper-split-export-declaration" "^7.7.0"
731+
"@babel/parser" "^7.7.2"
732+
"@babel/types" "^7.7.2"
710733
debug "^4.1.0"
711734
globals "^11.1.0"
712735
lodash "^4.17.13"
@@ -720,10 +743,10 @@
720743
lodash "^4.2.0"
721744
to-fast-properties "^2.0.0"
722745

723-
"@babel/types@^7.0.0", "@babel/types@^7.2.0", "@babel/types@^7.3.0", "@babel/types@^7.4.0", "@babel/types@^7.4.4", "@babel/types@^7.5.5", "@babel/types@^7.6.0", "@babel/types@^7.6.3":
724-
version "7.6.3"
725-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.6.3.tgz#3f07d96f854f98e2fbd45c64b0cb942d11e8ba09"
726-
integrity sha512-CqbcpTxMcpuQTMhjI37ZHVgjBkysg5icREQIEZ0eG1yCNwg3oy+5AaLiOKmjsCj6nqOsa6Hf0ObjRVwokb7srA==
746+
"@babel/types@^7.0.0", "@babel/types@^7.2.0", "@babel/types@^7.3.0", "@babel/types@^7.4.0", "@babel/types@^7.4.4", "@babel/types@^7.5.5", "@babel/types@^7.6.3", "@babel/types@^7.7.0", "@babel/types@^7.7.2":
747+
version "7.7.2"
748+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.7.2.tgz#550b82e5571dcd174af576e23f0adba7ffc683f7"
749+
integrity sha512-YTf6PXoh3+eZgRCBzzP25Bugd2ngmpQVrk7kXX0i5N9BO7TFBtIgZYs7WtxtOGs8e6A4ZI7ECkbBCEHeXocvOA==
727750
dependencies:
728751
esutils "^2.0.2"
729752
lodash "^4.17.13"
@@ -2158,10 +2181,10 @@ console-control-strings@^1.0.0, console-control-strings@~1.1.0:
21582181
resolved "https://registry.yarnpkg.com/console-control-strings/-/console-control-strings-1.1.0.tgz#3d7cf4464db6446ea644bf4b39507f9851008e8e"
21592182
integrity sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4=
21602183

2161-
convert-source-map@^1.1.0, convert-source-map@^1.4.0:
2162-
version "1.6.0"
2163-
resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.6.0.tgz#51b537a8c43e0f04dec1993bffcdd504e758ac20"
2164-
integrity sha512-eFu7XigvxdZ1ETfbgPBohgyQ/Z++C0eEhTor0qRwBw9unw+L0/6V8wkSuGgzdThkiS5lSpdptOQPD8Ak40a+7A==
2184+
convert-source-map@^1.4.0, convert-source-map@^1.7.0:
2185+
version "1.7.0"
2186+
resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.7.0.tgz#17a2cb882d7f77d3490585e2ce6c524424a3a442"
2187+
integrity sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA==
21652188
dependencies:
21662189
safe-buffer "~5.1.1"
21672190

0 commit comments

Comments
 (0)