Skip to content

Commit e22dcf0

Browse files
Update dependency babel-loader to v10
1 parent 9a1f0d0 commit e22dcf0

File tree

2 files changed

+43
-12
lines changed

2 files changed

+43
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@babel/register": "^7.11.5",
3131
"assets-webpack-plugin": "^3.9.7",
3232
"@babel/eslint-parser": "^7.11.0",
33-
"babel-loader": "^8.0.4",
33+
"babel-loader": "^10.0.0",
3434
"clean-webpack-plugin": "^3.0.0",
3535
"copy-webpack-plugin": "^5.0.0",
3636
"cross-env": "^7.0.0",

yarn.lock

Lines changed: 42 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2241,15 +2241,12 @@ b4a@^1.6.4:
22412241
resolved "https://registry.yarnpkg.com/b4a/-/b4a-1.6.4.tgz#ef1c1422cae5ce6535ec191baeed7567443f36c9"
22422242
integrity sha512-fpWrvyVHEKyeEvbKZTVOeZF3VSKKWtJxFIxX/jaVPf+cLbGUSitjb49pHLqPV2BUNNZ0LcoeEGfE/YCpyDYHIw==
22432243

2244-
babel-loader@^8.0.4:
2245-
version "8.4.1"
2246-
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.4.1.tgz#6ccb75c66e62c3b144e1c5f2eaec5b8f6c08c675"
2247-
integrity sha512-nXzRChX+Z1GoE6yWavBQg6jDslyFF3SDjl2paADuoQtQW10JqShJt62R6eJQ5m/pjJFDT8xgKIWSP85OY8eXeA==
2244+
babel-loader@^10.0.0:
2245+
version "10.0.0"
2246+
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-10.0.0.tgz#b9743714c0e1e084b3e4adef3cd5faee33089977"
2247+
integrity sha512-z8jt+EdS61AMw22nSfoNJAZ0vrtmhPRVi6ghL3rCeRZI8cdNYFiV5xeV3HbE7rlZZNmGH8BVccwWt8/ED0QOHA==
22482248
dependencies:
2249-
find-cache-dir "^3.3.1"
2250-
loader-utils "^2.0.4"
2251-
make-dir "^3.1.0"
2252-
schema-utils "^2.6.5"
2249+
find-up "^5.0.0"
22532250

22542251
babel-plugin-emotion@^10.0.27:
22552252
version "10.2.2"
@@ -4912,6 +4909,14 @@ find-up@^4.0.0:
49124909
locate-path "^5.0.0"
49134910
path-exists "^4.0.0"
49144911

4912+
find-up@^5.0.0:
4913+
version "5.0.0"
4914+
resolved "https://registry.yarnpkg.com/find-up/-/find-up-5.0.0.tgz#4c92819ecb7083561e4f4a240a86be5198f536fc"
4915+
integrity sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==
4916+
dependencies:
4917+
locate-path "^6.0.0"
4918+
path-exists "^4.0.0"
4919+
49154920
find-versions@^5.0.0:
49164921
version "5.1.0"
49174922
resolved "https://registry.yarnpkg.com/find-versions/-/find-versions-5.1.0.tgz#973f6739ce20f5e439a27eba8542a4b236c8e685"
@@ -6938,7 +6943,7 @@ loader-utils@^1.2.3:
69386943
emojis-list "^3.0.0"
69396944
json5 "^1.0.1"
69406945

6941-
loader-utils@^2.0.0, loader-utils@^2.0.4:
6946+
loader-utils@^2.0.0:
69426947
version "2.0.4"
69436948
resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-2.0.4.tgz#8b5cb38b5c34a9a018ee1fc0e6a066d1dfcc528c"
69446949
integrity sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==
@@ -6969,6 +6974,13 @@ locate-path@^5.0.0:
69696974
dependencies:
69706975
p-locate "^4.1.0"
69716976

6977+
locate-path@^6.0.0:
6978+
version "6.0.0"
6979+
resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-6.0.0.tgz#55321eb309febbc59c4801d931a72452a681d286"
6980+
integrity sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==
6981+
dependencies:
6982+
p-locate "^5.0.0"
6983+
69726984
lodash-es@^4.17.15:
69736985
version "4.17.21"
69746986
resolved "https://registry.yarnpkg.com/lodash-es/-/lodash-es-4.17.21.tgz#43e626c46e6591b7750beb2b50117390c609e3ee"
@@ -7066,7 +7078,7 @@ make-dir@^2.0.0, make-dir@^2.1.0:
70667078
pify "^4.0.1"
70677079
semver "^5.6.0"
70687080

7069-
make-dir@^3.0.2, make-dir@^3.1.0:
7081+
make-dir@^3.0.2:
70707082
version "3.1.0"
70717083
resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-3.1.0.tgz#415e967046b3a7f1d185277d84aa58203726a13f"
70727084
integrity sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==
@@ -8563,6 +8575,13 @@ p-limit@^2.0.0, p-limit@^2.2.0, p-limit@^2.2.1, p-limit@^2.3.0:
85638575
dependencies:
85648576
p-try "^2.0.0"
85658577

8578+
p-limit@^3.0.2:
8579+
version "3.1.0"
8580+
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-3.1.0.tgz#e1daccbe78d0d1388ca18c64fea38e3e57e3706b"
8581+
integrity sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==
8582+
dependencies:
8583+
yocto-queue "^0.1.0"
8584+
85668585
p-locate@^3.0.0:
85678586
version "3.0.0"
85688587
resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-3.0.0.tgz#322d69a05c0264b25997d9f40cd8a891ab0064a4"
@@ -8577,6 +8596,13 @@ p-locate@^4.1.0:
85778596
dependencies:
85788597
p-limit "^2.2.0"
85798598

8599+
p-locate@^5.0.0:
8600+
version "5.0.0"
8601+
resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-5.0.0.tgz#83c8315c6785005e3bd021839411c9e110e6d834"
8602+
integrity sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==
8603+
dependencies:
8604+
p-limit "^3.0.2"
8605+
85808606
p-map@^2.0.0:
85818607
version "2.1.0"
85828608
resolved "https://registry.yarnpkg.com/p-map/-/p-map-2.1.0.tgz#310928feef9c9ecc65b68b17693018a665cea175"
@@ -10831,7 +10857,7 @@ schema-utils@^1.0.0:
1083110857
ajv-errors "^1.0.0"
1083210858
ajv-keywords "^3.1.0"
1083310859

10834-
schema-utils@^2.5.0, schema-utils@^2.6.1, schema-utils@^2.6.5, schema-utils@^2.6.6, schema-utils@^2.7.0:
10860+
schema-utils@^2.5.0, schema-utils@^2.6.1, schema-utils@^2.6.6, schema-utils@^2.7.0:
1083510861
version "2.7.1"
1083610862
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-2.7.1.tgz#1ca4f32d1b24c590c203b8e7a50bf0ea4cd394d7"
1083710863
integrity sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg==
@@ -13189,6 +13215,11 @@ yauzl@^3.1.2:
1318913215
buffer-crc32 "~0.2.3"
1319013216
pend "~1.2.0"
1319113217

13218+
yocto-queue@^0.1.0:
13219+
version "0.1.0"
13220+
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b"
13221+
integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==
13222+
1319213223
zen-observable-ts@^0.8.21:
1319313224
version "0.8.21"
1319413225
resolved "https://registry.yarnpkg.com/zen-observable-ts/-/zen-observable-ts-0.8.21.tgz#85d0031fbbde1eba3cd07d3ba90da241215f421d"

0 commit comments

Comments
 (0)