From ebca2afababcb7b8f6e036bffe7626e46e172de1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Mon, 14 Aug 2023 19:46:16 +0200 Subject: [PATCH] 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 | 15 ++++++++++++--- pnpm-lock.yaml | 8 ++++---- 2 files changed, 16 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index f5e72d4b..0def0596 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,14 @@ "prepublishOnly": "pnpm build:prod" }, "ts-standard": { - "globals": ["describe", "it", "before", "after", "beforeEach", "afterEach"] + "globals": [ + "describe", + "it", + "before", + "after", + "beforeEach", + "afterEach" + ] }, "engines": { "node": ">=16.14.0", @@ -90,7 +97,9 @@ "url": "https://github.com/poolifier/poolifier/issues" }, "homepage": "https://github.com/poolifier/poolifier#readme", - "files": ["lib"], + "files": [ + "lib" + ], "pnpm": { "overrides": { "semver": "^7.5.3" @@ -121,7 +130,7 @@ "eslint-plugin-tsdoc": "^0.2.17", "expect": "^29.6.2", "husky": "^8.0.3", - "lint-staged": "^13.3.0", + "lint-staged": "^14.0.0", "microtime": "^3.1.1", "mocha": "^10.2.0", "mochawesome": "^7.1.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e08287ad..c2f18e00 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -81,8 +81,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 microtime: specifier: ^3.1.1 version: 3.1.1 @@ -3910,8 +3910,8 @@ packages: resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==} 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