fix: upgrade @types/lodash from 4.14.182 to 4.14.200

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

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-11-21 19:14:45 +00:00
parent 6a9704ba79
commit ad6f59013e
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.182",
"@types/lodash": "^4.14.200",
"eslint-plugin-progress": "^0.0.1",
"the-new-css-reset": "^1.7.3",
"ts-node": "^10.9.1",
@ -724,9 +724,9 @@
"dev": true
},
"node_modules/@types/lodash": {
"version": "4.14.182",
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.182.tgz",
"integrity": "sha512-/THyiqyQAP9AfARo4pF+aCGcyiQ94tX/Is2I7HofNRqoYLgN1PBoOWu2/zTA5zMxzP5EFutMtWtGAFRKUe961Q=="
"version": "4.14.200",
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.200.tgz",
"integrity": "sha512-YI/M/4HRImtNf3pJgbF+W6FrXovqj+T+/HpENLTooK9PnkacBsDpeP3IpHab40CClUfhNmdM2WTNP2sa2dni5Q=="
},
"node_modules/@types/node": {
"version": "18.11.15",
@ -6200,9 +6200,9 @@
"dev": true
},
"@types/lodash": {
"version": "4.14.182",
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.182.tgz",
"integrity": "sha512-/THyiqyQAP9AfARo4pF+aCGcyiQ94tX/Is2I7HofNRqoYLgN1PBoOWu2/zTA5zMxzP5EFutMtWtGAFRKUe961Q=="
"version": "4.14.200",
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.200.tgz",
"integrity": "sha512-YI/M/4HRImtNf3pJgbF+W6FrXovqj+T+/HpENLTooK9PnkacBsDpeP3IpHab40CClUfhNmdM2WTNP2sa2dni5Q=="
},
"@types/node": {
"version": "18.11.15",

View File

@ -5,7 +5,7 @@
"main": "ts",
"type": "module",
"dependencies": {
"@types/lodash": "^4.14.182",
"@types/lodash": "^4.14.200",
"eslint-plugin-progress": "^0.0.1",
"the-new-css-reset": "^1.7.3",
"ts-node": "^10.9.1",