diff --git a/Plan/react/dashboard/package.json b/Plan/react/dashboard/package.json index 528c7542f2..74c341ea39 100644 --- a/Plan/react/dashboard/package.json +++ b/Plan/react/dashboard/package.json @@ -41,7 +41,7 @@ "react-router-dom": "^6.26.0", "sass": "^1.84.0", "source-map-explorer": "^2.5.2", - "swagger-ui": "^5.18.3", + "swagger-ui": "^5.19.0", "web-vitals": "^4.2.4" }, "scripts": { diff --git a/Plan/react/dashboard/yarn.lock b/Plan/react/dashboard/yarn.lock index 26eb3493a8..8ca4133ad2 100644 --- a/Plan/react/dashboard/yarn.lock +++ b/Plan/react/dashboard/yarn.lock @@ -207,10 +207,10 @@ dependencies: "@babel/helper-plugin-utils" "^7.25.9" -"@babel/runtime-corejs3@^7.20.7", "@babel/runtime-corejs3@^7.22.15", "@babel/runtime-corejs3@^7.24.7": - version "7.26.0" - resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.26.0.tgz#5af6bed16073eb4a0191233d61e158a5c768c430" - integrity sha512-YXHu5lN8kJCb1LOb9PgV6pvak43X2h4HvRApcN5SdWeaItQOzfn1hgP6jasD6KWQyJDBxrVmA9o9OivlnNJK/w== +"@babel/runtime-corejs3@^7.20.7", "@babel/runtime-corejs3@^7.22.15", "@babel/runtime-corejs3@^7.26.9": + version "7.26.9" + resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.26.9.tgz#8b73bae47453aa3dd2839ac52598581a7dd8332f" + integrity sha512-5EVjbTegqN7RSJle6hMWYxO4voo4rI+9krITk+DWR+diJgGrjZjrIBnJhjrHYYQsFgI7j1w1QnrvV7YSKBfYGg== dependencies: core-js-pure "^3.30.2" regenerator-runtime "^0.14.0" @@ -1384,6 +1384,11 @@ "@types/prop-types" "*" csstype "^3.0.2" +"@types/trusted-types@^2.0.7": + version "2.0.7" + resolved "https://registry.yarnpkg.com/@types/trusted-types/-/trusted-types-2.0.7.tgz#baccb07a970b91707df3a3e8ba6896c57ead2d11" + integrity sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw== + "@types/unist@^2": version "2.0.11" resolved "https://registry.yarnpkg.com/@types/unist/-/unist-2.0.11.tgz#11af57b127e32487774841f7a4e54eab166d03c4" @@ -1697,10 +1702,12 @@ dom-helpers@^5.0.1, dom-helpers@^5.2.0, dom-helpers@^5.2.1: "@babel/runtime" "^7.8.7" csstype "^3.0.2" -dompurify@=3.1.6: - version "3.1.6" - resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-3.1.6.tgz#43c714a94c6a7b8801850f82e756685300a027e2" - integrity sha512-cTOAhc36AalkjtBpfG6O8JimdTMWNXjiePT2xQH/ppBGi/4uIpmj8eKyIkMJErXWARyINV/sB38yf8JCLF5pbQ== +dompurify@=3.2.4: + version "3.2.4" + resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-3.2.4.tgz#af5a5a11407524431456cf18836c55d13441cd8e" + integrity sha512-ysFSFEDVduQpyhzAob/kkuJjf5zWkZD8/A9ywSp1byueyuCfHamrCBa14/Oc2iiB0e51B+NpxSl5gmzn+Ms/mg== + optionalDependencies: + "@types/trusted-types" "^2.0.7" drange@^1.0.2: version "1.1.1" @@ -2807,19 +2814,19 @@ swagger-client@^3.34.0: ramda "^0.30.1" ramda-adjunct "^5.0.0" -swagger-ui@^5.18.3: - version "5.18.3" - resolved "https://registry.yarnpkg.com/swagger-ui/-/swagger-ui-5.18.3.tgz#dcf8f48aeb66a92aa3881ef3331c118bc1d2027f" - integrity sha512-Jg+vnmVZA8N0hy8rJIu2So4UUhYkouahajoAiTN2zT6ihtcqkjUBCwnyWqMKz/plA70Hk59G3vPMF4roeSD3xw== +swagger-ui@^5.19.0: + version "5.19.0" + resolved "https://registry.yarnpkg.com/swagger-ui/-/swagger-ui-5.19.0.tgz#ffd2466e3f1450233cd59b5e6e3f6c9be4d4c30a" + integrity sha512-aeyjByfj8hr3z65QdI7Y9LpLDtjq9MGJZI8M6MNMvPJlJxqOXv7X/qooUFtiOK2AFaee3yiyDZaaKRhGeuV8cA== dependencies: - "@babel/runtime-corejs3" "^7.24.7" + "@babel/runtime-corejs3" "^7.26.9" "@braintree/sanitize-url" "=7.0.4" "@scarf/scarf" "=1.4.0" base64-js "^1.5.1" classnames "^2.5.1" css.escape "1.5.1" deep-extend "0.6.0" - dompurify "=3.1.6" + dompurify "=3.2.4" ieee754 "^1.2.1" immutable "^3.x.x" js-file-download "^0.4.12"