diff --git a/package-lock.json b/package-lock.json index 066573462..d78e8c9aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "ibm-watson": "^10.0.0", "markdownlint-cli": "^0.44.0", "retry": "^0.13.1", - "swagger-ui-dist": "^5.20.0", + "swagger-ui-dist": "^5.20.1", "xml2js": "^0.6.2" }, "engines": { @@ -2219,9 +2219,9 @@ } }, "node_modules/swagger-ui-dist": { - "version": "5.20.0", - "resolved": "https://registry.npmjs.org/swagger-ui-dist/-/swagger-ui-dist-5.20.0.tgz", - "integrity": "sha512-V5pozVTZxivdoQq/SQWxj3A4cOu5opk9MEbcZANX3Pj8X8xCrD1QCtBT7744Pz9msOvt0nnmy9JvM/9PGonCdg==", + "version": "5.20.1", + "resolved": "https://registry.npmjs.org/swagger-ui-dist/-/swagger-ui-dist-5.20.1.tgz", + "integrity": "sha512-qBPCis2w8nP4US7SvUxdJD3OwKcqiWeZmjN2VWhq2v+ESZEXOP/7n4DeiOiiZcGYTKMHAHUUrroHaTsjUWTEGw==", "dev": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 8035d22d3..51c6b049e 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "ibm-watson": "^10.0.0", "markdownlint-cli": "^0.44.0", "retry": "^0.13.1", - "swagger-ui-dist": "^5.20.0", + "swagger-ui-dist": "^5.20.1", "xml2js": "^0.6.2" }, "license": "MIT",