Conversation
Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 4.57.0 to 4.59.1. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.59.1/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-version: 4.59.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.
Comment @cursor review or bugbot run to trigger another review on this PR
| "dependencies": { | ||
| "@notionhq/client": "^5.6.0", | ||
| "framer-api": "beta" | ||
| "framer-api": "*" |
There was a problem hiding this comment.
Lock file version specifier mismatch for framer-api dependency
Medium Severity
The package-lock.json entry for the examples/notion-automations-sync workspace has "framer-api": "*" but the corresponding package.json specifies "framer-api": "beta". This mismatch was introduced during the lock file regeneration. While the currently resolved package is correct (0.0.1-beta.0), the "*" wildcard specifier differs from the original "beta" dist-tag and could cause inconsistent version resolution during future lock file updates or with certain npm operations.
Bumps wrangler from 4.57.0 to 4.59.1.
Release notes
Sourced from wrangler's releases.
... (truncated)
Commits
37a8607Version Packages (#11890)99b1f32fix: execute git commands in pages deploy safely (#11889)e98c95aVersion Packages (#11836)ad65efaAdd--checkflag towrangler types(#11852)beb96affeat(unenv-preset): add support for native node:sqlite module (#11841)b0e54b2[wrangler] Add AI agent detection to analytics events (#11820)2203af4Add Node.js 24 and 25 compatibility to the test suites for Miniflare, Wrangle...b6148edchore(deps): bump the workerd-and-workers-types group with 2 updates (#11872)0eb973dDo not warn user when using a redirected config that came from a config with ...0f8d69dcontainers: users can set multiple tiers for constraints (#11755)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.