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
This commit is contained in:
snyk-bot 2024-07-11 06:34:52 +00:00
parent 54db88dd96
commit 5271bcd49f
No known key found for this signature in database
GPG Key ID: 78AC5AE55A47A65B
2 changed files with 6 additions and 5 deletions

9
package-lock.json generated
View File

@ -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",

View File

@ -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",