Skip to content

Commit 3b89bc4

Browse files
authored
Fix: [AEA-0000] - remove source-map-support everywhere (#316)
## Summary - Routine Change ### Details - remove source-map-support
1 parent 22f76ab commit 3b89bc4

File tree

2 files changed

+11
-27
lines changed

2 files changed

+11
-27
lines changed

package-lock.json

Lines changed: 10 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,11 @@
3434
"vitest": "^4.0.4"
3535
},
3636
"dependencies": {
37-
"esbuild": "^0.25.11",
3837
"aws-cdk": "^2.1030.0",
3938
"aws-cdk-lib": "^2.219.0",
4039
"cdk-nag": "^2.37.52",
4140
"constructs": "^10.4.2",
42-
"source-map-support": "^0.5.21"
41+
"esbuild": "^0.25.11"
4342
},
4443
"publishConfig": {
4544
"registry": "https://npm.pkg.github.com",

0 commit comments

Comments
 (0)