Skip to content

Bump node-forge and @angular-devkit/build-angular#49

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/node-forge-and-angular-devkit/build-angular-1.3.1
Open

Bump node-forge and @angular-devkit/build-angular#49
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/node-forge-and-angular-devkit/build-angular-1.3.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 10, 2024

Bumps node-forge to 1.3.1 and updates ancestor dependency @angular-devkit/build-angular. 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-devkit/build-angular from 0.803.29 to 17.0.9

Release notes

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

v17.0.9

17.0.9 (2024-01-03)

@​angular/cli

Commit Description
fix - 446dfb76a add prerender and ssr-dev-server schemas in angular.json schema

@​angular-devkit/schematics

Commit Description
fix - 88d6ca4a5 replace template line endings with platform specific

v17.0.8

17.0.8 (2023-12-21)

@​schematics/angular

Commit Description
fix - 99b026ede add missing property "buildTarget" to interface "ServeBuilderOptions"
fix - 313004311 do not generate standalone component when using ng generate module

@​angular/cli

Commit Description
fix - 6dba26a0b ng e2e and ng lint prompt requires to hit Enter twice to proceed on Windows
fix - 0b48acc4e re-add -d alias for --dry-run

@​angular-devkit/build-angular

Commit Description
fix - cf11cdf6c add missing tailwind @screen directive in matcher
fix - aa6c757d7 construct SSR request URL using server resolvedUrls
fix - 0662048d4 ensure empty optimized Sass stylesheets stay empty
fix - d1923a66d ensure external dependencies are used by Web Worker bundling

v17.0.7

17.0.7 (2023-12-13)

@​angular-devkit/build-angular

Commit Description
fix - 3df3e583c baseHref with trailing slash causes server not to be accessible without trailing slash
fix - ef1178188 allow vite to serve JavaScript and TypeScript assets
fix - 385eb77d2 cache loading of component resources in JIT mode
fix - 4b3af73ac ensure browser-esbuild is used in dev server with browser builder and forceEsbuild
fix - d1b27e53e ensure port 0 uses random port with Vite development server
fix - f2f7d7c70 file is missing from the TypeScript compilation with JIT
fix - 7b8d6cddd handle updates of an npm link library from another workspace when preserveSymlinks is true
fix - c08c78cb8 inlining of fonts results in jagged fonts for Windows users
fix - 930024811 retain symlinks to output platform directories on builds
fix - 3623fe911 update ESM loader to work with Node.js 18.19.0

... (truncated)

Changelog

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

17.0.9 (2024-01-03)

@​angular/cli

Commit Type Description
446dfb76a fix add prerender and ssr-dev-server schemas in angular.json schema

@​angular-devkit/schematics

Commit Type Description
88d6ca4a5 fix replace template line endings with platform specific

17.1.0-next.3 (2023-12-21)

@​angular/cli

Commit Type Description
a391b5f0c fix ng e2e and ng lint prompt requires to hit Enter twice to proceed on Windows
f7d538903 fix re-add -d alias for --dry-run

@​schematics/angular

Commit Type Description
a708dccff feat update SSR and application builder migration schematics to work with new outputPath
aec581daf fix add missing property "buildTarget" to interface "ServeBuilderOptions"
a1f3ae579 fix do not generate standalone component when using ng generate module

@​angular-devkit/build-angular

Commit Type Description
cc246d50e feat allow customization of output locations
15a669c1e feat allowing control of index HTML initial preload generation
47a064b14 feat emit external sourcemaps for component styles
b3c1991a2 fix add missing tailwind @screen directive in matcher
a5d4735b8 fix construct SSR request URL using server resolvedUrls
0fa1e3419 fix ensure empty optimized Sass stylesheets stay empty
efe3bda48 fix ensure external dependencies are used by Web Worker bundling
ceffafe1a fix provide better error messages for failed file reads

... (truncated)

Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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.

Bumps [node-forge](https://github.com/digitalbazaar/forge) to 1.3.1 and updates ancestor dependency [@angular-devkit/build-angular](https://github.com/angular/angular-cli). These dependencies need to be updated together.


Updates `node-forge` from 0.10.0 to 1.3.1
- [Changelog](https://github.com/digitalbazaar/forge/blob/main/CHANGELOG.md)
- [Commits](digitalbazaar/forge@0.10.0...v1.3.1)

Updates `@angular-devkit/build-angular` from 0.803.29 to 17.0.9
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular-cli/commits/17.0.9)

---
updated-dependencies:
- dependency-name: node-forge
  dependency-type: indirect
- dependency-name: "@angular-devkit/build-angular"
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants