diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-12-09 05:06:05 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-09 05:06:05 +0000 |
commit | ab962e8990f9a4f0f5c68601de6f3a31220ad984 (patch) | |
tree | c78b8546450b6db22949de56ee6015180beacb7d | |
parent | 99b6193a04b1cb0144e5d1926a1a4a27ef4ca66d (diff) | |
download | timeline-ab962e8990f9a4f0f5c68601de6f3a31220ad984.tar.gz timeline-ab962e8990f9a4f0f5c68601de6f3a31220ad984.tar.bz2 timeline-ab962e8990f9a4f0f5c68601de6f3a31220ad984.zip |
build(deps-dev): Bump @types/lodash in /FrontEnd
Bumps [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) from 4.14.177 to 4.14.178.
- [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 7be0e20a..9102d94e 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -48,7 +48,7 @@ },
"devDependencies": {
"@types/color": "^3.0.2",
- "@types/lodash": "^4.14.177",
+ "@types/lodash": "^4.14.178",
"@types/node": "^16.11.12",
"@types/react": "^17.0.37",
"@types/react-color": "^3.0.6",
|