Bump js-cookie from 3.0.5 to 3.0.8 - #4998
Conversation
Bumps [js-cookie](https://github.com/js-cookie/js-cookie) from 3.0.5 to 3.0.8. - [Release notes](https://github.com/js-cookie/js-cookie/releases) - [Commits](js-cookie/js-cookie@v3.0.5...v3.0.8) --- updated-dependencies: - dependency-name: js-cookie dependency-version: 3.0.8 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Up to standards ✅🟢 Issues
|
There was a problem hiding this comment.
Pull Request Overview
This PR is intended to update the js-cookie dependency to version 3.0.8 to mitigate security vulnerability CVE-2026-46625 and improve ES5 compatibility. However, the current diff contains no changes to package.json, which prevents the upgrade from being applied to the project. This is a critical blocker. Additionally, the PR lacks verification tests to ensure that core cookie operations remain functional after the proposed version change.
About this PR
- The changes to
package.jsonare missing from this PR. To successfully upgrade the dependency and address the security risk associated with CVE-2026-46625, you must include the updates to both the package manifest and the lockfile.
Test suggestions
- Verify that core cookie operations (get, set, remove) remain functional after the version upgrade.
Prompt proposal for missing tests
Consider implementing these tests if applicable:
1. Verify that core cookie operations (get, set, remove) remain functional after the version upgrade.
TIP Improve review quality by adding custom instructions
TIP How was this review? Give us feedback
Bumps js-cookie from 3.0.5 to 3.0.8.
Release notes
Sourced from js-cookie's releases.
Commits
d7a1096Craft v3.0.8 release248e685Use existing Chrome with puppeteerfc04269Remove QUnit related workaround in Grunt config265a685Tidy up package lock file478e591Disable Node deprecation DEP0044 for release workflow331d524Fix node version config for E2E test job11d773dEnsure ECMAScript compatibilityd788646Removeenginesproperty from packagee7d9a4dFix typo in test assertion messageb5fca24Make credentials use explicit in release workflowMaintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for js-cookie since your current version.
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 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.