Bump tsify from 5.0.3 to 5.0.4

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-05-12 04:06:54 +00:00 committed by GitHub
parent 3f9ab3295f
commit 464e545f2e
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": { "tsify": {
"version": "5.0.3", "version": "5.0.4",
"resolved": "https://registry.npmjs.org/tsify/-/tsify-5.0.3.tgz", "resolved": "https://registry.npmjs.org/tsify/-/tsify-5.0.4.tgz",
"integrity": "sha512-Cg/3efnvTrU7L4gnAfXt8p6dp+WefE28qItDKQj4lN0X9Jw2KS2EWKh5/dizXwfVNbT0guAoUce8CqCDWjFDLg==", "integrity": "sha512-XAZtQ5OMPsJFclkZ9xMZWkSNyMhMxEPsz3D2zu79yoKorH9j/DT4xCloJeXk5+cDhosEibu4bseMVjyPOAyLJA==",
"dev": true, "dev": true,
"requires": { "requires": {
"convert-source-map": "^1.1.0", "convert-source-map": "^1.1.0",

View file

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