mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 13:58:47 +00:00
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 (https://github.com/advisories/GHSA-c2qf-rxjj-qqgw, https://github.com/advisories/GHSA-353f-5xf4-qw67)
This commit is contained in:
@@ -71,8 +71,6 @@ In order to build this app, first fetch its `npm` dependencies:
|
||||
```console
|
||||
$ npm install
|
||||
|
||||
npm WARN deprecated @npmcli/move-file@2.0.1: This functionality has been moved to @npmcli/fs
|
||||
|
||||
added 963 packages, and audited 964 packages in 17s
|
||||
|
||||
93 packages are looking for funding
|
||||
@@ -128,7 +126,8 @@ vendor.js | vendor | 4.38 MB |
|
||||
✔ Compiled successfully.
|
||||
```
|
||||
|
||||
Navigate to `http://localhost:4200/`. The application will automatically reload if you change any of its Angular source files.
|
||||
Navigate to `http://localhost:4200/`. The application will automatically reload
|
||||
if you change any of its Angular source files.
|
||||
|
||||
### Local Flutter web development
|
||||
|
||||
|
||||
Reference in New Issue
Block a user