mirror of
https://github.com/owncast/owncast.git
synced 2024-11-22 12:49:37 +03:00
Bump @types/node from 14.14.36 to 14.14.37 (#92)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.14.36 to 14.14.37. - [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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
883b15ee3e
commit
f4e942506a
2 changed files with 4 additions and 4 deletions
6
web/package-lock.json
generated
6
web/package-lock.json
generated
|
@ -328,9 +328,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"@types/node": {
|
||||
"version": "14.14.36",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-14.14.36.tgz",
|
||||
"integrity": "sha512-kjivUwDJfIjngzbhooRnOLhGYz6oRFi+L+EpMjxroDYXwDw9lHrJJ43E+dJ6KAd3V3WxWAJ/qZE9XKYHhjPOFQ==",
|
||||
"version": "14.14.37",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-14.14.37.tgz",
|
||||
"integrity": "sha512-XYmBiy+ohOR4Lh5jE379fV2IU+6Jn4g5qASinhitfyO71b/sCo6MKsMLF5tc7Zf2CE8hViVQyYSobJNke8OvUw==",
|
||||
"dev": true
|
||||
},
|
||||
"@types/prop-types": {
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
"@types/chart.js": "^2.9.31",
|
||||
"@types/classnames": "^2.2.11",
|
||||
"@types/markdown-it": "^12.0.1",
|
||||
"@types/node": "^14.14.36",
|
||||
"@types/node": "^14.14.37",
|
||||
"@types/prop-types": "^15.7.3",
|
||||
"@types/react": "^17.0.3",
|
||||
"@types/react-linkify": "^1.0.0",
|
||||
|
|
Loading…
Reference in a new issue