diff --git a/package-lock.json b/package-lock.json index 076d4e2ed..09fbd35fc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "fs-extra": "^11.3.0", "markdownlint-cli": "^0.45.0", "retry": "^0.13.1", - "swagger-ui-dist": "^5.26.1", + "swagger-ui-dist": "^5.26.2", "xml2js": "^0.6.2" }, "engines": { @@ -1499,9 +1499,9 @@ } }, "node_modules/swagger-ui-dist": { - "version": "5.26.1", - "resolved": "https://registry.npmjs.org/swagger-ui-dist/-/swagger-ui-dist-5.26.1.tgz", - "integrity": "sha512-z8uo1H/D8/PCMVZNgWCctQ2rP/2EkDi96BggBu4JBGXHTdfHj2p08Z2DkorCkW1bXmhfWx9hpzz9NNz5sb4lqw==", + "version": "5.26.2", + "resolved": "https://registry.npmjs.org/swagger-ui-dist/-/swagger-ui-dist-5.26.2.tgz", + "integrity": "sha512-WmMS9iMlHQejNm/Uw5ZTo4e3M2QMmEavRz7WLWVsq7Mlx4PSHJbY+VCrLsAz9wLxyHVgrJdt7N8+SdQLa52Ykg==", "dev": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index cbcfcbbfc..4e0e162aa 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "fs-extra": "^11.3.0", "markdownlint-cli": "^0.45.0", "retry": "^0.13.1", - "swagger-ui-dist": "^5.26.1", + "swagger-ui-dist": "^5.26.2", "xml2js": "^0.6.2" }, "license": "MIT",