Skip to content

Commit 662e163

Browse files
fix(deps): update npm - website - website/package.json
1 parent c67387c commit 662e163

File tree

2 files changed

+48
-49
lines changed

2 files changed

+48
-49
lines changed

website/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
"@docusaurus/core": "^3.7.0",
1414
"@docusaurus/preset-classic": "^3.7.0",
1515
"@docusaurus/plugin-google-gtag": "^3.7.0",
16-
"axios": "^1.7.9",
16+
"axios": "^1.8.2",
1717
"classnames": "^2.5.1",
1818
"clsx": "^2.1.1",
19-
"eslint": "^9.20.1",
19+
"eslint": "^9.22.0",
2020
"eslint-plugin-react": "^7.37.4",
2121
"react": "^19.0.0",
2222
"react-dom": "^19.0.0",

website/yarn.lock

+46-47
Original file line numberDiff line numberDiff line change
@@ -2832,7 +2832,7 @@
28322832
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0"
28332833
integrity sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==
28342834

2835-
"@eslint/config-array@^0.19.0":
2835+
"@eslint/config-array@^0.19.2":
28362836
version "0.19.2"
28372837
resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.19.2.tgz#3060b809e111abfc97adb0bb1172778b90cb46aa"
28382838
integrity sha512-GNKqxfHG2ySmJOBSHg7LxeUx4xpuCoFjacmlCoYWEbaPXLwvfIjixRI12xCQZeULksQb23uiA8F40w5TojpV7w==
@@ -2841,24 +2841,22 @@
28412841
debug "^4.3.1"
28422842
minimatch "^3.1.2"
28432843

2844-
"@eslint/core@^0.10.0":
2845-
version "0.10.0"
2846-
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.10.0.tgz#23727063c21b335f752dbb3a16450f6f9cbc9091"
2847-
integrity sha512-gFHJ+xBOo4G3WRlR1e/3G8A6/KZAH6zcE/hkLRCZTi/B9avAG365QhFA8uOGzTMqgTghpn7/fSnscW++dpMSAw==
2848-
dependencies:
2849-
"@types/json-schema" "^7.0.15"
2844+
"@eslint/config-helpers@^0.1.0":
2845+
version "0.1.0"
2846+
resolved "https://registry.yarnpkg.com/@eslint/config-helpers/-/config-helpers-0.1.0.tgz#62f1b7821e9d9ced1b3f512c7ea731825765d1cc"
2847+
integrity sha512-kLrdPDJE1ckPo94kmPPf9Hfd0DU0Jw6oKYrhe+pwSC0iTUInmTa+w6fw8sGgcfkFJGNdWOUeOaDM4quW4a7OkA==
28502848

2851-
"@eslint/core@^0.11.0":
2852-
version "0.11.0"
2853-
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.11.0.tgz#7a9226e850922e42cbd2ba71361eacbe74352a12"
2854-
integrity sha512-DWUB2pksgNEb6Bz2fggIy1wh6fGgZP4Xyy/Mt0QZPiloKKXerbqq9D3SBQTlCRYOrcRPu4vuz+CGjwdfqxnoWA==
2849+
"@eslint/core@^0.12.0":
2850+
version "0.12.0"
2851+
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.12.0.tgz#5f960c3d57728be9f6c65bd84aa6aa613078798e"
2852+
integrity sha512-cmrR6pytBuSMTaBweKoGMwu3EiHiEC+DoyupPmlZ0HxBJBtIxwe+j/E4XPIKNx+Q74c8lXKPwYawBf5glsTkHg==
28552853
dependencies:
28562854
"@types/json-schema" "^7.0.15"
28572855

2858-
"@eslint/eslintrc@^3.2.0":
2859-
version "3.2.0"
2860-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-3.2.0.tgz#57470ac4e2e283a6bf76044d63281196e370542c"
2861-
integrity sha512-grOjVNN8P3hjJn/eIETF1wwd12DdnwFDoyceUJLYYdkpbwq3nLi+4fqrTAONx7XDALqlL220wC/RHSC/QTI/0w==
2856+
"@eslint/eslintrc@^3.3.0":
2857+
version "3.3.0"
2858+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-3.3.0.tgz#96a558f45842989cca7ea1ecd785ad5491193846"
2859+
integrity sha512-yaVPAiNAalnCZedKLdR21GOGILMLKPyqSLWaAjQFvYA2i/ciDi8ArYVr69Anohb6cH2Ukhqti4aFnYyPm8wdwQ==
28622860
dependencies:
28632861
ajv "^6.12.4"
28642862
debug "^4.3.2"
@@ -2870,22 +2868,22 @@
28702868
minimatch "^3.1.2"
28712869
strip-json-comments "^3.1.1"
28722870

