diff --git a/website/package-lock.json b/website/package-lock.json index 2c30b70e2b..6e6c242bf6 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -45,8 +45,8 @@ "react-dom": "^18.3.1", "react-toastify": "^11.1.0", "react-tooltip": "^6.0.8", - "rsuite": "^6.2.1", - "sanitize-html": "^2.17.5", + "rsuite": "^6.2.2", + "sanitize-html": "^2.17.6", "unplugin-icons": "^23.0.1", "winston": "^3.19.0", "yaml": "^2.9.0", @@ -57,7 +57,7 @@ "@astrojs/react": "^6.0.1", "@emotion/styled": "^11.14.1", "@eslint/js": "^9.39.2", - "@iconify/json": "^2.2.498", + "@iconify/json": "^2.2.500", "@tailwindcss/forms": "^0.5.11", "@tailwindcss/vite": "^4.3.2", "@tanstack/eslint-plugin-query": "^5.101.2", @@ -1803,9 +1803,9 @@ "license": "ISC" }, "node_modules/@iconify/json": { - "version": "2.2.498", - "resolved": "https://registry.npmjs.org/@iconify/json/-/json-2.2.498.tgz", - "integrity": "sha512-aHeANR4JvpCcGZBOHXwsPDf8C5YtrZjZjb7NwC8kwoVRtA2vyQImp5U3wzqe8HIbKgQgjAtqYEPPVHtqIj62JA==", + "version": "2.2.500", + "resolved": "https://registry.npmjs.org/@iconify/json/-/json-2.2.500.tgz", + "integrity": "sha512-bATR7cvwt8wnN64lYPrd5IJQexowKut76r+TpZnmHnfatLp94TItwzLd5gd3fEC+5HW8TWE7flV7uct6qZaFWA==", "dev": true, "license": "MIT", "dependencies": { @@ -14801,9 +14801,9 @@ } }, "node_modules/rsuite": { - "version": "6.2.1", - "resolved": "https://registry.npmjs.org/rsuite/-/rsuite-6.2.1.tgz", - "integrity": "sha512-pZMvZBHDQ5ADAVnRLTeCKdNcpPJsTu8/5pTjgVqDFsk++BVRuH8+YSZZmVEuYnSxhIfZd1G3erkVQM9xFuAXYg==", + "version": "6.2.2", + "resolved": "https://registry.npmjs.org/rsuite/-/rsuite-6.2.2.tgz", + "integrity": "sha512-JFCrA/ZyYnFzNLbGGPg6JjR+XVlZgwgKCCZRCQLDKs1w9KAVDlSAHF6tJcqhlqZ0vGJ4M1Q55w07hmQuflkkfw==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.26.0", @@ -14959,18 +14959,122 @@ } }, "node_modules/sanitize-html": { - "version": "2.17.5", - "resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-2.17.5.tgz", - "integrity": "sha512-ZmU1joGRrvoyctKIiuwUxqR6moLoU2Wk+2bMccN6f7UwhAmwYDvWziqPxRDDN2Qip62NqnIrVrT9akbL6Wretg==", + "version": "2.17.6", + "resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-2.17.6.tgz", + "integrity": "sha512-M4bo9tfv1yfhQZZKkc6dL07ALrGJtfvNOuhX3hU9AVPR/uPQ+nKOJBqTYc7LfMQblTW04mtSWDJWEyLvygJsLA==", "license": "MIT", "dependencies": { "deepmerge": "^4.2.2", "escape-string-regexp": "^4.0.0", - "htmlparser2": "^10.1.0", + "htmlparser2": "^12.0.0", "is-plain-object": "^5.0.0", "launder": "^1.7.1", "parse-srcset": "^1.0.2", "postcss": "^8.3.11" + }, + "engines": { + "node": ">=22.12.0" + } + }, + "node_modules/sanitize-html/node_modules/dom-serializer": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-3.1.1.tgz", + "integrity": "sha512-4MEa38/QexBob6gFNwu+EGdWvhJ1OKuNwdYY3Y3NyeWDQfnGeDYQUDfIRzWu5B5gsv03so2Uxd28YC6zrsx3Lw==", + "license": "MIT", + "dependencies": { + "domelementtype": "^3.0.0", + "domhandler": "^6.0.0", + "entities": "^8.0.0" + }, + "engines": { + "node": ">=20.19.0" + }, + "funding": { + "type": "github", + "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1" + } + }, + "node_modules/sanitize-html/node_modules/domelementtype": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-3.0.0.tgz", + "integrity": "sha512-umCQid3jKbDmVjx8jGaW7uUykm4DEUeyV21hPxNMo2nV955DhUThwqyOIDtreepP31hl84X7G5U9ZfsWvIB3Pg==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/fb55" + } + ], + "license": "BSD-2-Clause", + "engines": { + "node": ">=20.19.0" + } + }, + "node_modules/sanitize-html/node_modules/domhandler": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-6.0.1.tgz", + "integrity": "sha512-gYzvtM72ZtxQO0T048kd6HWSbbGCNOUwcnfQ01cqIJ4X2IYKFFHZ5mKvrQETcFXxsRObZulDaKmy//R7TPtsBg==", + "license": "BSD-2-Clause", + "dependencies": { + "domelementtype": "^3.0.0" + }, + "engines": { + "node": ">=20.19.0" + }, + "funding": { + "type": "github", + "url": "https://github.com/fb55/domhandler?sponsor=1" + } + }, + "node_modules/sanitize-html/node_modules/domutils": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/domutils/-/domutils-4.0.2.tgz", + "integrity": "sha512-qI4JLRKnSzqFqr7hAlS5xQDusBCjKSEG4t4+7aNrIQMHBcsC2TGEhuyABJdYkgSewL57PNLYEiibY2iPKhKpaA==", + "license": "BSD-2-Clause", + "dependencies": { + "dom-serializer": "^3.0.0", + "domelementtype": "^3.0.0", + "domhandler": "^6.0.0" + }, + "engines": { + "node": ">=20.19.0" + }, + "funding": { + "type": "github", + "url": "https://github.com/fb55/domutils?sponsor=1" + } + }, + "node_modules/sanitize-html/node_modules/entities": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/entities/-/entities-8.0.0.tgz", + "integrity": "sha512-zwfzJecQ/Uej6tusMqwAqU/6KL2XaB2VZ2Jg54Je6ahNBGNH6Ek6g3jjNCF0fG9EWQKGZNddNjU5F1ZQn/sBnA==", + "license": "BSD-2-Clause", + "engines": { + "node": ">=20.19.0" + }, + "funding": { + "url": "https://github.com/fb55/entities?sponsor=1" + } + }, + "node_modules/sanitize-html/node_modules/htmlparser2": { + "version": "12.0.0", + "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-12.0.0.tgz", + "integrity": "sha512-Tz7u1i95/g2x2jz81+x0FBVhBhY5aRTvD3tXXdFaljuNdzDLJ8UGNRrTcj2cgQvAg3iW/h77Fz15nLW0L0CrZw==", + "funding": [ + "https://github.com/fb55/htmlparser2?sponsor=1", + { + "type": "github", + "url": "https://github.com/sponsors/fb55" + } + ], + "license": "MIT", + "dependencies": { + "domelementtype": "^3.0.0", + "domhandler": "^6.0.0", + "domutils": "^4.0.2", + "entities": "^8.0.0" + }, + "engines": { + "node": ">=20.19.0" } }, "node_modules/sanitize-html/node_modules/is-plain-object": { diff --git a/website/package.json b/website/package.json index a9d3319a3b..9bf7e9dece 100644 --- a/website/package.json +++ b/website/package.json @@ -55,8 +55,8 @@ "react-dom": "^18.3.1", "react-toastify": "^11.1.0", "react-tooltip": "^6.0.8", - "rsuite": "^6.2.1", - "sanitize-html": "^2.17.5", + "rsuite": "^6.2.2", + "sanitize-html": "^2.17.6", "unplugin-icons": "^23.0.1", "winston": "^3.19.0", "yaml": "^2.9.0", @@ -67,7 +67,7 @@ "@astrojs/react": "^6.0.1", "@emotion/styled": "^11.14.1", "@eslint/js": "^9.39.2", - "@iconify/json": "^2.2.498", + "@iconify/json": "^2.2.500", "@tailwindcss/forms": "^0.5.11", "@tailwindcss/vite": "^4.3.2", "@tanstack/eslint-plugin-query": "^5.101.2",