From 112b5562c4329d9d7227d177101c77533bb5c9d5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 19:11:11 +0000 Subject: [PATCH] chore(deps): update dependency @types/lodash to v4.17.6 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 108764f5..30803cd9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "@nestjs/platform-express": "10.3.9", "@nestjs/testing": "10.3.9", "@types/jest": "29.5.12", - "@types/lodash": "4.17.5", + "@types/lodash": "4.17.6", "@types/node": "20.14.9", "@types/uuid": "9.0.8", "@typescript-eslint/eslint-plugin": "7.14.1", @@ -3185,9 +3185,9 @@ "dev": true }, "node_modules/@types/lodash": { - "version": "4.17.5", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.5.tgz", - "integrity": "sha512-MBIOHVZqVqgfro1euRDWX7OO0fBVUUMrN6Pwm8LQsz8cWhEpihlvR70ENj3f40j58TNxZaWv2ndSkInykNBBJw==", + "version": "4.17.6", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.6.tgz", + "integrity": "sha512-OpXEVoCKSS3lQqjx9GGGOapBeuW5eUboYHRlHP9urXPX25IKZ6AnP5ZRxtVf63iieUbsHxLn8NQ5Nlftc6yzAA==", "dev": true }, "node_modules/@types/node": { @@ -14936,9 +14936,9 @@ "dev": true }, "@types/lodash": { - "version": "4.17.5", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.5.tgz", - "integrity": "sha512-MBIOHVZqVqgfro1euRDWX7OO0fBVUUMrN6Pwm8LQsz8cWhEpihlvR70ENj3f40j58TNxZaWv2ndSkInykNBBJw==", + "version": "4.17.6", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.6.tgz", + "integrity": "sha512-OpXEVoCKSS3lQqjx9GGGOapBeuW5eUboYHRlHP9urXPX25IKZ6AnP5ZRxtVf63iieUbsHxLn8NQ5Nlftc6yzAA==", "dev": true }, "@types/node": { diff --git a/package.json b/package.json index c38ae628..0d78fe7b 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@nestjs/platform-express": "10.3.9", "@nestjs/testing": "10.3.9", "@types/jest": "29.5.12", - "@types/lodash": "4.17.5", + "@types/lodash": "4.17.6", "@types/node": "20.14.9", "@types/uuid": "9.0.8", "@typescript-eslint/eslint-plugin": "7.14.1",