diff options
author | crupest <crupest@outlook.com> | 2022-03-02 22:35:07 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-02 22:35:07 +0800 |
commit | 096e6055ab0c5bebc592e75a592091283340a0b1 (patch) | |
tree | 13cfee8394e8ab11defbf3d95411e72a4643073b | |
parent | 121a9c2a32e0274c120736ea631f08c5a615d0d1 (diff) | |
parent | 8875b0430b0febe272bb6f5987fce554ecd65536 (diff) | |
download | timeline-096e6055ab0c5bebc592e75a592091283340a0b1.tar.gz timeline-096e6055ab0c5bebc592e75a592091283340a0b1.tar.bz2 timeline-096e6055ab0c5bebc592e75a592091283340a0b1.zip |
Merge pull request #1081 from crupest/dependabot/npm_and_yarn/FrontEnd/types/lodash-4.14.179
build(deps-dev): Bump @types/lodash from 4.14.178 to 4.14.179 in /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 014e1d7a..66ab6166 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -48,7 +48,7 @@ },
"devDependencies": {
"@types/color": "^3.0.3",
- "@types/lodash": "^4.14.178",
+ "@types/lodash": "^4.14.179",
"@types/node": "^17.0.21",
"@types/react": "^17.0.39",
"@types/react-color": "^3.0.6",
|