diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-05-25 06:10:08 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-25 06:10:08 +0000 |
commit | 73f31f90a8e8e0daa0668fda58608b013901a97b (patch) | |
tree | 877f08669f375f786d2806a41b0bc6deb9566d11 /FrontEnd/package.json | |
parent | a15e164c709eafd70a2f042c097cdb0d472b01f0 (diff) | |
download | timeline-73f31f90a8e8e0daa0668fda58608b013901a97b.tar.gz timeline-73f31f90a8e8e0daa0668fda58608b013901a97b.tar.bz2 timeline-73f31f90a8e8e0daa0668fda58608b013901a97b.zip |
build(deps-dev): Bump @types/node from 15.6.0 to 15.6.1 in /FrontEnd
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 15.6.0 to 15.6.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'FrontEnd/package.json')
-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 442b9f54..3fad7ce3 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -70,7 +70,7 @@ "@pmmmwh/react-refresh-webpack-plugin": "^0.5.0-beta.8",
"@types/color": "^3.0.1",
"@types/lodash": "^4.14.170",
- "@types/node": "^15.6.0",
+ "@types/node": "^15.6.1",
"@types/react": "^17.0.6",
"@types/react-color": "^3.0.4",
"@types/react-dom": "^17.0.5",
|