Skip to content

Commit b2e68ea

Browse files
chore: update npm dependencies
1 parent 7fac747 commit b2e68ea

File tree

1 file changed

+11
-40
lines changed

1 file changed

+11
-40
lines changed

yarn.lock

Lines changed: 11 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
invariant "^2.2.4"
1919
semver "^5.5.0"
2020

21-
"@babel/core@^7.10.4", "@babel/core@^7.4.5":
21+
"@babel/core@^7.10.4":
2222
version "7.10.4"
2323
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.10.4.tgz#780e8b83e496152f8dd7df63892b2e052bf1d51d"
2424
integrity sha512-3A0tS0HWpy4XujGc7QtOIHTeNwUgWaZc/WuS5YQrfhU67jnVmsD6OGPc1AKHH0LJHQICGncy3+YUjIhVlfDdcA==
@@ -891,7 +891,7 @@
891891
"@babel/helper-plugin-utils" "^7.10.4"
892892
"@babel/plugin-transform-typescript" "^7.10.4"
893893

894-
"@babel/runtime@^7.10.1", "@babel/runtime@^7.3.1", "@babel/runtime@^7.4.4", "@babel/runtime@^7.5.5", "@babel/runtime@^7.8.3", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7", "@babel/runtime@^7.9.6":
894+
"@babel/runtime@^7.3.1", "@babel/runtime@^7.4.4", "@babel/runtime@^7.5.5", "@babel/runtime@^7.8.3", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7", "@babel/runtime@^7.9.6":
895895
version "7.10.4"
896896
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.10.4.tgz#a6724f1a6b8d2f6ea5236dbfe58c7d7ea9c5eb99"
897897
integrity sha512-UpTN5yUJr9b4EX2CnGNWIvER7Ab83ibv0pcvvHc4UOdrBI5jb8bj+32cCwPX6xu0mt2daFNjYhoi+X7beH0RSw==
@@ -1821,16 +1821,6 @@ babel-plugin-dynamic-import-node@^2.3.3:
18211821
dependencies:
18221822
object.assign "^4.1.0"
18231823

1824-
babel-plugin-i18next-extract@^0.7.2:
1825-
version "0.7.2"
1826-
resolved "https://registry.yarnpkg.com/babel-plugin-i18next-extract/-/babel-plugin-i18next-extract-0.7.2.tgz#846e80e56e48061dae272da1c14a26b3bbf25a76"
1827-
integrity sha512-N9lzxhyuzdF7qtQAzrOAPMhweptI8BF1IVRGF5aS0IV2kSs8mEcn2kc4Sp/nn9crSaCRPgDmHj7Ghl6CnZy7GA==
1828-
dependencies:
1829-
"@babel/core" "^7.4.5"
1830-
"@babel/types" "^7.4.4"
1831-
i18next "^19.0.0"
1832-
json-stable-stringify "^1.0.1"
1833-
18341824
babel-plugin-react-html-attrs@^3.0.4:
18351825
version "3.0.4"
18361826
resolved "https://registry.yarnpkg.com/babel-plugin-react-html-attrs/-/babel-plugin-react-html-attrs-3.0.4.tgz#29a4799ca2a345e7c9827ae2b50bbcacb48fd0c7"
@@ -2890,9 +2880,9 @@ duplexify@^3.4.2, duplexify@^3.6.0:
28902880
stream-shift "^1.0.0"
28912881

28922882
electron-to-chromium@^1.3.488:
2893-
version "1.3.491"
2894-
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.491.tgz#47aae23ae953c2ecb2298e176844cfd79c29b238"
2895-
integrity sha512-8pXN6BlIgdggFhgeAw7zYdlWl4dyAA+EYBkbwXZdqShz2SaCGsPwrGTNHsigIR9V9O8ZOswahXSspCsXgDHFrA==
2883+
version "1.3.492"
2884+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.492.tgz#bde16082a05a124266e5ecc9cf0ce53d137f2919"
2885+
integrity sha512-AD6v9Y2wN0HuoRH4LwCmlSHjkKq51D1U52bTuvM5uPzisbHVm3Hms15c42TBFLewxnSqxAynK/tbeaUi4Rnjqw==
28962886

28972887
elliptic@^6.0.0, elliptic@^6.5.2:
28982888
version "6.5.3"
@@ -3713,13 +3703,6 @@ hyphenate-style-name@^1.0.3:
37133703
resolved "https://registry.yarnpkg.com/hyphenate-style-name/-/hyphenate-style-name-1.0.3.tgz#097bb7fa0b8f1a9cf0bd5c734cf95899981a9b48"
37143704
integrity sha512-EcuixamT82oplpoJ2XU4pDtKGWQ7b00CD9f1ug9IaQ3p1bkHMiKCZ9ut9QDI6qsa6cpUuB+A/I+zLtdNK4n2DQ==
37153705

