tsc-esm-fix
Advanced tools
Comparing version 2.4.1 to 2.4.2
{ | ||
"git": { | ||
"commitId": "ef097621b694e9794fa6da0c5c0bcefc60dd8fda", | ||
"commitId": "cc2f898890b52a0397686c7ac0c9be5a2922dc89", | ||
"repoUrl": "https://github.com/antongolub/tsc-esm-fix", | ||
"repoName": "antongolub/tsc-esm-fix" | ||
}, | ||
"date": "2021-08-15T20:46:00.662Z" | ||
"date": "2021-08-15T22:29:19.516Z" | ||
} |
@@ -0,1 +1,8 @@ | ||
## [2.4.2](https://github.com/antongolub/tsc-esm-fix/compare/v2.4.1...v2.4.2) (2021-08-15) | ||
### Bug Fixes | ||
* update fast-glob, fix vuls ([cc2f898](https://github.com/antongolub/tsc-esm-fix/commit/cc2f898890b52a0397686c7ac0c9be5a2922dc89)) | ||
## [2.4.1](https://github.com/antongolub/tsc-esm-fix/compare/v2.4.0...v2.4.1) (2021-08-15) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "tsc-esm-fix", | ||
"version": "2.4.1", | ||
"version": "2.4.2", | ||
"private": false, | ||
@@ -52,3 +52,5 @@ "publishConfig": { | ||
"resolutions": { | ||
"**/postcss": "^8.2.15" | ||
"**/postcss": "^8.2.15", | ||
"**/globby/fast-glob": "^3.2.7", | ||
"**/glob-parent": "^6.0.1" | ||
}, | ||
@@ -55,0 +57,0 @@ "dependencies": { |
73263