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

build(deps): bump @fastly/js-compute from 0.5.15 to 3.27.2 in /examples/fastly #1350

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
build(deps): bump @fastly/js-compute in /examples/fastly
Bumps [@fastly/js-compute](https://github.com/fastly/js-compute-runtime) from 0.5.15 to 3.27.2.
- [Release notes](https://github.com/fastly/js-compute-runtime/releases)
- [Changelog](https://github.com/fastly/js-compute-runtime/blob/main/CHANGELOG.md)
- [Commits](fastly/js-compute-runtime@v0.5.15...v3.27.2)

---
updated-dependencies:
- dependency-name: "@fastly/js-compute"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] authored Nov 11, 2024
commit 0f6be007d364d5c0eebda2a3741cde0c2ecc1fa3
2 changes: 1 addition & 1 deletion examples/fastly/package.json
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@
"webpack-cli": "^5.0.0"
},
"dependencies": {
"@fastly/js-compute": "^0.5.5",
"@fastly/js-compute": "^3.27.2",
"@upstash/redis": "latest",
"flight-path": "^1.0.10"
},
Loading