Skip to content

Commit

Permalink
fix(deps): update dependency @types/lodash.debounce to v4.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Mar 7, 2022
1 parent 77c17b7 commit c1b0c25
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Expand Up @@ -11,7 +11,7 @@
"@types/body-parser": "^1.16.4",
"@types/bunyan": "^1.8.0",
"@types/express": "^4.16.0",
"@types/lodash.debounce": "4.0.3",
"@types/lodash.debounce": "4.0.6",
"@types/lodash.throttle": "^4.1.3",
"@types/react": "^16.4.1",
"@types/react-dom": "^16.0.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/keymaps/package.json
Expand Up @@ -7,7 +7,7 @@
"@devpodio/monaco": "^0.5.2",
"@devpodio/userstorage": "^0.5.2",
"@devpodio/workspace": "^0.5.2",
"@types/lodash.debounce": "4.0.3",
"@types/lodash.debounce": "4.0.6",
"ajv": "^6.10.0",
"fuzzy": "^0.1.3",
"jsonc-parser": "^2.0.2",
Expand Down
7 changes: 4 additions & 3 deletions yarn.lock
Expand Up @@ -451,9 +451,10 @@
dependencies:
"@types/lodash" "*"

"@types/lodash.debounce@4.0.3":
version "4.0.3"
resolved "https://registry.yarnpkg.com/@types/lodash.debounce/-/lodash.debounce-4.0.3.tgz#d712aee9e6136be77f70523ed9f0fc049a6cf15a"
"@types/lodash.debounce@4.0.6":
version "4.0.6"
resolved "https://registry.yarnpkg.com/@types/lodash.debounce/-/lodash.debounce-4.0.6.tgz#c5a2326cd3efc46566c47e4c0aa248dc0ee57d60"
integrity sha512-4WTmnnhCfDvvuLMaF3KV4Qfki93KebocUF45msxhYyjMttZDQYzHkO639ohhk8+oco2cluAFL3t5+Jn4mleylQ==
dependencies:
"@types/lodash" "*"

Expand Down

0 comments on commit c1b0c25

Please sign in to comment.