From 4ae42616dda341559232583551b584f506d3b7c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 11:42:03 -0400 Subject: [PATCH] Bump redoc from 2.1.2 to 2.1.3 in /themes/docs-new (#4193) Bumps [redoc](https://github.com/Redocly/redoc) from 2.1.2 to 2.1.3. - [Release notes](https://github.com/Redocly/redoc/releases) - [Changelog](https://github.com/Redocly/redoc/blob/main/CHANGELOG.md) - [Commits](https://github.com/Redocly/redoc/compare/v2.1.2...v2.1.3) --- updated-dependencies: - dependency-name: redoc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ian Maddaus --- themes/docs-new/package-lock.json | 14 +++++++------- themes/docs-new/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) 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" } }