diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-05-13 06:22:42 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-13 06:22:42 +0000 |
commit | 7acedb5c9c4b84e94ab822b99f1d01062e62fb81 (patch) | |
tree | 6b8ee145c37133f38938f2ab59a0e2aa46bd3bf3 /FrontEnd | |
parent | aea8e41def7eab0d4e9f339ff14143f5441ae71d (diff) | |
download | timeline-7acedb5c9c4b84e94ab822b99f1d01062e62fb81.tar.gz timeline-7acedb5c9c4b84e94ab822b99f1d01062e62fb81.tar.bz2 timeline-7acedb5c9c4b84e94ab822b99f1d01062e62fb81.zip |
build(deps-dev): Bump @types/node from 15.0.2 to 15.0.3 in /FrontEnd
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 15.0.2 to 15.0.3.
- [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')
-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 b1d2c607..c44da25e 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -69,7 +69,7 @@ "@pmmmwh/react-refresh-webpack-plugin": "^0.5.0-beta.7",
"@types/color": "^3.0.1",
"@types/lodash": "^4.14.168",
- "@types/node": "^15.0.2",
+ "@types/node": "^15.0.3",
"@types/react": "^17.0.5",
"@types/react-color": "^3.0.4",
"@types/react-dom": "^17.0.4",
|