From 0ada5b0873ebbfa2a08eee6a71a8a4706ab1817e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 06:06:46 +0000 Subject: [PATCH] Bump @lokalise/fastify-extras from 23.1.1 to 23.2.0 (#819) Bumps [@lokalise/fastify-extras](https://github.com/lokalise/fastify-extras) from 23.1.1 to 23.2.0. - [Changelog](https://github.com/lokalise/fastify-extras/blob/main/CHANGELOG.md) - [Commits](https://github.com/lokalise/fastify-extras/compare/v23.1.1...v23.2.0) --- updated-dependencies: - dependency-name: "@lokalise/fastify-extras" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6f63e537..74d21c57 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@fastify/swagger": "^8.15.0", "@lokalise/backend-http-client": "^2.3.0", "@lokalise/background-jobs-common": "^7.1.0", - "@lokalise/fastify-extras": "^23.1.1", + "@lokalise/fastify-extras": "^23.2.0", "@lokalise/healthcheck-utils": "^1.3.1", "@lokalise/id-utils": "^2.2.0", "@lokalise/node-core": "^12.3.1", @@ -2572,9 +2572,9 @@ } }, "node_modules/@lokalise/fastify-extras": { - "version": "23.1.1", - "resolved": "https://registry.npmjs.org/@lokalise/fastify-extras/-/fastify-extras-23.1.1.tgz", - "integrity": "sha512-37hDCrr9aDxDWZ6are6wPA8IWJPc/SxmCW77eHrOZVhhpWFxOanCpIP/fdRr8p3u0WCW/8frya45lXpy/iRPIg==", + "version": "23.2.0", + "resolved": "https://registry.npmjs.org/@lokalise/fastify-extras/-/fastify-extras-23.2.0.tgz", + "integrity": "sha512-SRdbnPxJJjPh5oGLRqeEx8UkN6opKLqNEcK92Ara+2cdmFH6i0kfFrJAjNOthnUQj/XWdGpKmI3e5nU3BcEV9A==", "dependencies": { "@amplitude/analytics-node": "^1.3.6", "@bugsnag/js": "^7.25.0", diff --git a/package.json b/package.json index d01b6d45..81270ae0 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "@fastify/swagger": "^8.15.0", "@lokalise/backend-http-client": "^2.3.0", "@lokalise/background-jobs-common": "^7.1.0", - "@lokalise/fastify-extras": "^23.1.1", + "@lokalise/fastify-extras": "^23.2.0", "@lokalise/healthcheck-utils": "^1.3.1", "@lokalise/id-utils": "^2.2.0", "@lokalise/node-core": "^12.3.1",