3716-
i18next@^19.0.0:
3717-
version "19.5.4"
3718-
resolved "https://registry.yarnpkg.com/i18next/-/i18next-19.5.4.tgz#86e4b44993621f39ab53f95a24afa69caea0a452"
3719-
integrity sha512-fty+v8v0Unn8KufOajoZ6OR5aKme/lP+BdbT5rirTXE8wdj6LbsbG9DwtI9VtMeru1PEf+L530Cq3IRmovMJGQ==
3720-
dependencies:
3721-
"@babel/runtime" "^7.10.1"
3722-
37233706
ieee754@^1.1.4:
37243707
version "1.1.13"
37253708
resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.1.13.tgz#ec168558e95aa181fd87d37f55c32bbcb6708b84"
@@ -4078,13 +4061,6 @@ json-stable-stringify-without-jsonify@^1.0.1:
40784061
resolved "https://registry.yarnpkg.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz#9db7b59496ad3f3cfef30a75142d2d930ad72651"
40794062
integrity sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE=
40804063

4081-
json-stable-stringify@^1.0.1:
4082-
version "1.0.1"
4083-
resolved "https://registry.yarnpkg.com/json-stable-stringify/-/json-stable-stringify-1.0.1.tgz#9a759d39c5f2ff503fd5300646ed445f88c4f9af"
4084-
integrity sha1-mnWdOcXy/1A/1TAGRu1EX4jE+a8=
4085-
dependencies:
4086-
jsonify "~0.0.0"
4087-
40884064
json5@^1.0.1:
40894065
version "1.0.1"
40904066
resolved "https://registry.yarnpkg.com/json5/-/json5-1.0.1.tgz#779fb0018604fa854eacbf6252180d83543e3dbe"
@@ -4106,11 +4082,6 @@ jsonfile@^4.0.0:
41064082
optionalDependencies:
41074083
graceful-fs "^4.1.6"
41084084

4109-
jsonify@~0.0.0:
4110-
version "0.0.0"
4111-
resolved "https://registry.yarnpkg.com/jsonify/-/jsonify-0.0.0.tgz#2c74b6ee41d93ca51b7b5aaee8f503631d252a73"
4112-
integrity sha1-LHS27kHZPKUbe1qu6PUDYx0lKnM=
4113-
41144085
jsonparse@^1.2.0:
41154086
version "1.3.1"
41164087
resolved "https://registry.yarnpkg.com/jsonparse/-/jsonparse-1.3.1.tgz#3f4dae4a91fac315f71062f8521cc239f1366280"
@@ -4365,9 +4336,9 @@ lodash.templatesettings@^4.0.0:
43654336
lodash._reinterpolate "^3.0.0"
43664337

43674338
lodash@^4.17.11, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.4:
4368-
version "4.17.15"
4369-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
4370-
integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==
4339+
version "4.17.18"
4340+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.18.tgz#5c5f072c5c02f386378dd3f6325b529376210427"
4341+
integrity sha512-au4L1q0HKcaaa37qOdpWWhwzDnB/taYJfRiKULnaT+Ml9UaBIjJ2SOJMeLtSeeLT+zUdyFMm0+ts+j4eeuUpIA==
43714342

43724343
log-symbols@^4.0.0:
43734344
version "4.0.0"
@@ -4779,9 +4750,9 @@ node-libs-browser@^2.2.1:
47794750
vm-browserify "^1.0.1"
47804751

47814752
node-releases@^1.1.58:
4782-
version "1.1.58"
4783-
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.58.tgz#8ee20eef30fa60e52755fcc0942def5a734fe935"
4784-
integrity sha512-NxBudgVKiRh/2aPWMgPR7bPTX0VPmGx5QBwCtdHitnqFE5/O8DeBXuIMH1nwNnw/aMo6AjOrpsHzfY3UbUJ7yg==
4753+
version "1.1.59"
4754+
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.59.tgz#4d648330641cec704bff10f8e4fe28e453ab8e8e"
4755+
integrity sha512-H3JrdUczbdiwxN5FuJPyCHnGHIFqQ0wWxo+9j1kAXAzqNMAHlo+4I/sYYxpyK0irQ73HgdiyzD32oqQDcU2Osw==
47854756

47864757
normalize-package-data@^2.3.2, normalize-package-data@^2.3.4, normalize-package-data@^2.5.0:
47874758
version "2.5.0"

0 commit comments

Comments
 (0)