diff options
author | crupest <crupest@outlook.com> | 2022-03-31 11:17:15 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-31 11:17:15 +0800 |
commit | 2a8af8826cb124de13ce629dbff28e55ea421dc7 (patch) | |
tree | a176d2cbff0a44c1d59416e2f94ef82e62bb754b /FrontEnd | |
parent | 6fd18808c37b5fe4665817422d01b49a53b26449 (diff) | |
parent | 7c17260c2d67bc3305ce045d2124bda442c77960 (diff) | |
download | timeline-2a8af8826cb124de13ce629dbff28e55ea421dc7.tar.gz timeline-2a8af8826cb124de13ce629dbff28e55ea421dc7.tar.bz2 timeline-2a8af8826cb124de13ce629dbff28e55ea421dc7.zip |
Merge pull request #1134 from crupest/dependabot/npm_and_yarn/FrontEnd/types/lodash-4.14.181
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 fe617a90..b93abab3 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -48,7 +48,7 @@ },
"devDependencies": {
"@types/color": "^3.0.3",
- "@types/lodash": "^4.14.180",
+ "@types/lodash": "^4.14.181",
"@types/node": "^17.0.23",
"@types/react": "^17.0.43",
"@types/react-color": "^3.0.6",
|