[PR #349] [MERGED] Bump webcrack from 2.15.0 to 2.15.1 #380

Closed
opened 2026-03-03 13:54:18 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jehna/humanify/pull/349
Author: @dependabot[bot]
Created: 2/28/2025
Status: Merged
Merged: 2/28/2025
Merged by: @github-actions[bot]

Base: mainHead: dependabot/npm_and_yarn/webcrack-2.15.1


📝 Commits (1)

  • 0cf19f7 Bump webcrack from 2.15.0 to 2.15.1

📊 Changes

1 file changed (+3 additions, -3 deletions)

View changed files

📝 package-lock.json (+3 -3)

📄 Description

Bumps webcrack from 2.15.0 to 2.15.1.

Release notes

Sourced from webcrack's releases.

v2.15.1

Deobfuscate

  • Fix: Don't inline objects into function etc
  • Fix: Avoid false positives when detecting read-only object accesses
  • Fix: inline function call with too few args (#139)

Unpack Bundle

  • Fix error when output directory has a trailing slash (#141)

Playground

  • Download zip (#130)
  • Add setting for word wrap and sticky scroll
Commits
  • 33a4e3b 2.15.1
  • 89314ff fix: error when output directory has a trailing slash (#141)
  • e3f6174 feat: add setting for word wrap and sticky scroll
  • 90f998d build(deps): bump solid-js from 1.9.3 to 1.9.4 (#140)
  • b754e10 docs: fix edit link
  • e3b9690 fix: inline function call with too few args (#139)
  • bf7e16f feat: download zip (#137)
  • ed12b19 fix: avoid false positives when detecting read-only object accesses
  • 302bd93 docs: add pnpm 10 --allow-build flag for isolated-vm
  • 149b2f8 build(deps-dev): bump vitest from 2.1.3 to 2.1.9 (#135)
  • Additional commits viewable in compare view

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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jehna/humanify/pull/349 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/28/2025 **Status:** ✅ Merged **Merged:** 2/28/2025 **Merged by:** [@github-actions[bot]](https://github.com/apps/github-actions) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/webcrack-2.15.1` --- ### 📝 Commits (1) - [`0cf19f7`](https://github.com/jehna/humanify/commit/0cf19f70506531477de23e23ce8823762e5cf83c) Bump webcrack from 2.15.0 to 2.15.1 ### 📊 Changes **1 file changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+3 -3) </details> ### 📄 Description Bumps [webcrack](https://github.com/j4k0xb/webcrack) from 2.15.0 to 2.15.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/j4k0xb/webcrack/releases">webcrack's releases</a>.</em></p> <blockquote> <h2>v2.15.1</h2> <h2>Deobfuscate</h2> <ul> <li>Fix: Don't inline objects into function etc</li> <li>Fix: Avoid false positives when detecting read-only object accesses</li> <li>Fix: inline function call with too few args (<a href="https://redirect.github.com/j4k0xb/webcrack/issues/139">#139</a>)</li> </ul> <h2>Unpack Bundle</h2> <ul> <li>Fix error when output directory has a trailing slash (<a href="https://redirect.github.com/j4k0xb/webcrack/issues/141">#141</a>)</li> </ul> <h2>Playground</h2> <ul> <li>Download zip (<a href="https://redirect.github.com/j4k0xb/webcrack/issues/130">#130</a>)</li> <li>Add setting for word wrap and sticky scroll</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/j4k0xb/webcrack/commit/33a4e3bf827242a67889a91797b40539066c364c"><code>33a4e3b</code></a> 2.15.1</li> <li><a href="https://github.com/j4k0xb/webcrack/commit/89314ff40cc04f66dd1ff5a2ecf88a5f0bbc1887"><code>89314ff</code></a> fix: error when output directory has a trailing slash (<a href="https://redirect.github.com/j4k0xb/webcrack/issues/141">#141</a>)</li> <li><a href="https://github.com/j4k0xb/webcrack/commit/e3f61746870be120e28ea92f74e0e8ef68cd6e77"><code>e3f6174</code></a> feat: add setting for word wrap and sticky scroll</li> <li><a href="https://github.com/j4k0xb/webcrack/commit/90f998de96082336de6f9763dac16e9372a205f0"><code>90f998d</code></a> build(deps): bump solid-js from 1.9.3 to 1.9.4 (<a href="https://redirect.github.com/j4k0xb/webcrack/issues/140">#140</a>)</li> <li><a href="https://github.com/j4k0xb/webcrack/commit/b754e10d665885690d9940cabfa82ae79f48c9d1"><code>b754e10</code></a> docs: fix edit link</li> <li><a href="https://github.com/j4k0xb/webcrack/commit/e3b969078c3bf375debe1c978328510121bf7a95"><code>e3b9690</code></a> fix: inline function call with too few args (<a href="https://redirect.github.com/j4k0xb/webcrack/issues/139">#139</a>)</li> <li><a href="https://github.com/j4k0xb/webcrack/commit/bf7e16fc650b101f3c25574b09aa7594ed4162b1"><code>bf7e16f</code></a> feat: download zip (<a href="https://redirect.github.com/j4k0xb/webcrack/issues/137">#137</a>)</li> <li><a href="https://github.com/j4k0xb/webcrack/commit/ed12b19db5db7fc541cd8439038cf7d2bd35aa6e"><code>ed12b19</code></a> fix: avoid false positives when detecting read-only object accesses</li> <li><a href="https://github.com/j4k0xb/webcrack/commit/302bd93e995d4396f8cde24c69da3ad0899b2bd3"><code>302bd93</code></a> docs: add pnpm 10 --allow-build flag for isolated-vm</li> <li><a href="https://github.com/j4k0xb/webcrack/commit/149b2f893918d4e5ed9bba2a45071c3d035d020a"><code>149b2f8</code></a> build(deps-dev): bump vitest from 2.1.3 to 2.1.9 (<a href="https://redirect.github.com/j4k0xb/webcrack/issues/135">#135</a>)</li> <li>Additional commits viewable in <a href="https://github.com/j4k0xb/webcrack/compare/v2.15.0...v2.15.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webcrack&package-manager=npm_and_yarn&previous-version=2.15.0&new-version=2.15.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 13:54:18 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/humanify#380
No description provided.