Skip to content

Commit cf5e80f

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update all non-major dependencies to v7.12.0
1 parent bbfc4e3 commit cf5e80f

2 files changed

Lines changed: 109 additions & 53 deletions

File tree

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,13 @@
7373
"sass": "1.27.0"
7474
},
7575
"devDependencies": {
76-
"@babel/core": "7.11.6",
77-
"@babel/plugin-proposal-export-namespace-from": "7.10.4",
78-
"@babel/plugin-proposal-logical-assignment-operators": "7.11.0",
79-
"@babel/plugin-proposal-nullish-coalescing-operator": "7.10.4",
76+
"@babel/core": "7.12.0",
77+
"@babel/plugin-proposal-export-namespace-from": "7.12.0",
78+
"@babel/plugin-proposal-logical-assignment-operators": "7.12.0",
79+
"@babel/plugin-proposal-nullish-coalescing-operator": "7.12.0",
8080
"@babel/plugin-proposal-object-rest-spread": "7.11.0",
8181
"@babel/plugin-proposal-optional-catch-binding": "7.10.4",
82-
"@babel/plugin-proposal-optional-chaining": "7.11.0",
82+
"@babel/plugin-proposal-optional-chaining": "7.12.0",
8383
"@babel/plugin-proposal-pipeline-operator": "7.10.5",
8484
"@babel/plugin-proposal-throw-expressions": "7.10.4",
8585
"@babel/plugin-syntax-top-level-await": "7.10.4",

yarn.lock

Lines changed: 104 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -59,19 +59,19 @@
5959
invariant "^2.2.4"
6060
semver "^5.5.0"
6161

62-
"@babel/core@7.11.6":
63-
version "7.11.6"
64-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.11.6.tgz#3a9455dc7387ff1bac45770650bc13ba04a15651"
65-
integrity sha512-Wpcv03AGnmkgm6uS6k8iwhIwTrcP0m17TL1n1sy7qD0qelDu4XNeW0dN0mHfa+Gei211yDaLoEe/VlbXQzM4Bg==
62+
"@babel/core@7.12.0":
63+
version "7.12.0"
64+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.0.tgz#e42e07a086e978cdd4c61f4078d8230fb817cc86"
65+
integrity sha512-iV7Gwg0DePKvdDZZWRTkj4MW+6/AbVWd4ZCg+zk8H1RVt5xBpUZS6vLQWwb3pyLg4BFTaGiQCPoJ4Ibmbne4fA==
6666
dependencies:
6767
"@babel/code-frame" "^7.10.4"
68-
"@babel/generator" "^7.11.6"
69-
"@babel/helper-module-transforms" "^7.11.0"
68+
"@babel/generator" "^7.12.0"
69+
"@babel/helper-module-transforms" "^7.12.0"
7070
"@babel/helpers" "^7.10.4"
71-
"@babel/parser" "^7.11.5"
71+
"@babel/parser" "^7.12.0"
7272
"@babel/template" "^7.10.4"
73-
"@babel/traverse" "^7.11.5"
74-
"@babel/types" "^7.11.5"
73+
"@babel/traverse" "^7.12.0"
74+
"@babel/types" "^7.12.0"
7575
convert-source-map "^1.7.0"
7676
debug "^4.1.0"
7777
gensync "^1.0.0-beta.1"
@@ -207,21 +207,12 @@
207207
jsesc "^2.5.1"
208208
source-map "^0.5.0"
209209

210-
"@babel/generator@^7.11.5":
211-
version "7.11.5"
212-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.11.5.tgz#a5582773425a468e4ba269d9a1f701fbca6a7a82"
213-
integrity sha512-9UqHWJ4IwRTy4l0o8gq2ef8ws8UPzvtMkVKjTLAiRmza9p9V6Z+OfuNd9fB1j5Q67F+dVJtPC2sZXI8NM9br4g==
214-
dependencies:
215-
"@babel/types" "^7.11.5"
216-
jsesc "^2.5.1"
217-
source-map "^0.6.1"
218-
219-
"@babel/generator@^7.11.6":
220-
version "7.11.6"
221-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.11.6.tgz#b868900f81b163b4d464ea24545c61cbac4dc620"
222-
integrity sha512-DWtQ1PV3r+cLbySoHrwn9RWEgKMBLLma4OBQloPRyDYvc5msJM9kvTLo1YnlJd1P/ZuKbdli3ijr5q3FvAF3uA==
210+
"@babel/generator@^7.12.0":
211+
version "7.12.0"
212+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.0.tgz#91a45f1c18ca8d895a35a04da1a4cf7ea3f37f98"
213+
integrity sha512-8lnf4QcyiQMf5XQp47BltuMTocsOh6P0z/vueEh8GzhmWWlDbdvOoI5Ziddg0XYhmnx35HyByUW51/9NprF8cA==
223214
dependencies:
224-
"@babel/types" "^7.11.5"
215+
"@babel/types" "^7.12.0"
225216
jsesc "^2.5.1"
226217
source-map "^0.5.0"
227218

@@ -565,6 +556,13 @@
565556
dependencies:
566557
"@babel/types" "^7.11.0"
567558

559+
"@babel/helper-member-expression-to-functions@^7.12.0":
560+
version "7.12.0"
561+
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.12.0.tgz#48f605fa801764f3e5b2e301e49d35fe1820c4f3"
562+
integrity sha512-I0d/bgzgzgLsJMk7UZ0TN2KV3OGjC/t/9Saz8PKb9jrcEAXhgjGysOgp4PDKydIKjUv/gj2St4ae+ov8l+T9Xg==
563+
dependencies:
564+
"@babel/types" "^7.12.0"
565+
568566
"@babel/helper-member-expression-to-functions@^7.8.3":
569567
version "7.8.3"
570568
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.8.3.tgz#659b710498ea6c1d9907e0c73f206eee7dadc24c"
@@ -632,6 +630,21 @@
632630
"@babel/types" "^7.10.5"
633631
lodash "^4.17.19"
634632

633+
"@babel/helper-module-transforms@^7.12.0":
634+
version "7.12.0"
635+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.12.0.tgz#8ac7d9e8716f94549a42e577c5429391950e33f3"
636+
integrity sha512-1ZTMoCiLSzTJLbq7mSaTHki4oIrBIf/dUbzdhwTrvtMU3ZNVKwQmGae3gSiqppo7G8HAgnXmc43rfEaD8yYLLQ==
637+
dependencies:
638+
"@babel/helper-module-imports" "^7.10.4"
639+
"@babel/helper-replace-supers" "^7.12.0"
640+
"@babel/helper-simple-access" "^7.10.4"
641+
"@babel/helper-split-export-declaration" "^7.11.0"
642+
"@babel/helper-validator-identifier" "^7.10.4"
643+
"@babel/template" "^7.10.4"
644+
"@babel/traverse" "^7.12.0"
645+
"@babel/types" "^7.12.0"
646+
lodash "^4.17.19"
647+
635648
"@babel/helper-module-transforms@^7.8.3":
636649
version "7.8.3"
637650
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.8.3.tgz#d305e35d02bee720fbc2c3c3623aa0c316c01590"
@@ -767,6 +780,16 @@
767780
"@babel/traverse" "^7.10.4"
768781
"@babel/types" "^7.10.4"
769782

783+
"@babel/helper-replace-supers@^7.12.0":
784+
version "7.12.0"
785+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.12.0.tgz#98d3f3eb779752e59c7422ab387c9b444323be60"
786+
integrity sha512-9kycFdq2c9e7PXZOr2z/ZqTFF9OzFu287iFwYS+CiDVPuoTCfY8hoTsIqNQNetQjlqoRsRyJFrMG1uhGAR4EEw==
787+
dependencies:
788+
"@babel/helper-member-expression-to-functions" "^7.12.0"
789+
"@babel/helper-optimise-call-expression" "^7.10.4"
790+
"@babel/traverse" "^7.12.0"
791+
"@babel/types" "^7.12.0"
792+
770793
"@babel/helper-replace-supers@^7.8.3":
771794
version "7.8.3"
772795
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.8.3.tgz#91192d25f6abbcd41da8a989d4492574fb1530bc"
@@ -974,10 +997,10 @@
974997
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.11.0.tgz#a9d7e11aead25d3b422d17b2c6502c8dddef6a5d"
975998
integrity sha512-qvRvi4oI8xii8NllyEc4MDJjuZiNaRzyb7Y7lup1NqJV8TZHF4O27CcP+72WPn/k1zkgJ6WJfnIbk4jTsVAZHw==
976999

977-
"@babel/parser@^7.11.5":
978-
version "7.11.5"
979-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.11.5.tgz#c7ff6303df71080ec7a4f5b8c003c58f1cf51037"
980-
integrity sha512-X9rD8qqm695vgmeaQ4fvz/o3+Wk4ZzQvSHkDBgpYKxpD4qTAUm88ZKtHkVqIOsYFFbIQ6wQYhC6q7pjqVK0E0Q==
1000+
"@babel/parser@^7.12.0":
1001+
version "7.12.0"
1002+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.0.tgz#2ad388f3960045b22f9b7d4bf85e80b15a1c9e3a"
1003+
integrity sha512-dYmySMYnlus2jwl7JnnajAj11obRStZoW9cG04wh4ZuhozDn11tDUrhHcUZ9iuNHqALAhh60XqNaYXpvuuE/Gg==
9811004

9821005
"@babel/parser@^7.3.4", "@babel/parser@^7.4.5", "@babel/parser@^7.8.3", "@babel/parser@^7.8.4":
9831006
version "7.8.4"
@@ -1096,7 +1119,15 @@
10961119
"@babel/helper-plugin-utils" "^7.8.3"
10971120
"@babel/plugin-syntax-dynamic-import" "^7.8.0"
10981121

1099-
"@babel/plugin-proposal-export-namespace-from@7.10.4", "@babel/plugin-proposal-export-namespace-from@^7.10.4":
1122+
"@babel/plugin-proposal-export-namespace-from@7.12.0":
1123+
version "7.12.0"
1124+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.12.0.tgz#08b0f8100bbae1199a5f5294f38a1b0b8d8402fc"
1125+
integrity sha512-ao43U2ptSe+mIZAQo2nBV5Wx2Ie3i2XbLt8jCXZpv+bvLY1Twv0lak4YZ1Ps5OwbeLMAl3iOVScgGMOImBae1g==
1126+
dependencies:
1127+
"@babel/helper-plugin-utils" "^7.10.4"
1128+
"@babel/plugin-syntax-export-namespace-from" "^7.8.3"
1129+
1130+
"@babel/plugin-proposal-export-namespace-from@^7.10.4":
11001131
version "7.10.4"
11011132
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.10.4.tgz#570d883b91031637b3e2958eea3c438e62c05f54"
11021133
integrity sha512-aNdf0LY6/3WXkhh0Fdb6Zk9j1NMD8ovj3F6r0+3j837Pn1S1PdNtcwJ5EG9WkVPNHPxyJDaxMaAOVq4eki0qbg==
@@ -1128,18 +1159,26 @@
11281159
"@babel/helper-plugin-utils" "^7.8.3"
11291160
"@babel/plugin-syntax-json-strings" "^7.8.0"
11301161

1131-
"@babel/plugin-proposal-logical-assignment-operators@7.11.0", "@babel/plugin-proposal-logical-assignment-operators@^7.11.0":
1162+
"@babel/plugin-proposal-logical-assignment-operators@7.12.0":
1163+
version "7.12.0"
1164+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.12.0.tgz#830d8ff4984d800b2824e8eac0005ecb7430328e"
1165+
integrity sha512-dssjXHzdMQal4q6GCSwDTVPEbyBLdd9+7aSlzAkQbrGEKq5xG8pvhQ7u2ktUrCLRmzQphZnSzILBL5ta4xSRlA==
1166+
dependencies:
1167+
"@babel/helper-plugin-utils" "^7.10.4"
1168+
"@babel/plugin-syntax-logical-assignment-operators" "^7.10.4"
1169+
1170+
"@babel/plugin-proposal-logical-assignment-operators@^7.11.0":
11321171
version "7.11.0"
11331172
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.11.0.tgz#9f80e482c03083c87125dee10026b58527ea20c8"
11341173
integrity sha512-/f8p4z+Auz0Uaf+i8Ekf1iM7wUNLcViFUGiPxKeXvxTSl63B875YPiVdUDdem7hREcI0E0kSpEhS8tF5RphK7Q==
11351174
dependencies:
11361175
"@babel/helper-plugin-utils" "^7.10.4"
11371176
"@babel/plugin-syntax-logical-assignment-operators" "^7.10.4"
11381177

1139-
"@babel/plugin-proposal-nullish-coalescing-operator@7.10.4", "@babel/plugin-proposal-nullish-coalescing-operator@^7.10.4":
1140-
version "7.10.4"
1141-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.10.4.tgz#02a7e961fc32e6d5b2db0649e01bf80ddee7e04a"
1142-
integrity sha512-wq5n1M3ZUlHl9sqT2ok1T2/MTt6AXE0e1Lz4WzWBr95LsAZ5qDXe4KnFuauYyEyLiohvXFMdbsOTMyLZs91Zlw==
1178+
"@babel/plugin-proposal-nullish-coalescing-operator@7.12.0":
1179+
version "7.12.0"
1180+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.12.0.tgz#d82174a531305df4d7079ce3782269b35b810b82"
1181+
integrity sha512-JpNWix2VP2ue31r72fKytTE13nPX1fxl1mudfTaTwcDhl3iExz5NZjQBq012b/BQ6URWoc/onI73pZdYlAfihg==
11431182
dependencies:
11441183
"@babel/helper-plugin-utils" "^7.10.4"
11451184
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.0"
@@ -1152,6 +1191,14 @@
11521191
"@babel/helper-plugin-utils" "^7.10.1"
11531192
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.0"
11541193

1194+
"@babel/plugin-proposal-nullish-coalescing-operator@^7.10.4":
1195+
version "7.10.4"
1196+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.10.4.tgz#02a7e961fc32e6d5b2db0649e01bf80ddee7e04a"
1197+
integrity sha512-wq5n1M3ZUlHl9sqT2ok1T2/MTt6AXE0e1Lz4WzWBr95LsAZ5qDXe4KnFuauYyEyLiohvXFMdbsOTMyLZs91Zlw==
1198+
dependencies:
1199+
"@babel/helper-plugin-utils" "^7.10.4"
1200+
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.0"
1201+
11551202
"@babel/plugin-proposal-nullish-coalescing-operator@^7.4.4", "@babel/plugin-proposal-nullish-coalescing-operator@^7.8.3":
11561203
version "7.8.3"
11571204
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.8.3.tgz#e4572253fdeed65cddeecfdab3f928afeb2fd5d2"
@@ -1242,10 +1289,10 @@
12421289
"@babel/helper-plugin-utils" "^7.8.3"
12431290
"@babel/plugin-syntax-optional-catch-binding" "^7.8.0"
12441291

1245-
"@babel/plugin-proposal-optional-chaining@7.11.0", "@babel/plugin-proposal-optional-chaining@^7.11.0":
1246-
version "7.11.0"
1247-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.11.0.tgz#de5866d0646f6afdaab8a566382fe3a221755076"
1248-
integrity sha512-v9fZIu3Y8562RRwhm1BbMRxtqZNFmFA2EG+pT2diuU8PT3H6T/KXoZ54KgYisfOFZHV6PfvAiBIZ9Rcz+/JCxA==
1292+
"@babel/plugin-proposal-optional-chaining@7.12.0":
1293+
version "7.12.0"
1294+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.12.0.tgz#0159b549f165016fc9f284b8607a58a37a3b71fe"
1295+
integrity sha512-CXu9aw32FH/MksqdKvhpiH8pSvxnXJ33E7I7BGNE9VzNRpWgpNzvPpds/tW9E0pjmX9+D1zAHRyHbtyeTboo2g==
12491296
dependencies:
12501297
"@babel/helper-plugin-utils" "^7.10.4"
12511298
"@babel/helper-skip-transparent-expression-wrappers" "^7.11.0"
@@ -1259,6 +1306,15 @@
12591306
"@babel/helper-plugin-utils" "^7.10.1"
12601307
"@babel/plugin-syntax-optional-chaining" "^7.8.0"
12611308

1309+
"@babel/plugin-proposal-optional-chaining@^7.11.0":
1310+
version "7.11.0"
1311+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.11.0.tgz#de5866d0646f6afdaab8a566382fe3a221755076"
1312+
integrity sha512-v9fZIu3Y8562RRwhm1BbMRxtqZNFmFA2EG+pT2diuU8PT3H6T/KXoZ54KgYisfOFZHV6PfvAiBIZ9Rcz+/JCxA==
1313+
dependencies:
1314+
"@babel/helper-plugin-utils" "^7.10.4"
1315+
"@babel/helper-skip-transparent-expression-wrappers" "^7.11.0"
1316+
"@babel/plugin-syntax-optional-chaining" "^7.8.0"
1317+
12621318
"@babel/plugin-proposal-optional-chaining@^7.6.0", "@babel/plugin-proposal-optional-chaining@^7.8.3":
12631319
version "7.8.3"
12641320
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.8.3.tgz#ae10b3214cb25f7adb1f3bc87ba42ca10b7e2543"
@@ -2885,17 +2941,17 @@
28852941
globals "^11.1.0"
28862942
lodash "^4.17.19"
28872943

2888-
"@babel/traverse@^7.11.5":
2889-
version "7.11.5"
2890-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.11.5.tgz#be777b93b518eb6d76ee2e1ea1d143daa11e61c3"
2891-
integrity sha512-EjiPXt+r7LiCZXEfRpSJd+jUMnBd4/9OUv7Nx3+0u9+eimMwJmG0Q98lw4/289JCoxSE8OolDMNZaaF/JZ69WQ==
2944+
"@babel/traverse@^7.12.0":
2945+
version "7.12.0"
2946+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.0.tgz#ed31953d6e708cdd34443de2fcdb55f72cdfb266"
2947+
integrity sha512-ZU9e79xpOukCNPkQ1UzR4gJKCruGckr6edd8v8lmKpSk8iakgUIvb+5ZtaKKV9f7O+x5r+xbMDDIbzVpUoiIuw==
28922948
dependencies:
28932949
"@babel/code-frame" "^7.10.4"
2894-
"@babel/generator" "^7.11.5"
2950+
"@babel/generator" "^7.12.0"
28952951
"@babel/helper-function-name" "^7.10.4"
28962952
"@babel/helper-split-export-declaration" "^7.11.0"
2897-
"@babel/parser" "^7.11.5"
2898-
"@babel/types" "^7.11.5"
2953+
"@babel/parser" "^7.12.0"
2954+
"@babel/types" "^7.12.0"
28992955
debug "^4.1.0"
29002956
globals "^11.1.0"
29012957
lodash "^4.17.19"
@@ -2984,10 +3040,10 @@
29843040
lodash "^4.17.19"
29853041
to-fast-properties "^2.0.0"
29863042

2987-
"@babel/types@^7.11.5":
2988-
version "7.11.5"
2989-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.11.5.tgz#d9de577d01252d77c6800cee039ee64faf75662d"
2990-
integrity sha512-bvM7Qz6eKnJVFIn+1LPtjlBFPVN5jNDc1XmN15vWe7Q3DPBufWWsLiIvUu7xW87uTG6QoggpIDnUgLQvPheU+Q==
3043+
"@babel/types@^7.12.0":
3044+
version "7.12.0"
3045+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.0.tgz#b6b49f425ee59043fbc89c61b11a13d5eae7b5c6"
3046+
integrity sha512-ggIyFmT2zMaYRheOfPDQ4gz7QqV3B+t2rjqjbttDJxMcb7/LukvWCmlIl1sWcOxrvwpTDd+z0OytzqsbGeb3/g==
29913047
dependencies:
29923048
"@babel/helper-validator-identifier" "^7.10.4"
29933049
lodash "^4.17.19"

0 commit comments

Comments
 (0)