negue / meme-box

Manage and trigger media in OBS as a browser source
meme-box.vercel.app
GNU Affero General Public License v3.0
111 stars 16 forks source link

Bump node-forge, @angular-builders/custom-webpack, @angular-devkit/build-angular and @nrwl/node #545

Open dependabot[bot] opened 1 year ago

dependabot[bot] commented 1 year ago

Bumps node-forge to 1.3.1 and updates ancestor dependencies node-forge, @angular-builders/custom-webpack, @angular-devkit/build-angular and @nrwl/node. These dependencies need to be updated together.

Updates node-forge from 0.10.0 to 1.3.1

Changelog

Sourced from node-forge's changelog.

1.3.1 - 2022-03-29

Fixes

  • RFC 3447 and RFC 8017 allow for optional DigestAlgorithm NULL parameters for sha* algorithms and require NULL paramters for md2 and md5 algorithms.

1.3.0 - 2022-03-17

Security

  • Three RSA PKCS#1 v1.5 signature verification issues were reported by Moosa Yahyazadeh (moosa-yahyazadeh@uiowa.edu).
  • HIGH: Leniency in checking digestAlgorithm structure can lead to signature forgery.
  • HIGH: Failing to check tailing garbage bytes can lead to signature forgery.
  • MEDIUM: Leniency in checking type octet.
    • DigestInfo is not properly checked for proper ASN.1 structure. This can lead to successful verification with signatures that contain invalid structures but a valid digest.
    • CVE ID: CVE-2022-24773
    • GHSA ID: GHSA-2r2c-g63r-vccr

Fixed

  • [asn1] Add fallback to pretty print invalid UTF8 data.
  • [asn1] fromDer is now more strict and will default to ensuring all input bytes are parsed or throw an error. A new option parseAllBytes can disable this behavior.
    • NOTE: The previous behavior is being changed since it can lead to security issues with crafted inputs. It is possible that code doing custom DER parsing may need to adapt to this new behavior and optional flag.
  • [rsa] Add and use a validator to check for proper structure of parsed ASN.1

... (truncated)

Commits


Updates @angular-builders/custom-webpack from 11.1.1 to 14.1.0

Changelog

Sourced from @​angular-builders/custom-webpack's changelog.

14.1.0 (2022-11-13)

Note: Version bump only for package @​angular-builders/custom-webpack

14.1.0-beta.0 (2022-11-13)

Features

14.0.2-beta.0 (2022-11-13)

Note: Version bump only for package @​angular-builders/custom-webpack

14.0.1 (2022-08-23)

Note: Version bump only for package @​angular-builders/custom-webpack

14.0.1-beta.2 (2022-08-19)

Note: Version bump only for package @​angular-builders/custom-webpack

14.0.1-beta.1 (2022-08-18)

Note: Version bump only for package @​angular-builders/custom-webpack

14.0.1-beta.0 (2022-06-27)

Note: Version bump only for package @​angular-builders/custom-webpack

14.0.0 (2022-06-13)

Note: Version bump only for package @​angular-builders/custom-webpack

14.0.0-beta.0 (2022-06-09)

⚠ BREAKING CHANGES

  • deps: update to Angular CLI 14 and Jest 28

Miscellaneous Chores

  • deps: update to Angular CLI 14 and Jest 28 (3b09c27)

13.1.0 (2022-01-31)

Note: Version bump only for package @​angular-builders/custom-webpack

13.1.0-beta.0 (2022-01-30)

... (truncated)

Commits


Updates @angular-devkit/build-angular from 0.1102.19 to 14.2.9

Release notes

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

v14.2.9

14.2.9 (2022-11-09)

@​angular-devkit/architect

Commit Description
fix - e3e787767 default to failure if no builder result is provided

@​angular-devkit/build-angular

Commit Description
fix - 12b2dc5a2 isolate zone.js usage when rendering server bundles

Special Thanks

Alan Agius and Charles Lyding

v14.2.8

14.2.8 (2022-11-02)

@​schematics/angular

Commit Description
fix - 4b0ee8ad1 guard schematics should include all guards (CanMatch)

Special Thanks

Andrew Scott

v14.2.7

14.2.7 (2022-10-26)

@​angular/cli

Commit Description
fix - 91b5bcbb3 disable version check during auto completion
fix - 02a3d7b71 skip node.js compatibility checks when running completion

@​angular-devkit/build-angular

Commit Description
fix - bebed9df8 issue dev-server support warning when using esbuild builder

Special Thanks

Alan Agius and Charles Lyding

v14.2.6

14.2.6 (2022-10-12)

