diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-09-18 15:59:08 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-18 15:59:08 +0000 |
commit | 688b082283a43516b75f68bf78360d5277c63154 (patch) | |
tree | 10f8e4a072381fdd5db15e36effa52b8a34846b0 | |
parent | 03fc9b7784339074464eddc51585374cfa2490d5 (diff) | |
download | timeline-688b082283a43516b75f68bf78360d5277c63154.tar.gz timeline-688b082283a43516b75f68bf78360d5277c63154.tar.bz2 timeline-688b082283a43516b75f68bf78360d5277c63154.zip |
build(deps-dev): Bump @types/lodash in /FrontEnd
Bumps [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) from 4.14.172 to 4.14.173.
- [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 fc553515..23f2a888 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -49,7 +49,7 @@ },
"devDependencies": {
"@types/color": "^3.0.2",
- "@types/lodash": "^4.14.172",
+ "@types/lodash": "^4.14.173",
"@types/node": "^16.9.2",
"@types/react": "^17.0.20",
"@types/react-color": "^3.0.5",
|