Skip to content

Commit 95e4d1a

Browse files
authored
Update ng-flutter to resolve security alerts (#1985)
The main goal was to resolve some security alerts being triggered on the repository, but I also updated angular and verified the sample continues to work. Resolved security alerts: - https://github.com/flutter/samples/security/dependabot/3 - https://github.com/flutter/samples/security/code-scanning/45 (GHSA-c2qf-rxjj-qqgw, GHSA-353f-5xf4-qw67)
1 parent 286b5ca commit 95e4d1a

File tree

3 files changed

+2070
-2548
lines changed

3 files changed

+2070
-2548
lines changed

web_embedding/ng-flutter/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,6 @@ In order to build this app, first fetch its `npm` dependencies:
7171
```console
7272
$ npm install
7373

74-
npm WARN deprecated @npmcli/[email protected]: This functionality has been moved to @npmcli/fs
75-
7674
added 963 packages, and audited 964 packages in 17s
7775

7876
93 packages are looking for funding
@@ -128,7 +126,8 @@ vendor.js | vendor | 4.38 MB |
128126
✔ Compiled successfully.
129127
```
130128

131-
Navigate to `http://localhost:4200/`. The application will automatically reload if you change any of its Angular source files.
129+
Navigate to `http://localhost:4200/`. The application will automatically reload
130+
if you change any of its Angular source files.
132131

133132
### Local Flutter web development
134133

0 commit comments

Comments
 (0)