Skip to content

Commit

Permalink
chore(deps): update dependency @types/lodash to ^4.17.10 (#378)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 14, 2024
1 parent 4a9d3fa commit e18a4a3
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion packages/airnode-feed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
},
"devDependencies": {
"@types/express": "^5.0.0",
"@types/lodash": "^4.17.9",
"@types/lodash": "^4.17.10",
"nodemon": "^3.1.7"
}
}
2 changes: 1 addition & 1 deletion packages/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
},
"devDependencies": {
"@types/express": "^5.0.0",
"@types/lodash": "^4.17.9"
"@types/lodash": "^4.17.10"
}
}
2 changes: 1 addition & 1 deletion packages/signed-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"license": "MIT",
"devDependencies": {
"@types/express": "^5.0.0",
"@types/lodash": "^4.17.9",
"@types/lodash": "^4.17.10",
"nodemon": "^3.1.7",
"ts-node": "^10.9.2"
},
Expand Down
22 changes: 11 additions & 11 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e18a4a3

Please sign in to comment.