diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-07-12 07:03:27 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-12 07:03:27 +0000 |
commit | 88fc4138c28bb08867c75af1f58ab77e20433315 (patch) | |
tree | 7e79a9dcd50542d0bf2e4451b780abdc2d84db73 /FrontEnd | |
parent | 0f2546dc75220a2b73b13a91d51c18ffd3c7c337 (diff) | |
parent | 92e1bb2083594c7e8c5cacf168afbce1d02b2e33 (diff) | |
download | timeline-88fc4138c28bb08867c75af1f58ab77e20433315.tar.gz timeline-88fc4138c28bb08867c75af1f58ab77e20433315.tar.bz2 timeline-88fc4138c28bb08867c75af1f58ab77e20433315.zip |
Merge pull request #674 from crupest/dependabot/npm_and_yarn/FrontEnd/types/node-16.3.1
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 63c1e633..169fa44c 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -50,7 +50,7 @@ "devDependencies": {
"@types/color": "^3.0.2",
"@types/lodash": "^4.14.171",
- "@types/node": "^16.3.0",
+ "@types/node": "^16.3.1",
"@types/react": "^17.0.14",
"@types/react-color": "^3.0.5",
"@types/react-dom": "^17.0.9",
|