diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-04-28 07:05:08 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-28 07:05:08 +0000 |
commit | fcd0f5add65772960ac38d128f012f40f8293066 (patch) | |
tree | a3b7c8ff307f3bc0665068563faaadb0ebede012 | |
parent | ab0fb093ee0769ff67b3b71efdfcccd34bd8683a (diff) | |
download | timeline-fcd0f5add65772960ac38d128f012f40f8293066.tar.gz timeline-fcd0f5add65772960ac38d128f012f40f8293066.tar.bz2 timeline-fcd0f5add65772960ac38d128f012f40f8293066.zip |
build(deps-dev): Bump @types/node from 15.0.0 to 15.0.1 in /FrontEnd
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 15.0.0 to 15.0.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>
-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 f9b7560e..a4b23aed 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.0",
+ "@types/node": "^15.0.1",
"@types/react": "^17.0.4",
"@types/react-dom": "^17.0.3",
"@types/react-responsive": "^8.0.2",
|