diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 93ff38a..fb58ee9 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -10,7 +10,7 @@ importers: dependencies: lodash: specifier: ^4.17.23 - version: 4.17.23 + version: 4.18.1 zod: specifier: ^4.3.6 version: 4.3.6 @@ -2430,8 +2430,8 @@ packages: lodash.startcase@4.4.0: resolution: {integrity: sha512-+WKqsK294HMSc2jEbNgpHpd0JfIBhp7rEV4aqXWqFr6AlXov+SlcgB1Fv01y2kGe3Gc8nMW7VA0SrGuSkRfIEg==} - lodash@4.17.23: - resolution: {integrity: sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==} + lodash@4.18.1: + resolution: {integrity: sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==} loose-envify@1.4.0: resolution: {integrity: sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==} @@ -3403,7 +3403,7 @@ snapshots: eslint-plugin-react: 7.37.5(eslint@8.57.1) eslint-plugin-react-hooks: 5.2.0(eslint@8.57.1) eslint-plugin-unicorn: 56.0.1(eslint@8.57.1) - lodash: 4.17.23 + lodash: 4.18.1 transitivePeerDependencies: - '@types/eslint' - eslint-import-resolver-node @@ -5365,7 +5365,7 @@ snapshots: eslint-plugin-lodash@7.4.0(eslint@8.57.1): dependencies: eslint: 8.57.1 - lodash: 4.17.23 + lodash: 4.18.1 eslint-plugin-n@17.23.2(eslint@8.57.1)(typescript@5.9.3): dependencies: @@ -6555,7 +6555,7 @@ snapshots: lodash.startcase@4.4.0: {} - lodash@4.17.23: {} + lodash@4.18.1: {} loose-envify@1.4.0: dependencies: diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 4693d93..0ee0f35 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -2,5 +2,5 @@ blockExoticSubdeps: true minimumReleaseAge: 20160 # 14 days (keep in sync with Renovate config) minimumReleaseAgeExclude: - # Renovate security update: lodash@4.17.23 - - lodash@4.17.23 + # Renovate security update: lodash@4.17.23 || 4.18.1 + - lodash@4.17.23 || 4.18.1