10000 chore(deps): update all non-major dependencies to ^7.8.6 (#4847) · ssmbct-netops/bootstrap-vue@48922f3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 48922f3

Browse files
chore(deps): update all non-major dependencies to ^7.8.6 (bootstrap-vue#4847)
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
1 parent 01c79e8 commit 48922f3

File tree

2 files changed

+101
-43
lines changed

2 files changed

+101
-43
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,11 @@
9797
},
9898
"devDependencies": {
9999
"@babel/cli": "^7.8.4",
100-
"@babel/core": "^7.8.4",
100+
"@babel/core": "^7.8.6",
101101
"@babel/plugin-transform-modules-commonjs": "^7.8.3",
102102
"@babel/plugin-transform-runtime": "^7.8.3",
103-
"@babel/preset-env": "^7.8.4",
104-
"@babel/standalone": "^7.8.4",
103+
"@babel/preset-env": "^7.8.6",
104+
"@babel/standalone": "^7.8.6",
105105
"@nuxtjs/google-analytics": "^2.2.3",
106106
"@nuxtjs/pwa": "^3.0.0-beta.20",
107107
"@vue/test-utils": "1.0.0-beta.29",

yarn.lock

Lines changed: 98 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@
3232
dependencies:
3333
"@babel/highlight" "^7.8.3"
3434

35-
"@babel/compat-data@^7.8.4":
36-
version "7.8.4"
37-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.8.4.tgz#bbe65d05a291667a8394fe8a0e0e277ef22b0d2a"
38-
integrity sha512-lHLhlsvFjJAqNU71b7k6Vv9ewjmTXKvqaMv7n0G1etdCabWLw3nEYE8mmgoVOxMIFE07xOvo7H7XBASirX6Rrg==
35+
"@babel/compat-data@^7.8.6":
36+
version "7.8.6"
37+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.8.6.tgz#7eeaa0dfa17e50c7d9c0832515eee09b56f04e35"
38+
integrity sha512-CurCIKPTkS25Mb8mz267vU95vy+TyUpnctEX2lV33xWNmHAfjruztgiPBbXZRh3xZZy1CYvGx6XfxyTVS+sk7Q==
3939
dependencies:
4040
browserslist "^4.8.5"
4141
invariant "^2.2.4"
@@ -81,18 +81,18 @@
8181
semver "^5.4.1"
8282
source-map "^0.5.0"
8383

84-
"@babel/core@^7.8.4":
85-
version "7.8.4"
86-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.8.4.tgz#d496799e5c12195b3602d0fddd77294e3e38e80e"
87-
integrity sha512-0LiLrB2PwrVI+a2/IEskBopDYSd8BCb3rOvH7D5tzoWd696TBEduBvuLVm4Nx6rltrLZqvI3MCalB2K2aVzQjA==
84+
"@babel/core@^7.8.6":
85+
version "7.8.6"
86+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.8.6.tgz#27d7df9258a45c2e686b6f18b6c659e563aa4636"
87+
integrity sha512-Sheg7yEJD51YHAvLEV/7Uvw95AeWqYPL3Vk3zGujJKIhJ+8oLw2ALaf3hbucILhKsgSoADOvtKRJuNVdcJkOrg==
8888
dependencies:
8989
"@babel/code-frame" "^7.8.3"
90-
"@babel/generator" "^7.8.4"
90+
"@babel/generator" "^7.8.6"
9191
"@babel/helpers" "^7.8.4"
92-
"@babel/parser" "^7.8.4"
93-
"@babel/template" "^7.8.3"
94-
"@babel/traverse" "^7.8.4"
95-
"@babel/types" "^7.8.3"
92+
"@babel/parser" "^7.8.6"
93+
"@babel/template" "^7.8.6"
94+
"@babel/traverse" "^7.8.6"
95+
"@babel/types" "^7.8.6"
9696
convert-source-map "^1.7.0"
9797
debug "^4.1.0"
9898
gensync "^1.0.0-beta.1"
@@ -132,6 +132,16 @@
132132
lodash "^4.17.13"
133133
source-map "^0.5.0"
134134

135+
"@babel/generator@^7.8.6":
136+
version "7.8.6"
137+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.8.6.tgz#57adf96d370c9a63c241cd719f9111468578537a"
138+
integrity sha512-4bpOR5ZBz+wWcMeVtcf7FbjcFzCp+817z2/gHNncIRcM9MmKzUhtWCYAq27RAfUrAFwb+OCG1s9WEaVxfi6cjg==
139+
dependencies:
140+
"@babel/types" "^7.8.6"
141+
jsesc "^2.5.1"
142+
lodash "^4.17.13"
143+
source-map "^0.5.0"
144+
135145
"@babel/helper-annotate-as-pure@^7.7.4":
136146
version "7.7.4"
137147
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.7.4.tgz#bb3faf1e74b74bd547e867e48f551fa6b098b6ce"
@@ -180,12 +190,12 @@
180190
"@babel/traverse" "^7.8.3"
181191
"@babel/types" "^7.8.3"
182192

183-
"@babel/helper-compilation-targets@^7.8.4":
184-
version "7.8.4"
185-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.8.4.tgz#03d7ecd454b7ebe19a254f76617e61770aed2c88"
186-
integrity sha512-3k3BsKMvPp5bjxgMdrFyq0UaEO48HciVrOVF0+lon8pp95cyJ2ujAh0TrBHNMnJGT2rr0iKOJPFFbSqjDyf/Pg==
193+
"@babel/helper-compilation-targets@^7.8.6":
194+
version "7.8.6"
195+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.8.6.tgz#015b85db69e3a34240d5c2b761fc53eb9695f09c"
196+
integrity sha512-UrJdk27hKVJSnibFcUWYLkCL0ZywTUoot8yii1lsHJcvwrypagmYKjHLMWivQPm4s6GdyygCL8fiH5EYLxhQwQ==
187197
dependencies:
188-
"@babel/compat-data" "^7.8.4"
198+
"@babel/compat-data" "^7.8.6"
189199
browserslist "^4.8.5"
190200
invariant "^2.2.4"
191201
levenary "^1.1.1"
@@ -448,6 +458,16 @@
448458
"@babel/traverse" "^7.8.3"
449459
"@babel/types" "^7.8.3"
450460

461+
"@babel/helper-replace-supers@^7.8.6":
462+
version "7.8.6"
463+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.8.6.tgz#5ada744fd5ad73203bf1d67459a27dcba67effc8"
464+
integrity sha512-PeMArdA4Sv/Wf4zXwBKPqVj7n9UF/xg6slNRtZW84FM7JpE1CbG8B612FyM4cxrf4fMAMGO0kR7voy1ForHHFA==
465+
dependencies:
466+
"@babel/helper-member-expression-to-functions" "^7.8.3"
467+
"@babel/helper-optimise-call-expression" "^7.8.3"
468+
"@babel/traverse" "^7.8.6"
469+
"@babel/types" "^7.8.6"
470+
451471
"@babel/helper-simple-access@^7.7.4":
452472
version "7.7.4"
453473
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.7.4.tgz#a169a0adb1b5f418cfc19f22586b2ebf58a9a294"
@@ -554,6 +574,11 @@
554574
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.8.3.tgz#790874091d2001c9be6ec426c2eed47bc7679081"
555575
integrity sha512-/V72F4Yp/qmHaTALizEm9Gf2eQHV3QyTL3K0cNfijwnMnb1L+LDlAubb/ZnSdGAVzVSWakujHYs1I26x66sMeQ==
556576

577+
"@babel/parser@^7.8.6":
578+
version "7.8.6"
579+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.8.6.tgz#ba5c9910cddb77685a008e3c587af8d27b67962c"
580+
integrity sha512-trGNYSfwq5s0SgM1BMEB8hX3NDmO7EP2wsDGDexiaKMB92BaRpS+qZfpkMqUBhcsOTBwNy9B/jieo4ad/t/z2g==
581+
557582
"@babel/plugin-proposal-async-generator-functions@^7.7.4":
558583
version "7.7.4"
559584
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.7.4.tgz#0351c5ac0a9e927845fffd5b82af476947b7ce6d"
@@ -880,17 +905,17 @@
880905
"@babel/helper-split-export-declaration" "^7.7.4"
881906
globals "^11.1.0"
882907

883-
"@babel/plugin-transform-classes@^7.8.3":
884-
version "7.8.3"
885-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.8.3.tgz#46fd7a9d2bb9ea89ce88720477979fe0d71b21b8"
886-
integrity sha512-SjT0cwFJ+7Rbr1vQsvphAHwUHvSUPmMjMU/0P59G8U2HLFqSa082JO7zkbDNWs9kH/IUqpHI6xWNesGf8haF1w==
908+
"@babel/plugin-transform-classes@^7.8.6":
909+
version "7.8.6"
910+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.8.6.tgz#77534447a477cbe5995ae4aee3e39fbc8090c46d"
911+
integrity sha512-k9r8qRay/R6v5aWZkrEclEhKO6mc1CCQr2dLsVHBmOQiMpN6I2bpjX3vgnldUWeEI1GHVNByULVxZ4BdP4Hmdg==
887912
dependencies:
888913
"@babel/helper-annotate-as-pure" "^7.8.3"
889914
"@babel/helper-define-map" "^7.8.3"
890915
"@babel/helper-function-name" "^7.8.3"
891916
"@babel/helper-optimise-call-expression" "^7.8.3"
892917
"@babel/helper-plugin-utils" "^7.8.3"
893-
"@babel/helper-replace-supers" "^7.8.3"
918+
"@babel/helper-replace-supers" "^7.8.6"
894919
"@babel/helper-split-export-declaration" "^7.8.3"
895920
globals "^11.1.0"
896921

@@ -975,10 +1000,10 @@
9751000
dependencies:
9761001
"@babel/helper-plugin-utils" "^7.0.0"
9771002

978-
"@babel/plugin-transform-for-of@^7.8.4":
979-
version "7.8.4"
980-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.8.4.tgz#6fe8eae5d6875086ee185dd0b098a8513783b47d"
981-
integrity sha512-iAXNlOWvcYUYoV8YIxwS7TxGRJcxyl8eQCfT+A5j8sKUzRFvJdcyjp97jL2IghWSRDaL2PU2O2tX8Cu9dTBq5A==
1003+
"@babel/plugin-transform-for-of@^7.8.6":
1004+
version "7.8.6"
1005+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.8.6.tgz#a051bd1b402c61af97a27ff51b468321c7c2a085"
1006+
integrity sha512-M0pw4/1/KI5WAxPsdcUL/w2LJ7o89YHN3yLkzNjg7Yl15GlVGgzHyCU+FMeAxevHGsLVmUqbirlUIKTafPmzdw==
9821007
dependencies:
9831008
"@babel/helper-plugin-utils" "^7.8.3"
9841009

@@ -1370,13 +1395,13 @@
13701395
js-levenshtein "^1.1.3"
13711396
semver "^5.5.0"
13721397

1373-
"@babel/preset-env@^7.8.4":
1374-
version "7.8.4"
1375-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.8.4.tgz#9dac6df5f423015d3d49b6e9e5fa3413e4a72c4e"
1376-
integrity sha512-HihCgpr45AnSOHRbS5cWNTINs0TwaR8BS8xIIH+QwiW8cKL0llV91njQMpeMReEPVs+1Ao0x3RLEBLtt1hOq4w==
1398+
"@babel/preset-env@^7.8.6":
1399+
version "7.8.6"
1400+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.8.6.tgz#2a0773b08589ecba4995fc71b1965e4f531af40b"
1401+
integrity sha512-M5u8llV9DIVXBFB/ArIpqJuvXpO+ymxcJ6e8ZAmzeK3sQeBNOD1y+rHvHCGG4TlEmsNpIrdecsHGHT8ZCoOSJg==
13771402
dependencies:
1378-
"@babel/compat-data" "^7.8.4"
1379-
"@babel/helper-compilation-targets" "^7.8.4"
1403+
"@babel/compat-data" "^7.8.6"
1404+
"@babel/helper-compilation-targets" "^7.8.6"
13801405
"@babel/helper-module-imports" "^7.8.3"
13811406
"@babel/helper-plugin-utils" "^7.8.3"
13821407
"@babel/plugin-proposal-async-generator-functions" "^7.8.3"
@@ -1399,13 +1424,13 @@
13991424
"@babel/plugin-transform-async-to-generator" "^7.8.3"
14001425
"@babel/plugin-transform-block-scoped-functions" "^7.8.3"
14011426
"@babel/plugin-transform-block-scoping" "^7.8.3"
1402-
"@babel/plugin-transform-classes" "^7.8.3"
1427+
"@babel/plugin-transform-classes" "^7.8.6"
14031428
"@babel/plugin-transform-computed-properties" "^7.8.3"
14041429
"@babel/plugin-transform-destructuring" "^7.8.3"
14051430
"@babel/plugin-transform-dotall-regex" "^7.8.3"
14061431
"@babel/plugin-transform-duplicate-keys" "^7.8.3"
14071432
"@babel/plugin-transform-exponentiation-operator" "^7.8.3"
1408-
"@babel/plugin-transform-for-of" "^7.8.4"
1433+
"@babel/plugin-transform-for-of" "^7.8.6"
14091434
"@babel/plugin-transform-function-name" "^7.8.3"
14101435
"@babel/plugin-transform-literals" "^7.8.3"
14111436
"@babel/plugin-transform-member-expression-literals" "^7.8.3"
@@ -1426,7 +1451,7 @@
14261451
"@babel/plugin-transform-template-literals" "^7.8.3"
14271452
"@babel/plugin-transform-typeof-symbol" "^7.8.4"
14281453
"@babel/plugin-transform-unicode-regex" "^7.8.3"
1429-
"@babel/types" "^7.8.3"
1454+
"@babel/types" "^7.8.6"
14301455
browserslist "^4.8.5"
14311456
core-js-compat "^3.6.2"
14321457
invariant "^2.2.2"
@@ -1447,10 +1472,10 @@
14471472
dependencies:
14481473
regenerator-runtime "^0.13.2"
14491474

1450-
"@babel/standalone@^7.8.4":
1451-
version "7.8.4"
1452-
resolved "https://registry.yarnpkg.com/@babel/standalone/-/standalone-7.8.4.tgz#c50ed8a93c12141e638ea87ca4cdf6b4665a0bac"
1453-
integrity sha512-c/PomWPyLeCAnldfMGL2wNbu4OcseDObGhpK6WGfwqHWW+t9TNB7ENF/uWw/GtWv1wOnbPOb6U+uj2Q5ki1HLg==
1475+
"@babel/standalone@^7.8.6":
1476+
version "7.8.6"
1477+
resolved "https://registry.yarnpkg.com/@babel/standalone/-/standalone-7.8.6.tgz#1364534775c83bf7b7988e4ca98823bef56a0a53"
1478+
integrity sha512-GkzSsxrnn3NbL0XwY7oVa1frbl71NmYf73C3xdpt59W056Sm9ohZghuoC2W1NLKAOVztghoyFmtQCKc/7qjSDg==
14541479

14551480
"@babel/template@^7.4.0", "@babel/template@^7.7.4":
14561481
version "7.7.4"
@@ -1470,6 +1495,15 @@
14701495
"@babel/parser" "^7.8.3"
14711496
"@babel/types" "^7.8.3"
14721497

1498+
"@babel/template@^7.8.6":
1499+
version "7.8.6"
1500+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.8.6.tgz#86b22af15f828dfb086474f964dcc3e39c43ce2b"
1501+
integrity sha512-zbMsPMy/v0PWFZEhQJ66bqjhH+z0JgMoBWuikXybgG3Gkd/3t5oQ1Rw2WQhnSrsOmsKXnZOx15tkC4qON/+JPg==
1502+
dependencies:
1503+
"@babel/code-frame" "^7.8.3"
1504+
"@babel/parser" "^7.8.6"
1505+
"@babel/types" "^7.8.6"
1506+
14731507
"@babel/traverse@^7.1.0", "@babel/traverse@^7.4.3", "@babel/traverse@^7.7.4":
14741508
version "7.7.4"
14751509
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.7.4.tgz#9c1e7c60fb679fe4fcfaa42500833333c2058558"
@@ -1515,6 +1549,21 @@
15151549
globals "^11.1.0"
15161550
lodash "^4.17.13"
15171551

1552+
"@babel/traverse@^7.8.6":
1553+
version "7.8.6"
1554+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.8.6.tgz#acfe0c64e1cd991b3e32eae813a6eb564954b5ff"
1555+
integrity sha512-2B8l0db/DPi8iinITKuo7cbPznLCEk0kCxDoB9/N6gGNg/gxOXiR/IcymAFPiBwk5w6TtQ27w4wpElgp9btR9A==
1556+
dependencies:
1557+
"@babel/code-frame" "^7.8.3"
1558+
"@babel/generator" "^7.8.6"
1559+
"@babel/helper-function-name" "^7.8.3"
1560+
"@babel/helper-split-export-declaration" "^7.8.3"
1561+
"@babel/parser" "^7.8.6"
1562+
"@babel/types" "^7.8.6"
1563+
debug "^4.1.0"
1564+
globals "^11.1.0"
1565+
lodash "^4.17.13"
1566+
15181567
"@babel/types@^7.0.0", "@babel/types@^7.3.0", "@babel/types@^7.4.0", "@babel/types@^7.7.4":
15191568
version "7.7.4"
15201569
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.7.4.tgz#516570d539e44ddf308c07569c258ff94fde9193"
@@ -1533,6 +1582,15 @@
15331582
lodash "^4.17.13"
15341583
to-fast-properties "^2.0.0"
15351584

1585+
"@babel/types@^7.8.6":
1586+
version "7.8.6"
1587+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.8.6.tgz#629ecc33c2557fcde7126e58053127afdb3e6d01"
1588+
integrity sha512-wqz7pgWMIrht3gquyEFPVXeXCti72Rm8ep9b5tQKz9Yg9LzJA3HxosF1SB3Kc81KD1A3XBkkVYtJvCKS2Z/QrA==
1589+
dependencies:
1590+
esutils "^2.0.2"
1591+
lodash "^4.17.13"
1592+
to-fast-properties "^2.0.0"
1593+
15361594
"@bcoe/v8-coverage@^0.2.3":
15371595
version "0.2.3"
15381596
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"

0 commit comments

Comments
 (0)
0