From 77d3850e9eb4f27dfa31bebc8e02f400848517ad Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Thu, 29 Jun 2023 13:18:04 +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 --- .vscode/settings.json | 3 ++- package.json | 4 ++-- pnpm-lock.yaml | 16 ++++++++-------- 3 files changed, 12 insertions(+), 11 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index eb3d18b..6cc96a5 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,6 @@ { "editor.codeActionsOnSave": { "source.fixAll": true - } + }, + "cSpell.words": ["microtime"] } diff --git a/package.json b/package.json index 22b05cf..a65bef5 100644 --- a/package.json +++ b/package.json @@ -58,13 +58,13 @@ "eslint-config-standard": "^17.1.0", "eslint-define-config": "^1.21.0", "eslint-plugin-import": "^2.27.5", - "eslint-plugin-jsdoc": "^46.4.0", + "eslint-plugin-jsdoc": "^46.4.2", "eslint-plugin-n": "^16.0.1", "eslint-plugin-promise": "^6.1.1", "husky": "^8.0.3", "lint-staged": "^13.2.3", "prettier": "^2.8.8", "standard": "^17.1.0", - "typescript": "^5.1.5" + "typescript": "^5.1.6" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 508be3a..25e9605 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -35,8 +35,8 @@ devDependencies: specifier: ^2.27.5 version: 2.27.5(eslint@8.43.0) eslint-plugin-jsdoc: - specifier: ^46.4.0 - version: 46.4.0(eslint@8.43.0) + specifier: ^46.4.2 + version: 46.4.2(eslint@8.43.0) eslint-plugin-n: specifier: ^16.0.1 version: 16.0.1(eslint@8.43.0) @@ -56,8 +56,8 @@ devDependencies: specifier: ^17.1.0 version: 17.1.0 typescript: - specifier: ^5.1.5 - version: 5.1.5 + specifier: ^5.1.6 + version: 5.1.6 packages: @@ -730,8 +730,8 @@ packages: - supports-color dev: true - /eslint-plugin-jsdoc@46.4.0(eslint@8.43.0): - resolution: {integrity: sha512-2AJY31jpFdPTCa4UMFUfu8b8rPeSaShYx/lS+GrdDVVEjN3rzfN/PZtI2YbexrIO6KLDqP3241BynWn7QB5jhg==} + /eslint-plugin-jsdoc@46.4.2(eslint@8.43.0): + resolution: {integrity: sha512-fmIgOe7irf9otkMtsPjr5P39wC5LzA6aEU/nydfUlc8JaEiS93uhPaxI+x/v5s1Ckm+IZeP3006do2n2ehZcNQ==} engines: {node: '>=16'} peerDependencies: eslint: ^7.0.0 || ^8.0.0 @@ -2205,8 +2205,8 @@ packages: is-typed-array: 1.1.10 dev: true - /typescript@5.1.5: - resolution: {integrity: sha512-FOH+WN/DQjUvN6WgW+c4Ml3yi0PH+a/8q+kNIfRehv1wLhWONedw85iu+vQ39Wp49IzTJEsZ2lyLXpBF7mkF1g==} + /typescript@5.1.6: + resolution: {integrity: sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==} engines: {node: '>=14.17'} hasBin: true dev: true -- 2.34.1