From bf0a2d86d6e7432034c4decd9bfa6e8b3f0d0ee6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 05:43:21 +0000 Subject: [PATCH] Bump @scalar/fastify-api-reference from 1.25.72 to 1.25.76 (#963) Bumps [@scalar/fastify-api-reference](https://github.com/scalar/scalar/tree/HEAD/packages/fastify-api-reference) from 1.25.72 to 1.25.76. - [Changelog](https://github.com/scalar/scalar/blob/main/packages/fastify-api-reference/CHANGELOG.md) - [Commits](https://github.com/scalar/scalar/commits/HEAD/packages/fastify-api-reference) --- updated-dependencies: - dependency-name: "@scalar/fastify-api-reference" 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> --- package-lock.json | 24 +++++++++--------------- package.json | 2 +- 2 files changed, 10 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index 55762fc3..18ecf9f3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "@message-queue-toolkit/sqs": "^17.2.0", "@prisma/client": "^6.0.1", "@prisma/instrumentation": "^6.0.1", - "@scalar/fastify-api-reference": "^1.25.72", + "@scalar/fastify-api-reference": "^1.25.76", "@supercharge/promise-pool": "^3.2.0", "amqplib": "^0.10.5", "awilix": "^12.0.4", @@ -3166,12 +3166,11 @@ ] }, "node_modules/@scalar/fastify-api-reference": { - "version": "1.25.72", - "resolved": "https://registry.npmjs.org/@scalar/fastify-api-reference/-/fastify-api-reference-1.25.72.tgz", - "integrity": "sha512-gbHvUx8QQEj9vy7nhDCCOaZF8Pwrb6vFSY/tsayqPE3+mNB/rKzMM+sikqqpxKMPl+oJD/qhh1DTIHWyCtWajw==", - "license": "MIT", + "version": "1.25.76", + "resolved": "https://registry.npmjs.org/@scalar/fastify-api-reference/-/fastify-api-reference-1.25.76.tgz", + "integrity": "sha512-YCzYdGxQE9CzAfcpp2Z7Cb+aM+6uXIIpg8HvrGvcianZpdRlhlChaaKlU5Mda756xehsWYUGezx566Qih/oYQg==", "dependencies": { - "@scalar/types": "0.0.22", + "@scalar/types": "0.0.23", "fastify-plugin": "^4.5.1" }, "engines": { @@ -3188,16 +3187,14 @@ "version": "0.1.5", "resolved": "https://registry.npmjs.org/@scalar/openapi-types/-/openapi-types-0.1.5.tgz", "integrity": "sha512-6geH9ehvQ/sG/xUyy3e0lyOw3BaY5s6nn22wHjEJhcobdmWyFER0O6m7AU0ZN4QTjle/gYvFJOjj552l/rsNSw==", - "license": "MIT", "engines": { "node": ">=18" } }, "node_modules/@scalar/types": { - "version": "0.0.22", - "resolved": "https://registry.npmjs.org/@scalar/types/-/types-0.0.22.tgz", - "integrity": "sha512-+S1flivP58p2uiHM4dU5ZaAb20wbVcP0nV39KWoVjijvHDx1HWtAGg+PaDXRCRj2zM4QzBeg4olaso20Tm26fQ==", - "license": "MIT", + "version": "0.0.23", + "resolved": "https://registry.npmjs.org/@scalar/types/-/types-0.0.23.tgz", + "integrity": "sha512-dOvQig4hyeVw1kXIo9MQAnM9tUt9vCOZs3zOe6oSqOUG8xY7+WXioirlRCsc+wcQegMbuNYOlNBXCDugOP1YJA==", "dependencies": { "@scalar/openapi-types": "0.1.5", "@unhead/schema": "^1.11.11" @@ -3958,7 +3955,6 @@ "version": "1.11.13", "resolved": "https://registry.npmjs.org/@unhead/schema/-/schema-1.11.13.tgz", "integrity": "sha512-fIpQx6GCpl99l4qJXsPqkXxO7suMccuLADbhaMSkeXnVEi4ZIle+l+Ri0z+GHAEpJj17FMaQdO5n9FMSOMUxkw==", - "license": "MIT", "dependencies": { "hookable": "^5.5.3", "zhead": "^2.2.4" @@ -6814,8 +6810,7 @@ "node_modules/hookable": { "version": "5.5.3", "resolved": "https://registry.npmjs.org/hookable/-/hookable-5.5.3.tgz", - "integrity": "sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ==", - "license": "MIT" + "integrity": "sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ==" }, "node_modules/hosted-git-info": { "version": "7.0.2", @@ -11946,7 +11941,6 @@ "version": "2.2.4", "resolved": "https://registry.npmjs.org/zhead/-/zhead-2.2.4.tgz", "integrity": "sha512-8F0OI5dpWIA5IGG5NHUg9staDwz/ZPxZtvGVf01j7vHqSyZ0raHY+78atOVxRqb73AotX22uV1pXt3gYSstGag==", - "license": "MIT", "funding": { "url": "https://github.com/sponsors/harlan-zw" } diff --git a/package.json b/package.json index cb6b79fe..84ec5224 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "@message-queue-toolkit/sqs": "^17.2.0", "@prisma/client": "^6.0.1", "@prisma/instrumentation": "^6.0.1", - "@scalar/fastify-api-reference": "^1.25.72", + "@scalar/fastify-api-reference": "^1.25.76", "@supercharge/promise-pool": "^3.2.0", "amqplib": "^0.10.5", "awilix": "^12.0.4",