From 611ee84a612e4902385bb0c67e44ad4db01a70c6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 13:43:19 +0200 Subject: [PATCH] fix(deps): update all non-major dependencies (#430) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 4 ++-- pnpm-lock.yaml | 20 ++++++++++---------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index bd36f24..3bb9da4 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "deepmerge": "^4.3.1", "hash-object": "^5.1.0", "just-clone": "^6.2.0", - "lodash": "^4.17.23", + "lodash": "^4.18.1", "node-object-hash": "^3.1.1", "object-hash": "^3.0.0", "ramda": "^0.32.0", @@ -91,7 +91,7 @@ "@eslint/js": "^9.39.4", "eslint": "^9.39.4", "eslint-plugin-jsdoc": "^62.9.0", - "eslint-plugin-perfectionist": "^5.7.0", + "eslint-plugin-perfectionist": "^5.8.0", "husky": "^9.1.7", "lint-staged": "^16.4.0", "neostandard": "^0.13.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6367630..23b0452 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -24,8 +24,8 @@ importers: specifier: ^6.2.0 version: 6.2.0 lodash: - specifier: ^4.17.23 - version: 4.17.23 + specifier: ^4.18.1 + version: 4.18.1 node-object-hash: specifier: ^3.1.1 version: 3.1.1 @@ -64,8 +64,8 @@ importers: specifier: ^62.9.0 version: 62.9.0(eslint@9.39.4(jiti@2.6.1)) eslint-plugin-perfectionist: - specifier: ^5.7.0 - version: 5.7.0(eslint@9.39.4(jiti@2.6.1))(typescript@6.0.2) + specifier: ^5.8.0 + version: 5.8.0(eslint@9.39.4(jiti@2.6.1))(typescript@6.0.2) husky: specifier: ^9.1.7 version: 9.1.7 @@ -698,8 +698,8 @@ packages: peerDependencies: eslint: '>=8.23.0' - eslint-plugin-perfectionist@5.7.0: - resolution: {integrity: sha512-WRHj7OZS/INutQ/gKN5C1ZGnMhkQ3oKZQAA2I7rl5yM8keBtSd9oj/qlJaHuwh5873FhMPqYlttcadF0YsTN7g==} + eslint-plugin-perfectionist@5.8.0: + resolution: {integrity: sha512-k8uIptWIxkUclonCFGyDzgYs9NI+Qh0a7cUXS3L7IYZDEsjXuimFBVbxXPQQngWqMiaxJRwbtYB4smMGMqF+cw==} engines: {node: ^20.0.0 || >=22.0.0} peerDependencies: eslint: ^8.45.0 || ^9.0.0 || ^10.0.0 @@ -1177,8 +1177,8 @@ packages: lodash.upperfirst@4.3.1: resolution: {integrity: sha512-sReKOYJIJf74dhJONhU4e0/shzi1trVbSWDOhKYE5XV2O+H7Sb2Dihwuc7xWxVl+DgFPyTqIN3zMfT9cq5iWDg==} - lodash@4.17.23: - resolution: {integrity: sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==} + lodash@4.18.1: + resolution: {integrity: sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==} log-update@6.1.0: resolution: {integrity: sha512-9ie8ItPR6tjY5uYJh8K/Zrv/RMZ5VOlOWvtZdEHYSTFKZfIBPQa9tOAEeAWhd+AnIneLJ22w5fjOYtoutpWq5w==} @@ -2499,7 +2499,7 @@ snapshots: transitivePeerDependencies: - typescript - eslint-plugin-perfectionist@5.7.0(eslint@9.39.4(jiti@2.6.1))(typescript@6.0.2): + eslint-plugin-perfectionist@5.8.0(eslint@9.39.4(jiti@2.6.1))(typescript@6.0.2): dependencies: '@typescript-eslint/utils': 8.58.0(eslint@9.39.4(jiti@2.6.1))(typescript@6.0.2) eslint: 9.39.4(jiti@2.6.1) @@ -3001,7 +3001,7 @@ snapshots: lodash.upperfirst@4.3.1: {} - lodash@4.17.23: {} + lodash@4.18.1: {} log-update@6.1.0: dependencies: -- 2.43.0