1
0
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:
Parker Lougheed
2023-08-09 01:24:18 -05:00
committed by GitHub
parent 286b5ca6c3
commit 95e4d1ad77
3 changed files with 2103 additions and 2581 deletions

View File

@@ -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