Bump vm2 from 3.9.5 to 3.9.7 #1

Merged
dependabot[bot] merged 1 commit from dependabot/npm_and_yarn/vm2-3.9.7 into main 2022-02-14 22:11:42 -05:00
dependabot[bot] commented 2022-02-14 19:54:03 -05:00 (Migrated from github.com)

Bumps vm2 from 3.9.5 to 3.9.7.

Release notes

Sourced from vm2's releases.

3.9.7

Fixes

b7f794dfb3034d2173b9da957f48425adc4081c3: Custom Resolver is allowed to return undefined 568934f58cf72339a3dd2a2c578cc28550c19d27: Fixed some bugs introduced in v3.9.6 b6581b4a9cf9a4706b2967fceb5930a3de4d2ac7: Fixed root path checking

3.9.6

Fixes

532120d5cdec7da8225fc6242e154ebabc63fe4d: Internal restructuring and security improvements

Changelog

Sourced from vm2's changelog.

v3.9.7 (2022-02-10)

[fix] Allow relative require from base script
[fix] Fix issue with modules with exports clause in package json
[fix] Added missing whitelist check before custom require
[fix] Revert plain object toString behavior
[fix] Root path check improved

v3.9.6 (2022-02-08)

[fix] Security fixes (XmiliaH)

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 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [vm2](https://github.com/patriksimek/vm2) from 3.9.5 to 3.9.7. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/patriksimek/vm2/releases">vm2's releases</a>.</em></p> <blockquote> <h2>3.9.7</h2> <p>Fixes</p> <p>b7f794dfb3034d2173b9da957f48425adc4081c3: Custom Resolver is allowed to return undefined 568934f58cf72339a3dd2a2c578cc28550c19d27: Fixed some bugs introduced in v3.9.6 b6581b4a9cf9a4706b2967fceb5930a3de4d2ac7: Fixed root path checking</p> <h2>3.9.6</h2> <p><strong>Fixes</strong></p> <p>532120d5cdec7da8225fc6242e154ebabc63fe4d: Internal restructuring and security improvements</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/patriksimek/vm2/blob/master/CHANGELOG.md">vm2's changelog</a>.</em></p> <blockquote> <h2>v3.9.7 (2022-02-10)</h2> <p>[fix] Allow relative require from base script<br /> [fix] Fix issue with modules with exports clause in package json<br /> [fix] Added missing whitelist check before custom require<br /> [fix] Revert plain object toString behavior<br /> [fix] Root path check improved</p> <h2>v3.9.6 (2022-02-08)</h2> <p>[fix] Security fixes (XmiliaH)</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/patriksimek/vm2/commit/45417947ea8ab71acfe6e1385395128a59c20835"><code>4541794</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/patriksimek/vm2/issues/400">#400</a> from XmiliaH/bugfixes</li> <li><a href="https://github.com/patriksimek/vm2/commit/b4d9dce9ae5fef98893b9387199cfb12ddca68e3"><code>b4d9dce</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/patriksimek/vm2/issues/401">#401</a> from youngbob/fix-resolver-type</li> <li><a href="https://github.com/patriksimek/vm2/commit/b7f794dfb3034d2173b9da957f48425adc4081c3"><code>b7f794d</code></a> Fix custom resolver type</li> <li><a href="https://github.com/patriksimek/vm2/commit/31c720031cd5935de69b860f27a98ef1b44b8666"><code>31c7200</code></a> Fix formatting for changelog</li> <li><a href="https://github.com/patriksimek/vm2/commit/b6581b4a9cf9a4706b2967fceb5930a3de4d2ac7"><code>b6581b4</code></a> Prepare release 3.9.7</li> <li><a href="https://github.com/patriksimek/vm2/commit/568934f58cf72339a3dd2a2c578cc28550c19d27"><code>568934f</code></a> Some bugfixes for v3.9.6</li> <li><a href="https://github.com/patriksimek/vm2/commit/532120d5cdec7da8225fc6242e154ebabc63fe4d"><code>532120d</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/patriksimek/vm2/issues/395">#395</a> from XmiliaH/security-fixes</li> <li><a href="https://github.com/patriksimek/vm2/commit/94bf9183b208c85c0946f40085819b8244cd482c"><code>94bf918</code></a> Update release date</li> <li><a href="https://github.com/patriksimek/vm2/commit/2353ce60351c50379b8d1daab05812c4db634162"><code>2353ce6</code></a> Internal changes and security improvements</li> <li><a href="https://github.com/patriksimek/vm2/commit/3a21c36222bc6b8e7948068c9152f9d691fd52de"><code>3a21c36</code></a> Merge branch 'master' of <a href="https://github.com/patriksimek/vm2">https://github.com/patriksimek/vm2</a></li> <li>Additional commits viewable in <a href="https://github.com/patriksimek/vm2/compare/3.9.5...3.9.7">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=vm2&package-manager=npm_and_yarn&previous-version=3.9.5&new-version=3.9.7)](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 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/array-in-a-matrix/ip-grabber/network/alerts). </details>
Sign in to join this conversation.
No description provided.