Skip to content

Commit

Permalink
chore(deps): update dependency @types/lodash to v4.14.196
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 26, 2023
1 parent 91a5045 commit e5f729d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"devDependencies": {
"@sveltejs/adapter-node": "^1.0.0-next.85",
"@sveltejs/kit": "1.0.0-next.396",
"@types/lodash": "4.14.182",
"@types/lodash": "4.14.196",
"autoprefixer": "10.4.8",
"postcss": "8.4.14",
"prettier": "2.7.1",
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@swc/core": "1.2.220",
"@types/express": "4.17.13",
"@types/jsonwebtoken": "8.5.8",
"@types/lodash": "4.14.182",
"@types/lodash": "4.14.196",
"@types/node": "18.0.6",
"@types/node-fetch": "2.6.2",
"prettier": "2.7.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -779,10 +779,10 @@
dependencies:
"@types/node" "*"

"@types/lodash@4.14.182":
version "4.14.182"
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.182.tgz#05301a4d5e62963227eaafe0ce04dd77c54ea5c2"
integrity sha512-/THyiqyQAP9AfARo4pF+aCGcyiQ94tX/Is2I7HofNRqoYLgN1PBoOWu2/zTA5zMxzP5EFutMtWtGAFRKUe961Q==
"@types/lodash@4.14.196":
version "4.14.196"
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.196.tgz#a7c3d6fc52d8d71328b764e28e080b4169ec7a95"
integrity sha512-22y3o88f4a94mKljsZcanlNWPzO0uBsBdzLAngf2tp533LzZcQzb6+eZPJ+vCTt+bqF2XnvT9gejTLsAcJAJyQ==

"@types/long@^4.0.0":
version "4.0.2"
Expand Down

0 comments on commit e5f729d

Please sign in to comment.