Skip to content

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
dependabot/npm_and_yarn/extension/npm_and_yarn-88fdbb3593
Mar 20, 2026
Merged

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
mountaindude merged 1 commit intomainfrom
dependabot/npm_and_yarn/extension/npm_and_yarn-88fdbb3593

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 14, 2026

Bumps the npm_and_yarn group with 1 update in the /extension directory: serialize-javascript.

Updates serialize-javascript from 6.0.2 to 7.0.4

Release notes

Sourced from serialize-javascript's releases.

v7.0.4

What's Changed

Full Changelog: yahoo/serialize-javascript@v7.0.3...v7.0.4

v7.0.3

  • fix(CVE-2020-7660): fix for RegExp.flags and Date.prototype.toISOString (#207) 2e609d0
  • build(deps-dev): bump lodash from 4.17.21 to 4.17.23 (#206) 42b7cdb

yahoo/serialize-javascript@v7.0.2...v7.0.3

v7.0.2

What's Changed

Full Changelog: yahoo/serialize-javascript@v7.0.1...v7.0.2

v7.0.1

What's Changed

New Contributors

Full Changelog: yahoo/serialize-javascript@v7.0.0...v7.0.1

v7.0.0

Breaking Changes

  • requires Node.js v20+

What's Changed

... (truncated)

Commits
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 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 <dependency name> major version will 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 version will 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 conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 14, 2026
@mountaindude mountaindude requested a review from Copilot March 14, 2026 10:14
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

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-build and @nebula.js/cli-sense to ^6.7.0 in extension/package.json.
  • Updates extension/package-lock.json to reflect new resolved versions, including serialize-javascript 6.0.2 → 7.0.4 and related Rollup plugin updates.
  • Updates the lockfile’s recorded package version to 2.1.0 (matching extension/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 thread extension/package.json
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 thread extension/package.json
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>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/extension/npm_and_yarn-88fdbb3593 branch from 3c4ab36 to 1528008 Compare March 14, 2026 19:41
@mountaindude mountaindude merged commit 87da7b6 into main Mar 20, 2026
2 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/extension/npm_and_yarn-88fdbb3593 branch March 20, 2026 08:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants