diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-05-24 07:14:40 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-24 07:14:40 +0000 |
commit | fd05450d84b9d1c6664ebd00670badec588615b9 (patch) | |
tree | dac191dc19a42f93bd332fb09e09b9b139f6cce6 | |
parent | babb6bc0384ac139749d0920805500828a136072 (diff) | |
download | timeline-fd05450d84b9d1c6664ebd00670badec588615b9.tar.gz timeline-fd05450d84b9d1c6664ebd00670badec588615b9.tar.bz2 timeline-fd05450d84b9d1c6664ebd00670badec588615b9.zip |
build(deps-dev): Bump @types/node from 15.3.1 to 15.6.0 in /FrontEnd
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 15.3.1 to 15.6.0.
- [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>
-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 a6f43849..06f55b5a 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.169",
- "@types/node": "^15.3.1",
+ "@types/node": "^15.6.0",
"@types/react": "^17.0.6",
"@types/react-color": "^3.0.4",
"@types/react-dom": "^17.0.5",
|