Skip to content

chore(deps): bump the nodesecure-dependencies group across 1 directory with 2 updates#667

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/nodesecure-dependencies-d1ff683988
Open

chore(deps): bump the nodesecure-dependencies group across 1 directory with 2 updates#667
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/nodesecure-dependencies-d1ff683988

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 25, 2026

Bumps the nodesecure-dependencies group with 2 updates in the / directory: @nodesecure/js-x-ray and @nodesecure/mama.

Updates @nodesecure/js-x-ray from 11.1.0 to 12.0.0

Release notes

Sourced from @​nodesecure/js-x-ray's releases.

@​nodesecure/js-x-ray@​12.0.0

Major Changes

  • #530 e123fd2 Thanks @​clemgbld! - feat(js-x-ray)! expose an interface and a default implementation for CollectableSet

Minor Changes

@​nodesecure/js-x-ray@​11.7.0

Minor Changes

  • #523 7918a5d Thanks @​fraxken! - Add support for native type striping inside JsSourceParser using node:module API

@​nodesecure/js-x-ray@​11.5.0

Minor Changes

Patch Changes

@​nodesecure/js-x-ray@​11.4.0

Minor Changes

  • #468 317d679 Thanks @​7amed3li! - feat(isLiteral): add email collection using CollectableSet API

    Implemented email detection and collection in the isLiteral probe. The probe now identifies email addresses in string literals using the same regex pattern as the CLI and collects them via the CollectableSet API.

    • Added email regex constant matching CLI implementation
    • Email addresses are now collected when CollectableSet("email") is provided
    • Added comprehensive test cases covering valid/invalid formats and edge cases

... (truncated)

Changelog

Sourced from @​nodesecure/js-x-ray's changelog.

12.0.0

Major Changes

  • #530 e123fd2 Thanks @​clemgbld! - feat(js-x-ray)! expose an interface and a default implementation for CollectableSet

Minor Changes

11.7.0

Minor Changes

  • #523 7918a5d Thanks @​fraxken! - Add support for native type striping inside JsSourceParser using node:module API

11.6.0

Minor Changes

11.5.0

Minor Changes

... (truncated)

Commits
  • ad4b5c1 chore: update versions (#529)
  • e123fd2 feat(js-x-ray)! expose an interface and a default implementation for Collecta...
  • f33efcd feat(js-x-ray): scan eval argument + isUnsafecalle optmizations (#528)
  • 4f1e030 chore: update versions (#524)
  • d64b61c chore: update versions (#515)
  • 7918a5d feat: support native Node.js type striping for JS parser (#523)
  • 085c0fd feat(probes): add prototype pollution detection for proto usage (#512)
  • 4898768 feat: add insecure-random probe (#516)
  • 112d4ee refactor: migrate sec-literal workspace to JS-X-Ray (#522)
  • 8597384 feat(i18n): add support for Arabic and Turkish languages (#517)
  • Additional commits viewable in compare view

Updates @nodesecure/mama from 2.0.2 to 2.1.1

Release notes

Sourced from @​nodesecure/mama's releases.

@​nodesecure/mama@​2.1.1

Patch Changes

@​nodesecure/mama@​2.1.0

Minor Changes

Patch Changes

Changelog

Sourced from @​nodesecure/mama's changelog.

2.1.1

Patch Changes

2.1.0

Minor Changes

Patch Changes

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​nodesecure/mama 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 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

…y with 2 updates

Bumps the nodesecure-dependencies group with 2 updates in the / directory: [@nodesecure/js-x-ray](https://github.com/NodeSecure/js-x-ray/tree/HEAD/workspaces/js-x-ray) and [@nodesecure/mama](https://github.com/NodeSecure/scanner/tree/HEAD/workspaces/mama).


Updates `@nodesecure/js-x-ray` from 11.1.0 to 12.0.0
- [Release notes](https://github.com/NodeSecure/js-x-ray/releases)
- [Changelog](https://github.com/NodeSecure/js-x-ray/blob/master/workspaces/js-x-ray/CHANGELOG.md)
- [Commits](https://github.com/NodeSecure/js-x-ray/commits/@nodesecure/js-x-ray@12.0.0/workspaces/js-x-ray)

Updates `@nodesecure/mama` from 2.0.2 to 2.1.1
- [Release notes](https://github.com/NodeSecure/scanner/releases)
- [Changelog](https://github.com/NodeSecure/scanner/blob/master/workspaces/mama/CHANGELOG.md)
- [Commits](https://github.com/NodeSecure/scanner/commits/@nodesecure/mama@2.1.1/workspaces/mama)

---
updated-dependencies:
- dependency-name: "@nodesecure/js-x-ray"
  dependency-version: 12.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nodesecure-dependencies
- dependency-name: "@nodesecure/mama"
  dependency-version: 2.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nodesecure-dependencies
...

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 Feb 25, 2026
@socket-security
Copy link

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updated@​nodesecure/​js-x-ray@​11.7.0 ⏵ 12.0.085 +110077 +198 +1100

View full report

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.

0 participants