chore(deps): bump js-cookie from 3.0.5 to 3.0.7 - #15088
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
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>
Contributor
🔵 Review postedLast updated: 2026-07-25 06:28 UTC |
Contributor
Build Artifacts
Smoke test screenshot |
rtibblesbot
approved these changes
Jul 25, 2026
rtibblesbot
left a comment
Contributor
There was a problem hiding this comment.
PR #15088 — js-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 onlyset()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-beautifytransitive position, with no 3.0.5 copy left in the tree. That's the better outcome: 3.0.7 shipped an ES2019catch {}(breaks ES5 parse) and anengines.node >= 20bump, both fixed in 3.0.8.^3.0.8would be a more accurate manifest floor, but the committed lockfile means normal installs never see 3.0.7, andswc-loadertranspilesnode_modulesagainstbrowserslist-config-kolibrianyway. - The lockfile also carries an unrelated
electron-to-chromium1.5.395 → 1.5.396 refresh; optional transitive ofbrowserslist, 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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps js-cookie from 3.0.5 to 3.0.7.
Release notes
Sourced from js-cookie's releases.
Commits
17bacbaCraft v3.0.7 releaseadb823cFix release workflow halting atgit tag5f9e759May remove Git user config from release workflow6ac9211Fix release workflow not able to push commit + tag2278bc5Fix missing package version bumpeb3c40ePrevent cookie attribute injectionf6f157fBump globals from 17.5.0 to 17.6.0f409d02Bump eslint from 10.2.0 to 10.3.0a686883Bump protobufjs in the npm_and_yarn group across 1 directoryc6112d2Bump@protobufjs/utf8in the npm_and_yarn group across 1 directoryMaintainer 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.