@​angular/cli

Commit Description
fix - 1c9cf594f handle missing which binary in path
fix - 28b2cd18e skip downloading temp CLI when running ng update without package names

@​angular-devkit/core

Commit Description

... (truncated)

Changelog

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

14.2.9 (2022-11-09)

@​angular-devkit/architect

Commit Type Description
e3e787767 fix default to failure if no builder result is provided

@​angular-devkit/build-angular

Commit Type Description
12b2dc5a2 fix isolate zone.js usage when rendering server bundles

Special Thanks

Alan Agius and Charles Lyding

15.0.0-rc.2 (2022-11-02)

@​angular/cli

Commit Type Description
35e5f4278 fix exclude @angular/localize@<10.0.0 from ng add pa… (#24152)

@​schematics/angular

Commit Type Description
c33cc0a7a fix guard schematics should include all guards (CanMatch)

@​angular-devkit/build-angular

Commit Type Description
192e0e6d7 fix correct escaping of target warning text in esbuild builder
8b84c18ed fix provide workaround for V8 object spread performance defect
fb4ead2ce fix wait during file watching to improve multi-save rebuilds for esbuild builder
9d83fb91b perf use Sass worker pool for Sass support in esbuild builder

Special Thanks

Alan Agius, Andrew Scott and Charles Lyding

... (truncated)

Commits


Updates @nrwl/node from 11.6.3 to 15.0.13

Release notes

Sourced from @​nrwl/node's releases.

15.0.13

15.0.13 (2022-11-08)

Bug Fixes

  • core: fix undefined projectName in tasks runner (#13044) (022fdc8)
  • core: provide a plugin which to allow users to opt into package.… (#13070) (60dce21)
  • js: call normalizePath on generated importPath (#13037) (c588cc7)
  • misc: set project names used the old logic including dirs (098903f)

15.0.12

15.0.12 (2022-11-08)

Bug Fixes

  • core: explicitly set project names (31a82af)

15.0.11

15.0.11 (2022-11-07)

Bug Fixes

  • core: correctly derive the name of the project based on package.json without name (86c5819)
  • core: disable ts-node warning when its using a fast transpiler (#12765) (ba7a850)
  • core: fix custom workspace-generator options (#12821) (8ba21f3), closes #12677
  • core: fix lock file mapping for yarn berry (#13026) (82bc3ba)
  • core: improve external node dependency mapping (#12996) (0d5e4f9)
  • core: schedule tasks with the most tasks that depend on it first (#12967) (2a980c2)
  • core: suppress access errors during project file scan (#13031) (fafa3b4)
  • misc: correct "topological" typo in add-nx-to-monorepo(#13014) (4169a7e)
  • nextjs: error in with-nx.ts (#12973) (cec607b)
  • react: upgrade loader-utils (#13021) (444af2d)
  • testing: provide better error messages around component test --build-target (#12886) (f1db9ce)
  • webpack: Fixed script optimization not working for node target (#12221) (39d197f)

15.0.10

15.0.10 (2022-11-04)

Bug Fixes

  • core: fix -c alias for configuration (#13001) (f538ce0)
  • graph: improve performance of showing/hiding directories of projects (#12998) (eae4b27)
  • js: patch migration from @​nrwl/node:package to @​nrwl/js:tsc to rename srcRootForCompilationRoot option to rootDir (#12999) (e10ab7d)
  • testing: handle path offsets for angular component testing (#12863) (0bf19ec)

15.0.9

... (truncated)

Commits
  • e10ab7d fix(js): patch migration from @​nrwl/node:package to @​nrwl/js:tsc to rename sr...
  • 23de788 chore(repo): update to 15.0.0-rc1 (#12586)
  • d8f3c6b fix(react): migrations use tsquery, so we should provide it (#12575)
  • 8ab7f85 fix(core): swap default method for output capture (#12535)
  • bc53592 Revert "feat(node): remove library generator in favor of @​nrwl/js:library (#1...
  • e74a54d feat(node): remove library generator in favor of @​nrwl/js:library (#12550)
  • 834e2db feat(core): prefix outputs and warn on non-prefixed outputs (#12470)
  • 09c6ccb feat(linter): remove tslint support (#12279)
  • d05cc86 fix(bundling): provide correct defaults scripts/styles options (#12157)
  • 6e6925f chore(repo): update to nx 14.7.6-beta.6
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by nrwl-jason, a new releaser for @​nrwl/node since your current version.


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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/negue/meme-box/network/alerts).
vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated
meme-box ❌ Failed (Inspect) Feb 24, 2023 at 9:28PM (UTC)