diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-05-20 06:08:49 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-20 06:08:49 +0000 |
commit | 1775acbecda98a715b6d1e97453f99ee84c5cb26 (patch) | |
tree | 2bcff211ddcdc2ef286737d949f2279a46c9ab91 | |
parent | 9c3cf6600c213c45cf3df3cbf10290b0d9943676 (diff) | |
download | timeline-1775acbecda98a715b6d1e97453f99ee84c5cb26.tar.gz timeline-1775acbecda98a715b6d1e97453f99ee84c5cb26.tar.bz2 timeline-1775acbecda98a715b6d1e97453f99ee84c5cb26.zip |
build(deps-dev): Bump @types/node from 15.3.0 to 15.3.1 in /FrontEnd
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 15.3.0 to 15.3.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-lock.json | 14 | ||||
-rw-r--r-- | FrontEnd/package.json | 2 |
2 files changed, 8 insertions, 8 deletions
diff --git a/FrontEnd/package-lock.json b/FrontEnd/package-lock.json index 7fa133bb..4d5dc728 100644 --- a/FrontEnd/package-lock.json +++ b/FrontEnd/package-lock.json @@ -54,7 +54,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.0", + "@types/node": "^15.3.1", "@types/react": "^17.0.6", "@types/react-color": "^3.0.4", "@types/react-dom": "^17.0.5", @@ -2000,9 +2000,9 @@ "dev": true }, "node_modules/@types/node": { - "version": "15.3.0", - "resolved": "https://registry.npmjs.org/@types/node/-/node-15.3.0.tgz", - "integrity": "sha512-8/bnjSZD86ZfpBsDlCIkNXIvm+h6wi9g7IqL+kmFkQ+Wvu3JrasgLElfiPgoo8V8vVfnEi0QVS12gbl94h9YsQ==", + "version": "15.3.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-15.3.1.tgz", + "integrity": "sha512-weaeiP4UF4XgF++3rpQhpIJWsCTS4QJw5gvBhQu6cFIxTwyxWIe3xbnrY/o2lTCQ0lsdb8YIUDUvLR4Vuz5rbw==", "dev": true }, "node_modules/@types/parse-json": { @@ -16269,9 +16269,9 @@ "dev": true }, "@types/node": { - "version": "15.3.0", - "resolved": "https://registry.npmjs.org/@types/node/-/node-15.3.0.tgz", - "integrity": "sha512-8/bnjSZD86ZfpBsDlCIkNXIvm+h6wi9g7IqL+kmFkQ+Wvu3JrasgLElfiPgoo8V8vVfnEi0QVS12gbl94h9YsQ==", + "version": "15.3.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-15.3.1.tgz", + "integrity": "sha512-weaeiP4UF4XgF++3rpQhpIJWsCTS4QJw5gvBhQu6cFIxTwyxWIe3xbnrY/o2lTCQ0lsdb8YIUDUvLR4Vuz5rbw==", "dev": true }, "@types/parse-json": { diff --git a/FrontEnd/package.json b/FrontEnd/package.json index 397c7097..8062afc7 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.0",
+ "@types/node": "^15.3.1",
"@types/react": "^17.0.6",
"@types/react-color": "^3.0.4",
"@types/react-dom": "^17.0.5",
|