From e1ce8c354c96581aa659616f11b48994f44f0d84 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Mon, 14 Aug 2023 19:43:51 +0200 Subject: [PATCH 1/1] build(deps-dev): apply updates MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- package.json | 2 +- pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c41f7c0..1c8f0db 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "eslint-plugin-n": "^16.0.1", "eslint-plugin-promise": "^6.1.1", "husky": "^8.0.3", - "lint-staged": "^13.3.0", + "lint-staged": "^14.0.0", "rome": "^12.1.3", "standard": "^17.1.0", "typescript": "^5.1.6" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 46b122c..494b33e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -59,8 +59,8 @@ devDependencies: specifier: ^8.0.3 version: 8.0.3 lint-staged: - specifier: ^13.3.0 - version: 13.3.0 + specifier: ^14.0.0 + version: 14.0.0 rome: specifier: ^12.1.3 version: 12.1.3 @@ -1551,8 +1551,8 @@ packages: engines: {node: '>=10'} dev: true - /lint-staged@13.3.0: - resolution: {integrity: sha512-mPRtrYnipYYv1FEE134ufbWpeggNTo+O/UPzngoaKzbzHAthvR55am+8GfHTnqNRQVRRrYQLGW9ZyUoD7DsBHQ==} + /lint-staged@14.0.0: + resolution: {integrity: sha512-0tLf0pqZYkar/wu3nTctk4rVIG+d7PanDYv4/IQR4qwdqfQkTDziLRFnqMcLuLBTuUqmcLwsHPD2EjQ18d/oaA==} engines: {node: ^16.14.0 || >=18.0.0} hasBin: true dependencies: -- 2.34.1