Merge pull request #28 from richardrigutins/dependabot/npm_and_yarn/types/lodash-4.14.197

chore(deps): bump @types/lodash from 4.14.196 to 4.14.197
This commit is contained in:
Riccardo Rigutini 2023-08-14 14:10:01 +02:00 committed by GitHub
commit 7e4deb9117
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.3",
"@types/lodash": "^4.14.196",
"@types/lodash": "^4.14.197",
"@types/node": "^20.5.0",
"@typescript-eslint/parser": "^5.62.0",
"@vercel/ncc": "^0.36.1",
@ -1520,9 +1520,9 @@
"dev": true
},
"node_modules/@types/lodash": {
"version": "4.14.196",
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.196.tgz",
"integrity": "sha512-22y3o88f4a94mKljsZcanlNWPzO0uBsBdzLAngf2tp533LzZcQzb6+eZPJ+vCTt+bqF2XnvT9gejTLsAcJAJyQ==",
"version": "4.14.197",
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.197.tgz",
"integrity": "sha512-BMVOiWs0uNxHVlHBgzTIqJYmj+PgCo4euloGF+5m4okL3rEYzM2EEv78mw8zWSMM57dM7kVIgJ2QDvwHSoCI5g==",
"dev": true
},
"node_modules/@types/node": {
@ -8727,9 +8727,9 @@
"dev": true
},
"@types/lodash": {
"version": "4.14.196",
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.196.tgz",
"integrity": "sha512-22y3o88f4a94mKljsZcanlNWPzO0uBsBdzLAngf2tp533LzZcQzb6+eZPJ+vCTt+bqF2XnvT9gejTLsAcJAJyQ==",
"version": "4.14.197",
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.197.tgz",
"integrity": "sha512-BMVOiWs0uNxHVlHBgzTIqJYmj+PgCo4euloGF+5m4okL3rEYzM2EEv78mw8zWSMM57dM7kVIgJ2QDvwHSoCI5g==",
"dev": true
},
"@types/node": {

View File

@ -29,7 +29,7 @@
},
"devDependencies": {
"@types/jest": "^29.5.3",
"@types/lodash": "^4.14.196",
"@types/lodash": "^4.14.197",
"@types/node": "^20.5.0",
"@typescript-eslint/parser": "^5.62.0",
"@vercel/ncc": "^0.36.1",