From 1230c86ba9cf7b529112a6d353c3d2a300b164a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Feb 2025 09:42:45 -0600 Subject: [PATCH] build(deps-dev): bump lodash from 2.4.2 to 4.17.21 (#3367) Bumps [lodash](https://github.com/lodash/lodash) from 2.4.2 to 4.17.21. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/2.4.2...4.17.21) --- updated-dependencies: - dependency-name: lodash dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- packages/pg-native/package.json | 2 +- yarn.lock | 7 +------ 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/packages/pg-native/package.json b/packages/pg-native/package.json index 06cf4166..e38f8d8f 100644 --- a/packages/pg-native/package.json +++ b/packages/pg-native/package.json @@ -29,7 +29,7 @@ "async": "^0.9.0", "concat-stream": "^1.4.6", "generic-pool": "^2.1.1", - "lodash": "^2.4.1", + "lodash": "^4.17.21", "mocha": "10.5.2", "node-gyp": ">=10.x", "okay": "^0.3.0", diff --git a/yarn.lock b/yarn.lock index 4afab228..6592852a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4565,12 +4565,7 @@ lodash.uniq@^4.5.0: resolved "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz" integrity sha1-0CJTc662Uq3BvILklFM5qEJ1R3M= -lodash@^2.4.1: - version "2.4.2" - resolved "https://registry.yarnpkg.com/lodash/-/lodash-2.4.2.tgz#fadd834b9683073da179b3eae6d9c0d15053f73e" - integrity sha512-Kak1hi6/hYHGVPmdyiZijoQyz5x2iGVzs6w9GYB/HiXEtylY7tIoYEROMjvM1d9nXJqPOrG2MNPMn01bJ+S0Rw== - -lodash@^4.17.11, lodash@^4.17.12, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.2.1: +lodash@^4.17.11, lodash@^4.17.12, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.21, lodash@^4.2.1: version "4.17.21" resolved "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz" integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==