Skip to content

Commit 671ef6c

Browse files
⬆️ deps: Upgrade all dependencies.
1 parent 31103d4 commit 671ef6c

File tree

2 files changed

+53
-34
lines changed

2 files changed

+53
-34
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,16 +77,16 @@
7777
"url": "https://github.com/aureooms/js-rational/issues"
7878
},
7979
"dependencies": {
80-
"@aureooms/js-itertools": "^5.0.0"
80+
"@aureooms/js-itertools": "^5.0.2"
8181
},
8282
"devDependencies": {
83-
"@aureooms/js-integer": "9.0.2",
84-
"@aureooms/js-integer-big-endian": "10.1.0",
83+
"@aureooms/js-integer": "10.0.1",
84+
"@aureooms/js-integer-big-endian": "11.0.1",
8585
"@aureooms/js-number": "3.1.0",
8686
"@aureooms/js-prime": "4.0.0",
8787
"@babel/cli": "7.13.10",
8888
"@babel/core": "7.13.10",
89-
"@babel/preset-env": "7.13.10",
89+
"@babel/preset-env": "7.13.12",
9090
"@babel/register": "7.13.8",
9191
"ava": "3.15.0",
9292
"babel-plugin-transform-remove-console": "6.9.4",

yarn.lock

Lines changed: 49 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -9,33 +9,28 @@
99
dependencies:
1010
"@aureooms/js-error" "^5.0.2"
1111

12-
"@aureooms/js-error@^4.0.1":
13-
version "4.0.1"
14-
resolved "https://registry.yarnpkg.com/@aureooms/js-error/-/js-error-4.0.1.tgz#be2740b3f31a337e0828930c9b70d38113b4dd77"
15-
integrity sha512-zsgs6wmnRsKljlusewYiBaFBM/hIJp43b7OwE9ybpLEL4wfXjGP17cJTTAY8gpzALVFwEA5/flxIK0I6gJJLHQ==
16-
1712
"@aureooms/js-error@^5.0.2":
1813
version "5.0.2"
1914
resolved "https://registry.yarnpkg.com/@aureooms/js-error/-/js-error-5.0.2.tgz#dc2ad2fc2b10365581c32c28222daccc5c3c9600"
2015
integrity sha512-HLO95kmZ1nJV5qo8Xq7czHVskFGPkM3l60JFgdTnpvCH6P6lkyWDBplaDB9gI5cPvcRIZDs1HeAHhAlHR/jBxw==
2116

22-
"@aureooms/js-integer-big-endian@10.1.0", "@aureooms/js-integer-big-endian@^10.1.0":
23-
version "10.1.0"
24-
resolved "https://registry.yarnpkg.com/@aureooms/js-integer-big-endian/-/js-integer-big-endian-10.1.0.tgz#47320d60d2332d8559e3be1b7e26e2b38b777a1e"
25-
integrity sha512-Bph2xwAYqOxNYwvDxEBAcWeHKhcvlg+QES3dTrOLQAumXoQI/r/Wpz0orueeFadyYNCeSm4i3gRkcjRdbh5NZw==
17+
"@aureooms/js-integer-big-endian@11.0.1", "@aureooms/js-integer-big-endian@^11.0.1":
18+
version "11.0.1"
19+
resolved "https://registry.yarnpkg.com/@aureooms/js-integer-big-endian/-/js-integer-big-endian-11.0.1.tgz#fcc74d976a1f3ddedc259040f621b5b535f99eea"
20+
integrity sha512-tV8cZXSGZkbISgJpt/+lv7fjf2rqZOoqlWSn0uYV5as9tdrlRGT9NIZNZtsSSEGq8Uu1zbPEoNFpBqxX4kuYCQ==
2621

27-
"@aureooms/js-integer@9.0.2":
28-
version "9.0.2"
29-
resolved "https://registry.yarnpkg.com/@aureooms/js-integer/-/js-integer-9.0.2.tgz#3abc02d5e9839618c7cd66514943e9a94101d1f3"
30-
integrity sha512-OclKHlHPpp+y+CAokR6MlARCEnkB0CnNmeNxtYZsPHWtRAbgWza6RMk8lQk6WE9usJl48MqVQmDvFyloRaSR1Q==
22+
"@aureooms/js-integer@10.0.1":
23+
version "10.0.1"
24+
resolved "https://registry.yarnpkg.com/@aureooms/js-integer/-/js-integer-10.0.1.tgz#3b9ab907f187a35cec11470fd7a761fe2b7cdf06"
25+
integrity sha512-2dTaEMkcz90hyielR93Eaynt7t3KJsgQoU1w8tFMw8sAc/A369/AIo3Op2999sSY/4nRkIdVApEAhecMSEthfw==
3126
dependencies:
32-
"@aureooms/js-error" "^4.0.1"
33-
"@aureooms/js-integer-big-endian" "^10.1.0"
27+
"@aureooms/js-error" "^5.0.2"
28+
"@aureooms/js-integer-big-endian" "^11.0.1"
3429

35-
"@aureooms/js-itertools@^5.0.0":
36-
version "5.0.1"
37-
resolved "https://registry.yarnpkg.com/@aureooms/js-itertools/-/js-itertools-5.0.1.tgz#73af47b0a710073730fccde6c57431a9178d1bea"
38-
integrity sha512-EBmA0EiY49MSu7M6eCZvUyEhV79bvIQDg/LL3bfUG8fxhL4IeBLbgYc41a4/LunD5mLFG8ZQna/Z/oUjr4fUuQ==
30+
"@aureooms/js-itertools@^5.0.2":
31+
version "5.0.2"
32+
resolved "https://registry.yarnpkg.com/@aureooms/js-itertools/-/js-itertools-5.0.2.tgz#d3da95e219e069aed4483cc9dcd7e73970ce83db"
33+
integrity sha512-FXCeJh0qRUdo2pJyEruN5rOQcelTZpfoC0e0dZPu+kziyhnkeG+LuTYMRBDJnH/XJ4zTGPmKKtahtVeTFG17mA==
3934
dependencies:
4035
"@aureooms/js-collections-deque" "^6.0.1"
4136
"@aureooms/js-error" "^5.0.2"
@@ -86,6 +81,11 @@
8681
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.0.tgz#7889eb7ee6518e2afa5d312b15fd7fd1fe9f3744"
8782
integrity sha512-mKgFbYQ+23pjwNGBNPNWrBfa3g/EcmrPnwQpjWoNxq9xYf+M8wcLhMlz/wkWimLjzNzGnl3D+C2186gMzk0VuA==
8883

84+
"@babel/compat-data@^7.13.12":
85+
version "7.13.12"
86+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.12.tgz#a8a5ccac19c200f9dd49624cac6e19d7be1236a1"
87+
integrity sha512-3eJJ841uKxeV8dcN/2yGEUy+RfgQspPEgQat85umsE1rotuquQ2AbIub4S6j7c50a2d+4myc+zSlnXeIHrOnhQ==
88+
8989
"@babel/compat-data@^7.13.8":
9090
version "7.13.8"
9191
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.8.tgz#5b783b9808f15cef71547f1b691f34f8ff6003a6"
@@ -560,6 +560,15 @@
560560
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.10.tgz#8f8f9bf7b3afa3eabd061f7a5bcdf4fec3c48409"
561561
integrity sha512-0s7Mlrw9uTWkYua7xWr99Wpk2bnGa0ANleKfksYAES8LpWH4gW1OUr42vqKNf0us5UQNfru2wPqMqRITzq/SIQ==
562562

563+
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.13.12":
564+
version "7.13.12"
565+
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"
566+
integrity sha512-d0u3zWKcoZf379fOeJdr1a5WPDny4aOFZ6hlfKivgK0LY7ZxNfoaHL2fWwdGtHyVvra38FC+HVYkO+byfSA8AQ==
567+
dependencies:
568+
"@babel/helper-plugin-utils" "^7.13.0"
569+
"@babel/helper-skip-transparent-expression-wrappers" "^7.12.1"
570+
"@babel/plugin-proposal-optional-chaining" "^7.13.12"
571+
563572
"@babel/plugin-proposal-async-generator-functions@^7.13.8":
564573
version "7.13.8"
565574
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.13.8.tgz#87aacb574b3bc4b5603f6fe41458d72a5a2ec4b1"
@@ -644,10 +653,10 @@
644653
"@babel/helper-plugin-utils" "^7.13.0"
645654
"@babel/plugin-syntax-optional-catch-binding" "^7.8.3"
646655

647-
"@babel/plugin-proposal-optional-chaining@^7.13.8":
648-
version "7.13.8"
649-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.13.8.tgz#e39df93efe7e7e621841babc197982e140e90756"
650-
integrity sha512-hpbBwbTgd7Cz1QryvwJZRo1U0k1q8uyBmeXOSQUjdg/A2TASkhR/rz7AyqZ/kS8kbpsNA80rOYbxySBJAqmhhQ==
656+
"@babel/plugin-proposal-optional-chaining@^7.13.12":
657+
version "7.13.12"
658+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.13.12.tgz#ba9feb601d422e0adea6760c2bd6bbb7bfec4866"
659+
integrity sha512-fcEdKOkIB7Tf4IxrgEVeFC4zeJSTr78no9wTdBuZZbqF64kzllU0ybo2zrzm7gUQfxGhBgq4E39oRs8Zx/RMYQ==
651660
dependencies:
652661
"@babel/helper-plugin-utils" "^7.13.0"
653662
"@babel/helper-skip-transparent-expression-wrappers" "^7.12.1"
@@ -1017,15 +1026,16 @@
10171026
"@babel/helper-create-regexp-features-plugin" "^7.12.13"
10181027
"@babel/helper-plugin-utils" "^7.12.13"
10191028

1020-
"@babel/[email protected].10":
1021-
version "7.13.10"
1022-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.13.10.tgz#b5cde31d5fe77ab2a6ab3d453b59041a1b3a5252"
1023-
integrity sha512-nOsTScuoRghRtUsRr/c69d042ysfPHcu+KOB4A9aAO9eJYqrkat+LF8G1yp1HD18QiwixT2CisZTr/0b3YZPXQ==
1029+
"@babel/[email protected].12":
1030+
version "7.13.12"
1031+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.13.12.tgz#6dff470478290582ac282fb77780eadf32480237"
1032+
integrity sha512-JzElc6jk3Ko6zuZgBtjOd01pf9yYDEIH8BcqVuYIuOkzOwDesoa/Nz4gIo4lBG6K861KTV9TvIgmFuT6ytOaAA==
10241033
dependencies:
1025-
"@babel/compat-data" "^7.13.8"
1034+
"@babel/compat-data" "^7.13.12"
10261035
"@babel/helper-compilation-targets" "^7.13.10"
10271036
"@babel/helper-plugin-utils" "^7.13.0"
10281037
"@babel/helper-validator-option" "^7.12.17"
1038+
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.13.12"
10291039
"@babel/plugin-proposal-async-generator-functions" "^7.13.8"
10301040
"@babel/plugin-proposal-class-properties" "^7.13.0"
10311041
"@babel/plugin-proposal-dynamic-import" "^7.13.8"
@@ -1036,7 +1046,7 @@
10361046
"@babel/plugin-proposal-numeric-separator" "^7.12.13"
10371047
"@babel/plugin-proposal-object-rest-spread" "^7.13.8"
10381048
"@babel/plugin-proposal-optional-catch-binding" "^7.13.8"
1039-
"@babel/plugin-proposal-optional-chaining" "^7.13.8"
1049+
"@babel/plugin-proposal-optional-chaining" "^7.13.12"
10401050
"@babel/plugin-proposal-private-methods" "^7.13.0"
10411051
"@babel/plugin-proposal-unicode-property-regex" "^7.12.13"
10421052
"@babel/plugin-syntax-async-generators" "^7.8.4"
@@ -1084,7 +1094,7 @@
10841094
"@babel/plugin-transform-unicode-escapes" "^7.12.13"
10851095
"@babel/plugin-transform-unicode-regex" "^7.12.13"
10861096
"@babel/preset-modules" "^0.1.4"
1087-
"@babel/types" "^7.13.0"
1097+
"@babel/types" "^7.13.12"
10881098
babel-plugin-polyfill-corejs2 "^0.1.4"
10891099
babel-plugin-polyfill-corejs3 "^0.1.3"
10901100
babel-plugin-polyfill-regenerator "^0.1.2"
@@ -1210,6 +1220,15 @@
12101220
lodash "^4.17.19"
12111221
to-fast-properties "^2.0.0"
12121222

1223+
"@babel/types@^7.13.12":
1224+
version "7.13.12"
1225+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.13.12.tgz#edbf99208ef48852acdff1c8a681a1e4ade580cd"
1226+
integrity sha512-K4nY2xFN4QMvQwkQ+zmBDp6ANMbVNw6BbxWmYA4qNjhR9W+Lj/8ky5MEY2Me5r+B2c6/v6F53oMndG+f9s3IiA==
1227+
dependencies:
1228+
"@babel/helper-validator-identifier" "^7.12.11"
1229+
lodash "^4.17.19"
1230+
to-fast-properties "^2.0.0"
1231+
12131232
"@concordance/react@^2.0.0":
12141233
version "2.0.0"
12151234
resolved "https://registry.yarnpkg.com/@concordance/react/-/react-2.0.0.tgz#aef913f27474c53731f4fd79cc2f54897de90fde"

0 commit comments

Comments
 (0)