fix(deps): update dependency vm2 to v3.9.19 - autoclosed #24

Closed
opened 2026-04-05 19:43:11 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @renovate[bot] on 5/9/2024

This PR contains the following updates:

Package Change Age Confidence
vm2 3.9.9 -> 3.9.19 age confidence

Release Notes

patriksimek/vm2 (vm2)

v3.9.19

Compare Source

[fix] Fix resolver issue.

v3.9.18

Compare Source

[fix] Multiple security fixes.
[new] Add resolver API to create a shared resolver for multiple NodeVM instances allowing to cache scripts and increase sandbox startup times.
[new] Allow to pass a function to require.context which is called with the filename allowing to specify the context pre file.

v3.9.17

Compare Source

[fix] Multiple security fixes.

v3.9.16

Compare Source

[fix] Security fix (seehttps://github.com/patriksimek/vm2/issues/5166).

v3.9.15

Compare Source

[fix] Security fix (seehttps://github.com/patriksimek/vm2/issues/5155).

v3.9.14

Compare Source

[new] Support conditional export resolution with custom resolver. (nick-klaviyo)

v3.9.13

Compare Source

[fix] Fix typescript errors in index.d.ts

v3.9.12

Compare Source

[new] Add file system API.
[fix] Fix parsing error with object pattern in catch clause.

v3.9.11

Compare Source

[new] Add option require.strict to allow to load required modules in non strict mode.
[fix] Security fix.

v3.9.10

Compare Source

[new] Add uptime to process.
[fix] Security fix.
[fix] Fix inspection with showProxy.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

*Originally created by @renovate[bot] on 5/9/2024* This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [vm2](https://redirect.github.com/patriksimek/vm2) | [`3.9.9` -> `3.9.19`](https://renovatebot.com/diffs/npm/vm2/3.9.9/3.9.19) | [![age](https://developer.mend.io/api/mc/badges/age/npm/vm2/3.9.19?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vm2/3.9.9/3.9.19?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>patriksimek/vm2 (vm2)</summary> ### [`v3.9.19`](https://redirect.github.com/patriksimek/vm2/blob/HEAD/CHANGELOG.md#v3919-2023-05-16) [Compare Source](https://redirect.github.com/patriksimek/vm2/compare/3.9.18...3.9.19) \[fix] Fix resolver issue. ### [`v3.9.18`](https://redirect.github.com/patriksimek/vm2/blob/HEAD/CHANGELOG.md#v3918-2023-05-15) [Compare Source](https://redirect.github.com/patriksimek/vm2/compare/3.9.17...3.9.18) \[fix] Multiple security fixes. \[new] Add resolver API to create a shared resolver for multiple `NodeVM` instances allowing to cache scripts and increase sandbox startup times. \[new] Allow to pass a function to `require.context` which is called with the filename allowing to specify the context pre file. ### [`v3.9.17`](https://redirect.github.com/patriksimek/vm2/blob/HEAD/CHANGELOG.md#v3917-2023-04-17) [Compare Source](https://redirect.github.com/patriksimek/vm2/compare/3.9.16...3.9.17) \[fix] Multiple security fixes. ### [`v3.9.16`](https://redirect.github.com/patriksimek/vm2/blob/HEAD/CHANGELOG.md#v3916-2023-04-11) [Compare Source](https://redirect.github.com/patriksimek/vm2/compare/3.9.15...3.9.16) \[fix] Security fix (see[https://github.com/patriksimek/vm2/issues/516](https://redirect.github.com/patriksimek/vm2/issues/516)6). ### [`v3.9.15`](https://redirect.github.com/patriksimek/vm2/blob/HEAD/CHANGELOG.md#v3915-2023-04-06) [Compare Source](https://redirect.github.com/patriksimek/vm2/compare/3.9.14...3.9.15) \[fix] Security fix (see[https://github.com/patriksimek/vm2/issues/515](https://redirect.github.com/patriksimek/vm2/issues/515)5). ### [`v3.9.14`](https://redirect.github.com/patriksimek/vm2/blob/HEAD/CHANGELOG.md#v3914-2023-02-05) [Compare Source](https://redirect.github.com/patriksimek/vm2/compare/3.9.13...3.9.14) \[new] Support conditional export resolution with custom resolver. (nick-klaviyo) ### [`v3.9.13`](https://redirect.github.com/patriksimek/vm2/blob/HEAD/CHANGELOG.md#v3913-2022-12-08) [Compare Source](https://redirect.github.com/patriksimek/vm2/compare/3.9.12...3.9.13) \[fix] Fix typescript errors in index.d.ts ### [`v3.9.12`](https://redirect.github.com/patriksimek/vm2/blob/HEAD/CHANGELOG.md#v3912-2022-11-29) [Compare Source](https://redirect.github.com/patriksimek/vm2/compare/3.9.11...3.9.12) \[new] Add file system API.\ \[fix] Fix parsing error with object pattern in catch clause. ### [`v3.9.11`](https://redirect.github.com/patriksimek/vm2/blob/HEAD/CHANGELOG.md#v3911-2022-08-28) [Compare Source](https://redirect.github.com/patriksimek/vm2/compare/3.9.10...3.9.11) \[new] Add option `require.strict` to allow to load required modules in non strict mode.\ \[fix] Security fix. ### [`v3.9.10`](https://redirect.github.com/patriksimek/vm2/blob/HEAD/CHANGELOG.md#v3910-2022-07-05) [Compare Source](https://redirect.github.com/patriksimek/vm2/compare/3.9.9...3.9.10) \[new] Add uptime to process.\ \[fix] Security fix.\ \[fix] Fix inspection with showProxy. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/hansputera/tiktok-dl). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNTEuMiIsInVwZGF0ZWRJblZlciI6IjQxLjgxLjIiLCJ0YXJnZXRCcmFuY2giOiJkZXYiLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/tiktok-dl#24