From 670157a32b73b13b91399b02bc45ad583968f251 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 23:54:10 +0000 Subject: [PATCH] Bump @types/luxon from 3.7.2 to 3.7.3 in /frontend/distiller Bumps [@types/luxon](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/luxon) from 3.7.2 to 3.7.3. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/luxon) --- updated-dependencies: - dependency-name: "@types/luxon" dependency-version: 3.7.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- frontend/distiller/package-lock.json | 8 ++++---- frontend/distiller/package.json | 2 +- frontend/distiller/yarn.lock | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/frontend/distiller/package-lock.json b/frontend/distiller/package-lock.json index 4d029e77..c6bc3f34 100644 --- a/frontend/distiller/package-lock.json +++ b/frontend/distiller/package-lock.json @@ -19,7 +19,7 @@ "@testing-library/user-event": "^14.6.1", "@types/humanize-duration": "^3.27.4", "@types/lodash": "^4.17.24", - "@types/luxon": "^3.7.2", + "@types/luxon": "^3.7.3", "@types/node": "^26.1.2", "@types/react": "^18.3.3", "@types/react-dom": "^18.2.19", @@ -1356,9 +1356,9 @@ "license": "MIT" }, "node_modules/@types/luxon": { - "version": "3.7.2", - "resolved": "https://registry.npmjs.org/@types/luxon/-/luxon-3.7.2.tgz", - "integrity": "sha512-gW+Oib+vUtGJBtNC8V9Reww0oIpusw+4m81uncg9REGZAJfqOQHfo/nkabnc7w0QReXyPqjrbWMJk6NuAkiX3Q==", + "version": "3.7.3", + "resolved": "https://registry.npmjs.org/@types/luxon/-/luxon-3.7.3.tgz", + "integrity": "sha512-pE7BSbKHiojpl4v7iEzdfFLXXJaH5RPJxI3Wr4x3HU59l83PJfhcUx4mGPWq245+DCAENAzRF/+ZoYr2tJCe/g==", "license": "MIT" }, "node_modules/@types/mocha": { diff --git a/frontend/distiller/package.json b/frontend/distiller/package.json index 1af1faaf..ca7046cb 100644 --- a/frontend/distiller/package.json +++ b/frontend/distiller/package.json @@ -14,7 +14,7 @@ "@testing-library/user-event": "^14.6.1", "@types/humanize-duration": "^3.27.4", "@types/lodash": "^4.17.24", - "@types/luxon": "^3.7.2", + "@types/luxon": "^3.7.3", "@types/node": "^26.1.2", "@types/react": "^18.3.3", "@types/react-dom": "^18.2.19", diff --git a/frontend/distiller/yarn.lock b/frontend/distiller/yarn.lock index af39a6d2..fc7209e2 100644 --- a/frontend/distiller/yarn.lock +++ b/frontend/distiller/yarn.lock @@ -651,10 +651,10 @@ resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.17.24.tgz#4ae334fc62c0e915ca8ed8e35dcc6d4eeb29215f" integrity sha512-gIW7lQLZbue7lRSWEFql49QJJWThrTFFeIMJdp3eH4tKoxm1OvEPg02rm4wCCSHS0cL3/Fizimb35b7k8atwsQ== -"@types/luxon@^3.7.2": - version "3.7.2" - resolved "https://registry.yarnpkg.com/@types/luxon/-/luxon-3.7.2.tgz#082bb2adf54bc6fe1d514a0d80a82ac6a75cfaac" - integrity sha512-gW+Oib+vUtGJBtNC8V9Reww0oIpusw+4m81uncg9REGZAJfqOQHfo/nkabnc7w0QReXyPqjrbWMJk6NuAkiX3Q== +"@types/luxon@^3.7.3": + version "3.7.3" + resolved "https://registry.yarnpkg.com/@types/luxon/-/luxon-3.7.3.tgz#8e5e6bc12f6c0b14ca665245b6f2542e883e5432" + integrity sha512-pE7BSbKHiojpl4v7iEzdfFLXXJaH5RPJxI3Wr4x3HU59l83PJfhcUx4mGPWq245+DCAENAzRF/+ZoYr2tJCe/g== "@types/mocha@^10.0.10": version "10.0.10"