diff options
author | crupest <crupest@outlook.com> | 2021-09-18 23:58:01 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-18 23:58:01 +0800 |
commit | 903bc72080aeaf76105ae05ece992fb1f86580b6 (patch) | |
tree | 035efab83ebf4e4adbca6d5e24bac58dde9ae40f | |
parent | d12ce5227f1d434a57cf217271be7da6329e82f3 (diff) | |
parent | 10bee6aa3389c520c2547e2842122294d9d71be1 (diff) | |
download | timeline-903bc72080aeaf76105ae05ece992fb1f86580b6.tar.gz timeline-903bc72080aeaf76105ae05ece992fb1f86580b6.tar.bz2 timeline-903bc72080aeaf76105ae05ece992fb1f86580b6.zip |
Merge pull request #824 from crupest/dependabot/npm_and_yarn/FrontEnd/types/node-16.9.2
-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 5fc2a3b6..5fb481d3 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.10",
+ "@types/node": "^16.9.2",
"@types/react": "^17.0.20",
"@types/react-color": "^3.0.5",
"@types/react-dom": "^17.0.9",
|