diff options
author | crupest <crupest@outlook.com> | 2021-10-02 22:55:00 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-02 22:55:00 +0800 |
commit | 9b24f2bb9183663a9e1d9d5ba28092408adef7b0 (patch) | |
tree | 3bbd4063e7035cf9dca5e50dc1ff217d854b58ba | |
parent | 2b8efdb8e1918a8c80585f81a19477d0c23db997 (diff) | |
parent | 4984883263662f4a97a63153e8c908b89670647c (diff) | |
download | timeline-9b24f2bb9183663a9e1d9d5ba28092408adef7b0.tar.gz timeline-9b24f2bb9183663a9e1d9d5ba28092408adef7b0.tar.bz2 timeline-9b24f2bb9183663a9e1d9d5ba28092408adef7b0.zip |
Merge pull request #848 from crupest/dependabot/npm_and_yarn/FrontEnd/types/lodash-4.14.175
build(deps-dev): Bump @types/lodash from 4.14.173 to 4.14.175 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 26dd110b..26fb0b93 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -49,7 +49,7 @@ },
"devDependencies": {
"@types/color": "^3.0.2",
- "@types/lodash": "^4.14.173",
+ "@types/lodash": "^4.14.175",
"@types/node": "^16.10.2",
"@types/react": "^17.0.26",
"@types/react-color": "^3.0.5",
|