2873-
"@eslint/js@9.20.0":
2874-
version "9.20.0"
2875-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.20.0.tgz#7421bcbe74889fcd65d1be59f00130c289856eb4"
2876-
integrity sha512-iZA07H9io9Wn836aVTytRaNqh00Sad+EamwOVJT12GTLw1VGMFV/4JaME+JjLtr9fiGaoWgYnS54wrfWsSs4oQ==
2871+
"@eslint/js@9.22.0":
2872+
version "9.22.0"
2873+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.22.0.tgz#4ff53649ded7cbce90b444b494c234137fa1aa3d"
2874+
integrity sha512-vLFajx9o8d1/oL2ZkpMYbkLv8nDB6yaIwFNt7nI4+I80U/z03SxmfOMsLbvWr3p7C+Wnoh//aOu2pQW8cS0HCQ==
28772875

28782876
"@eslint/object-schema@^2.1.6":
28792877
version "2.1.6"
28802878
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-2.1.6.tgz#58369ab5b5b3ca117880c0f6c0b0f32f6950f24f"
28812879
integrity sha512-RBMg5FRL0I0gs51M/guSAj5/e14VQ4tpZnQNWwuDT66P14I43ItmPfIZRhO9fUVIPOAQXU47atlywZ/czoqFPA==
28822880

2883-
"@eslint/plugin-kit@^0.2.5":
2884-
version "0.2.5"
2885-
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.2.5.tgz#ee07372035539e7847ef834e3f5e7b79f09e3a81"
2886-
integrity sha512-lB05FkqEdUg2AA0xEbUz0SnkXT1LcCTa438W4IWTUh4hdOnVbQyOJ81OrDXsJk/LSiJHubgGEFoR5EHq1NsH1A==
2881+
"@eslint/plugin-kit@^0.2.7":
2882+
version "0.2.7"
2883+
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.2.7.tgz#9901d52c136fb8f375906a73dcc382646c3b6a27"
2884+
integrity sha512-JubJ5B2pJ4k4yGxaNLdbjrnk9d/iDz6/q8wOilpIowd6PJPgaxCuHBnBszq7Ce2TyMrywm5r4PnKm6V3iiZF+g==
28872885
dependencies:
2888-
"@eslint/core" "^0.10.0"
2886+
"@eslint/core" "^0.12.0"
28892887
levn "^0.4.1"
28902888

28912889
"@hapi/hoek@^9.0.0", "@hapi/hoek@^9.3.0":
@@ -2923,10 +2921,10 @@
29232921
resolved "https://registry.yarnpkg.com/@humanwhocodes/retry/-/retry-0.3.1.tgz#c72a5c76a9fbaf3488e231b13dc52c0da7bab42a"
29242922
integrity sha512-JBxkERygn7Bv/GbN5Rv8Ul6LVknS+5Bp6RgDC/O8gEBU/yeH5Ui5C/OlWrTb6qct7LjjfT6Re2NxB0ln0yYybA==
29252923

2926-
"@humanwhocodes/retry@^0.4.1":
2927-
version "0.4.1"
2928-
resolved "https://registry.yarnpkg.com/@humanwhocodes/retry/-/retry-0.4.1.tgz#9a96ce501bc62df46c4031fbd970e3cc6b10f07b"
2929-
integrity sha512-c7hNEllBlenFTHBky65mhq8WD2kbN9Q6gk0bTk8lSBvc554jpXSkST1iePudpt7+A/AQvuHs9EMqjHDXMY1lrA==
2924+
"@humanwhocodes/retry@^0.4.2":
2925+
version "0.4.2"
2926+
resolved "https://registry.yarnpkg.com/@humanwhocodes/retry/-/retry-0.4.2.tgz#1860473de7dfa1546767448f333db80cb0ff2161"
2927+
integrity sha512-xeO57FpIu4p1Ri3Jq/EXq4ClRm86dVF2z/+kvFnyqVYRavTZmaFaUBbWCOuuTh0o/g7DSsk6kc2vrS4Vl5oPOQ==
29302928

29312929
"@jest/schemas@^29.6.3":
29322930
version "29.6.3"
@@ -4134,10 +4132,10 @@ available-typed-arrays@^1.0.7:
41344132
dependencies:
41354133
possible-typed-array-names "^1.0.0"
41364134

4137-
axios@^1.7.9:
4138-
version "1.7.9"
4139-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.9.tgz#d7d071380c132a24accda1b2cfc1535b79ec650a"
4140-
integrity sha512-LhLcE7Hbiryz8oMDdDptSrWowmB4Bl6RCt6sIJKpRB4XtVf0iEgewX3au/pJqm+Py1kCASkb/FFKjxQaLtxJvw==
4135+
axios@^1.8.2:
4136+
version "1.8.2"
4137+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.8.2.tgz#fabe06e241dfe83071d4edfbcaa7b1c3a40f7979"
4138+
integrity sha512-ls4GYBm5aig9vWx8AWDSGLpnpDQRtWAfrjU+EuytuODrFBkqesN2RkOQCBzrA1RQNHw1SmRMSDDDSwzNAYQ6Rg==
41414139
dependencies:
41424140
follow-redirects "^1.15.6"
41434141
form-data "^4.0.0"
@@ -5571,10 +5569,10 @@ [email protected]:
55715569
esrecurse "^4.3.0"
55725570
estraverse "^4.1.1"
55735571

5574-
eslint-scope@^8.2.0:
5575-
version "8.2.0"
5576-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-8.2.0.tgz#377aa6f1cb5dc7592cfd0b7f892fd0cf352ce442"
5577-
integrity sha512-PHlWUfG6lvPc3yvP5A4PNyBL1W8fkDUccmI21JUu/+GKZBoH/W5u6usENXUrWFRsyoW5ACUjFGgAFQp5gUlb/A==
5572+
eslint-scope@^8.3.0:
5573+
version "8.3.0"
5574+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-8.3.0.tgz#10cd3a918ffdd722f5f3f7b5b83db9b23c87340d"
5575+
integrity sha512-pUNxi75F8MJ/GdeKtVLSbYg4ZI34J6C0C7sbL4YOp2exGwen7ZsuBqKzUhXd0qMQ362yET3z+uPwKeg/0C2XCQ==
55785576
dependencies:
55795577
esrecurse "^4.3.0"
55805578
estraverse "^5.2.0"
@@ -5589,29 +5587,30 @@ eslint-visitor-keys@^4.2.0:
55895587
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz#687bacb2af884fcdda8a6e7d65c606f46a14cd45"
55905588
integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==
55915589

5592-
eslint@^9.20.1:
5593-
version "9.20.1"
5594-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.20.1.tgz#923924c078f5226832449bac86662dd7e53c91d6"
5595-
integrity sha512-m1mM33o6dBUjxl2qb6wv6nGNwCAsns1eKtaQ4l/NPHeTvhiUPbtdfMyktxN4B3fgHIgsYh1VT3V9txblpQHq+g==
5590+
eslint@^9.22.0:
5591+
version "9.22.0"
5592+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.22.0.tgz#0760043809fbf836f582140345233984d613c552"
5593+
integrity sha512-9V/QURhsRN40xuHXWjV64yvrzMjcz7ZyNoF2jJFmy9j/SLk0u1OLSZgXi28MrXjymnjEGSR80WCdab3RGMDveQ==
55965594
dependencies:
55975595
"@eslint-community/eslint-utils" "^4.2.0"
55985596
"@eslint-community/regexpp" "^4.12.1"
5599-
"@eslint/config-array" "^0.19.0"
5600-
"@eslint/core" "^0.11.0"
5601-
"@eslint/eslintrc" "^3.2.0"
5602-
"@eslint/js" "9.20.0"
5603-
"@eslint/plugin-kit" "^0.2.5"
5597+
"@eslint/config-array" "^0.19.2"
5598+
"@eslint/config-helpers" "^0.1.0"
5599+
"@eslint/core" "^0.12.0"
5600+
"@eslint/eslintrc" "^3.3.0"
5601+
"@eslint/js" "9.22.0"
5602+
"@eslint/plugin-kit" "^0.2.7"
56045603
"@humanfs/node" "^0.16.6"
56055604
"@humanwhocodes/module-importer" "^1.0.1"
5606-
"@humanwhocodes/retry" "^0.4.1"
5605+
"@humanwhocodes/retry" "^0.4.2"
56075606
"@types/estree" "^1.0.6"
56085607
"@types/json-schema" "^7.0.15"
56095608
ajv "^6.12.4"
56105609
chalk "^4.0.0"
56115610
cross-spawn "^7.0.6"
56125611
debug "^4.3.2"
56135612
escape-string-regexp "^4.0.0"
5614-
eslint-scope "^8.2.0"
5613+
eslint-scope "^8.3.0"
56155614
eslint-visitor-keys "^4.2.0"
56165615
espree "^10.3.0"
56175616
esquery "^1.5.0"

0 commit comments

Comments
 (0)