diff options
author | crupest <crupest@outlook.com> | 2022-03-27 16:27:04 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-27 16:27:04 +0800 |
commit | d5ce2244c5171eb6a829311e3135a773f84058b2 (patch) | |
tree | 56af9ae0a2d7992d4b24fb1bf2a3947b2ea50ee2 /FrontEnd | |
parent | 0dc586634ab392e66712a1b9d344cf532d75b41d (diff) | |
parent | debe8fccefd538cede2b579a27bd62efd7ae0bdf (diff) | |
download | timeline-d5ce2244c5171eb6a829311e3135a773f84058b2.tar.gz timeline-d5ce2244c5171eb6a829311e3135a773f84058b2.tar.bz2 timeline-d5ce2244c5171eb6a829311e3135a773f84058b2.zip |
Merge pull request #1120 from crupest/dependabot/npm_and_yarn/FrontEnd/types/node-17.0.23
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 45a80694..126312c0 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -49,7 +49,7 @@ "devDependencies": {
"@types/color": "^3.0.3",
"@types/lodash": "^4.14.180",
- "@types/node": "^17.0.22",
+ "@types/node": "^17.0.23",
"@types/react": "^17.0.43",
"@types/react-color": "^3.0.6",
"@types/react-dom": "^17.0.14",
|