diff options
author | crupest <crupest@outlook.com> | 2021-09-23 22:12:40 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-23 22:12:40 +0800 |
commit | a28263468ca5cb31f72c10b87a1b8af6657c10a3 (patch) | |
tree | c0e89df7da3fdab0e914db631cd353d8da85cf2b /FrontEnd | |
parent | 531601478010e16e68309541e5fa4ce01a7972d7 (diff) | |
parent | 1bd9320e7fda168ad857c13d7b178e57a8a61a56 (diff) | |
download | timeline-a28263468ca5cb31f72c10b87a1b8af6657c10a3.tar.gz timeline-a28263468ca5cb31f72c10b87a1b8af6657c10a3.tar.bz2 timeline-a28263468ca5cb31f72c10b87a1b8af6657c10a3.zip |
Merge pull request #838 from crupest/dependabot/npm_and_yarn/FrontEnd/types/node-16.9.6
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 48b713b5..413624b3 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -50,7 +50,7 @@ "devDependencies": {
"@types/color": "^3.0.2",
"@types/lodash": "^4.14.173",
- "@types/node": "^16.9.4",
+ "@types/node": "^16.9.6",
"@types/react": "^17.0.22",
"@types/react-color": "^3.0.5",
"@types/react-dom": "^17.0.9",
|