chore(deps): bump serialize-javascript from 6.0.2 to 7.0.4 in /extension in the npm_and_yarn group across 1 directory#46
Merged
mountaindude merged 1 commit intomainfrom Mar 20, 2026
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the extension’s build/tooling dependency graph (driven by a serialize-javascript bump) to newer versions, updating the lockfile accordingly for the /extension package.
Changes:
- Bumps
@nebula.js/cli-buildand@nebula.js/cli-senseto^6.7.0inextension/package.json. - Updates
extension/package-lock.jsonto reflect new resolved versions, includingserialize-javascript6.0.2 → 7.0.4and related Rollup plugin updates. - Updates the lockfile’s recorded package version to
2.1.0(matchingextension/package.json).
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| extension/package.json | Updates Nebula CLI build/sense devDependencies to newer versions. |
| extension/package-lock.json | Re-locks the dependency tree including the serialize-javascript major bump and related transitive updates. |
Files not reviewed (1)
- extension/package-lock.json: Language not supported
Comment on lines
3120
to
3133
| "node_modules/@rollup/plugin-terser": { | ||
| "version": "0.4.4", | ||
| "resolved": "https://registry.npmjs.org/@rollup/plugin-terser/-/plugin-terser-0.4.4.tgz", | ||
| "integrity": "sha512-XHeJC5Bgvs8LfukDwWZp7yeqin6ns8RTl2B9avbejt6tZqsqvVoWI7ZTQrcNsfKEDWBTnTxM8nMDkO2IFFbd0A==", | ||
| "version": "1.0.0", | ||
| "resolved": "https://registry.npmjs.org/@rollup/plugin-terser/-/plugin-terser-1.0.0.tgz", | ||
| "integrity": "sha512-FnCxhTBx6bMOYQrar6C8h3scPt8/JwIzw3+AJ2K++6guogH5fYaIFia+zZuhqv0eo1RN7W1Pz630SyvLbDjhtQ==", | ||
| "dev": true, | ||
| "license": "MIT", | ||
| "dependencies": { | ||
| "serialize-javascript": "^6.0.1", | ||
| "serialize-javascript": "^7.0.3", | ||
| "smob": "^1.0.0", | ||
| "terser": "^5.17.4" | ||
| }, | ||
| "engines": { | ||
| "node": ">=14.0.0" | ||
| "node": ">=20.0.0" | ||
| }, |
Comment on lines
47
to
50
| "@nebula.js/cli": "^6.6.0", | ||
| "@nebula.js/cli-build": "^6.6.0", | ||
| "@nebula.js/cli-sense": "^6.6.0", | ||
| "@nebula.js/cli-build": "^6.7.0", | ||
| "@nebula.js/cli-sense": "^6.7.0", | ||
| "@nebula.js/cli-serve": "^6.5.0", |
Comment on lines
+48
to
+49
| "@nebula.js/cli-build": "^6.7.0", | ||
| "@nebula.js/cli-sense": "^6.7.0", |
Bumps the npm_and_yarn group with 1 update in the /extension directory: [serialize-javascript](https://github.com/yahoo/serialize-javascript). Updates `serialize-javascript` from 6.0.2 to 7.0.4 - [Release notes](https://github.com/yahoo/serialize-javascript/releases) - [Commits](yahoo/serialize-javascript@v6.0.2...v7.0.4) --- updated-dependencies: - dependency-name: serialize-javascript dependency-version: 7.0.4 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
3c4ab36 to
1528008
Compare
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 the npm_and_yarn group with 1 update in the /extension directory: serialize-javascript.
Updates
serialize-javascriptfrom 6.0.2 to 7.0.4Release notes
Sourced from serialize-javascript's releases.
... (truncated)
Commits
eec32e0release: v7.0.4d5057157.0.32e609d0fix(CVE-2020-7660): fix for RegExp.flags and Date.prototype.toISOString (#207)42b7cdbbuild(deps-dev): bump lodash from 4.17.21 to 4.17.23 (#206)44f544brelease: v7.0.2 (#205)bba0dddci: setup trusted publishing workflow (#204)235f6eaci: bump GitHub Actions to latest versions (#203)f7fff15release: v7.0.1 (#202)b4abd4cdocs: tweak README (#201)738a8e9security: sanitize function bodies (#199)Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for serialize-javascript 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 <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.