Skip to content

Commit fbf1eaf

Browse files
committed
Clear angular 18 polyfills warning in webapp
1 parent 485f4c4 commit fbf1eaf

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

src/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ require (
8787
github.com/alexkohler/nakedret/v2 v2.0.4 // indirect
8888
github.com/alexkohler/prealloc v1.0.0 // indirect
8989
github.com/alingse/asasalint v0.0.11 // indirect
90-
github.com/anchore/bubbly v0.0.0-20240712054857-be6f50e014a8 // indirect
90+
github.com/anchore/bubbly v0.0.0-20240715051637-cb507fa65681 // indirect
9191
github.com/anchore/go-logger v0.0.0-20240217160628-ee28a485904f // indirect
9292
github.com/anchore/go-macholibre v0.0.0-20240116161251-5df1434a0b50 // indirect
9393
github.com/anchore/quill v0.4.2 // indirect

src/go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,8 @@ github.com/alexkohler/prealloc v1.0.0 h1:Hbq0/3fJPQhNkN0dR95AVrr6R7tou91y0uHG5pO
180180
github.com/alexkohler/prealloc v1.0.0/go.mod h1:VetnK3dIgFBBKmg0YnD9F9x6Icjd+9cvfHR56wJVlKE=
181181
github.com/alingse/asasalint v0.0.11 h1:SFwnQXJ49Kx/1GghOFz1XGqHYKp21Kq1nHad/0WQRnw=
182182
github.com/alingse/asasalint v0.0.11/go.mod h1:nCaoMhw7a9kSJObvQyVzNTPBDbNpdocqrSP7t/cW5+I=
183-
github.com/anchore/bubbly v0.0.0-20240712054857-be6f50e014a8 h1:IoO0nu+PZXsT+4pp6teIcJs7M7Ft9ln+Bd+oohMRuqA=
184-
github.com/anchore/bubbly v0.0.0-20240712054857-be6f50e014a8/go.mod h1:e0YTC4InlU1Iw7BPxQ7tbT/eJMFnqLg+RSZdgXuDFx4=
183+
github.com/anchore/bubbly v0.0.0-20240715051637-cb507fa65681 h1:JwWaS+T0yWhwDt9yAW4kA8P9BwD9tZYYvkcdwjjrmeE=
184+
github.com/anchore/bubbly v0.0.0-20240715051637-cb507fa65681/go.mod h1:AuJNgXh6Czb0goKaJTRZTowCvvsB5MprKpYp4DollKk=
185185
github.com/anchore/go-logger v0.0.0-20240217160628-ee28a485904f h1:qRQCz19ioRN2FtAct4j6Lb3Nl0VolFiuHtYMezGYBn0=
186186
github.com/anchore/go-logger v0.0.0-20240217160628-ee28a485904f/go.mod h1:ErB21zunlmQOE/aFPkt4Tv2Q00ttFxPZ2l87gSXxSec=
187187
github.com/anchore/go-macholibre v0.0.0-20240116161251-5df1434a0b50 h1:HqAfjHHdD6P+U6iVcJl1cGYOh5YNUIffZ12fZfwMWpw=

webapp/angular.json

+2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"index": "src/index.html",
1818
"browser": "src/main.ts",
1919
"polyfills": [
20+
"@angular/localize/init",
2021
"zone.js"
2122
],
2223
"allowedCommonJsDependencies": [
@@ -90,6 +91,7 @@
9091
"builder": "@angular-devkit/build-angular:karma",
9192
"options": {
9293
"polyfills": [
94+
"@angular/localize/init",
9395
"zone.js",
9496
"zone.js/testing"
9597
],

webapp/package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)