Skip to content
This repository was archived by the owner on May 23, 2021. It is now read-only.

Commit 8386d9c

Browse files
renovate[bot]azu
authored andcommitted
fix(deps): update dependency babel-plugin-static-fs to v3 (#34)
1 parent 53fd374 commit 8386d9c

File tree

2 files changed

+24
-100
lines changed

2 files changed

+24
-100
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@babel/preset-env": "^7.5.5",
4545
"@babel/preset-typescript": "^7.3.3",
4646
"@babel/register": "^7.5.5",
47-
"babel-plugin-static-fs": "^1.2.1",
47+
"babel-plugin-static-fs": "^3.0.0",
4848
"confirmer": "^1.1.2",
4949
"cross-spawn": "^6.0.5",
5050
"mocha": "^6.2.0",

Diff for: yarn.lock

+23-99
Original file line numberDiff line numberDiff line change
@@ -1020,86 +1020,23 @@ atob@^2.1.1:
10201020
resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9"
10211021
integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==
10221022

1023-
babel-code-frame@^6.26.0:
1024-
version "6.26.0"
1025-
resolved "https://registry.yarnpkg.com/babel-code-frame/-/babel-code-frame-6.26.0.tgz#63fd43f7dc1e3bb7ce35947db8fe369a3f58c74b"
1026-
integrity sha1-Y/1D99weO7fONZR9uP42mj9Yx0s=
1027-
dependencies:
1028-
chalk "^1.1.3"
1029-
esutils "^2.0.2"
1030-
js-tokens "^3.0.2"
1031-
1032-
babel-messages@^6.23.0:
1033-
version "6.23.0"
1034-
resolved "https://registry.yarnpkg.com/babel-messages/-/babel-messages-6.23.0.tgz#f3cdf4703858035b2a2951c6ec5edf6c62f2630e"
1035-
integrity sha1-8830cDhYA1sqKVHG7F7fbGLyYw4=
1036-
dependencies:
1037-
babel-runtime "^6.22.0"
1038-
10391023
babel-plugin-dynamic-import-node@^2.3.0:
10401024
version "2.3.0"
10411025
resolved "https://registry.yarnpkg.com/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.0.tgz#f00f507bdaa3c3e3ff6e7e5e98d90a7acab96f7f"
10421026
integrity sha512-o6qFkpeQEBxcqt0XYlWzAVxNCSCZdUgcR8IRlhD/8DylxjjO4foPcvTW0GGKa/cVt3rvxZ7o5ippJ+/0nvLhlQ==
10431027
dependencies:
10441028
object.assign "^4.1.0"
10451029

1046-
babel-plugin-static-fs@^1.2.1:
1047-
version "1.2.1"
1048-
resolved "https://registry.yarnpkg.com/babel-plugin-static-fs/-/babel-plugin-static-fs-1.2.1.tgz#2352ef5c1c19d50311e9433dad581c45c55f4952"
1049-
integrity sha512-dZasA7svnKAsMEB7/6fKhJO+nIZsC2fvJyj3fbuk/xUOwslZOdl+9umXQsB+oqHwOEubZ5WHJ/Zy9dvnVnRvFg==
1030+
babel-plugin-static-fs@^3.0.0:
1031+
version "3.0.0"
1032+
resolved "https://registry.yarnpkg.com/babel-plugin-static-fs/-/babel-plugin-static-fs-3.0.0.tgz#0e8529c4aae84d3eaf46c8a41c8d34b11cff6532"
1033+
integrity sha512-dtk/jsoMSg0ws6GeALpDZSNNiJNl1doqu5zEK9sh2XI/6MsUVTEiRHZqhJD9ugVQlIYQs3+1tCHC/gXXfvG4LQ==
10501034
dependencies:
1051-
babel-template "^6.3.13"
1052-
babel-types "^6.4.1"
1035+
"@babel/template" "^7.4.4"
1036+
"@babel/types" "^7.5.5"
1037+
browser-resolve "^1.11.3"
10531038
events "^1.1.0"
1054-
1055-
babel-runtime@^6.22.0, babel-runtime@^6.26.0:
1056-
version "6.26.0"
1057-
resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.26.0.tgz#965c7058668e82b55d7bfe04ff2337bc8b5647fe"
1058-
integrity sha1-llxwWGaOgrVde/4E/yM3vItWR/4=
1059-
dependencies:
1060-
core-js "^2.4.0"
1061-
regenerator-runtime "^0.11.0"
1062-
1063-
babel-template@^6.3.13:
1064-
version "6.26.0"
1065-
resolved "https://registry.yarnpkg.com/babel-template/-/babel-template-6.26.0.tgz#de03e2d16396b069f46dd9fff8521fb1a0e35e02"
1066-
integrity sha1-3gPi0WOWsGn0bdn/+FIfsaDjXgI=
1067-
dependencies:
1068-
babel-runtime "^6.26.0"
1069-
babel-traverse "^6.26.0"
1070-
babel-types "^6.26.0"
1071-
babylon "^6.18.0"
1072-
lodash "^4.17.4"
1073-
1074-
babel-traverse@^6.26.0:
1075-
version "6.26.0"
1076-
resolved "https://registry.yarnpkg.com/babel-traverse/-/babel-traverse-6.26.0.tgz#46a9cbd7edcc62c8e5c064e2d2d8d0f4035766ee"
1077-
integrity sha1-RqnL1+3MYsjlwGTi0tjQ9ANXZu4=
1078-
dependencies:
1079-
babel-code-frame "^6.26.0"
1080-
babel-messages "^6.23.0"
1081-
babel-runtime "^6.26.0"
1082-
babel-types "^6.26.0"
1083-
babylon "^6.18.0"
1084-
debug "^2.6.8"
1085-
globals "^9.18.0"
1086-
invariant "^2.2.2"
1087-
lodash "^4.17.4"
1088-
1089-
babel-types@^6.26.0, babel-types@^6.4.1:
1090-
version "6.26.0"
1091-
resolved "https://registry.yarnpkg.com/babel-types/-/babel-types-6.26.0.tgz#a3b073f94ab49eb6fa55cd65227a334380632497"
1092-
integrity sha1-o7Bz+Uq0nrb6Vc1lInozQ4BjJJc=
1093-
dependencies:
1094-
babel-runtime "^6.26.0"
1095-
esutils "^2.0.2"
1096-
lodash "^4.17.4"
1097-
to-fast-properties "^1.0.3"
1098-
1099-
babylon@^6.18.0:
1100-
version "6.18.0"
1101-
resolved "https://registry.yarnpkg.com/babylon/-/babylon-6.18.0.tgz#af2f3b88fa6f5c1e4c634d1a0f8eac4f55b395e3"
1102-
integrity sha512-q/UEjfGJ2Cm3oKV71DJz9d25TPnq5rhBVL2Q4fA5wcC3jcrdn7+SssEybFIxwAvvP+YCsCYNKughoF33GxgycQ==
1039+
resolve "^1.11.1"
11031040

11041041
bail@^1.0.0:
11051042
version "1.0.4"
@@ -1170,6 +1107,13 @@ braces@^3.0.1:
11701107
dependencies:
11711108
fill-range "^7.0.1"
11721109

1110+
browser-resolve@^1.11.3:
1111+
version "1.11.3"
1112+
resolved "https://registry.yarnpkg.com/browser-resolve/-/browser-resolve-1.11.3.tgz#9b7cbb3d0f510e4cb86bdbd796124d28b5890af6"
1113+
integrity sha512-exDi1BYWB/6raKHmDTCicQfTkqwN5fioMFV4j8BsfMU4R2DK/QfZfK7kOVkmWCNANf0snkBzqGqAJBao9gZMdQ==
1114+
dependencies:
1115+
resolve "1.1.7"
1116+
11731117
11741118
version "1.3.1"
11751119
resolved "https://registry.yarnpkg.com/browser-stdout/-/browser-stdout-1.3.1.tgz#baa559ee14ced73452229bad7326467c61fabd60"
@@ -1450,11 +1394,6 @@ [email protected]:
14501394
resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.1.4.tgz#5fa17dc77002a169a3566cc48dc774d2e13e3769"
14511395
integrity sha512-uJ4Z7iPNwiu1foygbcZYJsJs1jiXrTTCvxfLDXNhI/I+NHbSIEyr548y4fcsCEyWY0XgfAG/qqaunJ1SThHenA==
14521396

1453-
core-js@^2.4.0:
1454-
version "2.6.9"
1455-
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.9.tgz#6b4b214620c834152e179323727fc19741b084f2"
1456-
integrity sha512-HOpZf6eXmnl7la+cUdMnLvUxKNqLUzJvgIziQ0DiF3JwSImNphIqdGqzj6hIKyX04MmV0poclQ7+wjWvxQyR2A==
1457-
14581397
core-js@^3.0.0:
14591398
version "3.1.4"
14601399
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.1.4.tgz#3a2837fc48e582e1ae25907afcd6cf03b0cc7a07"
@@ -1510,7 +1449,7 @@ [email protected], debug@^3.2.6:
15101449
dependencies:
15111450
ms "^2.1.1"
15121451

1513-
debug@^2.2.0, debug@^2.3.3, debug@^2.6.8:
1452+
debug@^2.2.0, debug@^2.3.3:
15141453
version "2.6.9"
15151454
resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f"
15161455
integrity sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==
@@ -2024,11 +1963,6 @@ globals@^11.1.0:
20241963
resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
20251964
integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==
20261965

2027-
globals@^9.18.0:
2028-
version "9.18.0"
2029-
resolved "https://registry.yarnpkg.com/globals/-/globals-9.18.0.tgz#aa3896b3e69b487f17e31ed2143d69a8e30c2d8a"
2030-
integrity sha512-S0nG3CLEQiY/ILxqtztTWH/3iRRdyBLw6KMDxnKMchrtbj2OFmehVh0WUCfW3DUrIgx/qFrJPICrq4Z4sTR9UQ==
2031-
20321966
globby@^6.1.0:
20331967
version "6.1.0"
20341968
resolved "https://registry.yarnpkg.com/globby/-/globby-6.1.0.tgz#f5a6d70e8395e21c858fb0489d64df02424d506c"
@@ -2515,11 +2449,6 @@ js-levenshtein@^1.1.3:
25152449
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
25162450
integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==
25172451

2518-
js-tokens@^3.0.2:
2519-
version "3.0.2"
2520-
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b"
2521-
integrity sha1-mGbfOVECEw449/mWvOtlRDIJwls=
2522-
25232452
[email protected], js-yaml@^3.12.0, js-yaml@^3.13.1, js-yaml@^3.2.4:
25242453
version "3.13.1"
25252454
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.13.1.tgz#aff151b30bfdfa8e49e05da22e7415e9dfa37847"
@@ -2713,7 +2642,7 @@ locate-path@^5.0.0:
27132642
dependencies:
27142643
p-locate "^4.1.0"
27152644

2716-
lodash@^4.0.0, lodash@^4.17.11, lodash@^4.17.13, lodash@^4.17.4:
2645+
lodash@^4.0.0, lodash@^4.17.11, lodash@^4.17.13:
27172646
version "4.17.15"
27182647
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
27192648
integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==
@@ -3652,11 +3581,6 @@ regenerate@^1.4.0:
36523581
resolved "https://registry.yarnpkg.com/regenerate/-/regenerate-1.4.0.tgz#4a856ec4b56e4077c557589cae85e7a4c8869a11"
36533582
integrity sha512-1G6jJVDWrt0rK99kBjvEtziZNCICAuvIPkSiUFIQxVP06RCVpq3dmDo2oi6ABpYaDYaTRr67BEhL8r1wgEZZKg==
36543583

3655-
regenerator-runtime@^0.11.0:
3656-
version "0.11.1"
3657-
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz#be05ad7f9bf7d22e056f9726cee5017fbf19e2e9"
3658-
integrity sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg==
3659-
36603584
regenerator-transform@^0.14.0:
36613585
version "0.14.1"
36623586
resolved "https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-0.14.1.tgz#3b2fce4e1ab7732c08f665dfdb314749c7ddd2fb"
@@ -3787,7 +3711,12 @@ resolve-url@^0.2.1:
37873711
resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a"
37883712
integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=
37893713

3790-
resolve@^1.1.6, resolve@^1.10.0, resolve@^1.3.2:
3714+
3715+
version "1.1.7"
3716+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.1.7.tgz#203114d82ad2c5ed9e8e0411b3932875e889e97b"
3717+
integrity sha1-IDEU2CrSxe2ejgQRs5ModeiJ6Xs=
3718+
3719+
resolve@^1.1.6, resolve@^1.10.0, resolve@^1.11.1, resolve@^1.3.2:
37913720
version "1.11.1"
37923721
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.11.1.tgz#ea10d8110376982fef578df8fc30b9ac30a07a3e"
37933722
integrity sha512-vIpgF6wfuJOZI7KKKSP+HmiKggadPQAdsp5HiC1mvqnfp0gF1vdwgBWZIdrVft9pgqoMFQN+R7BSWZiBxx+BBw==
@@ -4257,11 +4186,6 @@ textlint@^11.3.1:
42574186
try-resolve "^1.0.1"
42584187
unique-concat "^0.2.2"
42594188

4260-
to-fast-properties@^1.0.3:
4261-
version "1.0.3"
4262-
resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-1.0.3.tgz#b83571fa4d8c25b82e231b06e3a3055de4ca1a47"
4263-
integrity sha1-uDVx+k2MJbguIxsG46MFXeTKGkc=
4264-
42654189
to-fast-properties@^2.0.0:
42664190
version "2.0.0"
42674191
resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz#dc5e698cbd079265bc73e0377681a4e4e83f616e"

0 commit comments

Comments
 (0)