aws-samples / non-profit-blockchain

Builds a blockchain network and application to track donations to non-profit organizations, using Amazon Managed Blockchain
Apache License 2.0
374 stars 288 forks source link

Bump yargs-parser, @angular-devkit/build-angular, @angular/compiler-cli and protractor in /ngo-ui #199

Closed dependabot[bot] closed 9 months ago

dependabot[bot] commented 1 year ago

Bumps yargs-parser to 13.1.2 and updates ancestor dependencies yargs-parser, @angular-devkit/build-angular, @angular/compiler-cli and protractor. These dependencies need to be updated together.

Updates yargs-parser from 5.0.0-security.0 to 13.1.2

Commits


Updates @angular-devkit/build-angular from 0.13.10 to 15.2.7

Release notes

Sourced from @​angular-devkit/build-angular's releases.

v15.2.7

15.2.7 (2023-04-26)

@​schematics/angular

Commit Description
fix - d9aefd6da replace vscode launch type from pwa-chrome to chrome

@​angular/cli

Commit Description
fix - f4a6dac87 process keeps running when analytics are enabled
perf - f9b2fb1c4 register CLI commands lazily

v15.2.6

15.2.6 (2023-04-12)

@​schematics/angular

Commit Description
fix - f0b257ef4 ignore hidden directories when running browserlist migration

v15.2.5

15.2.5 (2023-04-05)

@​angular/cli

Commit Description
fix - db173d7ed collect tech information

Special Thanks

Alan Agius

v15.2.4

15.2.4 (2023-03-16)

@​angular-devkit/build-angular

Commit Description
fix - f74bfea24 update webpack dependency to 5.76.1

Special Thanks

Alan Agius

v15.2.3

15.2.3 (2023-03-15)

@​angular-devkit/build-angular

Commit Description
fix - a93680585 correct wrap ES2022 classes with static properties

Special Thanks

Alan Agius and Paul Gschwendtner

... (truncated)

Changelog

Sourced from @​angular-devkit/build-angular's changelog.

15.2.7 (2023-04-26)

@​angular/cli

Commit Type Description
f4a6dac87 fix process keeps running when analytics are enabled
f9b2fb1c4 perf register CLI commands lazily

@​schematics/angular

Commit Type Description
d9aefd6da fix replace vscode launch type from pwa-chrome to chrome

16.0.0-rc.1 (2023-04-19)

@​angular/cli

Commit Type Description
bae6b2822 fix process keeps running when analytics are enabled
19f9d351c perf register CLI commands lazily

@​angular-devkit/build-angular

Commit Type Description
dcf60d2be fix correctly filter lazy global styles in esbuild builder
342a4ea30 fix correctly show initial files in stat table with esbuild builder
107851ae4 fix display warning when preserveWhitespaces is set in the tsconfig provided to the server builder
f72155bc7 fix fully remove third-party sourcemaps when disabled in esbuild builder
0b450578a fix update list of known tailwind configuration files
a710a262a perf cache Sass in memory with esbuild watch mode

16.0.0-rc.0 (2023-04-12)

@​angular-devkit/build-angular

Commit Type Description
ff8a89cbf fix ensure all build resources are served in esbuild dev server

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by google-wombot, a new releaser for @​angular-devkit/build-angular since your current version.


Updates @angular/compiler-cli from 7.0.4 to 7.2.16

Changelog

Sourced from @​angular/compiler-cli's changelog.

7.2.16 (2020-01-08)

Security Fixes

  • build: upgrade yargs package to 13.1.0 (#31457)

This release backports a security patch which fixes a transitive dependency on a vulnerable version of the mem package. See #33933 for details.

7.2.15 (2019-05-07)

Bug Fixes

7.2.14 (2019-04-23)

Bug Fixes

  • common: prevent repeated application of HttpParams mutations (#29045) (ee65d0d), closes #20430

7.2.13 (2019-04-12)

Bug Fixes

  • bazel: use //:tsconfig.json as the default for ng_module (#29670) (#29711) (9e33dc3)
  • platform-browser: insert APP_ID in styles, contentAttr and hostAttr (#17745) (ca14509)

7.2.12 (2019-04-03)

Bug Fixes

  • common: escape query selector used when anchor scrolling (#29577) (7671c73), closes #28193
  • router: adjust setting navigationTransition when a new navigation cancels an existing one (#29636) (e884c0c), closes #29389 #29590

... (truncated)

Commits
  • b7bacf0 build: upgrade yargs package to 13.1.0
  • 9e33dc3 fix(bazel): use //:tsconfig.json as the default for ng_module (#29670) (#29711)
  • 97fc5f6 docs: sync contributors and related infra with master (#29584)
  • cf8d934 fix(compiler-cli): incorrect metadata bundle for multiple unnamed re-exports ...
  • ea495d9 build: rules_nodejs 0.26.0 & use @​npm instead of @​ngdeps now that downstream ...
  • 1a0b2ff refactor(compiler): use options argument for parsers (#28055) (#28736)
  • 9226b42 style: enforce buildifier lint rules (#29019)
  • b06847f refactor: Consistently use index access on index signature types. (#28937)
  • d91ecd2 build: update to rules_typescript 0.25.1 (#28896)
  • 3eb327b build(bazel): do not build rxjs from source under Bazel (#28869)
  • Additional commits viewable in compare view


Updates protractor from 5.4.4 to 7.0.0

Changelog

Sourced from protractor's changelog.

7.0.0

  • (9d2e18e) refactor: use console.log instead of util.puts

    utils.puts is no longer available in Node.JS 12

  • (c281157) refactor: remove debugger and explore methods

    BREAKING CHANGE: Debugger and explore methods are not compatable with Node 8+. Use debugger keyword instead. See: https://goo.gl/MvWqFh

  • (7cdb978) build: update several dev packages that have security issues

  • (8e82835) build: update webdriver-manager

  • (a1fe5f2) ci: update tests to run on Node 10 and 12

  • (3fc9220) fix: prototype Pollution vulnerability through outdated yargs package

    BREAKING CHANGE:

    Node.Js version 6 and 8 are no longer supported. Please update to Node.Js 10+

    Closes #5431

Commits
  • 71771de release: 7.0.0
  • 9d2e18e refactor: use console.log instead of util.puts
  • c281157 refactor: remove debugger and explore methods
  • 7cdb978 build: update several dev packages that have security issues
  • 8e82835 build: update webdriver-manager
  • a1fe5f2 ci: update tests to run on Node 10 and 12
  • 3fc9220 fix: prototype Pollution vulnerability through outdated yargs package
  • See full diff in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/aws-samples/non-profit-blockchain/network/alerts).