diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-05-17 09:05:02 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-17 09:05:02 +0000 |
commit | 414b6811a343a7feafa9120ec5e6023734296451 (patch) | |
tree | 7ac018e325626cfdec9b0dfc97c1bf258bb01439 /FrontEnd/package.json | |
parent | ecc6b2ef03060e09861eba09108b88677d99d44e (diff) | |
download | timeline-414b6811a343a7feafa9120ec5e6023734296451.tar.gz timeline-414b6811a343a7feafa9120ec5e6023734296451.tar.bz2 timeline-414b6811a343a7feafa9120ec5e6023734296451.zip |
build(deps-dev): Bump @types/node from 15.0.3 to 15.3.0 in /FrontEnd
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 15.0.3 to 15.3.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>
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 8e22dd4f..d1af514b 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.0.3",
+ "@types/node": "^15.3.0",
"@types/react": "^17.0.5",
"@types/react-color": "^3.0.4",
"@types/react-dom": "^17.0.5",
|