diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-07-07 05:06:06 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-07 05:06:06 +0000 |
commit | 9211bcff586f539fbddaf05e5ec3293909560198 (patch) | |
tree | 26cef9bf7254031aac8edd5ca3e5db9657278055 /FrontEnd | |
parent | cd521b4fca89bebe036b70695f3b45b0cfcc035d (diff) | |
download | timeline-9211bcff586f539fbddaf05e5ec3293909560198.tar.gz timeline-9211bcff586f539fbddaf05e5ec3293909560198.tar.bz2 timeline-9211bcff586f539fbddaf05e5ec3293909560198.zip |
build(deps-dev): Bump @types/lodash in /FrontEnd
Bumps [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) from 4.14.170 to 4.14.171.
- [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>
Diffstat (limited to 'FrontEnd')
-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 0796ec18..795633a3 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -49,7 +49,7 @@ },
"devDependencies": {
"@types/color": "^3.0.1",
- "@types/lodash": "^4.14.170",
+ "@types/lodash": "^4.14.171",
"@types/node": "^16.0.0",
"@types/react": "^17.0.13",
"@types/react-color": "^3.0.4",
|