From b2816a7c51e9a9bd802e27bf7ae41b49b82648d6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Jan 2023 23:10:01 +0000 Subject: [PATCH] fix(deps): update dependency @fastify/swagger to v8 --- package-lock.json | 266 +++++++------------- packages/gasket-plugin-swagger/package.json | 2 +- 2 files changed, 85 insertions(+), 183 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0e406f526..0b1258357 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3730,45 +3730,29 @@ "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" }, - "node_modules/@fastify/static": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/@fastify/static/-/static-5.0.2.tgz", - "integrity": "sha512-HvyXZ5a7hUHoSBRq9jKUuKIUCkHMkCDcmiAeEmixXlGOx8pEWx3NYOIaiivcjWa6/NLvfdUT+t/jzfVQ2PA7Gw==", + "node_modules/@fastify/swagger": { + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/@fastify/swagger/-/swagger-8.3.0.tgz", + "integrity": "sha512-iJkVXIId7K0ylJfsBXvYSuxUURD1G77+OxwCIJ0MqZnkeYCgiUqjzw6twY87EXd5mRVZujl6CACOIO73+mQOYw==", "dependencies": { - "content-disposition": "^0.5.3", - "encoding-negotiator": "^2.0.1", - "fastify-plugin": "^3.0.0", - "glob": "^7.1.4", - "p-limit": "^3.1.0", - "readable-stream": "^3.4.0", - "send": "^0.17.1" + "fastify-plugin": "^4.0.0", + "json-schema-resolver": "^2.0.0", + "openapi-types": "^12.0.0", + "rfdc": "^1.3.0", + "yaml": "^2.1.1" } }, - "node_modules/@fastify/static/node_modules/p-limit": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", - "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", - "dependencies": { - "yocto-queue": "^0.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } + "node_modules/@fastify/swagger/node_modules/fastify-plugin": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/fastify-plugin/-/fastify-plugin-4.5.0.tgz", + "integrity": "sha512-79ak0JxddO0utAXAQ5ccKhvs6vX2MGyHHMMsmZkBANrq3hXc1CHzvNPHOcvTsVMEPl5I+NT+RO4YKMGehOfSIg==" }, - "node_modules/@fastify/swagger": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/@fastify/swagger/-/swagger-6.1.0.tgz", - "integrity": "sha512-oum6QzV1/8/2eqWOEYzqwhRJQ3ftpxfGnDGmAinLIyeTrsr7xpNev/8iRxAAb7S6S8KRIIybkhvzvkuqnQKTkA==", - "dependencies": { - "@fastify/static": "^5.0.0", - "fastify-plugin": "^3.0.0", - "js-yaml": "^4.0.0", - "json-schema-resolver": "^1.3.0", - "openapi-types": "^10.0.0", - "rfdc": "^1.3.0" + "node_modules/@fastify/swagger/node_modules/yaml": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.2.1.tgz", + "integrity": "sha512-e0WHiYql7+9wr4cWMx3TVQrNwejKaEe7/rHNmQmqRjazfOP5W8PB6Jpebb5o6fIapbz9o9+2ipcaTM2ZwDI6lw==", + "engines": { + "node": ">= 14" } }, "node_modules/@formatjs/ecma402-abstract": { @@ -12739,18 +12723,6 @@ "node": ">=4" } }, - "node_modules/chai-spies": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/chai-spies/-/chai-spies-1.0.0.tgz", - "integrity": "sha512-elF2ZUczBsFoP07qCfMO/zeggs8pqCf3fZGyK5+2X4AndS8jycZYID91ztD9oQ7d/0tnS963dPkd0frQEThDsg==", - "dev": true, - "engines": { - "node": ">= 4.0.0" - }, - "peerDependencies": { - "chai": "*" - } - }, "node_modules/chalk": { "version": "2.4.2", "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", @@ -16164,14 +16136,6 @@ "iconv-lite": "^0.6.2" } }, - "node_modules/encoding-negotiator": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/encoding-negotiator/-/encoding-negotiator-2.0.1.tgz", - "integrity": "sha512-GSK7qphNR4iPcejfAlZxKDoz3xMhnspwImK+Af5WhePS9jUpK/Oh7rUdyENWu+9rgDflOCTmAojBsgsvM8neAQ==", - "engines": { - "node": ">=10.13.0" - } - }, "node_modules/encoding/node_modules/iconv-lite": { "version": "0.6.3", "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz", @@ -23768,9 +23732,9 @@ "dev": true }, "node_modules/json-schema-resolver": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/json-schema-resolver/-/json-schema-resolver-1.3.0.tgz", - "integrity": "sha512-EX7W1r8aZ/T3j8GbbBxPXi60bnsELfT90OiA1QrbGMvwzVSbyMNOAzvMFcFb8m7gKCXZLJpGe+cJOvWgoFl29A==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/json-schema-resolver/-/json-schema-resolver-2.0.0.tgz", + "integrity": "sha512-pJ4XLQP4Q9HTxl6RVDLJ8Cyh1uitSs0CzDBAz1uoJ4sRD/Bk7cFSXL1FUXDW3zJ7YnfliJx6eu8Jn283bpZ4Yg==", "dependencies": { "debug": "^4.1.1", "rfdc": "^1.1.4", @@ -23778,6 +23742,9 @@ }, "engines": { "node": ">=10" + }, + "funding": { + "url": "https://github.com/Eomm/json-schema-resolver?sponsor=1" } }, "node_modules/json-schema-traverse": { @@ -27613,9 +27580,9 @@ } }, "node_modules/openapi-types": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/openapi-types/-/openapi-types-10.0.0.tgz", - "integrity": "sha512-Y8xOCT2eiKGYDzMW9R4x5cmfc3vGaaI4EL2pwhDmodWw1HlK18YcZ4uJxc7Rdp7/gGzAygzH9SXr6GKYIXbRcQ==" + "version": "12.1.0", + "resolved": "https://registry.npmjs.org/openapi-types/-/openapi-types-12.1.0.tgz", + "integrity": "sha512-XpeCy01X6L5EpP+6Hc3jWN7rMZJ+/k1lwki/kTmWzbVhdPie3jd5O2ZtedEx8Yp58icJ0osVldLMrTB/zslQXA==" }, "node_modules/opencollective-postinstall": { "version": "2.0.3", @@ -36840,20 +36807,14 @@ "devDependencies": { "@gasket/engine": "^6.36.1", "@godaddy/dmd": "^1.0.0", - "assume": "^2.3.0", - "assume-sinon": "^1.1.0", "cross-env": "^7.0.3", "eslint": "^8.7.0", "eslint-config-godaddy": "^6.0.0", "eslint-plugin-jest": "^27.2.1", "eslint-plugin-json": "^3.1.0", - "eslint-plugin-mocha": "^10.0.3", "eslint-plugin-unicorn": "^44.0.0", "jest": "^29.3.1", - "jsdoc-to-markdown": "^7.1.0", - "mocha": "^10.0.0", - "nyc": "^15.1.0", - "sinon": "^14.0.0" + "jsdoc-to-markdown": "^7.1.0" } }, "packages/gasket-plugin-metrics": { @@ -36866,20 +36827,13 @@ }, "devDependencies": { "@gasket/engine": "^6.36.1", - "assume": "^2.3.0", - "assume-sinon": "^1.1.0", "cross-env": "^7.0.3", "eslint": "^8.7.0", "eslint-config-godaddy": "^6.0.0", "eslint-plugin-jest": "^27.2.1", "eslint-plugin-json": "^3.1.0", - "eslint-plugin-mocha": "^10.0.3", "eslint-plugin-unicorn": "^44.0.0", - "jest": "^29.3.1", - "mocha": "^10.0.0", - "nyc": "^15.1.0", - "proxyquire": "^2.1.3", - "sinon": "^14.0.0" + "jest": "^29.3.1" } }, "packages/gasket-plugin-mocha": { @@ -36894,22 +36848,15 @@ "@babel/register": "^7.12.10", "@testing-library/react": "^13.4.0", "babel-eslint": "^10.1.0", - "chai": "^4.2.0", - "chai-spies": "^1.0.0", "eslint": "^8.7.0", "eslint-config-godaddy": "^6.0.0", "eslint-plugin-json": "^3.1.0", - "eslint-plugin-mocha": "^10.0.3", "eslint-plugin-react": "^7.22.0", "eslint-plugin-unicorn": "^44.0.0", "global-jsdom": "^8.4.0", "jsdom": "^20.0.0", - "mocha": "^10.0.0", - "nyc": "^15.1.0", "react": "^18.0.0", - "react-dom": "^18.0.0", - "setup-env": "^2.0.0", - "sinon": "^14.0.0" + "react-dom": "^18.0.0" } }, "packages/gasket-plugin-mocha/node_modules/@testing-library/react": { @@ -37205,7 +37152,7 @@ "version": "6.36.1", "license": "MIT", "dependencies": { - "@fastify/swagger": "^6.0.0", + "@fastify/swagger": "^8.0.0", "@types/swagger-ui-express": "^4.1.3", "express": "^4.16.3", "swagger-jsdoc": "^4.0.0", @@ -40445,43 +40392,30 @@ } } }, - "@fastify/static": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/@fastify/static/-/static-5.0.2.tgz", - "integrity": "sha512-HvyXZ5a7hUHoSBRq9jKUuKIUCkHMkCDcmiAeEmixXlGOx8pEWx3NYOIaiivcjWa6/NLvfdUT+t/jzfVQ2PA7Gw==", + "@fastify/swagger": { + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/@fastify/swagger/-/swagger-8.3.0.tgz", + "integrity": "sha512-iJkVXIId7K0ylJfsBXvYSuxUURD1G77+OxwCIJ0MqZnkeYCgiUqjzw6twY87EXd5mRVZujl6CACOIO73+mQOYw==", "requires": { - "content-disposition": "^0.5.3", - "encoding-negotiator": "^2.0.1", - "fastify-plugin": "^3.0.0", - "glob": "^7.1.4", - "p-limit": "^3.1.0", - "readable-stream": "^3.4.0", - "send": "^0.17.1" + "fastify-plugin": "^4.0.0", + "json-schema-resolver": "^2.0.0", + "openapi-types": "^12.0.0", + "rfdc": "^1.3.0", + "yaml": "^2.1.1" }, "dependencies": { - "p-limit": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", - "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", - "requires": { - "yocto-queue": "^0.1.0" - } + "fastify-plugin": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/fastify-plugin/-/fastify-plugin-4.5.0.tgz", + "integrity": "sha512-79ak0JxddO0utAXAQ5ccKhvs6vX2MGyHHMMsmZkBANrq3hXc1CHzvNPHOcvTsVMEPl5I+NT+RO4YKMGehOfSIg==" + }, + "yaml": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.2.1.tgz", + "integrity": "sha512-e0WHiYql7+9wr4cWMx3TVQrNwejKaEe7/rHNmQmqRjazfOP5W8PB6Jpebb5o6fIapbz9o9+2ipcaTM2ZwDI6lw==" } } }, - "@fastify/swagger": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/@fastify/swagger/-/swagger-6.1.0.tgz", - "integrity": "sha512-oum6QzV1/8/2eqWOEYzqwhRJQ3ftpxfGnDGmAinLIyeTrsr7xpNev/8iRxAAb7S6S8KRIIybkhvzvkuqnQKTkA==", - "requires": { - "@fastify/static": "^5.0.0", - "fastify-plugin": "^3.0.0", - "js-yaml": "^4.0.0", - "json-schema-resolver": "^1.3.0", - "openapi-types": "^10.0.0", - "rfdc": "^1.3.0" - } - }, "@formatjs/ecma402-abstract": { "version": "1.12.0", "resolved": "https://registry.npmjs.org/@formatjs/ecma402-abstract/-/ecma402-abstract-1.12.0.tgz", @@ -40955,7 +40889,7 @@ "requires": { "@babel/core": "^7.16.10", "@testing-library/react": "^13.4.0", - "cypress": "12.3.0", + "cypress": "^12.3.0", "eslint": "^8.7.0", "eslint-config-godaddy": "^6.0.0", "eslint-plugin-unicorn": "^44.0.0", @@ -41391,45 +41325,32 @@ "@gasket/engine": "^6.36.1", "@gasket/resolve": "^6.36.1", "@godaddy/dmd": "^1.0.0", - "assume": "^2.3.0", - "assume-sinon": "^1.1.0", - "cross-env": "*", + "cross-env": "^7.0.3", "eslint": "^8.7.0", "eslint-config-godaddy": "^6.0.0", - "eslint-plugin-jest": "*", + "eslint-plugin-jest": "^27.2.1", "eslint-plugin-json": "^3.1.0", - "eslint-plugin-mocha": "^10.0.3", "eslint-plugin-unicorn": "^44.0.0", - "jest": "*", + "jest": "^29.3.1", "jsdoc-to-markdown": "^7.1.0", "lodash.clonedeep": "^4.5.0", "lodash.isfunction": "^3.0.9", - "lodash.isobject": "^3.0.2", - "mocha": "^10.0.0", - "nyc": "^15.1.0", - "sinon": "^14.0.0" + "lodash.isobject": "^3.0.2" } }, "@gasket/plugin-metrics": { "version": "file:packages/gasket-plugin-metrics", "requires": { "@gasket/engine": "^6.36.1", - "assume": "^2.3.0", - "assume-sinon": "^1.1.0", - "cross-env": "*", + "cross-env": "^7.0.3", "eslint": "^8.7.0", "eslint-config-godaddy": "^6.0.0", - "eslint-plugin-jest": "*", + "eslint-plugin-jest": "^27.2.1", "eslint-plugin-json": "^3.1.0", - "eslint-plugin-mocha": "^10.0.3", "eslint-plugin-unicorn": "^44.0.0", "git-shizzle": "^0.1.0", "git-url-parse": "^13.1.0", - "jest": "*", - "mocha": "^10.0.0", - "nyc": "^15.1.0", - "proxyquire": "^2.1.3", - "sinon": "^14.0.0" + "jest": "^29.3.1" } }, "@gasket/plugin-mocha": { @@ -41442,22 +41363,15 @@ "@babel/register": "^7.12.10", "@testing-library/react": "^13.4.0", "babel-eslint": "^10.1.0", - "chai": "^4.2.0", - "chai-spies": "^1.0.0", "eslint": "^8.7.0", "eslint-config-godaddy": "^6.0.0", "eslint-plugin-json": "^3.1.0", - "eslint-plugin-mocha": "^10.0.3", "eslint-plugin-react": "^7.22.0", "eslint-plugin-unicorn": "^44.0.0", "global-jsdom": "^8.4.0", "jsdom": "^20.0.0", - "mocha": "^10.0.0", - "nyc": "^15.1.0", "react": "^18.0.0", - "react-dom": "^18.0.0", - "setup-env": "^2.0.0", - "sinon": "^14.0.0" + "react-dom": "^18.0.0" }, "dependencies": { "@testing-library/react": { @@ -41487,13 +41401,13 @@ "requires": { "@gasket/engine": "^6.36.1", "@types/morgan": "^1.9.3", - "cross-env": "*", + "cross-env": "^7.0.3", "eslint": "^8.7.0", "eslint-config-godaddy": "^6.0.0", - "eslint-plugin-jest": "*", + "eslint-plugin-jest": "^27.2.1", "eslint-plugin-json": "^3.1.0", "eslint-plugin-unicorn": "^44.0.0", - "jest": "*", + "jest": "^29.3.1", "morgan": "^1.10.0", "split": "^1.0.1" } @@ -41508,15 +41422,15 @@ "@gasket/plugin-webpack": "^6.36.1", "@gasket/resolve": "^6.36.1", "babel-eslint": "^10.1.0", - "cross-env": "*", + "cross-env": "^7.0.3", "eslint": "^8.7.0", "eslint-config-godaddy": "^6.0.0", "eslint-config-godaddy-react": "^8.0.0", - "eslint-plugin-jest": "*", + "eslint-plugin-jest": "^27.2.1", "eslint-plugin-json": "^3.1.0", "eslint-plugin-unicorn": "^44.0.0", "fastify": "^4.1.0", - "jest": "*", + "jest": "^29.3.1", "lodash.merge": "^4.6.0", "next": "^12.0.8", "next-redux-wrapper": "^8.0.0", @@ -41700,13 +41614,13 @@ "version": "file:packages/gasket-plugin-start", "requires": { "@gasket/engine": "^6.36.1", - "cross-env": "*", + "cross-env": "^7.0.3", "eslint": "^8.7.0", "eslint-config-godaddy": "^6.0.0", - "eslint-plugin-jest": "*", + "eslint-plugin-jest": "^27.2.1", "eslint-plugin-json": "^3.1.0", "eslint-plugin-unicorn": "^44.0.0", - "jest": "*" + "jest": "^29.3.1" } }, "@gasket/plugin-swagger": { @@ -41717,18 +41631,18 @@ "@babel/preset-env": "^7.12.10", "@babel/preset-react": "^7.12.10", "@babel/register": "^7.12.10", - "@fastify/swagger": "^6.0.0", + "@fastify/swagger": "^8.0.0", "@gasket/engine": "^6.36.1", "@types/swagger-ui-express": "^4.1.3", - "cross-env": "*", + "cross-env": "^7.0.3", "eslint": "^8.7.0", "eslint-config-godaddy": "^6.0.0", - "eslint-plugin-jest": "*", + "eslint-plugin-jest": "^27.2.1", "eslint-plugin-json": "^3.1.0", "eslint-plugin-unicorn": "^44.0.0", "express": "^4.16.3", "fastify": "^4.1.0", - "jest": "*", + "jest": "^29.3.1", "swagger-jsdoc": "^4.0.0", "swagger-ui-express": "^4.1.4" }, @@ -41880,13 +41794,13 @@ "version": "file:packages/gasket-plugin-webpack", "requires": { "@gasket/engine": "^6.36.1", - "cross-env": "*", + "cross-env": "^7.0.3", "eslint": "^8.7.0", "eslint-config-godaddy": "^6.0.0", - "eslint-plugin-jest": "*", + "eslint-plugin-jest": "^27.2.1", "eslint-plugin-json": "^3.1.0", "eslint-plugin-unicorn": "^44.0.0", - "jest": "*", + "jest": "^29.3.1", "mock-require": "^3.0.3", "webpack": "^5.21.2", "webpack-chain": "^6.0.0", @@ -42167,14 +42081,14 @@ "@godaddy/dmd": "^1.0.0", "abort-controller": "^3.0.0", "concat-stream": "^2.0.0", - "cross-env": "*", + "cross-env": "^7.0.3", "cross-spawn": "^7.0.1", "eslint": "^8.7.0", "eslint-config-godaddy": "^6.0.0", - "eslint-plugin-jest": "*", + "eslint-plugin-jest": "^27.2.1", "eslint-plugin-json": "^3.1.0", "eslint-plugin-unicorn": "^44.0.0", - "jest": "*", + "jest": "^29.3.1", "jsdoc-to-markdown": "^7.1.0", "lodash.defaultsdeep": "^4.6.1" } @@ -48888,13 +48802,6 @@ "type-detect": "^4.0.5" } }, - "chai-spies": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/chai-spies/-/chai-spies-1.0.0.tgz", - "integrity": "sha512-elF2ZUczBsFoP07qCfMO/zeggs8pqCf3fZGyK5+2X4AndS8jycZYID91ztD9oQ7d/0tnS963dPkd0frQEThDsg==", - "dev": true, - "requires": {} - }, "chalk": { "version": "2.4.2", "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", @@ -51506,11 +51413,6 @@ } } }, - "encoding-negotiator": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/encoding-negotiator/-/encoding-negotiator-2.0.1.tgz", - "integrity": "sha512-GSK7qphNR4iPcejfAlZxKDoz3xMhnspwImK+Af5WhePS9jUpK/Oh7rUdyENWu+9rgDflOCTmAojBsgsvM8neAQ==" - }, "end-of-stream": { "version": "1.4.4", "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz", @@ -57214,9 +57116,9 @@ "dev": true }, "json-schema-resolver": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/json-schema-resolver/-/json-schema-resolver-1.3.0.tgz", - "integrity": "sha512-EX7W1r8aZ/T3j8GbbBxPXi60bnsELfT90OiA1QrbGMvwzVSbyMNOAzvMFcFb8m7gKCXZLJpGe+cJOvWgoFl29A==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/json-schema-resolver/-/json-schema-resolver-2.0.0.tgz", + "integrity": "sha512-pJ4XLQP4Q9HTxl6RVDLJ8Cyh1uitSs0CzDBAz1uoJ4sRD/Bk7cFSXL1FUXDW3zJ7YnfliJx6eu8Jn283bpZ4Yg==", "requires": { "debug": "^4.1.1", "rfdc": "^1.1.4", @@ -60199,9 +60101,9 @@ } }, "openapi-types": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/openapi-types/-/openapi-types-10.0.0.tgz", - "integrity": "sha512-Y8xOCT2eiKGYDzMW9R4x5cmfc3vGaaI4EL2pwhDmodWw1HlK18YcZ4uJxc7Rdp7/gGzAygzH9SXr6GKYIXbRcQ==" + "version": "12.1.0", + "resolved": "https://registry.npmjs.org/openapi-types/-/openapi-types-12.1.0.tgz", + "integrity": "sha512-XpeCy01X6L5EpP+6Hc3jWN7rMZJ+/k1lwki/kTmWzbVhdPie3jd5O2ZtedEx8Yp58icJ0osVldLMrTB/zslQXA==" }, "opencollective-postinstall": { "version": "2.0.3", diff --git a/packages/gasket-plugin-swagger/package.json b/packages/gasket-plugin-swagger/package.json index 34de1c3ea..76d17f82f 100644 --- a/packages/gasket-plugin-swagger/package.json +++ b/packages/gasket-plugin-swagger/package.json @@ -37,7 +37,7 @@ }, "homepage": "https://github.com/godaddy/gasket/tree/main/packages/gasket-plugin-swagger", "dependencies": { - "@fastify/swagger": "^6.0.0", + "@fastify/swagger": "^8.0.0", "@types/swagger-ui-express": "^4.1.3", "express": "^4.16.3", "swagger-jsdoc": "^4.0.0",