From 21e341c831ce409ef3e125a88ac9a354512a68d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 15:13:37 +0000 Subject: [PATCH] chore(deps): bump @photostructure/tz-lookup in /apps/api Bumps [@photostructure/tz-lookup](https://github.com/photostructure/tz-lookup) from 11.3.0 to 11.5.0. - [Release notes](https://github.com/photostructure/tz-lookup/releases) - [Commits](https://github.com/photostructure/tz-lookup/compare/11.3.0...11.5.0) --- updated-dependencies: - dependency-name: "@photostructure/tz-lookup" dependency-version: 11.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- apps/api/package-lock.json | 8 ++++---- apps/api/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/api/package-lock.json b/apps/api/package-lock.json index 2a96686e..d41f19f0 100644 --- a/apps/api/package-lock.json +++ b/apps/api/package-lock.json @@ -16,7 +16,7 @@ "@nestjs/platform-express": "^11.0.0", "@nestjs/schedule": "^5.0.0", "@nestjs/swagger": "^11.0.3", - "@photostructure/tz-lookup": "^11.3.0", + "@photostructure/tz-lookup": "^11.5.0", "@types/papaparse": "^5.3.16", "axios": "^1.7.9", "class-transformer": "^0.5.1", @@ -2196,9 +2196,9 @@ } }, "node_modules/@photostructure/tz-lookup": { - "version": "11.3.0", - "resolved": "https://registry.npmjs.org/@photostructure/tz-lookup/-/tz-lookup-11.3.0.tgz", - "integrity": "sha512-rYGy7ETBHTnXrwbzm47e3LJPKJmzpY7zXnbZhdosNU0lTGWVqzxptSjK4qZkJ1G+Kwy4F6XStNR9ZqMsXAoASQ==", + "version": "11.5.0", + "resolved": "https://registry.npmjs.org/@photostructure/tz-lookup/-/tz-lookup-11.5.0.tgz", + "integrity": "sha512-0DVFriinZ7TeOnm9ytXeSL3NMFU87ZqMjgbPNkd8LgHFLcPg1BDyM1eewFYs+pPM+62S4fSP9Mtgijmn+6y95w==", "license": "CC0-1.0" }, "node_modules/@pkgr/core": { diff --git a/apps/api/package.json b/apps/api/package.json index d8ac1d80..71d57269 100644 --- a/apps/api/package.json +++ b/apps/api/package.json @@ -33,7 +33,7 @@ "@nestjs/platform-express": "^11.0.0", "@nestjs/schedule": "^5.0.0", "@nestjs/swagger": "^11.0.3", - "@photostructure/tz-lookup": "^11.3.0", + "@photostructure/tz-lookup": "^11.5.0", "@types/papaparse": "^5.3.16", "axios": "^1.7.9", "class-transformer": "^0.5.1",