diff --git a/themes/docs-new/package-lock.json b/themes/docs-new/package-lock.json index d394a5ca9e..56d786faef 100644 --- a/themes/docs-new/package-lock.json +++ b/themes/docs-new/package-lock.json @@ -11,7 +11,7 @@ "@fortawesome/fontawesome-free": "^6.4.2", "foundation-sites": "^6.7.5", "jquery": "^3.7.1", - "redoc": "^2.1.2", + "redoc": "^2.1.3", "what-input": "^5.2.12" } }, @@ -1073,9 +1073,9 @@ } }, "node_modules/redoc": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/redoc/-/redoc-2.1.2.tgz", - "integrity": "sha512-pTu+aTdyJAMPVnOBYMesEjvRnh51BKE7bFLDIM6DiUSigli+3LfandSEp2FaaGnoqyvvC9axg/dvKQP16s02ww==", + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/redoc/-/redoc-2.1.3.tgz", + "integrity": "sha512-d7F9qLLxaiFW4GC03VkwlX9wuRIpx9aiIIf3o6mzMnqPfhxrn2IRKGndrkJeVdItgCfmg9jXZiFEowm60f1meQ==", "dependencies": { "@redocly/openapi-core": "^1.0.0-rc.2", "classnames": "^2.3.1", @@ -2265,9 +2265,9 @@ } }, "redoc": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/redoc/-/redoc-2.1.2.tgz", - "integrity": "sha512-pTu+aTdyJAMPVnOBYMesEjvRnh51BKE7bFLDIM6DiUSigli+3LfandSEp2FaaGnoqyvvC9axg/dvKQP16s02ww==", + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/redoc/-/redoc-2.1.3.tgz", + "integrity": "sha512-d7F9qLLxaiFW4GC03VkwlX9wuRIpx9aiIIf3o6mzMnqPfhxrn2IRKGndrkJeVdItgCfmg9jXZiFEowm60f1meQ==", "requires": { "@redocly/openapi-core": "^1.0.0-rc.2", "classnames": "^2.3.1", diff --git a/themes/docs-new/package.json b/themes/docs-new/package.json index 611fc6288d..af58964ce8 100644 --- a/themes/docs-new/package.json +++ b/themes/docs-new/package.json @@ -5,7 +5,7 @@ "@fortawesome/fontawesome-free": "^6.4.2", "foundation-sites": "^6.7.5", "jquery": "^3.7.1", - "redoc": "^2.1.2", + "redoc": "^2.1.3", "what-input": "^5.2.12" } }