diff --git a/cli/npm-shrinkwrap.json b/cli/npm-shrinkwrap.json index cff1d0719..865946862 100644 --- a/cli/npm-shrinkwrap.json +++ b/cli/npm-shrinkwrap.json @@ -1,15 +1,15 @@ { "name": "@dop/redoc-cli", - "version": "1.3.3", + "version": "1.3.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@dop/redoc-cli", - "version": "1.3.3", + "version": "1.3.4", "license": "MIT", "dependencies": { - "@dop/redoc": "git+https://git@github.com/mongodb-forks/redoc.git#v1.3.4", + "@dop/redoc": "git+https://git@github.com/mongodb-forks/redoc.git#v1.3.5", "chokidar": "^3.5.1", "handlebars": "^4.7.7", "isarray": "^2.0.5", @@ -229,8 +229,8 @@ } }, "node_modules/@dop/redoc": { - "version": "1.3.4", - "resolved": "git+https://git@github.com/mongodb-forks/redoc.git#6d929de345c05e2d62e9f67e85bb2c2a5acdf85e", + "version": "1.3.5", + "resolved": "git+https://git@github.com/mongodb-forks/redoc.git#edcb7aaa288fb28d2e6f85fce016a074e4999752", "license": "MIT", "dependencies": { "@emotion/css": "^11.0.0", @@ -4625,8 +4625,8 @@ } }, "@dop/redoc": { - "version": "git+https://git@github.com/mongodb-forks/redoc.git#6d929de345c05e2d62e9f67e85bb2c2a5acdf85e", - "from": "@dop/redoc@git+https://git@github.com/mongodb-forks/redoc.git#v1.3.4", + "version": "git+https://git@github.com/mongodb-forks/redoc.git#edcb7aaa288fb28d2e6f85fce016a074e4999752", + "from": "@dop/redoc@git+https://git@github.com/mongodb-forks/redoc.git#v1.3.5", "requires": { "@emotion/css": "^11.0.0", "@emotion/react": "^11.10.4", diff --git a/cli/package.json b/cli/package.json index b8010761d..3bb359e52 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@dop/redoc-cli", - "version": "1.3.3", + "version": "1.3.4", "description": "ReDoc's Command Line Interface", "main": "index.js", "bin": "index.js", @@ -14,7 +14,7 @@ "postversion": "git push upstream releases/@dop/redoc-cli@$npm_package_version && git checkout - && git branch -D releases/@dop/redoc-cli@$npm_package_version" }, "dependencies": { - "@dop/redoc": "git+https://git@github.com/mongodb-forks/redoc.git#v1.3.4", + "@dop/redoc": "git+https://git@github.com/mongodb-forks/redoc.git#v1.3.5", "chokidar": "^3.5.1", "handlebars": "^4.7.7", "isarray": "^2.0.5",