From 5271bcd49f4a665fdda498b4918b3f17eb710cd7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 11 Jul 2024 06:34:52 +0000 Subject: [PATCH] fix: upgrade @types/lodash from 4.17.4 to 4.17.5 Snyk has created this PR to upgrade @types/lodash from 4.17.4 to 4.17.5. See this package in npm: @types/lodash See this project in Snyk: https://app.snyk.io/org/oneuptime-RsC2nshvQ2Vnr35jHvMnMP/project/c3622982-05c8-495c-809c-20f301c75f92?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5b4bdd6414..3076416697 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "3.0.2", "license": "Apache-2.0", "dependencies": { - "@types/lodash": "^4.17.1", + "@types/lodash": "^4.17.5", "eslint-plugin-react": "^7.34.2", "eslint-plugin-unused-imports": "^3.2.0", "globals": "^15.6.0", @@ -1697,9 +1697,10 @@ "dev": true }, "node_modules/@types/lodash": { - "version": "4.17.4", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.4.tgz", - "integrity": "sha512-wYCP26ZLxaT3R39kiN2+HcJ4kTd3U1waI/cY7ivWYqFP6pW3ZNpvi6Wd6PHZx7T/t8z0vlkXMg3QYLa7DZ/IJQ==" + "version": "4.17.5", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.5.tgz", + "integrity": "sha512-MBIOHVZqVqgfro1euRDWX7OO0fBVUUMrN6Pwm8LQsz8cWhEpihlvR70ENj3f40j58TNxZaWv2ndSkInykNBBJw==", + "license": "MIT" }, "node_modules/@types/node": { "version": "18.11.15", diff --git a/package.json b/package.json index 6422ada740..1e759de7b9 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "ts", "type": "module", "dependencies": { - "@types/lodash": "^4.17.1", + "@types/lodash": "^4.17.5", "eslint-plugin-react": "^7.34.2", "eslint-plugin-unused-imports": "^3.2.0", "globals": "^15.6.0",