From 9e54184f2a1144125643b8a747b3ea541002b4d0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 00:45:20 +0000 Subject: [PATCH] chore(deps): update dependency @types/lodash to ^4.17.14 --- pnpm-lock.yaml | 14 +++++++------- tests/integration/redirect/js/package.json | 2 +- .../transform-import/lodash/package.json | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 446405e92..2be4dcffd 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -740,8 +740,8 @@ importers: tests/integration/redirect/js: devDependencies: '@types/lodash': - specifier: ^4.17.13 - version: 4.17.13 + specifier: ^4.17.14 + version: 4.17.14 lodash: specifier: ^4.17.21 version: 4.17.21 @@ -847,8 +847,8 @@ importers: version: 4.17.21 devDependencies: '@types/lodash': - specifier: ^4.17.13 - version: 4.17.13 + specifier: ^4.17.14 + version: 4.17.14 tests/integration/tsconfig: {} @@ -2516,8 +2516,8 @@ packages: '@types/jsonfile@6.1.4': resolution: {integrity: sha512-D5qGUYwjvnNNextdU59/+fI+spnwtTFmyQP0h+PfIOSkNfpU6AOICUOkm4i0OnSk+NyjdPJrxCDro0sJsWlRpQ==} - '@types/lodash@4.17.13': - resolution: {integrity: sha512-lfx+dftrEZcdBPczf9d0Qv0x+j/rfNCMuC6OcfXmO8gkfeNAY88PgKUbvG56whcN23gc27yenwF6oJZXGFpYxg==} + '@types/lodash@4.17.14': + resolution: {integrity: sha512-jsxagdikDiDBeIRaPYtArcT8my4tN1og7MtMRquFT3XNA6axxyHDRUemqDz/taRDdOUn0GnGHRCuff4q48sW9A==} '@types/mdast@3.0.15': resolution: {integrity: sha512-LnwD+mUEfxWMa1QpDraczIn6k0Ee3SMicuYSSzS6ZYl2gKS09EClnJYGd8Du6rfc5r/GZEk5o1mRb8TaTj03sQ==} @@ -8463,7 +8463,7 @@ snapshots: dependencies: '@types/node': 22.8.1 - '@types/lodash@4.17.13': {} + '@types/lodash@4.17.14': {} '@types/mdast@3.0.15': dependencies: diff --git a/tests/integration/redirect/js/package.json b/tests/integration/redirect/js/package.json index 0aa0be903..91e454eb2 100644 --- a/tests/integration/redirect/js/package.json +++ b/tests/integration/redirect/js/package.json @@ -4,7 +4,7 @@ "private": true, "type": "module", "devDependencies": { - "@types/lodash": "^4.17.13", + "@types/lodash": "^4.17.14", "lodash": "^4.17.21" }, "peerDependencies": { diff --git a/tests/integration/transform-import/lodash/package.json b/tests/integration/transform-import/lodash/package.json index 664c82a1f..82bf12f75 100644 --- a/tests/integration/transform-import/lodash/package.json +++ b/tests/integration/transform-import/lodash/package.json @@ -7,6 +7,6 @@ "lodash": "^4.17.21" }, "devDependencies": { - "@types/lodash": "^4.17.13" + "@types/lodash": "^4.17.14" } }