Bump tsify from 5.0.2 to 5.0.3

Bumps [tsify](https://github.com/TypeStrong/tsify) from 5.0.2 to 5.0.3.
- [Release notes](https://github.com/TypeStrong/tsify/releases)
- [Commits](https://github.com/TypeStrong/tsify/compare/v5.0.2...v5.0.3)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-05-10 04:08:56 +00:00 committed by GitHub
parent 14fea94e0c
commit 527dd6bf2c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -12632,9 +12632,9 @@
}
},
"tsify": {
"version": "5.0.2",
"resolved": "https://registry.npmjs.org/tsify/-/tsify-5.0.2.tgz",
"integrity": "sha512-Pdo3ZO8CAgbQgNcFRBmfbgsPP+4TsD0itbSF5YgTnxKBXfg6WkQ79e4/bqBaq/7cEYa7vIOM1pHxnux8rJJnzg==",
"version": "5.0.3",
"resolved": "https://registry.npmjs.org/tsify/-/tsify-5.0.3.tgz",
"integrity": "sha512-Cg/3efnvTrU7L4gnAfXt8p6dp+WefE28qItDKQj4lN0X9Jw2KS2EWKh5/dizXwfVNbT0guAoUce8CqCDWjFDLg==",
"dev": true,
"requires": {
"convert-source-map": "^1.1.0",

View file

@ -73,7 +73,7 @@
"postcss": "^8.2.14",
"sass": "^1.32.12",
"terser": "^5.7.0",
"tsify": "^5.0.2",
"tsify": "^5.0.3",
"typescript": "^4.2.4",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",