diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-07-07 10:03:25 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-07 10:03:25 +0000 |
commit | 2a77efb51ff1fb3f01f371eaecffee75e14a8423 (patch) | |
tree | b929fabecd4d322113add250fd1e477e37f3e34d /FrontEnd/package.json | |
parent | 7823971e546798df91bb1432d57c0316225e6eb2 (diff) | |
parent | e1f35bc74f6138ec65153a2fe506645571a50072 (diff) | |
download | timeline-2a77efb51ff1fb3f01f371eaecffee75e14a8423.tar.gz timeline-2a77efb51ff1fb3f01f371eaecffee75e14a8423.tar.bz2 timeline-2a77efb51ff1fb3f01f371eaecffee75e14a8423.zip |
Merge pull request #662 from crupest/dependabot/npm_and_yarn/FrontEnd/types/color-3.0.2
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 795633a3..66e41e6b 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -48,7 +48,7 @@ "lint:fix": "eslint src/ --ext .js --ext .jsx --ext .ts --ext .tsx --fix"
},
"devDependencies": {
- "@types/color": "^3.0.1",
+ "@types/color": "^3.0.2",
"@types/lodash": "^4.14.171",
"@types/node": "^16.0.0",
"@types/react": "^17.0.13",
|