Skip to content

Commit dd09c4e

Browse files
committed
fix angular build after Node bump
1 parent 934d438 commit dd09c4e

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,8 @@
127127
"yalc": "^1.0.0-pre.53"
128128
},
129129
"resolutions": {
130-
"**/agent-base": "5"
130+
"**/agent-base": "5",
131+
"**/terser/source-map": "0.7.4"
131132
},
132133
"version": "0.0.0",
133134
"name": "sentry-javascript"

yarn.lock

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27618,11 +27618,16 @@ [email protected], source-map@^0.6.0, source-map@^0.6.1, source-map@~0.6.0, sourc
2761827618
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263"
2761927619
integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==
2762027620

27621-
[email protected], source-map@^0.7.3, source-map@~0.7.2:
27621+
[email protected], source-map@^0.7.3:
2762227622
version "0.7.3"
2762327623
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.7.3.tgz#5302f8169031735226544092e64981f751750383"
2762427624
integrity sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==
2762527625

27626+
[email protected], source-map@~0.7.2:
27627+
version "0.7.4"
27628+
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.7.4.tgz#a9bbe705c9d8846f4e08ff6765acf0f1b0898656"
27629+
integrity sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==
27630+
2762627631
2762727632
version "0.8.0-beta.0"
2762827633
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.8.0-beta.0.tgz#d4c1bb42c3f7ee925f005927ba10709e0d1d1f11"

0 commit comments

Comments
 (0)