diff options
author | crupest <crupest@outlook.com> | 2022-05-11 13:08:37 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-11 13:08:37 +0800 |
commit | e64f9e51c596764f592b103a71121b3c7e25a91b (patch) | |
tree | 08560a43cafb07e1f5e39b558d35806c6a9e7280 | |
parent | f897cf2e043086fa18f49b678480a0e23ca1e9a8 (diff) | |
parent | 2380ba6aeb07b90c7e9cf2a6c00a6eb9a18cf02e (diff) | |
download | timeline-e64f9e51c596764f592b103a71121b3c7e25a91b.tar.gz timeline-e64f9e51c596764f592b103a71121b3c7e25a91b.tar.bz2 timeline-e64f9e51c596764f592b103a71121b3c7e25a91b.zip |
Merge pull request #1202 from crupest/dependabot/npm_and_yarn/FrontEnd/types/node-17.0.32
build(deps-dev): Bump @types/node from 17.0.31 to 17.0.32 in /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 4f39e962..5e06368e 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -51,7 +51,7 @@ "@types/color": "^3.0.3",
"@types/lodash": "^4.14.181",
"@types/marked": "^4.0.3",
- "@types/node": "^17.0.31",
+ "@types/node": "^17.0.32",
"@types/react": "^18.0.9",
"@types/react-color": "^3.0.6",
"@types/react-dom": "^18.0.0",
|