From 72dbfdb35e76f8d31084a55de51d5adb4022280f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 21 Jan 2024 23:11:28 +0000 Subject: [PATCH] chore(deps): update dependency @types/luxon to v3.4.2 (#26782) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ff45355288..226a0dfc50 100644 --- a/package.json +++ b/package.json @@ -288,7 +288,7 @@ "@types/json-dup-key-validator": "1.0.2", "@types/linkify-markdown": "1.0.3", "@types/lodash": "4.14.202", - "@types/luxon": "3.4.1", + "@types/luxon": "3.4.2", "@types/markdown-it": "13.0.7", "@types/markdown-table": "2.0.0", "@types/marshal": "0.5.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index cf60c013bd..bba0b2b39e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -428,8 +428,8 @@ importers: specifier: 4.14.202 version: 4.14.202 '@types/luxon': - specifier: 3.4.1 - version: 3.4.1 + specifier: 3.4.2 + version: 3.4.2 '@types/markdown-it': specifier: 13.0.7 version: 13.0.7 @@ -3804,8 +3804,8 @@ packages: resolution: {integrity: sha512-OvlIYQK9tNneDlS0VN54LLd5uiPCBOp7gS5Z0f1mjoJYBrtStzgmJBxONW3U6OZqdtNzZPmn9BS/7WI7BFFcFQ==} dev: true - /@types/luxon@3.4.1: - resolution: {integrity: sha512-m1KQEZZCITtheRhMVq5jDvAl0HwFhunLs7x6tpFFvUTJpKfmewS/Ymg+YA97/s8w1I1nC4pJyi0aAnn+vf3yew==} + /@types/luxon@3.4.2: + resolution: {integrity: sha512-TifLZlFudklWlMBfhubvgqTXRzLDI5pCbGa4P8a3wPyUQSW+1xQ5eDsreP9DWHX3tjq1ke96uYG/nwundroWcA==} dev: true /@types/markdown-it@13.0.7: -- GitLab