diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7d30f4f2..c0e924c6 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -101,7 +101,7 @@ importers: version: 4.1.1 lodash: specifier: ^4.17.20 - version: 4.17.21 + version: 4.18.1 openapi3-ts: specifier: ^3.0.0 version: 3.2.0 @@ -214,7 +214,7 @@ importers: version: 2.25.0 lodash: specifier: ^4.17.20 - version: 4.17.21 + version: 4.18.1 randexp: specifier: ^0.5.3 version: 0.5.3 @@ -351,7 +351,7 @@ importers: dependencies: lodash: specifier: ^4.17.20 - version: 4.17.21 + version: 4.18.1 devDependencies: '@smartlyio/oats': specifier: workspace:^ @@ -439,7 +439,7 @@ importers: version: 1.0.3 lodash: specifier: ^4.17.20 - version: 4.17.21 + version: 4.18.1 devDependencies: '@jest/globals': specifier: 29.5.0 @@ -2321,8 +2321,12 @@ packages: lodash.values@4.3.0: resolution: {integrity: sha512-r0RwvdCv8id9TUblb/O7rYPwVy6lerCbcawrfdo9iC/1t1wsNMJknO79WNBgwkH0hIeJ08jmvvESbFpNb4jH0Q==} - lodash@4.17.21: - resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==} + lodash@4.18.0: + resolution: {integrity: sha512-l1mfj2atMqndAHI3ls7XqPxEjV2J9ZkcNyHpoZA3r2T1LLwDB69jgkMWh71YKwhBbK0G2f4WSn05ahmQXVxupA==} + deprecated: Bad release. Please use lodash@4.17.21 instead. + + lodash@4.18.1: + resolution: {integrity: sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==} lru-cache@5.1.1: resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==} @@ -3533,7 +3537,7 @@ snapshots: '@smartlyio/safe-navigation@5.1.1': dependencies: - lodash: 4.17.21 + lodash: 4.18.0 '@tsconfig/node10@1.0.11': {} @@ -5719,7 +5723,9 @@ snapshots: lodash.values@4.3.0: {} - lodash@4.17.21: {} + lodash@4.18.0: {} + + lodash@4.18.1: {} lru-cache@5.1.1: dependencies: @@ -5809,7 +5815,7 @@ snapshots: dependencies: debug: 4.3.7 json-stringify-safe: 5.0.1 - lodash: 4.17.21 + lodash: 4.18.0 propagate: 2.0.1 transitivePeerDependencies: - supports-color diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 33f61829..b642428b 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -2,3 +2,6 @@ packages: - packages/* minimumReleaseAge: 10080 +minimumReleaseAgeExclude: + # Renovate security update: lodash@4.18.1 + - lodash@4.18.1