fix: upgrade @types/lodash from 4.14.202 to 4.17.0

Snyk has created this PR to upgrade @types/lodash from 4.14.202 to 4.17.0.

See this package in npm:
https://www.npmjs.com/package/@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-04-17 00:48:15 +00:00
parent 2eaeec326f
commit 7c0221e6b8
No known key found for this signature in database
GPG Key ID: 78AC5AE55A47A65B
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -9,7 +9,7 @@
"version": "3.0.2",
"license": "Apache-2.0",
"dependencies": {
"@types/lodash": "^4.14.202",
"@types/lodash": "^4.17.0",
"eslint-plugin-progress": "^0.0.1",
"ts-node": "^10.9.2",
"typeorm": "^0.3.20"
@ -806,9 +806,9 @@
"dev": true
},
"node_modules/@types/lodash": {
"version": "4.14.202",
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.202.tgz",
"integrity": "sha512-OvlIYQK9tNneDlS0VN54LLd5uiPCBOp7gS5Z0f1mjoJYBrtStzgmJBxONW3U6OZqdtNzZPmn9BS/7WI7BFFcFQ=="
"version": "4.17.0",
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.0.tgz",
"integrity": "sha512-t7dhREVv6dbNj0q17X12j7yDG4bD/DHYX7o5/DbDxobP0HnGPgpRz2Ej77aL7TZT3DSw13fqUTj8J4mMnqa7WA=="
},
"node_modules/@types/node": {
"version": "18.11.15",
@ -6525,9 +6525,9 @@
"dev": true
},
"@types/lodash": {
"version": "4.14.202",
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.202.tgz",
"integrity": "sha512-OvlIYQK9tNneDlS0VN54LLd5uiPCBOp7gS5Z0f1mjoJYBrtStzgmJBxONW3U6OZqdtNzZPmn9BS/7WI7BFFcFQ=="
"version": "4.17.0",
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.0.tgz",
"integrity": "sha512-t7dhREVv6dbNj0q17X12j7yDG4bD/DHYX7o5/DbDxobP0HnGPgpRz2Ej77aL7TZT3DSw13fqUTj8J4mMnqa7WA=="
},
"@types/node": {
"version": "18.11.15",

View File

@ -5,7 +5,7 @@
"main": "ts",
"type": "module",
"dependencies": {
"@types/lodash": "^4.14.202",
"@types/lodash": "^4.17.0",
"eslint-plugin-progress": "^0.0.1",
"ts-node": "^10.9.2",
"typeorm": "^0.3.20"