diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-03-15 05:06:23 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-15 05:06:23 +0000 |
commit | cffeacedf9be7af3fcdd3f01eeb470d0f80422fc (patch) | |
tree | 8ad65b4cdc3a9d678f3a98717b2e1dc487cb829d | |
parent | 16f0e1bf9260f39fe9a1e9c435c59b2876158019 (diff) | |
download | timeline-cffeacedf9be7af3fcdd3f01eeb470d0f80422fc.tar.gz timeline-cffeacedf9be7af3fcdd3f01eeb470d0f80422fc.tar.bz2 timeline-cffeacedf9be7af3fcdd3f01eeb470d0f80422fc.zip |
build(deps-dev): Bump @types/lodash in /FrontEnd
Bumps [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) from 4.14.179 to 4.14.180.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash)
---
updated-dependencies:
- dependency-name: "@types/lodash"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | FrontEnd/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontEnd/package.json b/FrontEnd/package.json index c738a007..d8343d37 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -48,7 +48,7 @@ },
"devDependencies": {
"@types/color": "^3.0.3",
- "@types/lodash": "^4.14.179",
+ "@types/lodash": "^4.14.180",
"@types/node": "^17.0.21",
"@types/react": "^17.0.40",
"@types/react-color": "^3.0.6",
|