Skip to content

Commit cc4f739

Browse files
committedMar 23, 2021
⬆️ deps: Upgrade.
1 parent d515214 commit cc4f739

File tree

2 files changed

+47
-28
lines changed

2 files changed

+47
-28
lines changed
 

Diff for: ‎package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -77,19 +77,19 @@
7777
"url": "https://github.com/aureooms/js-integer/issues"
7878
},
7979
"dependencies": {
80-
"@aureooms/js-error": "^5.0.0",
81-
"@aureooms/js-integer-big-endian": "^10.1.0"
80+
"@aureooms/js-error": "^5.0.2",
81+
"@aureooms/js-integer-big-endian": "^11.0.1"
8282
},
8383
"devDependencies": {
8484
"@aureooms/js-algorithms": "3.0.7",
8585
"@aureooms/js-array": "4.0.0",
86-
"@aureooms/js-itertools": "5.0.1",
86+
"@aureooms/js-itertools": "5.0.2",
8787
"@aureooms/js-operator": "1.0.2",
8888
"@aureooms/js-random": "2.0.0",
8989
"@aureooms/js-string": "1.0.0",
9090
"@babel/cli": "7.13.10",
9191
"@babel/core": "7.13.10",
92-
"@babel/preset-env": "7.13.10",
92+
"@babel/preset-env": "7.13.12",
9393
"@babel/register": "7.13.8",
9494
"ava": "3.15.0",
9595
"babel-plugin-transform-remove-console": "6.9.4",

Diff for: ‎yarn.lock

+43-24
Original file line numberDiff line numberDiff line change
@@ -19,25 +19,20 @@
1919
dependencies:
2020
"@aureooms/js-error" "^5.0.2"
2121

22-
"@aureooms/js-error@^5.0.0":
23-
version "5.0.1"
24-
resolved "https://registry.yarnpkg.com/@aureooms/js-error/-/js-error-5.0.1.tgz#474e2f1dd7189f97df770b5cc6f1bda536de262d"
25-
integrity sha512-BbbpKpp4W8L2x9vL4bas+JtuAe4PMojzTpf21puHPw5p3S+lgKd8SfS9y40pVHi/b3SrQrdpmsaEKjL4xviilQ==
26-
2722
"@aureooms/js-error@^5.0.2":
2823
version "5.0.2"
2924
resolved "https://registry.yarnpkg.com/@aureooms/js-error/-/js-error-5.0.2.tgz#dc2ad2fc2b10365581c32c28222daccc5c3c9600"
3025
integrity sha512-HLO95kmZ1nJV5qo8Xq7czHVskFGPkM3l60JFgdTnpvCH6P6lkyWDBplaDB9gI5cPvcRIZDs1HeAHhAlHR/jBxw==
3126

32-
"@aureooms/js-integer-big-endian@^10.1.0":
33-
version "10.1.0"
34-
resolved "https://registry.yarnpkg.com/@aureooms/js-integer-big-endian/-/js-integer-big-endian-10.1.0.tgz#47320d60d2332d8559e3be1b7e26e2b38b777a1e"
35-
integrity sha512-Bph2xwAYqOxNYwvDxEBAcWeHKhcvlg+QES3dTrOLQAumXoQI/r/Wpz0orueeFadyYNCeSm4i3gRkcjRdbh5NZw==
27+
"@aureooms/js-integer-big-endian@^11.0.1":
28+
version "11.0.1"
29+
resolved "https://registry.yarnpkg.com/@aureooms/js-integer-big-endian/-/js-integer-big-endian-11.0.1.tgz#fcc74d976a1f3ddedc259040f621b5b535f99eea"
30+
integrity sha512-tV8cZXSGZkbISgJpt/+lv7fjf2rqZOoqlWSn0uYV5as9tdrlRGT9NIZNZtsSSEGq8Uu1zbPEoNFpBqxX4kuYCQ==
3631

37-
"@aureooms/js-itertools@5.0.1":
38-
version "5.0.1"
39-
resolved "https://registry.yarnpkg.com/@aureooms/js-itertools/-/js-itertools-5.0.1.tgz#73af47b0a710073730fccde6c57431a9178d1bea"
40-
integrity sha512-EBmA0EiY49MSu7M6eCZvUyEhV79bvIQDg/LL3bfUG8fxhL4IeBLbgYc41a4/LunD5mLFG8ZQna/Z/oUjr4fUuQ==
32+
"@aureooms/js-itertools@5.0.2":
33+
version "5.0.2"
34+
resolved "https://registry.yarnpkg.com/@aureooms/js-itertools/-/js-itertools-5.0.2.tgz#d3da95e219e069aed4483cc9dcd7e73970ce83db"
35+
integrity sha512-FXCeJh0qRUdo2pJyEruN5rOQcelTZpfoC0e0dZPu+kziyhnkeG+LuTYMRBDJnH/XJ4zTGPmKKtahtVeTFG17mA==
4136
dependencies:
4237
"@aureooms/js-collections-deque" "^6.0.1"
4338
"@aureooms/js-error" "^5.0.2"
@@ -93,6 +88,11 @@
9388
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.0.tgz#7889eb7ee6518e2afa5d312b15fd7fd1fe9f3744"
9489
integrity sha512-mKgFbYQ+23pjwNGBNPNWrBfa3g/EcmrPnwQpjWoNxq9xYf+M8wcLhMlz/wkWimLjzNzGnl3D+C2186gMzk0VuA==
9590

91+
"@babel/compat-data@^7.13.12":
92+
version "7.13.12"
93+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.12.tgz#a8a5ccac19c200f9dd49624cac6e19d7be1236a1"
94+
integrity sha512-3eJJ841uKxeV8dcN/2yGEUy+RfgQspPEgQat85umsE1rotuquQ2AbIub4S6j7c50a2d+4myc+zSlnXeIHrOnhQ==
95+
9696
"@babel/compat-data@^7.13.8":
9797
version "7.13.8"
9898
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.8.tgz#5b783b9808f15cef71547f1b691f34f8ff6003a6"
@@ -567,6 +567,15 @@
567567
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.10.tgz#8f8f9bf7b3afa3eabd061f7a5bcdf4fec3c48409"
568568
integrity sha512-0s7Mlrw9uTWkYua7xWr99Wpk2bnGa0ANleKfksYAES8LpWH4gW1OUr42vqKNf0us5UQNfru2wPqMqRITzq/SIQ==
569569

570+
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.13.12":
571+
version "7.13.12"
572+
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.13.12.tgz#a3484d84d0b549f3fc916b99ee4783f26fabad2a"
573+
integrity sha512-d0u3zWKcoZf379fOeJdr1a5WPDny4aOFZ6hlfKivgK0LY7ZxNfoaHL2fWwdGtHyVvra38FC+HVYkO+byfSA8AQ==
574+
dependencies:
575+
"@babel/helper-plugin-utils" "^7.13.0"
576+
"@babel/helper-skip-transparent-expression-wrappers" "^7.12.1"
577+
"@babel/plugin-proposal-optional-chaining" "^7.13.12"
578+
570579
"@babel/plugin-proposal-async-generator-functions@^7.13.8":
571580
version "7.13.8"
572581
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.13.8.tgz#87aacb574b3bc4b5603f6fe41458d72a5a2ec4b1"
@@ -651,10 +660,10 @@
651660
"@babel/helper-plugin-utils" "^7.13.0"
652661
"@babel/plugin-syntax-optional-catch-binding" "^7.8.3"
653662

654-
"@babel/plugin-proposal-optional-chaining@^7.13.8":
655-
version "7.13.8"
656-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.13.8.tgz#e39df93efe7e7e621841babc197982e140e90756"
657-
integrity sha512-hpbBwbTgd7Cz1QryvwJZRo1U0k1q8uyBmeXOSQUjdg/A2TASkhR/rz7AyqZ/kS8kbpsNA80rOYbxySBJAqmhhQ==
663+
"@babel/plugin-proposal-optional-chaining@^7.13.12":
664+
version "7.13.12"
665+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.13.12.tgz#ba9feb601d422e0adea6760c2bd6bbb7bfec4866"
666+
integrity sha512-fcEdKOkIB7Tf4IxrgEVeFC4zeJSTr78no9wTdBuZZbqF64kzllU0ybo2zrzm7gUQfxGhBgq4E39oRs8Zx/RMYQ==
658667
dependencies:
659668
"@babel/helper-plugin-utils" "^7.13.0"
660669
"@babel/helper-skip-transparent-expression-wrappers" "^7.12.1"
@@ -1024,15 +1033,16 @@
10241033
"@babel/helper-create-regexp-features-plugin" "^7.12.13"
10251034
"@babel/helper-plugin-utils" "^7.12.13"
10261035

1027-
"@babel/preset-env@7.13.10":
1028-
version "7.13.10"
1029-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.13.10.tgz#b5cde31d5fe77ab2a6ab3d453b59041a1b3a5252"
1030-
integrity sha512-nOsTScuoRghRtUsRr/c69d042ysfPHcu+KOB4A9aAO9eJYqrkat+LF8G1yp1HD18QiwixT2CisZTr/0b3YZPXQ==
1036+
"@babel/preset-env@7.13.12":
1037+
version "7.13.12"
1038+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.13.12.tgz#6dff470478290582ac282fb77780eadf32480237"
1039+
integrity sha512-JzElc6jk3Ko6zuZgBtjOd01pf9yYDEIH8BcqVuYIuOkzOwDesoa/Nz4gIo4lBG6K861KTV9TvIgmFuT6ytOaAA==
10311040
dependencies:
1032-
"@babel/compat-data" "^7.13.8"
1041+
"@babel/compat-data" "^7.13.12"
10331042
"@babel/helper-compilation-targets" "^7.13.10"
10341043
"@babel/helper-plugin-utils" "^7.13.0"
10351044
"@babel/helper-validator-option" "^7.12.17"
1045+
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.13.12"
10361046
"@babel/plugin-proposal-async-generator-functions" "^7.13.8"
10371047
"@babel/plugin-proposal-class-properties" "^7.13.0"
10381048
"@babel/plugin-proposal-dynamic-import" "^7.13.8"
@@ -1043,7 +1053,7 @@
10431053
"@babel/plugin-proposal-numeric-separator" "^7.12.13"
10441054
"@babel/plugin-proposal-object-rest-spread" "^7.13.8"
10451055
"@babel/plugin-proposal-optional-catch-binding" "^7.13.8"
1046-
"@babel/plugin-proposal-optional-chaining" "^7.13.8"
1056+
"@babel/plugin-proposal-optional-chaining" "^7.13.12"
10471057
"@babel/plugin-proposal-private-methods" "^7.13.0"
10481058
"@babel/plugin-proposal-unicode-property-regex" "^7.12.13"
10491059
"@babel/plugin-syntax-async-generators" "^7.8.4"
@@ -1091,7 +1101,7 @@
10911101
"@babel/plugin-transform-unicode-escapes" "^7.12.13"
10921102
"@babel/plugin-transform-unicode-regex" "^7.12.13"
10931103
"@babel/preset-modules" "^0.1.4"
1094-
"@babel/types" "^7.13.0"
1104+
"@babel/types" "^7.13.12"
10951105
babel-plugin-polyfill-corejs2 "^0.1.4"
10961106
babel-plugin-polyfill-corejs3 "^0.1.3"
10971107
babel-plugin-polyfill-regenerator "^0.1.2"
@@ -1217,6 +1227,15 @@
12171227
lodash "^4.17.19"
12181228
to-fast-properties "^2.0.0"
12191229

1230+
"@babel/types@^7.13.12":
1231+
version "7.13.12"
1232+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.13.12.tgz#edbf99208ef48852acdff1c8a681a1e4ade580cd"
1233+
integrity sha512-K4nY2xFN4QMvQwkQ+zmBDp6ANMbVNw6BbxWmYA4qNjhR9W+Lj/8ky5MEY2Me5r+B2c6/v6F53oMndG+f9s3IiA==
1234+
dependencies:
1235+
"@babel/helper-validator-identifier" "^7.12.11"
1236+
lodash "^4.17.19"
1237+
to-fast-properties "^2.0.0"
1238+
12201239
"@concordance/react@^2.0.0":
12211240
version "2.0.0"
12221241
resolved "https://registry.yarnpkg.com/@concordance/react/-/react-2.0.0.tgz#aef913f27474c53731f4fd79cc2f54897de90fde"

0 commit comments

Comments
 (0)
Please sign in to comment.