diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-10-02 14:52:58 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-02 14:52:58 +0000 |
commit | 4984883263662f4a97a63153e8c908b89670647c (patch) | |
tree | 3bbd4063e7035cf9dca5e50dc1ff217d854b58ba | |
parent | 2b8efdb8e1918a8c80585f81a19477d0c23db997 (diff) | |
download | timeline-4984883263662f4a97a63153e8c908b89670647c.tar.gz timeline-4984883263662f4a97a63153e8c908b89670647c.tar.bz2 timeline-4984883263662f4a97a63153e8c908b89670647c.zip |
build(deps-dev): Bump @types/lodash in /FrontEnd
Bumps [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) from 4.14.173 to 4.14.175.
- [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 26dd110b..26fb0b93 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -49,7 +49,7 @@ },
"devDependencies": {
"@types/color": "^3.0.2",
- "@types/lodash": "^4.14.173",
+ "@types/lodash": "^4.14.175",
"@types/node": "^16.10.2",
"@types/react": "^17.0.26",
"@types/react-color": "^3.0.5",
|