-
Notifications
You must be signed in to change notification settings - Fork 0
Bump the npm group with 5 updates #1920
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
Conversation
Bumps the npm group with 5 updates: | Package | From | To | | --- | --- | --- | | [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.1.7` | `19.1.8` | | [brace-expansion](https://github.com/juliangruber/brace-expansion) | `1.1.11` | `1.1.12` | | [caniuse-lite](https://github.com/browserslist/caniuse-lite) | `1.0.30001721` | `1.0.30001722` | | [preact](https://github.com/preactjs/preact) | `10.26.8` | `10.26.9` | | [unrs-resolver](https://github.com/unrs/unrs-resolver) | `1.7.13` | `1.8.1` | Updates `@types/react` from 19.1.7 to 19.1.8 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) Updates `brace-expansion` from 1.1.11 to 1.1.12 - [Release notes](https://github.com/juliangruber/brace-expansion/releases) - [Commits](juliangruber/brace-expansion@1.1.11...v1.1.12) Updates `caniuse-lite` from 1.0.30001721 to 1.0.30001722 - [Commits](browserslist/caniuse-lite@1.0.30001721...1.0.30001722) Updates `preact` from 10.26.8 to 10.26.9 - [Release notes](https://github.com/preactjs/preact/releases) - [Commits](preactjs/preact@10.26.8...10.26.9) Updates `unrs-resolver` from 1.7.13 to 1.8.1 - [Release notes](https://github.com/unrs/unrs-resolver/releases) - [Changelog](https://github.com/unrs/unrs-resolver/blob/main/CHANGELOG.md) - [Commits](unrs/unrs-resolver@v1.7.13...v1.8.1) --- updated-dependencies: - dependency-name: "@types/react" dependency-version: 19.1.8 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm - dependency-name: brace-expansion dependency-version: 1.1.12 dependency-type: indirect update-type: version-update:semver-patch dependency-group: npm - dependency-name: caniuse-lite dependency-version: 1.0.30001722 dependency-type: indirect update-type: version-update:semver-patch dependency-group: npm - dependency-name: preact dependency-version: 10.26.9 dependency-type: indirect update-type: version-update:semver-patch dependency-group: npm - dependency-name: unrs-resolver dependency-version: 1.8.1 dependency-type: indirect update-type: version-update:semver-minor dependency-group: npm ... Signed-off-by: dependabot[bot] <support@github.com>
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
⏳ I'm reviewing this pull request for security vulnerabilities and code quality issues. I'll provide an update when I'm done |
@@ -1128,11 +1128,11 @@ packages: | |||
balanced-match@1.0.2: | |||
resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==} | |||
|
|||
brace-expansion@1.1.11: | |||
resolution: {integrity: sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==} | |||
brace-expansion@1.1.12: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Description: A vulnerability was found in juliangruber brace-expansion up to 1.1.11. It has been rated as problematic. Affected by this issue is the function expand of the file index.js. The manipulation leads to inefficient regular expression complexity. The attack may be launched remotely. The complexity of an attack is rather high. The exploitation is known to be difficult. The exploit has been disclosed to the public and may be used. The name of the patch is a5b98a4f30d7813266b221435e1eaaf25a1b0ac5. It is recommended to apply a patch to fix this issue.
Relevant link: GHSA-v6h2-p8h4-qcjw
Severity: Low
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The vulnerability in brace-expansion was addressed by updating the version from 1.1.12 to 1.1.13, which includes the necessary security patch.
brace-expansion@1.1.12: | |
balanced-match@1.0.2: | |
resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==} | |
brace-expansion@1.1.13: | |
resolution: {integrity: sha512-xaqq0gSpk7AnzcJ/KvlWMUBqX3gXLZKRCXuVsGOKn+7Sh+9L8J1UXTprod2Bf5T4VnGXqGlVuoS0ycHc1tVa4Q==} | |
brace-expansion@2.0.2: | |
resolution: {integrity: sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==} |
✅ I finished the code review, and left comments with the issues I found. I will now generate code fix suggestions. |
Bumps the npm group with 5 updates:
19.1.7
19.1.8
1.1.11
1.1.12
1.0.30001721
1.0.30001722
10.26.8
10.26.9
1.7.13
1.8.1
Updates
@types/react
from 19.1.7 to 19.1.8Commits
Updates
brace-expansion
from 1.1.11 to 1.1.12Release notes
Sourced from brace-expansion's releases.
Commits
c85b8ad
4.0.15a5cc17
fmt0b6a978
Fix potential ReDoS Vulnerability or Inefficient Regular Expression (#65)6a39bdd
4.0.0dd72a59
fmt278132b
feat: use string replaces instead of splits (#64)70e4c1b
addtea.yaml
b01a637
3.0.09e781e9
node 16 is EOL6dad209
docsUpdates
caniuse-lite
from 1.0.30001721 to 1.0.30001722Commits
baf8b44
Update caniuse-db 1.0.30001722Updates
preact
from 10.26.8 to 10.26.9Release notes
Sourced from preact's releases.
Commits
ee12c20
Merge pull request #4800 from preactjs/release-10.26.99b54e1b
10.26.9d369bdb
Merge pull request #4798 from preactjs/10.x-precompile-attrc6defb4
fix: signal attribute values not working with precompile transform2a57866
Merge pull request #4797 from preactjs/10.x-release8ed14de
chore: point release workflow to 10.xfd1f38d
Merge pull request #4795 from preactjs/10.x-precompile-style85e0cab
fix: escape style object value in precompile transform5c206b5
Merge pull request #4796 from preactjs/10.x-benchmarksa4263b5
chore: make previous benchmark results not requiredUpdates
unrs-resolver
from 1.7.13 to 1.8.1Release notes
Sourced from unrs-resolver's releases.
Changelog
Sourced from unrs-resolver's changelog.
Commits
e02a6bd
fix: keepnapi
property inpackage.json
fornapi-postinstall
(#148)46cbe4d
chore: release v1.8.0 (#145)56e6d60
Merge remote-tracking branch 'upstream/main' into chore/merge_upstream4d9421e
chore(deps): update all dependencies (#141)ad84a30
feat: support runtime fallback for webcontainer (#144)ca32760
ci: migrate cliff to changelog#commit_parsers, add custom changelog#body for ...778f015
fix(napi): ensurepnp_manifest
is included withyarn_pnp
feature (#555)fe4e8b6
build(rust):debug = false
in[profile.dev]
and[profile.test]
(#554)ed1d10e
chore(deps): lock file maintenance rust crates (#552)e8c3166
chore(deps): lock file maintenance npm packages (#551)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 <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditions