Merge pull request #78 from richardrigutins/dependabot/npm_and_yarn/types/lodash-4.14.201

chore(deps): bump @types/lodash from 4.14.200 to 4.14.201
This commit is contained in:
Riccardo Rigutini 2023-11-13 16:16:58 +01:00 committed by GitHub
commit 6272fccefe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -14,7 +14,7 @@
},
"devDependencies": {
"@types/jest": "^29.5.8",
"@types/lodash": "^4.14.200",
"@types/lodash": "^4.14.201",
"@types/node": "^20.8.10",
"@typescript-eslint/parser": "^5.62.0",
"@vercel/ncc": "^0.38.1",
@ -1614,9 +1614,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==",
"dev": true
},
"node_modules/@types/node": {
@ -8932,9 +8932,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==",
"dev": true
},
"@types/node": {

View File

@ -29,7 +29,7 @@
},
"devDependencies": {
"@types/jest": "^29.5.8",
"@types/lodash": "^4.14.200",
"@types/lodash": "^4.14.201",
"@types/node": "^20.8.10",
"@typescript-eslint/parser": "^5.62.0",
"@vercel/ncc": "^0.38.1",