From 43aba8ad03330e7e326e89731cf1c81975202739 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 10 Nov 2024 01:18:25 +0000 Subject: [PATCH] fix: upgrade @types/lodash from 4.17.10 to 4.17.12 Snyk has created this PR to upgrade @types/lodash from 4.17.10 to 4.17.12. See this package in npm: @types/lodash See this project in Snyk: https://app.snyk.io/org/mcandre/project/5762ec14-4c15-41d5-b533-cb4e0ece8b6a?utm_source=github&utm_medium=referral&page=upgrade-pr --- examples/hello-npm/package-lock.json | 8 ++++---- examples/hello-npm/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/hello-npm/package-lock.json b/examples/hello-npm/package-lock.json index f92c901..798b092 100644 --- a/examples/hello-npm/package-lock.json +++ b/examples/hello-npm/package-lock.json @@ -8,7 +8,7 @@ "name": "hello-npm", "version": "0.0.1", "dependencies": { - "@types/lodash": "^4.17.10", + "@types/lodash": "^4.17.12", "lodash": "^4.17.21" }, "devDependencies": { @@ -82,9 +82,9 @@ } }, "node_modules/@types/lodash": { - "version": "4.17.10", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.10.tgz", - "integrity": "sha512-YpS0zzoduEhuOWjAotS6A5AVCva7X4lVlYLF0FYHAY9sdraBfnatttHItlWeZdGhuEkf+OzMNg2ZYAx8t+52uQ==", + "version": "4.17.12", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.12.tgz", + "integrity": "sha512-sviUmCE8AYdaF/KIHLDJBQgeYzPBI0vf/17NaYehBJfYD1j6/L95Slh07NlyK2iNyBNaEkb3En2jRt+a8y3xZQ==", "license": "MIT" }, "node_modules/cluster-key-slot": { diff --git a/examples/hello-npm/package.json b/examples/hello-npm/package.json index d505cdf..6401be2 100644 --- a/examples/hello-npm/package.json +++ b/examples/hello-npm/package.json @@ -3,7 +3,7 @@ "description": "Hello NPM", "version": "0.0.1", "dependencies": { - "@types/lodash": "^4.17.10", + "@types/lodash": "^4.17.12", "lodash": "^4.17.21" }, "devDependencies": {