diff options
author | crupest <crupest@outlook.com> | 2021-08-30 13:09:49 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-30 13:09:49 +0800 |
commit | 0846d4d2b8391b9964fad107ec506e5872584f6a (patch) | |
tree | dbdc2660372142f7feb0b62abca4acd51d0b5f14 | |
parent | 8784a7266071eb7348ec3f22b249994243a8f3f7 (diff) | |
parent | bc278a02591fdb39820977e367faa066152c1060 (diff) | |
download | timeline-0846d4d2b8391b9964fad107ec506e5872584f6a.tar.gz timeline-0846d4d2b8391b9964fad107ec506e5872584f6a.tar.bz2 timeline-0846d4d2b8391b9964fad107ec506e5872584f6a.zip |
Merge pull request #774 from crupest/dependabot/npm_and_yarn/FrontEnd/types/node-16.7.6
-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 1df66b67..e96507da 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -50,7 +50,7 @@ "devDependencies": {
"@types/color": "^3.0.2",
"@types/lodash": "^4.14.172",
- "@types/node": "^16.7.1",
+ "@types/node": "^16.7.6",
"@types/react": "^17.0.19",
"@types/react-color": "^3.0.5",
"@types/react-dom": "^17.0.9",
|