Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 15, 2025

Bumps the dependencies group with 5 updates in the / directory:

Package From To
@nodesecure/js-x-ray 9.2.0 10.0.0
@nodesecure/npm-registry-sdk 3.0.0 4.1.0
@nodesecure/scanner 6.12.1 7.0.0
@openally/mutex 1.1.0 2.0.0
dotenv 16.6.1 17.2.2

Updates @nodesecure/js-x-ray from 9.2.0 to 10.0.0

Release notes

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

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

Major Changes

Minor Changes

Patch Changes

Commits
  • f61651b chore: update versions (#378)
  • 857308c feat(probes): add minimal implementation of data exfiltration (#399)
  • b6d2474 feat: implement pipelines with built-in deobfuscate (#398)
  • 14cb982 fix(js-x-ray): properly deep clone and reset probe context in ProbeRunner (#400)
  • 283d5b6 refactor: integrate estree-walker using meriyah ESTree types (#397)
  • f66af80 refactor: move Signals to the probe.main context (#396)
  • fad019f feat(ProbeRunner): implement context (#395)
  • 8300966 chore(scripts): add clean script to remove dist folder and tsconfig.tsbuildi...
  • 02a2d05 refactor(probe/isSerializeEnv): simplify tracing & add new UT with a spread (...
  • facb858 chore(tracer): enhance docs, types and syntax (#391)
  • Additional commits viewable in compare view

Updates @nodesecure/npm-registry-sdk from 3.0.0 to 4.1.0

Release notes

Sourced from @​nodesecure/npm-registry-sdk's releases.

v4.1.0

What's Changed

Full Changelog: NodeSecure/npm-registry-sdk@v4.0.0...v4.1.0

v4.0.0

What's Changed

Full Changelog: NodeSecure/npm-registry-sdk@v3.0.0...v4.0.0

Commits
  • 6ac5695 4.1.0
  • e7027c0 refactor: use @​openally/httpie instead of @​myunisoft/httpie (#182)
  • ff4624c 4.0.0
  • 21f162a feat: implement NPM keys() API (#180)
  • 5546e59 chore(deps): bump the github-actions group with 2 updates (#181)
  • d24c07d chore(deps): bump the github-actions group with 2 updates (#178)
  • 4af36e7 chore(deps-dev): bump @​types/node in the development-dependencies group (#177)
  • dd03a6b chore(deps): bump the github-actions group with 2 updates (#176)
  • aed0d95 chore(deps): bump the github-actions group with 3 updates (#175)
  • 7f681af chore(deps): bump the github-actions group with 4 updates (#174)
  • Additional commits viewable in compare view

Updates @nodesecure/scanner from 6.12.1 to 7.0.0

Release notes

Sourced from @​nodesecure/scanner's releases.

@​nodesecure/scanner@​7.0.0

Major Changes

Patch Changes

Commits
  • 6a0d941 chore: update versions (#512)
  • ffbbca1 chore(deps-dev): bump the development-dependencies group with 2 updates (#520)
  • 426eb15 chore(deps): bump the dependencies group with 3 updates (#519)
  • 06b599f chore(npm-types): improve dist-tags definition (#518)
  • a7834e5 chore(deps): bump cacache in the dependencies group (#517)
  • 0eecc55 chore(deps-dev): bump the development-dependencies group with 2 updates (#516)
  • 645ce54 feat: assert types and modules resolution using @​arethetypeswrong/cli (#515)
  • 7536387 chore(deps-dev): bump the development-dependencies group with 5 updates (#514)
  • 045c378 fix(mama): always remove ./node_modules/.bin from integrity hash (#513)
  • 979c469 refactor(scanner)!: improve global warning implementation (#509)
  • See full diff in compare view

Updates @openally/mutex from 1.1.0 to 2.0.0

Updates dotenv from 16.6.1 to 17.2.2

Changelog

Sourced from dotenv's changelog.

17.2.2 (2025-09-02)

Added

  • 🙏 A big thank you to new sponsor Tuple.app - the premier screen sharing app for developers on macOS and Windows. Go check them out. It's wonderful and generous of them to give back to open source by sponsoring dotenv. Give them some love back.

17.2.1 (2025-07-24)

Changed

  • Fix clickable tip links by removing parentheses (#897)

17.2.0 (2025-07-09)

Added

  • Optionally specify DOTENV_CONFIG_QUIET=true in your environment or .env file to quiet the runtime log (#889)
  • Just like dotenv any DOTENV_CONFIG_ environment variables take precedence over any code set options like ({quiet: false})
# .env
DOTENV_CONFIG_QUIET=true
HELLO="World"
// index.js
require('dotenv').config()
console.log(`Hello ${process.env.HELLO}`)
$ node index.js
Hello World
or
$ DOTENV_CONFIG_QUIET=true node index.js

17.1.0 (2025-07-07)

Added

  • Add additional security and configuration tips to the runtime log (#884)
  • Dim the tips text from the main injection information text
const TIPS = [
  '🔐 encrypt with dotenvx: https://dotenvx.com',
  '🔐 prevent committing .env to code: https://dotenvx.com/precommit',
  '🔐 prevent building .env in docker: https://dotenvx.com/prebuild',
</tr></table> 

... (truncated)

Commits

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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

…dates

Bumps the dependencies group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@nodesecure/js-x-ray](https://github.com/NodeSecure/js-x-ray) | `9.2.0` | `10.0.0` |
| [@nodesecure/npm-registry-sdk](https://github.com/NodeSecure/npm-registry-sdk) | `3.0.0` | `4.1.0` |
| [@nodesecure/scanner](https://github.com/NodeSecure/scanner) | `6.12.1` | `7.0.0` |
| @openally/mutex | `1.1.0` | `2.0.0` |
| [dotenv](https://github.com/motdotla/dotenv) | `16.6.1` | `17.2.2` |



Updates `@nodesecure/js-x-ray` from 9.2.0 to 10.0.0
- [Release notes](https://github.com/NodeSecure/js-x-ray/releases)
- [Commits](https://github.com/NodeSecure/js-x-ray/compare/@nodesecure/[email protected]...@nodesecure/[email protected])

Updates `@nodesecure/npm-registry-sdk` from 3.0.0 to 4.1.0
- [Release notes](https://github.com/NodeSecure/npm-registry-sdk/releases)
- [Commits](NodeSecure/npm-registry-sdk@v3.0.0...v4.1.0)

Updates `@nodesecure/scanner` from 6.12.1 to 7.0.0
- [Release notes](https://github.com/NodeSecure/scanner/releases)
- [Commits](https://github.com/NodeSecure/scanner/compare/@nodesecure/[email protected]...@nodesecure/[email protected])

Updates `@openally/mutex` from 1.1.0 to 2.0.0

Updates `dotenv` from 16.6.1 to 17.2.2
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](motdotla/dotenv@v16.6.1...v17.2.2)

---
updated-dependencies:
- dependency-name: "@nodesecure/js-x-ray"
  dependency-version: 10.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@nodesecure/npm-registry-sdk"
  dependency-version: 4.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@nodesecure/scanner"
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@openally/mutex"
  dependency-version: 2.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: dotenv
  dependency-version: 17.2.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 15, 2025
@fraxken fraxken merged commit 724a903 into master Nov 6, 2025
4 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dependencies-8b86a47275 branch November 6, 2025 04:43
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