diff options
author | crupest <crupest@outlook.com> | 2021-12-09 22:09:38 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-09 22:09:38 +0800 |
commit | 76651a1766ceaf383227a3de8f0f4f02404fd1fd (patch) | |
tree | 49584316caeb30128a65d5244e0b0524077fe3d7 | |
parent | c06c31d059a9c7c461f92f9456b95a26ea7121b0 (diff) | |
parent | ab962e8990f9a4f0f5c68601de6f3a31220ad984 (diff) | |
download | timeline-76651a1766ceaf383227a3de8f0f4f02404fd1fd.tar.gz timeline-76651a1766ceaf383227a3de8f0f4f02404fd1fd.tar.bz2 timeline-76651a1766ceaf383227a3de8f0f4f02404fd1fd.zip |
Merge pull request #978 from crupest/dependabot/npm_and_yarn/FrontEnd/types/lodash-4.14.178
build(deps-dev): Bump @types/lodash from 4.14.177 to 4.14.178 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 c5d6f934..40147d7b 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",
|