Skip to content

Commit 77201a6

Browse files
chore: update npm dependencies
1 parent 6de4e10 commit 77201a6

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@mui/material": "^5.11.2",
3636
"@technote-space/ga-framework": "^0.15.1",
3737
"@technote-space/genetic-algorithms-js": "^0.8.27",
38-
"axios": "^1.2.1",
38+
"axios": "^1.2.2",
3939
"encoding-japanese": "^2.0.0",
4040
"fast-levenshtein": "^3.0.0",
4141
"file-saver": "^2.0.5",

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1804,9 +1804,9 @@
18041804
"@types/node" "*"
18051805

18061806
"@types/ws@^8.5.1":
1807-
version "8.5.3"
1808-
resolved "https://registry.yarnpkg.com/@types/ws/-/ws-8.5.3.tgz#7d25a1ffbecd3c4f2d35068d0b283c037003274d"
1809-
integrity sha512-6YOoWjruKj1uLf3INHH7D3qTXwFfEsg1kf3c0uDdSBJwfa/llkwIjrAGV7j7mVgGNbzTQ3HiHKKDXl6bJPD97w==
1807+
version "8.5.4"
1808+
resolved "https://registry.yarnpkg.com/@types/ws/-/ws-8.5.4.tgz#bb10e36116d6e570dd943735f86c933c1587b8a5"
1809+
integrity sha512-zdQDHKUgcX/zBc4GrwsE/7dVdAD8JR4EuiAXiiUhhfyIJXXb2+PrGshFyeXWQPMmmZ2XxgaqclgpIC7eTXc1mg==
18101810
dependencies:
18111811
"@types/node" "*"
18121812

@@ -2263,10 +2263,10 @@ asynckit@^0.4.0:
22632263
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
22642264
integrity sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==
22652265

2266-
axios@^1.2.1:
2267-
version "1.2.1"
2268-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.2.1.tgz#44cf04a3c9f0c2252ebd85975361c026cb9f864a"
2269-
integrity sha512-I88cFiGu9ryt/tfVEi4kX2SITsvDddTajXTOFmt2uK1ZVA8LytjtdeyefdQWEf5PU8w+4SSJDoYnggflB5tW4A==
2266+
axios@^1.2.2:
2267+
version "1.2.2"
2268+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.2.2.tgz#72681724c6e6a43a9fea860fc558127dbe32f9f1"
2269+
integrity sha512-bz/J4gS2S3I7mpN/YZfGFTqhXTYzRho8Ay38w2otuuDR322KzFIWm/4W2K6gIwvWaws5n+mnb7D1lN9uD+QH6Q==
22702270
dependencies:
22712271
follow-redirects "^1.15.0"
22722272
form-data "^4.0.0"
@@ -2833,9 +2833,9 @@ copy-webpack-plugin@^11.0.0:
28332833
serialize-javascript "^6.0.0"
28342834

28352835
core-js-compat@^3.25.1:
2836-
version "3.27.0"
2837-
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.27.0.tgz#e2c58a89df6432a5f36f3fa34097e9e83e709fb6"
2838-
integrity sha512-spN2H4E/wocMML7XtbKuqttHHM+zbF3bAdl9mT4/iyFaF33bowQGjxiWNWyvUJGH9F+hTgnhWziiLtwu3oC/Qg==
2836+
version "3.27.1"
2837+
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.27.1.tgz#b5695eb25c602d72b1d30cbfba3cb7e5e4cf0a67"
2838+
integrity sha512-Dg91JFeCDA17FKnneN7oCMz4BkQ4TcffkgHP4OWwp9yx3pi7ubqMDXXSacfNak1PQqjc95skyt+YBLHQJnkJwA==
28392839
dependencies:
28402840
browserslist "^4.21.4"
28412841

0 commit comments

Comments
 (0)