davidmerfield / Blot

Turns a folder into a blog
https://blot.im
Creative Commons Zero v1.0 Universal
1.81k stars 87 forks source link

Bump static-eval and spritesmith #784

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 4 months ago

Bumps static-eval to 2.1.0 and updates ancestor dependency spritesmith. These dependencies need to be updated together.

Updates static-eval from 0.2.4 to 2.1.0

Release notes

Sourced from static-eval's releases.

v2.1.0

  • Add allowAccessToMethodsOnFunctions option to restore 1.x behaviour so that cwise can upgrade. (@​archmoj in #31)

    Do not use this option if you are not sure that you need it, as it had previously been removed for security reasons. There is a known exploit to execute arbitrary code. Only use it on trusted inputs, like the developer's JS files in a build system.

v2.0.5

v2.0.4

  • Short-circuit evaluation in && and || expressions. (@​RoboPhred in #28)
  • Start tracking changes.

v2.0.3

Disallows accessing .constructor and .__proto__ properties, which could be used to access the Function() constructor. (browserify/static-eval#27) Thanks to an anonymous reporter!

Changelog

Sourced from static-eval's changelog.

2.1.0

  • Add allowAccessToMethodsOnFunctions option to restore 1.x behaviour so that cwise can upgrade. (@​archmoj in #31)

    Do not use this option if you are not sure that you need it, as it had previously been removed for security reasons. There is a known exploit to execute arbitrary code. Only use it on trusted inputs, like the developer's JS files in a build system.

2.0.5

2.0.4

  • Short-circuit evaluation in && and || expressions. (@​RoboPhred in #28)
  • Start tracking changes.
Commits
  • 1a4d734 2.1.0
  • 054adac ci: add node 14
  • 09c4b83 Merge pull request #31 from archmoj/allow-cwise-transform
  • e619afc make option to enable allowAccessToMethodsOnFunctions namely to be used by cw...
  • 36587c2 remove trailing spaces
  • 798b0d5 ci: add node 12 and 13
  • b5ab0d7 2.0.5
  • aa0eaeb Merge pull request #30 from RoboPhred/fix-func-decl-invoke
  • 23bc6ca Merge branch 'master' into fix-func-decl-invoke
  • 9d39dd5 Update repository URL in package.json.
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by goto-bus-stop, a new releaser for static-eval since your current version.


Updates spritesmith from 1.5.0 to 3.4.1

Changelog

Sourced from spritesmith's changelog.

3.4.1 - Upgraded Travis CI Node.js environment and to canvassmith@1.7.0 in devDependencies

3.4.0 - Upgraded to pixelsmith@2.3.0 to propagate npm audit fix

3.3.1 - Corrected license attribution and URL

3.3.0 - Upgraded to pixelsmith@2.2.0 to add support for Vinyl@2

3.2.1 - Switched from twolfson-style to ESLint

3.2.0 - Removed support for Node.js < 4

3.1.1 - Added support for transpiled ES6 modules

3.1.0 - Upgraded to pixelsmith@2.1.0 to add quality support for JPEG images

3.0.1 - Updated donation URL

3.0.0 - Moved to class and added support for outputting streams

2.0.1 - Updated donation URL

2.0.0 - Upgraded to spritesmith-engine-spec@2.0.0

Commits


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 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](https://github.com/davidmerfield/Blot/network/alerts).