fix: upgrade @types/lodash from 4.14.200 to 4.14.201

Snyk has created this PR to upgrade @types/lodash from 4.14.200 to 4.14.201.

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 2023-12-05 23:02:38 +00:00
parent b64cf8127b
commit 22fe6a8859
No known key found for this signature in database
GPG Key ID: 5009E0832F4D3DD3
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": "MIT",
"dependencies": {
"@types/lodash": "^4.14.200",
"@types/lodash": "^4.14.201",
"eslint-plugin-progress": "^0.0.1",
"ts-node": "^10.9.1",
"typeorm": "^0.3.17"
@ -727,9 +727,9 @@
"dev": true
},
"node_modules/@types/lodash": {
"version": "4.14.200",
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.200.tgz",
"integrity": "sha512-YI/M/4HRImtNf3pJgbF+W6FrXovqj+T+/HpENLTooK9PnkacBsDpeP3IpHab40CClUfhNmdM2WTNP2sa2dni5Q=="
"version": "4.14.201",
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.201.tgz",
"integrity": "sha512-y9euML0cim1JrykNxADLfaG0FgD1g/yTHwUs/Jg9ZIU7WKj2/4IW9Lbb1WZbvck78W/lfGXFfe+u2EGfIJXdLQ=="
},
"node_modules/@types/node": {
"version": "18.11.15",
@ -6220,9 +6220,9 @@
"dev": true
},
"@types/lodash": {
"version": "4.14.200",
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.200.tgz",
"integrity": "sha512-YI/M/4HRImtNf3pJgbF+W6FrXovqj+T+/HpENLTooK9PnkacBsDpeP3IpHab40CClUfhNmdM2WTNP2sa2dni5Q=="
"version": "4.14.201",
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.201.tgz",
"integrity": "sha512-y9euML0cim1JrykNxADLfaG0FgD1g/yTHwUs/Jg9ZIU7WKj2/4IW9Lbb1WZbvck78W/lfGXFfe+u2EGfIJXdLQ=="
},
"@types/node": {
"version": "18.11.15",

View File

@ -5,7 +5,7 @@
"main": "ts",
"type": "module",
"dependencies": {
"@types/lodash": "^4.14.200",
"@types/lodash": "^4.14.201",
"eslint-plugin-progress": "^0.0.1",
"ts-node": "^10.9.1",
"typeorm": "^0.3.17"