diff options
author | crupest <crupest@outlook.com> | 2021-08-04 20:27:25 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-04 20:27:25 +0800 |
commit | 116ee2d7d3794d53b794636b87a9fbbf6af48d1a (patch) | |
tree | 5c1f6f83d7a7829cd7b4849b1d7501577b864231 /FrontEnd/package.json | |
parent | 2ed242e04306db380a579d68998607f4ce2c366e (diff) | |
parent | 5f52cc18b4c002490e490e49f357dd017ab5d4c7 (diff) | |
download | timeline-116ee2d7d3794d53b794636b87a9fbbf6af48d1a.tar.gz timeline-116ee2d7d3794d53b794636b87a9fbbf6af48d1a.tar.bz2 timeline-116ee2d7d3794d53b794636b87a9fbbf6af48d1a.zip |
Merge pull request #713 from crupest/dependabot/npm_and_yarn/FrontEnd/types/lodash-4.14.172
Diffstat (limited to 'FrontEnd/package.json')
-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 90994fb6..b740625c 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -49,7 +49,7 @@ },
"devDependencies": {
"@types/color": "^3.0.2",
- "@types/lodash": "^4.14.171",
+ "@types/lodash": "^4.14.172",
"@types/node": "^16.4.10",
"@types/react": "^17.0.15",
"@types/react-color": "^3.0.5",
|