Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump angular-expressions from 1.2.1 to 1.4.3 #597

Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps angular-expressions from 1.2.1 to 1.4.3.

Changelog

Sourced from angular-expressions's changelog.

1.4.3

Disallow access to prototype chain (CVE-2024-54152) when using compile with locals (two arguments in the called function) :

compile("__proto__")({}, {});

=> This now returns undefined, previously it would give you the __proto__ instance which would allow Remote Code Execution.

Thanks to @​JorianWoltjer who found the vulnerability and reported it.

1.4.2

Make handleThis the default if you use the Lexer and Parser directly, and you don't use .compile.

This is a way less common use case but it makes sense to have handleThis be the same default for both cases.

(This also makes the library behave in the same way between 1.3.0 and 1.4.1 when using Parser or Lexer). There was a backwards incompatible change brought by 1.4.0 for users of Parser.

1.4.1

Don't use this version, it is missing a commit for the 1.4.2 fix

1.4.0

Add support for handleThis: false to disable handling of this.

(By default handleThis is true).

This way, if you write : {this | filter}, the this will be used as a key from the scope, eg scope["this"].

1.3.0

Add support for template literals.

It is now possible to write :

compile("`Hello ${user}`")({ user: "John" });
// Returns "Hello John"
Commits

Dependabot compatibility score

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.

MakinoharaShoko and others added 6 commits November 4, 2024 21:22
Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.3 to 7.0.6.
- [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md)
- [Commits](moxystudio/node-cross-spawn@v7.0.3...v7.0.6)

---
updated-dependencies:
- dependency-name: cross-spawn
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
…-spawn-7.0.6

build(deps): bump cross-spawn from 7.0.3 to 7.0.6
Bumps [angular-expressions](https://github.com/peerigon/angular-expressions) from 1.2.1 to 1.4.3.
- [Changelog](https://github.com/peerigon/angular-expressions/blob/master/CHANGELOG.md)
- [Commits](peerigon/angular-expressions@v1.2.1...v1.4.3)

---
updated-dependencies:
- dependency-name: angular-expressions
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 10, 2024
Copy link

cloudflare-workers-and-pages bot commented Dec 10, 2024

Deploying webgal-dev with  Cloudflare Pages  Cloudflare Pages

Latest commit: 9d92b60
Status: ✅  Deploy successful!
Preview URL: https://3e47fcd9.webgal-dev.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-angu.webgal-dev.pages.dev

View logs

@MakinoharaShoko MakinoharaShoko changed the base branch from main to dev December 14, 2024 02:57
@MakinoharaShoko MakinoharaShoko merged commit 40e804c into dev Dec 14, 2024
2 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/angular-expressions-1.4.3 branch December 14, 2024 02:57
MakinoharaShoko added a commit that referenced this pull request Dec 20, 2024
…ar-expressions-1.4.3

build(deps): bump angular-expressions from 1.2.1 to 1.4.3
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.

1 participant