[PR #255] [MERGED] Bump webpack-cli from 3.3.5 to 3.3.6 #334

Closed
opened 2026-02-26 05:34:37 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/nextcloud/twofactor_gateway/pull/255
Author: @dependabot-preview[bot]
Created: 7/15/2019
Status: Merged
Merged: 7/15/2019
Merged by: @dependabot-preview[bot]

Base: masterHead: dependabot/npm_and_yarn/webpack-cli-3.3.6


📝 Commits (1)

  • fb05108 Bump webpack-cli from 3.3.5 to 3.3.6

📊 Changes

2 files changed (+4 additions, -4 deletions)

View changed files

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

📄 Description

Bumps webpack-cli from 3.3.5 to 3.3.6.

Release notes

Sourced from webpack-cli's releases.

Webpack CLI v3.3.6 is a security patch that fixes vulnerabilities. Please upgrade if not done so already. A full changelog available here

Stay safe🙏🏽

Changelog

Sourced from webpack-cli's changelog.

3.3.6 (2019-07-14)

Full Changelog

Chore

  • serve: refactor code to be more concise (d2e3e80)
  • utils: fixes typo in scaffold (bd5c1ce)
  • fix sec vuln (110fa5e)
  • prevent weird behaviour of pre-commit hook (#973)
  • include comments (941da90)

Docs

  • remove deprecated packages description (#979)

Fix

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.

If all status checks pass Dependabot will automatically merge this pull request.


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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the version in this PR you can just close it
  • @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
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.


🔄 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/nextcloud/twofactor_gateway/pull/255 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 7/15/2019 **Status:** ✅ Merged **Merged:** 7/15/2019 **Merged by:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/webpack-cli-3.3.6` --- ### 📝 Commits (1) - [`fb05108`](https://github.com/nextcloud/twofactor_gateway/commit/fb05108f07f13886e2fea85d9598b679ed3c221d) Bump webpack-cli from 3.3.5 to 3.3.6 ### 📊 Changes **2 files changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+3 -3) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 3.3.5 to 3.3.6. <details> <summary>Release notes</summary> *Sourced from [webpack-cli's releases](https://github.com/webpack/webpack-cli/releases).* > Webpack CLI v3.3.6 is a security patch that fixes vulnerabilities. Please upgrade if not done so already. A full changelog available [here](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md#336-2019-07-14) > > > Stay safe🙏🏽 </details> <details> <summary>Changelog</summary> *Sourced from [webpack-cli's changelog](https://github.com/webpack/webpack-cli/blob/v3.3.6/CHANGELOG.md).* > # 3.3.6 (2019-07-14) > > [Full Changelog](https://github.com/webpack/webpack-cli/compare/v3.3.5...v3.3.6) > > ## Chore > > - serve: refactor code to be more concise ([d2e3e80](https://github.com/webpack/webpack-cli/commit/d2e3e80)) > - utils: fixes typo in scaffold ([bd5c1ce](https://github.com/webpack/webpack-cli/commit/bd5c1ce)) > - fix sec vuln ([110fa5e](https://github.com/webpack/webpack-cli/commit/110fa5e)) > - prevent weird behaviour of pre-commit hook ([#973](https://github-redirect.dependabot.com/webpack/webpack-cli/pull/973)) > - include comments ([941da90](https://github.com/webpack/webpack-cli/commit/941da90)) > > ## Docs > > - remove deprecated packages description ([#979](https://github-redirect.dependabot.com/webpack/webpack-cli/pull/979)) > > ## Fix > > - minor refactor ([a30a027](https://github.com/webpack/webpack-cli/commit/a30a027)) > - update comments ([7553ae7](https://github.com/webpack/webpack-cli/commit/7553ae7)) > - minor fix ([0d9aa9a](https://github.com/webpack/webpack-cli/commit/0d9aa9a)) > > <a name="3.3.5"></a> </details> <details> <summary>Commits</summary> - [`a56e916`](https://github.com/webpack/webpack-cli/commit/a56e9163d3eeefe499e8f26610935cdd0741d518) chore: v3.3.6 - [`110fa5e`](https://github.com/webpack/webpack-cli/commit/110fa5e7d92b3053a04954d308cd05fb94de7d52) chore: fix sec vuln - [`6c766f8`](https://github.com/webpack/webpack-cli/commit/6c766f88ea4c91194fe509604a508607fd08bef4) Merge pull request [#974](https://github-redirect.dependabot.com/webpack/webpack-cli/issues/974) from jamesgeorge007/feat/minor-refactor - [`7978d77`](https://github.com/webpack/webpack-cli/commit/7978d778c39dffb90a14cb608fa780c5fcefd954) Merge pull request [#975](https://github-redirect.dependabot.com/webpack/webpack-cli/issues/975) from pranshuchittora/chore-typo - [`ba471f8`](https://github.com/webpack/webpack-cli/commit/ba471f87ba4ecc51fb532e864e5e21b88f22c5c9) chore: prevent weird behaviour of pre-commit hook ([#973](https://github-redirect.dependabot.com/webpack/webpack-cli/issues/973)) - [`49e4adc`](https://github.com/webpack/webpack-cli/commit/49e4adcd98dba87866d4b29216cad447e1223b0c) docs: remove deprecated packages description ([#979](https://github-redirect.dependabot.com/webpack/webpack-cli/issues/979)) - [`a30a027`](https://github.com/webpack/webpack-cli/commit/a30a02716c50b1c52c223c42eabe5dd1cbe29577) fix: minor refactor - [`7553ae7`](https://github.com/webpack/webpack-cli/commit/7553ae76b6a2f84cb5cb69f73f1eb3613020775f) fix: update comments - [`941da90`](https://github.com/webpack/webpack-cli/commit/941da90ebfcb6aa5ba07430465bf2d53a2c54c4f) chore: include comments - [`0d9aa9a`](https://github.com/webpack/webpack-cli/commit/0d9aa9ac7868f0154209eb119b6244df55859af7) fix: minor fix - Additional commits viewable in [compare view](https://github.com/webpack/webpack-cli/compare/v3.3.5...v3.3.6) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=webpack-cli&package-manager=npm_and_yarn&previous-version=3.3.5&new-version=3.3.6)](https://dependabot.com/compatibility-score.html?dependency-name=webpack-cli&package-manager=npm_and_yarn&previous-version=3.3.5&new-version=3.3.6) 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) If all status checks pass Dependabot will automatically merge this pull request. [//]: # (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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the version in this PR you can just close it - `@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 - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 05:34:37 +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/twofactor_gateway-nextcloud#334
No description provided.