diff --git a/package-lock.json b/package-lock.json index 4164396fe..f20363d4d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "ibm-watson": "^10.0.0", "markdownlint-cli": "^0.45.0", "retry": "^0.13.1", - "swagger-ui-dist": "^5.21.0", + "swagger-ui-dist": "^5.22.0", "xml2js": "^0.6.2" }, "engines": { @@ -2301,9 +2301,9 @@ } }, "node_modules/swagger-ui-dist": { - "version": "5.21.0", - "resolved": "https://registry.npmjs.org/swagger-ui-dist/-/swagger-ui-dist-5.21.0.tgz", - "integrity": "sha512-E0K3AB6HvQd8yQNSMR7eE5bk+323AUxjtCz/4ZNKiahOlPhPJxqn3UPIGs00cyY/dhrTDJ61L7C/a8u6zhGrZg==", + "version": "5.22.0", + "resolved": "https://registry.npmjs.org/swagger-ui-dist/-/swagger-ui-dist-5.22.0.tgz", + "integrity": "sha512-8YlCSxiyb8uPFa7qoB1lRHYr1PBbT1NuV9RvQdFFPFPudRBTPf9coU5jl02KhzvrtmTEw4jXRgb0kg8pJvVuWQ==", "dev": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 559880e72..a21f5b72d 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "ibm-watson": "^10.0.0", "markdownlint-cli": "^0.45.0", "retry": "^0.13.1", - "swagger-ui-dist": "^5.21.0", + "swagger-ui-dist": "^5.22.0", "xml2js": "^0.6.2" }, "license": "MIT",