Skip to content

chore(deps): bump js-cookie from 3.0.5 to 3.0.7 - #15088

Open
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/js-cookie-3.0.7
Open

chore(deps): bump js-cookie from 3.0.5 to 3.0.7#15088
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/js-cookie-3.0.7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 25, 2026

Copy link
Copy Markdown
Contributor

Bumps js-cookie from 3.0.5 to 3.0.7.

Release notes

Sourced from js-cookie's releases.

v3.0.7

  • Prevent cookie attribute injection: CVE-2026-46625 (eb3c40e)
  • Add Partitioned attribute to readme (b994768)
  • Publish to npm registry via trusted publisher exclusively (4dc71be)
  • Ensure consistent behaviour for get('name') + get() (1953d30)
Commits
  • 17bacba Craft v3.0.7 release
  • adb823c Fix release workflow halting at git tag
  • 5f9e759 May remove Git user config from release workflow
  • 6ac9211 Fix release workflow not able to push commit + tag
  • 2278bc5 Fix missing package version bump
  • eb3c40e Prevent cookie attribute injection
  • f6f157f Bump globals from 17.5.0 to 17.6.0
  • f409d02 Bump eslint from 10.2.0 to 10.3.0
  • a686883 Bump protobufjs in the npm_and_yarn group across 1 directory
  • c6112d2 Bump @​protobufjs/utf8 in the npm_and_yarn group across 1 directory
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for js-cookie since your current version.


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.


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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will 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.

Bumps [js-cookie](https://github.com/js-cookie/js-cookie) from 3.0.5 to 3.0.7.
- [Release notes](https://github.com/js-cookie/js-cookie/releases)
- [Commits](js-cookie/js-cookie@v3.0.5...v3.0.7)

---
updated-dependencies:
- dependency-name: js-cookie
  dependency-version: 3.0.7
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 25, 2026
@github-actions github-actions Bot added the APP: Device Re: Device App (content import/export, facility-syncing, user permissions, etc.) label Jul 25, 2026
@rtibblesbot

rtibblesbot commented Jul 25, 2026

Copy link
Copy Markdown
Contributor

🔵 Review posted

Last updated: 2026-07-25 06:28 UTC

@rtibblesbot rtibblesbot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR #15088js-cookie 3.0.5 → 3.0.7 in kolibri/plugins/device (production dependency), patch bump. CI passing.

  • Security: fixes CVE-2026-46625 / GHSA-qjx8-664m-686j (high) — prototype hijack in assign() allowing cookie-attribute injection via a __proto__ key. Kolibri's only set() call site (kolibri/plugins/device/frontend/views/DeviceIndex.vue:94) passes a literal attributes object, never JSON-parsed input, so this is defence-in-depth rather than a live exposure.
  • Breaking changes: none.
  • Peer dependencies: none added or changed.
  • Behavior change: argument-less Cookies.get() now returns the first match for a duplicated cookie name instead of the last. Cookies.get('name') is unchanged, which is the only form Kolibri uses (kolibri/plugins/device/frontend/app.js:25).
  • Lockfile resolves to 3.0.8, not 3.0.7 — at both the direct and the js-beautify transitive position, with no 3.0.5 copy left in the tree. That's the better outcome: 3.0.7 shipped an ES2019 catch {} (breaks ES5 parse) and an engines.node >= 20 bump, both fixed in 3.0.8. ^3.0.8 would be a more accurate manifest floor, but the committed lockfile means normal installs never see 3.0.7, and swc-loader transpiles node_modules against browserslist-config-kolibri anyway.
  • The lockfile also carries an unrelated electron-to-chromium 1.5.395 → 1.5.396 refresh; optional transitive of browserslist, no impact.

@rtibblesbot's comments are generated by an LLM, and should be evaluated accordingly

How was this generated?

Ran a dependency-update review pipeline over the version bump:

  • Classified the bump by semver (patch / minor / major) and dependency type (production vs. development)
  • Extracted the changelog and release notes across the version range
  • Assessed compatibility with this project's usage and whether any code changes are required
  • Treated CI as the primary safety net
  • Scaled the review depth to the update's risk
  • Chose the verdict from semver risk, changelog findings, and CI status

@rtibbles rtibbles self-assigned this Jul 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

APP: Device Re: Device App (content import/export, facility-syncing, user permissions, etc.) dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code SIZE: very small

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants