diff --git a/website/package-lock.json b/website/package-lock.json index 987f5de93..e90e8f988 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -19,7 +19,7 @@ "@tanstack/react-query": "^4.36.1", "@zodios/core": "^10.9.6", "@zodios/react": "^10.4.5", - "astro": "^4.13.0", + "astro": "^4.13.1", "axios": "^1.7.3", "change-case": "~5.3.0", "chart.js": "^4.4.3", @@ -28,7 +28,7 @@ "jsonwebtoken": "^9.0.2", "jwks-rsa": "^3.1.0", "lodash": "^4.17.21", - "luxon": "^3.4.4", + "luxon": "^3.5.0", "neverthrow": "^7.0.0", "openid-client": "^5.6.5", "react": "^18.3.1", @@ -36,7 +36,7 @@ "react-confirm-alert": "^3.0.6", "react-dom": "^18.3.1", "react-toastify": "^10.0.5", - "react-tooltip": "^5.27.1", + "react-tooltip": "^5.28.0", "rsuite": "^5.68.1", "unplugin-icons": "^0.19.1", "winston": "^3.13.1", @@ -47,7 +47,7 @@ "@astrojs/react": "^3.6.1", "@astrojs/tailwind": "^5.1.0", "@emotion/styled": "^11.13.0", - "@iconify/json": "^2.2.233", + "@iconify/json": "^2.2.234", "@playwright/test": "^1.45.3", "@tailwindcss/forms": "^0.5.7", "@tanstack/eslint-plugin-query": "^5.51.15", @@ -1921,9 +1921,9 @@ "dev": true }, "node_modules/@iconify/json": { - "version": "2.2.233", - "resolved": "https://registry.npmjs.org/@iconify/json/-/json-2.2.233.tgz", - "integrity": "sha512-i0URcf6w1TxEQixrYi/hBLdY3ArglF0uOx7pwqaNN5oGW82+G6ojWXeHXekntLxH7EpaXTNQ5bo6CJCbU3fpdQ==", + "version": "2.2.234", + "resolved": "https://registry.npmjs.org/@iconify/json/-/json-2.2.234.tgz", + "integrity": "sha512-2z0+I0YhHelZ+MPX7wHsSGKv81PicsnVlRfCYNmhZ0s1tyPo7Kkvt8QWjytPZV6f/ypb111I5jpTFB+W7bcAgQ==", "dev": true, "dependencies": { "@iconify/types": "*", @@ -5240,9 +5240,9 @@ } }, "node_modules/astro": { - "version": "4.13.0", - "resolved": "https://registry.npmjs.org/astro/-/astro-4.13.0.tgz", - "integrity": "sha512-tExzJeK1rh7OdVipi1e8S6koVgjQyveSy5fNEc/4Tit4GKl/olMTUEHepZSAKR7VCyiEC/hi3rjaV3t4lxR3tA==", + "version": "4.13.1", + "resolved": "https://registry.npmjs.org/astro/-/astro-4.13.1.tgz", + "integrity": "sha512-VnMjAc+ykFsIVjgbu9Mt/EA1fMIcPMXbU89h3ATwGOzSIKDsQH72bDgfJkWiwk6u0OE90GeP5EPhAT28Twf9oA==", "dependencies": { "@astrojs/compiler": "^2.10.0", "@astrojs/internal-helpers": "0.4.1", @@ -5260,7 +5260,6 @@ "aria-query": "^5.3.0", "axobject-query": "^4.1.0", "boxen": "7.1.1", - "chokidar": "^3.6.0", "ci-info": "^4.0.0", "clsx": "^2.1.1", "common-ancestor-path": "^1.0.1", @@ -9815,9 +9814,9 @@ "integrity": "sha512-ncTzHV7NvsQZkYe1DW7cbDLm0YpzHmZF5r/iyP3ZnQtMiJ+pjzisCiMNI+Sj+xQF5pXhSHxSB3uDbsBTzY/c2A==" }, "node_modules/luxon": { - "version": "3.4.4", - "resolved": "https://registry.npmjs.org/luxon/-/luxon-3.4.4.tgz", - "integrity": "sha512-zobTr7akeGHnv7eBOXcRgMeCP6+uyYsczwmeRCauvpvaAltgNyTbLH/+VaEAPUeWBT+1GuNmz4wC/6jtQzbbVA==", + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/luxon/-/luxon-3.5.0.tgz", + "integrity": "sha512-rh+Zjr6DNfUYR3bPwJEnuwDdqMbxZW7LOQfUN4B54+Cl+0o5zaU9RJ6bcidfDtC1cWCZXQ+nvX8bf6bAji37QQ==", "engines": { "node": ">=12" } @@ -12161,9 +12160,9 @@ } }, "node_modules/react-tooltip": { - "version": "5.27.1", - "resolved": "https://registry.npmjs.org/react-tooltip/-/react-tooltip-5.27.1.tgz", - "integrity": "sha512-a+micPXcMOMt11CYlwJD4XShcqGziasHco4NPe1OFw298WBTILMyzUgNC1LAFViAe791JdHNVSJIpzhZm2MvDA==", + "version": "5.28.0", + "resolved": "https://registry.npmjs.org/react-tooltip/-/react-tooltip-5.28.0.tgz", + "integrity": "sha512-R5cO3JPPXk6FRbBHMO0rI9nkUG/JKfalBSQfZedZYzmqaZQgq7GLzF8vcCWx6IhUCKg0yPqJhXIzmIO5ff15xg==", "dependencies": { "@floating-ui/dom": "^1.6.1", "classnames": "^2.3.0" diff --git a/website/package.json b/website/package.json index aab95ac4b..b6b77ca22 100644 --- a/website/package.json +++ b/website/package.json @@ -31,7 +31,7 @@ "@tanstack/react-query": "^4.36.1", "@zodios/core": "^10.9.6", "@zodios/react": "^10.4.5", - "astro": "^4.13.0", + "astro": "^4.13.1", "axios": "^1.7.3", "change-case": "~5.3.0", "chart.js": "^4.4.3", @@ -40,7 +40,7 @@ "jsonwebtoken": "^9.0.2", "jwks-rsa": "^3.1.0", "lodash": "^4.17.21", - "luxon": "^3.4.4", + "luxon": "^3.5.0", "neverthrow": "^7.0.0", "openid-client": "^5.6.5", "react": "^18.3.1", @@ -48,7 +48,7 @@ "react-confirm-alert": "^3.0.6", "react-dom": "^18.3.1", "react-toastify": "^10.0.5", - "react-tooltip": "^5.27.1", + "react-tooltip": "^5.28.0", "rsuite": "^5.68.1", "unplugin-icons": "^0.19.1", "winston": "^3.13.1", @@ -59,7 +59,7 @@ "@astrojs/react": "^3.6.1", "@astrojs/tailwind": "^5.1.0", "@emotion/styled": "^11.13.0", - "@iconify/json": "^2.2.233", + "@iconify/json": "^2.2.234", "@playwright/test": "^1.45.3", "@tailwindcss/forms": "^0.5.7", "@tanstack/eslint-plugin-query": "^5.51.15",