[PR #219] Bump debug, grunt-contrib-connect, grunt-contrib-watch, grunt-usemin and karma #428

Open
opened 2026-03-15 03:33:05 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/asapach/peerflix-server/pull/219
Author: @dependabot[bot]
Created: 1/11/2023
Status: 🔄 Open

Base: masterHead: dependabot/npm_and_yarn/debug-and-grunt-contrib-connect-and-grunt-contrib-watch-and-grunt-usemin-and-karma-2.6.9


📝 Commits (1)

  • 39119d4 Bump debug, grunt-contrib-connect, grunt-contrib-watch, grunt-usemin and karma

📊 Changes

2 files changed (+1055 additions, -2879 deletions)

View changed files

📝 package-lock.json (+1051 -2875)
📝 package.json (+4 -4)

📄 Description

Bumps debug to 2.6.9 and updates ancestor dependencies debug, grunt-contrib-connect, grunt-contrib-watch, grunt-usemin and karma. These dependencies need to be updated together.

Updates debug from 2.2.0 to 2.6.9

Release notes

Sourced from debug's releases.

2.6.9

Patches

  • Remove ReDoS regexp in %o formatter: #504

Credits

Huge thanks to @​zhuangya for their help!

release 2.6.7

No release notes provided.

release 2.6.6

No release notes provided.

release 2.6.5

No release notes provided.

release 2.6.4

No release notes provided.

release 2.6.3

No release notes provided.

release 2.6.2

No release notes provided.

release 2.6.1

No release notes provided.

release 2.6.0

No release notes provided.

release 2.5.2

No release notes provided.

release 2.5.1

No release notes provided.

release 2.4.5

No release notes provided.

release 2.4.4

No release notes provided.

release 2.4.3

No release notes provided.

release 2.4.2

No release notes provided.

... (truncated)

Changelog

Sourced from debug's changelog.

2.6.9 / 2017-09-22

  • remove ReDoS regexp in %o formatter (#504)

2.6.8 / 2017-05-18

2.6.7 / 2017-05-16

2.6.5 / 2017-04-27

2.6.4 / 2017-04-20

2.6.3 / 2017-03-13

2.6.2 / 2017-03-10

2.6.1 / 2017-02-10

  • Fix: Module's export default syntax fix for IE8 Expected identifier error
  • Fix: Whitelist DEBUG_FD for values 1 and 2 only (#415, @​pi0)

... (truncated)

Commits

Updates grunt-contrib-connect from 0.10.1 to 3.0.0

Changelog

Sourced from grunt-contrib-connect's changelog.

v3.0.0: date: 2020-07-16 changes: - Requires node 10+. - Updated dependencies. v2.1.0: date: 2019-09-03 changes: - Update package lock. - Allow all configuration options of livereload to be passed through. v2.0.0: date: 2018-09-09 changes: - Drop Node.js < 6 support. - Update all dependencies and switch to node-http2. - Add secureProtocol in httpsOptions. - Fix open.appName. - Allow passing serve-index options. v1.0.2: date: 2016-04-27 changes: - Fixed http2 dependencies and stopped using the fork. v1.0.1: date: 2016-03-22 changes: - Fixed dependencies behind corporate proxy server. v1.0.0: date: 2016-03-04 changes: - Use predefined logger format with colored http status. - Update deps and docs. - HTTP2 support. - Other fixes. v0.11.2: date: 2015-08-03 changes: - Documentation fixes. v0.11.1: date: 2015-08-01 changes: - Fixes debug logging. v0.11.0: date: 2015-07-30 changes: - Update to connect 3.

Commits
  • 5c3d0e7 v3.0.0
  • 0df44c9 Merge pull request #262 from gruntjs/upt-depxa
  • caa1331 Update dependencies
  • ace8bd8 Merge pull request #260 from gruntjs/dependabot/npm_and_yarn/lodash-4.17.19
  • eb4496c Bump lodash from 4.17.15 to 4.17.19
  • 4f3954d Merge pull request #261 from gruntjs/add-actions
  • 434ecd6 Add actions
  • 15b3a28 Merge pull request #257 from gruntjs/dependabot/npm_and_yarn/lodash-4.17.15
  • 801dcda Bump lodash from 4.17.10 to 4.17.15
  • b6e703d v2.1.0
  • Additional commits viewable in compare view

Updates grunt-contrib-watch from 0.6.1 to 1.1.0

Changelog

Sourced from grunt-contrib-watch's changelog.

v1.1.0: date: 2018-05-12 changes: - Update to tiny-lr@1.1.1, lodash@4.17.10, async@2.6.0 v1.0.1: date: 2018-04-20 changes: - Update to gaze@1.1, lodash@4 v1.0.0: date: 2016-03-12 changes: - Updated tiny-lr, gaze, async and lodash dependencies. - Fix endless loop issue with atBegin/nospawn. - Expose hostname parameter of tiny-lr. - Support cwd.event to emit events relative to path. - Removed peerDependencies setting.

Commits

Updates grunt-usemin from 2.1.1 to 3.1.1

Release notes

Sourced from grunt-usemin's releases.

3.1.1

Fixing breaking change: you can use both uglify or uglifyjs in usemin task.

3.1.0

SVG support: https://github.com/yeoman/grunt-usemin/commit/6119f90bde1c64eddfe1d2717ad98dead9f73768

Changes: https://github.com/yeoman/grunt-usemin/compare/v3.0.0...v3.1.0

3.0.0

2.6.2

Changes: https://github.com/yeoman/grunt-usemin/compare/v2.6.1...v2.6.2

2.6.1

Changes: https://github.com/yeoman/grunt-usemin/compare/v2.6.0...v2.6.1

2.6.0

Changes: https://github.com/yeoman/grunt-usemin/compare/v2.5.1...v2.6.0

2.5.0

Changes: https://github.com/yeoman/grunt-usemin/compare/v2.4.0...v2.5.0

2.3.0 - remixed-bacon

Highlights:

Changes: https://github.com/yeoman/grunt-usemin/compare/v2.2.0...v2.3.0

2.2.0

This is a minor release of grunt-usemin, which introduces the ability to rev src attributes of <video> and <source> tags, adds better stability for working with <img> tags and a number of overall fixes to 2.1.1.

Thanks goes out to XhmikosR who has championed this release.

Full list of changes Fixed issues

Commits
Maintainer changes

This version was pushed to npm by arthurvr, a new releaser for grunt-usemin since your current version.


Updates karma from 0.13.22 to 6.4.1

Release notes

Sourced from karma's releases.

v6.4.1

6.4.1 (2022-09-19)

Bug Fixes

v6.4.0

6.4.0 (2022-06-14)

Features

  • support SRI verification of link tags (dc51a2e)
  • support SRI verification of script tags (6a54b1c)

v6.3.20

6.3.20 (2022-05-13)

Bug Fixes

  • prefer IPv4 addresses when resolving domains (e17698f), closes #3730

v6.3.19

6.3.19 (2022-04-19)

Bug Fixes

  • client: error out when opening a new tab fails (099b85e)

v6.3.18

6.3.18 (2022-04-13)

Bug Fixes

  • deps: upgrade socket.io to v4.4.1 (52a30bb)

v6.3.17

6.3.17 (2022-02-28)

Bug Fixes

  • deps: update colors to maintained version (#3763) (fca1884)

v6.3.16

... (truncated)

Changelog

Sourced from karma's changelog.

6.4.1 (2022-09-19)

Bug Fixes

6.4.0 (2022-06-14)

Features

  • support SRI verification of link tags (dc51a2e)
  • support SRI verification of script tags (6a54b1c)

6.3.20 (2022-05-13)

Bug Fixes

  • prefer IPv4 addresses when resolving domains (e17698f), closes #3730

6.3.19 (2022-04-19)

Bug Fixes

  • client: error out when opening a new tab fails (099b85e)

6.3.18 (2022-04-13)

Bug Fixes

  • deps: upgrade socket.io to v4.4.1 (52a30bb)

6.3.17 (2022-02-28)

Bug Fixes

  • deps: update colors to maintained version (#3763) (fca1884)

6.3.16 (2022-02-10)

Bug Fixes

  • security: mitigate the "Open Redirect Vulnerability" (ff7edbb)

... (truncated)

Commits
  • 0013121 chore(release): 6.4.1 [skip ci]
  • 63d86be fix: pass integrity value
  • 84f7cc3 chore(release): 6.4.0 [skip ci]
  • f2d0663 docs: add integrity parameter
  • dc51a2e feat: support SRI verification of link tags
  • 6a54b1c feat: support SRI verification of script tags
  • 5e71cf5 chore(release): 6.3.20 [skip ci]
  • e17698f fix: prefer IPv4 addresses when resolving domains
  • 60f4f79 build: add Node 16 and 18 to the CI matrix
  • 6ff5aaf chore(release): 6.3.19 [skip ci]
  • Additional commits viewable in compare view

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.


🔄 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/asapach/peerflix-server/pull/219 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/11/2023 **Status:** 🔄 Open **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/debug-and-grunt-contrib-connect-and-grunt-contrib-watch-and-grunt-usemin-and-karma-2.6.9` --- ### 📝 Commits (1) - [`39119d4`](https://github.com/asapach/peerflix-server/commit/39119d4b81f59a2cfb098aa62a759cf5c7f1e462) Bump debug, grunt-contrib-connect, grunt-contrib-watch, grunt-usemin and karma ### 📊 Changes **2 files changed** (+1055 additions, -2879 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+1051 -2875) 📝 `package.json` (+4 -4) </details> ### 📄 Description Bumps [debug](https://github.com/debug-js/debug) to 2.6.9 and updates ancestor dependencies [debug](https://github.com/debug-js/debug), [grunt-contrib-connect](https://github.com/gruntjs/grunt-contrib-connect), [grunt-contrib-watch](https://github.com/gruntjs/grunt-contrib-watch), [grunt-usemin](https://github.com/yeoman/grunt-usemin) and [karma](https://github.com/karma-runner/karma). These dependencies need to be updated together. Updates `debug` from 2.2.0 to 2.6.9 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/debug-js/debug/releases">debug's releases</a>.</em></p> <blockquote> <h2>2.6.9</h2> <h3>Patches</h3> <ul> <li>Remove ReDoS regexp in <code>%o</code> formatter: <a href="https://github-redirect.dependabot.com/debug-js/debug/issues/504">#504</a></li> </ul> <h3>Credits</h3> <p>Huge thanks to <a href="https://github.com/zhuangya"><code>@​zhuangya</code></a> for their help!</p> <h2>release 2.6.7</h2> <p>No release notes provided.</p> <h2>release 2.6.6</h2> <p>No release notes provided.</p> <h2>release 2.6.5</h2> <p>No release notes provided.</p> <h2>release 2.6.4</h2> <p>No release notes provided.</p> <h2>release 2.6.3</h2> <p>No release notes provided.</p> <h2>release 2.6.2</h2> <p>No release notes provided.</p> <h2>release 2.6.1</h2> <p>No release notes provided.</p> <h2>release 2.6.0</h2> <p>No release notes provided.</p> <h2>release 2.5.2</h2> <p>No release notes provided.</p> <h2>release 2.5.1</h2> <p>No release notes provided.</p> <h2>release 2.4.5</h2> <p>No release notes provided.</p> <h2>release 2.4.4</h2> <p>No release notes provided.</p> <h2>release 2.4.3</h2> <p>No release notes provided.</p> <h2>release 2.4.2</h2> <p>No release notes provided.</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/debug-js/debug/blob/2.6.9/CHANGELOG.md">debug's changelog</a>.</em></p> <blockquote> <h1>2.6.9 / 2017-09-22</h1> <ul> <li>remove ReDoS regexp in %o formatter (<a href="https://github-redirect.dependabot.com/debug-js/debug/issues/504">#504</a>)</li> </ul> <h1>2.6.8 / 2017-05-18</h1> <ul> <li>Fix: Check for undefined on browser globals (<a href="https://github-redirect.dependabot.com/debug-js/debug/issues/462">#462</a>, <a href="https://github.com/marbemac"><code>@​marbemac</code></a>)</li> </ul> <h1>2.6.7 / 2017-05-16</h1> <ul> <li>Fix: Update ms to 2.0.0 to fix regular expression denial of service vulnerability (<a href="https://github-redirect.dependabot.com/debug-js/debug/issues/458">#458</a>, <a href="https://github.com/hubdotcom"><code>@​hubdotcom</code></a>)</li> <li>Fix: Inline extend function in node implementation (<a href="https://github-redirect.dependabot.com/debug-js/debug/issues/452">#452</a>, <a href="https://github.com/dougwilson"><code>@​dougwilson</code></a>)</li> <li>Docs: Fix typo (<a href="https://github-redirect.dependabot.com/debug-js/debug/issues/455">#455</a>, <a href="https://github.com/msasad"><code>@​msasad</code></a>)</li> </ul> <h1>2.6.5 / 2017-04-27</h1> <ul> <li>Fix: null reference check on window.documentElement.style.WebkitAppearance (<a href="https://github-redirect.dependabot.com/debug-js/debug/issues/447">#447</a>, <a href="https://github.com/thebigredgeek"><code>@​thebigredgeek</code></a>)</li> <li>Misc: clean up browser reference checks (<a href="https://github-redirect.dependabot.com/debug-js/debug/issues/447">#447</a>, <a href="https://github.com/thebigredgeek"><code>@​thebigredgeek</code></a>)</li> <li>Misc: add npm-debug.log to .gitignore (<a href="https://github.com/thebigredgeek"><code>@​thebigredgeek</code></a>)</li> </ul> <h1>2.6.4 / 2017-04-20</h1> <ul> <li>Fix: bug that would occure if process.env.DEBUG is a non-string value. (<a href="https://github-redirect.dependabot.com/debug-js/debug/issues/444">#444</a>, <a href="https://github.com/LucianBuzzo"><code>@​LucianBuzzo</code></a>)</li> <li>Chore: ignore bower.json in npm installations. (<a href="https://github-redirect.dependabot.com/debug-js/debug/issues/437">#437</a>, <a href="https://github.com/joaovieira"><code>@​joaovieira</code></a>)</li> <li>Misc: update &quot;ms&quot; to v0.7.3 (<a href="https://github.com/tootallnate"><code>@​tootallnate</code></a>)</li> </ul> <h1>2.6.3 / 2017-03-13</h1> <ul> <li>Fix: Electron reference to <code>process.env.DEBUG</code> (<a href="https://github-redirect.dependabot.com/debug-js/debug/issues/431">#431</a>, <a href="https://github.com/paulcbetts"><code>@​paulcbetts</code></a>)</li> <li>Docs: Changelog fix (<a href="https://github.com/thebigredgeek"><code>@​thebigredgeek</code></a>)</li> </ul> <h1>2.6.2 / 2017-03-10</h1> <ul> <li>Fix: DEBUG_MAX_ARRAY_LENGTH (<a href="https://github-redirect.dependabot.com/debug-js/debug/issues/420">#420</a>, <a href="https://github.com/slavaGanzin"><code>@​slavaGanzin</code></a>)</li> <li>Docs: Add backers and sponsors from Open Collective (<a href="https://github-redirect.dependabot.com/debug-js/debug/issues/422">#422</a>, <a href="https://github.com/piamancini"><code>@​piamancini</code></a>)</li> <li>Docs: Add Slackin invite badge (<a href="https://github.com/tootallnate"><code>@​tootallnate</code></a>)</li> </ul> <h1>2.6.1 / 2017-02-10</h1> <ul> <li>Fix: Module's <code>export default</code> syntax fix for IE8 <code>Expected identifier</code> error</li> <li>Fix: Whitelist DEBUG_FD for values 1 and 2 only (<a href="https://github-redirect.dependabot.com/debug-js/debug/issues/415">#415</a>, <a href="https://github.com/pi0"><code>@​pi0</code></a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/debug-js/debug/commit/13abeae468fea297d0dccc50bc55590809241083"><code>13abeae</code></a> Release 2.6.9</li> <li><a href="https://github.com/debug-js/debug/commit/f53962e944a87e6ca9bb622a2a12dffc22a9bb5a"><code>f53962e</code></a> remove ReDoS regexp in %o formatter (<a href="https://github-redirect.dependabot.com/debug-js/debug/issues/504">#504</a>)</li> <li><a href="https://github.com/debug-js/debug/commit/52e1f21284322f167839e5d3a60f635c8b2dc842"><code>52e1f21</code></a> Release 2.6.8</li> <li><a href="https://github.com/debug-js/debug/commit/2482e08e4ef36416154ee27e9a2d60e568a01d48"><code>2482e08</code></a> Check for undefined on browser globals (<a href="https://github-redirect.dependabot.com/debug-js/debug/issues/462">#462</a>)</li> <li><a href="https://github.com/debug-js/debug/commit/6bb07f7e1bafa33631d8f36a779f17eb8abf5fea"><code>6bb07f7</code></a> release 2.6.7</li> <li><a href="https://github.com/debug-js/debug/commit/15850cb89debc3a2cd0b61ef7f9e298f257506cc"><code>15850cb</code></a> Fix Regular Expression Denial of Service (ReDoS)</li> <li><a href="https://github.com/debug-js/debug/commit/4a6c85c6018a4a4cff4b04f40173ca9d2c72c1da"><code>4a6c85c</code></a> update &quot;debug&quot; to v1.0.0 (<a href="https://github-redirect.dependabot.com/debug-js/debug/issues/454">#454</a>)</li> <li><a href="https://github.com/debug-js/debug/commit/b68dbf8cd4a8111dd4ccef56b8e2e3d463c5aadc"><code>b68dbf8</code></a> Fix typo (<a href="https://github-redirect.dependabot.com/debug-js/debug/issues/455">#455</a>)</li> <li><a href="https://github.com/debug-js/debug/commit/1351d2f91f20da46316be67265216761548db53c"><code>1351d2f</code></a> Inline extend function in node implementation (<a href="https://github-redirect.dependabot.com/debug-js/debug/issues/452">#452</a>)</li> <li><a href="https://github.com/debug-js/debug/commit/c211947ea37e1b08ee78653d78defbda7438783d"><code>c211947</code></a> update version for component</li> <li>Additional commits viewable in <a href="https://github.com/debug-js/debug/compare/2.2.0...2.6.9">compare view</a></li> </ul> </details> <br /> Updates `grunt-contrib-connect` from 0.10.1 to 3.0.0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/gruntjs/grunt-contrib-connect/blob/main/CHANGELOG">grunt-contrib-connect's changelog</a>.</em></p> <blockquote> <p>v3.0.0: date: 2020-07-16 changes: - Requires node 10+. - Updated dependencies. v2.1.0: date: 2019-09-03 changes: - Update package lock. - Allow all configuration options of livereload to be passed through. v2.0.0: date: 2018-09-09 changes: - Drop Node.js &lt; 6 support. - Update all dependencies and switch to <code>node-http2</code>. - Add <code>secureProtocol</code> in <code>httpsOptions</code>. - Fix <code>open.appName</code>. - Allow passing <code>serve-index</code> options. v1.0.2: date: 2016-04-27 changes: - Fixed http2 dependencies and stopped using the fork. v1.0.1: date: 2016-03-22 changes: - Fixed dependencies behind corporate proxy server. v1.0.0: date: 2016-03-04 changes: - Use predefined logger format with colored http status. - Update deps and docs. - HTTP2 support. - Other fixes. v0.11.2: date: 2015-08-03 changes: - Documentation fixes. v0.11.1: date: 2015-08-01 changes: - Fixes debug logging. v0.11.0: date: 2015-07-30 changes: - Update to connect 3.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gruntjs/grunt-contrib-connect/commit/5c3d0e7855bba7d60b243188cb5be95874875970"><code>5c3d0e7</code></a> v3.0.0</li> <li><a href="https://github.com/gruntjs/grunt-contrib-connect/commit/0df44c9728f1582daac9122573d86a72915843a1"><code>0df44c9</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/gruntjs/grunt-contrib-connect/issues/262">#262</a> from gruntjs/upt-depxa</li> <li><a href="https://github.com/gruntjs/grunt-contrib-connect/commit/caa133164994a266356f04b7569615bb60f122c3"><code>caa1331</code></a> Update dependencies</li> <li><a href="https://github.com/gruntjs/grunt-contrib-connect/commit/ace8bd8b13558cd11aab831160b366315009649c"><code>ace8bd8</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/gruntjs/grunt-contrib-connect/issues/260">#260</a> from gruntjs/dependabot/npm_and_yarn/lodash-4.17.19</li> <li><a href="https://github.com/gruntjs/grunt-contrib-connect/commit/eb4496caec571445dac0d4b1ea6313c4d27c20f3"><code>eb4496c</code></a> Bump lodash from 4.17.15 to 4.17.19</li> <li><a href="https://github.com/gruntjs/grunt-contrib-connect/commit/4f3954de32e23bdfc5896c2b898aea2b92772c40"><code>4f3954d</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/gruntjs/grunt-contrib-connect/issues/261">#261</a> from gruntjs/add-actions</li> <li><a href="https://github.com/gruntjs/grunt-contrib-connect/commit/434ecd6090002bcfba8c9cf6dac1e1ba7e55c5ce"><code>434ecd6</code></a> Add actions</li> <li><a href="https://github.com/gruntjs/grunt-contrib-connect/commit/15b3a2846d765139cafa70f91ab18bb1ca8fe9b0"><code>15b3a28</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/gruntjs/grunt-contrib-connect/issues/257">#257</a> from gruntjs/dependabot/npm_and_yarn/lodash-4.17.15</li> <li><a href="https://github.com/gruntjs/grunt-contrib-connect/commit/801dcda3994f58bbf05b73732af3ef33b071f7a6"><code>801dcda</code></a> Bump lodash from 4.17.10 to 4.17.15</li> <li><a href="https://github.com/gruntjs/grunt-contrib-connect/commit/b6e703db93004c05a6f973d96c8f826321910663"><code>b6e703d</code></a> v2.1.0</li> <li>Additional commits viewable in <a href="https://github.com/gruntjs/grunt-contrib-connect/compare/v0.10.1...v3.0.0">compare view</a></li> </ul> </details> <br /> Updates `grunt-contrib-watch` from 0.6.1 to 1.1.0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/gruntjs/grunt-contrib-watch/blob/main/CHANGELOG">grunt-contrib-watch's changelog</a>.</em></p> <blockquote> <p>v1.1.0: date: 2018-05-12 changes: - Update to <code>tiny-lr@1.1.1</code>, <code>lodash@4.17.10</code>, <code>async@2.6.0</code> v1.0.1: date: 2018-04-20 changes: - Update to <code>gaze@1.1</code>, <code>lodash@4</code> v1.0.0: date: 2016-03-12 changes: - Updated tiny-lr, gaze, async and lodash dependencies. - Fix endless loop issue with <code>atBegin</code>/<code>nospawn</code>. - Expose hostname parameter of tiny-lr. - Support <code>cwd.event</code> to emit events relative to path. - Removed peerDependencies setting.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gruntjs/grunt-contrib-watch/commit/3b7ddf4453787979a22b83949b86106534c78d26"><code>3b7ddf4</code></a> v1.1.0</li> <li><a href="https://github.com/gruntjs/grunt-contrib-watch/commit/72b12146efbfdcf77eef8cb475eb1ea8518bbe21"><code>72b1214</code></a> Updating dependencies, async, lodash and tiny-lr</li> <li><a href="https://github.com/gruntjs/grunt-contrib-watch/commit/5adb27c5135e16a43687e65f5bc4bb1f6acfe2fa"><code>5adb27c</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/gruntjs/grunt-contrib-watch/issues/543">#543</a> from digitalbazaar/master</li> <li><a href="https://github.com/gruntjs/grunt-contrib-watch/commit/6ec71e92debb9db044f68c609af3af20f8aeb951"><code>6ec71e9</code></a> v1.0.1</li> <li><a href="https://github.com/gruntjs/grunt-contrib-watch/commit/7d2093370b64418ff28e0989cc0aa1fb0fc87926"><code>7d20933</code></a> Update copyright year</li> <li><a href="https://github.com/gruntjs/grunt-contrib-watch/commit/e3d19dfba8778151cc4a97739f9ec7cd2eeb08ef"><code>e3d19df</code></a> Update ci configs</li> <li><a href="https://github.com/gruntjs/grunt-contrib-watch/commit/d11757447e19aa3c2f2b38a232102ec4b4b8fc13"><code>d117574</code></a> Updating ci configs</li> <li><a href="https://github.com/gruntjs/grunt-contrib-watch/commit/99410a74115a1c829829635980f4039c8ea946c4"><code>99410a7</code></a> README.md: Fixed typos (<a href="https://github-redirect.dependabot.com/gruntjs/grunt-contrib-watch/issues/536">#536</a>)</li> <li><a href="https://github.com/gruntjs/grunt-contrib-watch/commit/f07311b21775c645cfd9fe95a84a9e5e7be58d7d"><code>f07311b</code></a> Update tiny-lr dependency to 1.x</li> <li><a href="https://github.com/gruntjs/grunt-contrib-watch/commit/7f8cf80a6d0b083c009b84c1d46904562d834cff"><code>7f8cf80</code></a> Add local grunt-cli</li> <li>Additional commits viewable in <a href="https://github.com/gruntjs/grunt-contrib-watch/compare/v0.6.1...v1.1.0">compare view</a></li> </ul> </details> <br /> Updates `grunt-usemin` from 2.1.1 to 3.1.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/yeoman/grunt-usemin/releases">grunt-usemin's releases</a>.</em></p> <blockquote> <h2>3.1.1</h2> <p>Fixing breaking change: you can use both uglify or uglifyjs in usemin task.</p> <h2>3.1.0</h2> <p>SVG support: <a href="https://github.com/yeoman/grunt-usemin/commit/6119f90bde1c64eddfe1d2717ad98dead9f73768">https://github.com/yeoman/grunt-usemin/commit/6119f90bde1c64eddfe1d2717ad98dead9f73768</a></p> <p>Changes: <a href="https://github.com/yeoman/grunt-usemin/compare/v3.0.0...v3.1.0">https://github.com/yeoman/grunt-usemin/compare/v3.0.0...v3.1.0</a></p> <h2>3.0.0</h2> <ul> <li>Changed custom pattern behavior to merge instead of overwrite. <a href="https://github.com/yeoman/grunt-usemin/commit/989766245ba750b116521c26eca7efbdc22e22c2">https://github.com/yeoman/grunt-usemin/commit/989766245ba750b116521c26eca7efbdc22e22c2</a></li> <li>Duplicate blocks should raise a warn instead of a fatal error. <a href="https://github.com/yeoman/grunt-usemin/commit/b21b954ca351017366b8935402beaf274af2c3a2">https://github.com/yeoman/grunt-usemin/commit/b21b954ca351017366b8935402beaf274af2c3a2</a></li> </ul> <h2>2.6.2</h2> <p>Changes: <a href="https://github.com/yeoman/grunt-usemin/compare/v2.6.1...v2.6.2">https://github.com/yeoman/grunt-usemin/compare/v2.6.1...v2.6.2</a></p> <h2>2.6.1</h2> <p>Changes: <a href="https://github.com/yeoman/grunt-usemin/compare/v2.6.0...v2.6.1">https://github.com/yeoman/grunt-usemin/compare/v2.6.0...v2.6.1</a></p> <h2>2.6.0</h2> <p>Changes: <a href="https://github.com/yeoman/grunt-usemin/compare/v2.5.1...v2.6.0">https://github.com/yeoman/grunt-usemin/compare/v2.5.1...v2.6.0</a></p> <h2>2.5.0</h2> <p>Changes: <a href="https://github.com/yeoman/grunt-usemin/compare/v2.4.0...v2.5.0">https://github.com/yeoman/grunt-usemin/compare/v2.4.0...v2.5.0</a></p> <h2>2.3.0 - remixed-bacon</h2> <p>Highlights:</p> <ul> <li><a href="https://github.com/yeoman/grunt-usemin/commit/65b28d5bd9dbe92186559a8be20488274bf67e64">Skip duplicate configurations</a> (thanks to <a href="https://github.com/boushley"><code>@​boushley</code></a>)</li> <li><a href="https://github.com/yeoman/grunt-usemin/commit/83f6821a30020cbc9395d7257e0276cff142e219">Add support for block replacement for custom block types</a> (thanks to <a href="https://github.com/mcampo"><code>@​mcampo</code></a>)</li> </ul> <p>Changes: <a href="https://github.com/yeoman/grunt-usemin/compare/v2.2.0...v2.3.0">https://github.com/yeoman/grunt-usemin/compare/v2.2.0...v2.3.0</a></p> <h2>2.2.0</h2> <p>This is a minor release of grunt-usemin, which introduces the ability to rev src attributes of <code>&lt;video&gt;</code> and <code>&lt;source&gt;</code> tags, adds better stability for working with <code>&lt;img&gt;</code> tags and a number of overall fixes to 2.1.1.</p> <p>Thanks goes out to <a href="https://github.com/XhmikosR">XhmikosR</a> who has championed this release.</p> <p><a href="https://github.com/yeoman/grunt-usemin/compare/v2.1.1...v2.2.0">Full list of changes</a> <a href="https://github.com/yeoman/grunt-usemin/issues?milestone=2&amp;state=closed">Fixed issues</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/yeoman/grunt-usemin/commit/2057a27a4301ba0cf14fba3add2ce27a0a65de7c"><code>2057a27</code></a> 3.1.1</li> <li><a href="https://github.com/yeoman/grunt-usemin/commit/2f77a604a74c11a83c6952baddeb65a70dfcb05b"><code>2f77a60</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/yeoman/grunt-usemin/issues/593">#593</a> from stephanebachelier/uglify-task-naming</li> <li><a href="https://github.com/yeoman/grunt-usemin/commit/47128d0000203c8ab855986fbc4c515de6eb92c2"><code>47128d0</code></a> fix typo in test description</li> <li><a href="https://github.com/yeoman/grunt-usemin/commit/e2ad40db2fccc69df482a7d4afad6129f3b94d36"><code>e2ad40d</code></a> flow now support both uglify and uglifyjs naming</li> <li><a href="https://github.com/yeoman/grunt-usemin/commit/819d6553432a656cb1eb828471d94c58102f1cbd"><code>819d655</code></a> add notice about breaking change</li> <li><a href="https://github.com/yeoman/grunt-usemin/commit/d82f57a408c866ba008911a5e46647e661d96f2c"><code>d82f57a</code></a> 3.1.0</li> <li><a href="https://github.com/yeoman/grunt-usemin/commit/6b3c0a93650da4123a42a0af7a1931c98e4eb454"><code>6b3c0a9</code></a> readme tweaks</li> <li><a href="https://github.com/yeoman/grunt-usemin/commit/fab250e59f2e6821ede8b8fa270e47648e99c3e1"><code>fab250e</code></a> package.json tweaks</li> <li><a href="https://github.com/yeoman/grunt-usemin/commit/ba1f6356f28ac5ce485d683e014c64dc3f514a5a"><code>ba1f635</code></a> bump <code>chalk</code></li> <li><a href="https://github.com/yeoman/grunt-usemin/commit/7f9edaf45ed4752ab8fadc72da6d9f52443350ce"><code>7f9edaf</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/yeoman/grunt-usemin/issues/580">#580</a> from TrevorS/patch-1</li> <li>Additional commits viewable in <a href="https://github.com/yeoman/grunt-usemin/compare/v2.1.1...3.1.1">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~arthurvr">arthurvr</a>, a new releaser for grunt-usemin since your current version.</p> </details> <br /> Updates `karma` from 0.13.22 to 6.4.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/karma-runner/karma/releases">karma's releases</a>.</em></p> <blockquote> <h2>v6.4.1</h2> <h2><a href="https://github.com/karma-runner/karma/compare/v6.4.0...v6.4.1">6.4.1</a> (2022-09-19)</h2> <h3>Bug Fixes</h3> <ul> <li>pass integrity value (<a href="https://github.com/karma-runner/karma/commit/63d86befd3431fe8e1500e22f4f115a3762d000a">63d86be</a>)</li> </ul> <h2>v6.4.0</h2> <h1><a href="https://github.com/karma-runner/karma/compare/v6.3.20...v6.4.0">6.4.0</a> (2022-06-14)</h1> <h3>Features</h3> <ul> <li>support SRI verification of link tags (<a href="https://github.com/karma-runner/karma/commit/dc51a2e0e9b9805f7740f52fde01bcd20adc2dfc">dc51a2e</a>)</li> <li>support SRI verification of script tags (<a href="https://github.com/karma-runner/karma/commit/6a54b1c2a1df8214c470b8a5cc8036912874637e">6a54b1c</a>)</li> </ul> <h2>v6.3.20</h2> <h2><a href="https://github.com/karma-runner/karma/compare/v6.3.19...v6.3.20">6.3.20</a> (2022-05-13)</h2> <h3>Bug Fixes</h3> <ul> <li>prefer IPv4 addresses when resolving domains (<a href="https://github.com/karma-runner/karma/commit/e17698f950af83bf2b3edc540d2a3e1fb73cba59">e17698f</a>), closes <a href="https://github-redirect.dependabot.com/karma-runner/karma/issues/3730">#3730</a></li> </ul> <h2>v6.3.19</h2> <h2><a href="https://github.com/karma-runner/karma/compare/v6.3.18...v6.3.19">6.3.19</a> (2022-04-19)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>client:</strong> error out when opening a new tab fails (<a href="https://github.com/karma-runner/karma/commit/099b85ed0a46e37dd7cb14fc1596cbb1b3eabce9">099b85e</a>)</li> </ul> <h2>v6.3.18</h2> <h2><a href="https://github.com/karma-runner/karma/compare/v6.3.17...v6.3.18">6.3.18</a> (2022-04-13)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>deps:</strong> upgrade socket.io to v4.4.1 (<a href="https://github.com/karma-runner/karma/commit/52a30bbc6e168333a8592c26c9f40678d6ab74ea">52a30bb</a>)</li> </ul> <h2>v6.3.17</h2> <h2><a href="https://github.com/karma-runner/karma/compare/v6.3.16...v6.3.17">6.3.17</a> (2022-02-28)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>deps:</strong> update colors to maintained version (<a href="https://github-redirect.dependabot.com/karma-runner/karma/issues/3763">#3763</a>) (<a href="https://github.com/karma-runner/karma/commit/fca18843e7a04eeb67b86cb3cfc3db794d66f445">fca1884</a>)</li> </ul> <h2>v6.3.16</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/karma-runner/karma/blob/master/CHANGELOG.md">karma's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/karma-runner/karma/compare/v6.4.0...v6.4.1">6.4.1</a> (2022-09-19)</h2> <h3>Bug Fixes</h3> <ul> <li>pass integrity value (<a href="https://github.com/karma-runner/karma/commit/63d86befd3431fe8e1500e22f4f115a3762d000a">63d86be</a>)</li> </ul> <h1><a href="https://github.com/karma-runner/karma/compare/v6.3.20...v6.4.0">6.4.0</a> (2022-06-14)</h1> <h3>Features</h3> <ul> <li>support SRI verification of link tags (<a href="https://github.com/karma-runner/karma/commit/dc51a2e0e9b9805f7740f52fde01bcd20adc2dfc">dc51a2e</a>)</li> <li>support SRI verification of script tags (<a href="https://github.com/karma-runner/karma/commit/6a54b1c2a1df8214c470b8a5cc8036912874637e">6a54b1c</a>)</li> </ul> <h2><a href="https://github.com/karma-runner/karma/compare/v6.3.19...v6.3.20">6.3.20</a> (2022-05-13)</h2> <h3>Bug Fixes</h3> <ul> <li>prefer IPv4 addresses when resolving domains (<a href="https://github.com/karma-runner/karma/commit/e17698f950af83bf2b3edc540d2a3e1fb73cba59">e17698f</a>), closes <a href="https://github-redirect.dependabot.com/karma-runner/karma/issues/3730">#3730</a></li> </ul> <h2><a href="https://github.com/karma-runner/karma/compare/v6.3.18...v6.3.19">6.3.19</a> (2022-04-19)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>client:</strong> error out when opening a new tab fails (<a href="https://github.com/karma-runner/karma/commit/099b85ed0a46e37dd7cb14fc1596cbb1b3eabce9">099b85e</a>)</li> </ul> <h2><a href="https://github.com/karma-runner/karma/compare/v6.3.17...v6.3.18">6.3.18</a> (2022-04-13)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>deps:</strong> upgrade socket.io to v4.4.1 (<a href="https://github.com/karma-runner/karma/commit/52a30bbc6e168333a8592c26c9f40678d6ab74ea">52a30bb</a>)</li> </ul> <h2><a href="https://github.com/karma-runner/karma/compare/v6.3.16...v6.3.17">6.3.17</a> (2022-02-28)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>deps:</strong> update colors to maintained version (<a href="https://github-redirect.dependabot.com/karma-runner/karma/issues/3763">#3763</a>) (<a href="https://github.com/karma-runner/karma/commit/fca18843e7a04eeb67b86cb3cfc3db794d66f445">fca1884</a>)</li> </ul> <h2><a href="https://github.com/karma-runner/karma/compare/v6.3.15...v6.3.16">6.3.16</a> (2022-02-10)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>security:</strong> mitigate the &quot;Open Redirect Vulnerability&quot; (<a href="https://github.com/karma-runner/karma/commit/ff7edbb2ffbcdd69761bece86b7dc1ef0740508d">ff7edbb</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/karma-runner/karma/commit/00131213bf337e563126611b06b79218a560dc9a"><code>0013121</code></a> chore(release): 6.4.1 [skip ci]</li> <li><a href="https://github.com/karma-runner/karma/commit/63d86befd3431fe8e1500e22f4f115a3762d000a"><code>63d86be</code></a> fix: pass integrity value</li> <li><a href="https://github.com/karma-runner/karma/commit/84f7cc3d4a0770337140776e86d9740e0aad82f8"><code>84f7cc3</code></a> chore(release): 6.4.0 [skip ci]</li> <li><a href="https://github.com/karma-runner/karma/commit/f2d0663105eba0b9ea7f281230546282a46015ad"><code>f2d0663</code></a> docs: add integrity parameter</li> <li><a href="https://github.com/karma-runner/karma/commit/dc51a2e0e9b9805f7740f52fde01bcd20adc2dfc"><code>dc51a2e</code></a> feat: support SRI verification of link tags</li> <li><a href="https://github.com/karma-runner/karma/commit/6a54b1c2a1df8214c470b8a5cc8036912874637e"><code>6a54b1c</code></a> feat: support SRI verification of script tags</li> <li><a href="https://github.com/karma-runner/karma/commit/5e71cf591e9006ad2621dd88d09739bfbffd463c"><code>5e71cf5</code></a> chore(release): 6.3.20 [skip ci]</li> <li><a href="https://github.com/karma-runner/karma/commit/e17698f950af83bf2b3edc540d2a3e1fb73cba59"><code>e17698f</code></a> fix: prefer IPv4 addresses when resolving domains</li> <li><a href="https://github.com/karma-runner/karma/commit/60f4f794ea8472e4ace8e5c2d8744f83078a1277"><code>60f4f79</code></a> build: add Node 16 and 18 to the CI matrix</li> <li><a href="https://github.com/karma-runner/karma/commit/6ff5aafe9578a5f958adf2d565d45e4b5d204245"><code>6ff5aaf</code></a> chore(release): 6.3.19 [skip ci]</li> <li>Additional commits viewable in <a href="https://github.com/karma-runner/karma/compare/v0.13.22...v6.4.1">compare view</a></li> </ul> </details> <br /> 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/asapach/peerflix-server/network/alerts). </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
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/peerflix-server#428
No description provided.