diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-05-05 08:52:47 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-05 08:52:47 +0000 |
commit | 0920b9c454c261f738bdf4867e2c6d9af5953273 (patch) | |
tree | baf1a5ce678243bdc3677f6239ba32a12a72c90f | |
parent | 1bce70b36d4666797ae157167be4a84217a71374 (diff) | |
download | timeline-0920b9c454c261f738bdf4867e2c6d9af5953273.tar.gz timeline-0920b9c454c261f738bdf4867e2c6d9af5953273.tar.bz2 timeline-0920b9c454c261f738bdf4867e2c6d9af5953273.zip |
build(deps-dev): Bump @types/node from 15.0.1 to 15.0.2 in /FrontEnd
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 15.0.1 to 15.0.2.
- [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 97de6168..4f12336b 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -66,7 +66,7 @@ "@pmmmwh/react-refresh-webpack-plugin": "^0.4.3",
"@types/classnames": "^2.3.1",
"@types/lodash": "^4.14.168",
- "@types/node": "^15.0.1",
+ "@types/node": "^15.0.2",
"@types/react": "^17.0.5",
"@types/react-dom": "^17.0.3",
"@types/react-responsive": "^8.0.2",
|