diff --git a/packages/sourcemap-support/package.json b/packages/sourcemap-support/package.json index 63f560385..42bcd179d 100644 --- a/packages/sourcemap-support/package.json +++ b/packages/sourcemap-support/package.json @@ -18,7 +18,8 @@ "url": "git+https://github.com/swc-project/swc-node.git" }, "dependencies": { - "source-map-support": "^0.5.21" + "source-map-support": "^0.5.21", + "tslib": "^2.4.0" }, "bugs": { "url": "https://github.com/swc-project/swc-node/issues" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index dd4ce44a2..c505bbf09 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -154,8 +154,10 @@ importers: specifiers: '@types/source-map-support': ^0.5.6 source-map-support: ^0.5.21 + tslib: ^2.4.0 dependencies: source-map-support: 0.5.21 + tslib: 2.4.0 devDependencies: '@types/source-map-support': 0.5.6