Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the development-dependencies group in /link-shortener with 2 updates #149

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 26, 2024

Bumps the development-dependencies group in /link-shortener with 2 updates: @cloudflare/workers-types and wrangler.

Updates @cloudflare/workers-types from 4.20240815.0 to 4.20240821.1

Commits

Updates wrangler from 3.72.0 to 3.72.2

Release notes

Sourced from wrangler's releases.

wrangler@3.72.2

Patch Changes

wrangler@3.72.1

Patch Changes

Changelog

Sourced from wrangler's changelog.

3.72.2

Patch Changes

3.72.1

Patch Changes

Commits
  • 419e9f0 Version Packages (#6549)
  • b0e2f0b chore(deps): bump the workerd-and-workers-types group across 1 directory with...
  • c7a980c feat(wrangler) add asset manifest in dev and use in ASW (#6525)
  • e75c581 Nodejs compat v2 on pages (#6511)
  • 090a596 test: run version upload tests in a temp directory, rather than the wrangler ...
  • f6ace9f Version Packages (#6509)
  • d0ecc6a Fixed versions upload printing duplicate bindings (#6530)
  • bd7d79a feat(wrangler): Add support for examples in --help (#6513)
  • a9b4f25 VS-197: Fix Vectorize List MetadataIndex Http Method (#6502)
  • 56a3de2 fix: move the Windows C++ redistributable warning so it is only shown if ther...
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the development-dependencies group in /link-shortener with 2 updates: [@cloudflare/workers-types](https://github.com/cloudflare/workerd) and [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler).


Updates `@cloudflare/workers-types` from 4.20240815.0 to 4.20240821.1
- [Release notes](https://github.com/cloudflare/workerd/releases)
- [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md)
- [Commits](https://github.com/cloudflare/workerd/commits)

Updates `wrangler` from 3.72.0 to 3.72.2
- [Release notes](https://github.com/cloudflare/workers-sdk/releases)
- [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md)
- [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@3.72.2/packages/wrangler)

---
updated-dependencies:
- dependency-name: "@cloudflare/workers-types"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: wrangler
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 26, 2024
Copy link

cloudflare-pages bot commented Aug 26, 2024

Deploying link-shortener with  Cloudflare Pages  Cloudflare Pages

Latest commit: 00375b0
Status: ✅  Deploy successful!
Preview URL: https://c0038b7f.link-shortener-pdw.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-link-r778.link-shortener-pdw.pages.dev

View logs

Copy link

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@cloudflare/workers-types@4.20240821.1 None 0 4.21 MB wrangler-publisher
npm/wrangler@3.72.2 Transitive: environment, eval, filesystem, network, shell, unsafe +103 841 MB wrangler-publisher

🚮 Removed packages: npm/@cloudflare/workers-types@4.20240815.0), npm/wrangler@3.72.0)

View full report↗︎

Copy link

🚨 Potential security issues detected. Learn more about Socket for GitHub ↗︎

To accept the risk, merge this PR and you will not be notified again.

Alert Package NoteSourceCI
Network access npm/miniflare@3.20240821.0 🚫
Network access npm/miniflare@3.20240821.0 🚫
Network access npm/miniflare@3.20240821.0 🚫
Shell access npm/miniflare@3.20240821.0 🚫
Uses eval npm/miniflare@3.20240821.0 🚫
Network access npm/miniflare@3.20240821.0 🚫

View full report↗︎

Next steps

What is network access?

This module accesses the network.

Packages should remove all network access that is functionally unnecessary. Consumers should audit network access to ensure legitimate use.

What is shell access?

This module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.

Packages should avoid accessing the shell which can reduce portability, and make it easier for malicious shell access to be introduced.

What is eval?

Package uses eval() which is a dangerous function. This prevents the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.

Avoid packages that use eval, since this could potentially execute any code.

Take a deeper look at the dependency

Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support [AT] socket [DOT] dev.

Remove the package

If you happen to install a dependency that Socket reports as Known Malware you should immediately remove it and select a different dependency. For other alert types, you may may wish to investigate alternative packages or consider if there are other ways to mitigate the specific risk posed by the dependency.

Mark a package as acceptable risk

To ignore an alert, reply with a comment starting with @SocketSecurity ignore followed by a space separated list of ecosystem/package-name@version specifiers. e.g. @SocketSecurity ignore npm/foo@1.0.0 or ignore all packages with @SocketSecurity ignore-all

  • @SocketSecurity ignore npm/miniflare@3.20240821.0

@mackenly mackenly merged commit 07601e5 into main Aug 26, 2024
3 of 4 checks passed
@mackenly mackenly deleted the dependabot/npm_and_yarn/link-shortener/development-dependencies-b3710df3d2 branch August 26, 2024 15:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant