diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-07-02 05:33:47 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-02 05:33:47 +0000 |
commit | 140588e743ac28409d4a32ae9088b0302eda4332 (patch) | |
tree | 10794ff3f45e98b09e592c56806777c7161fb48f | |
parent | 108e0e6deb2949c33a22f475cd3aebcf8584ebdd (diff) | |
parent | 8a25d40786c3200fb98420c02a6bad0f1792c7b3 (diff) | |
download | timeline-140588e743ac28409d4a32ae9088b0302eda4332.tar.gz timeline-140588e743ac28409d4a32ae9088b0302eda4332.tar.bz2 timeline-140588e743ac28409d4a32ae9088b0302eda4332.zip |
Merge pull request #652 from crupest/dependabot/npm_and_yarn/FrontEnd/types/node-15.14.0
-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 8921df92..f552a0ac 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -49,7 +49,7 @@ "devDependencies": {
"@types/color": "^3.0.1",
"@types/lodash": "^4.14.170",
- "@types/node": "^15.12.5",
+ "@types/node": "^15.14.0",
"@types/react": "^17.0.13",
"@types/react-color": "^3.0.4",
"@types/react-dom": "^17.0.8",
|