Skip to content

Conversation

@Allan121
Copy link
Contributor

@Allan121 Allan121 commented Aug 14, 2025

This pull request updates several dependencies in the Tests/package-lock.json file to their latest versions by running npm install && npm audit fix.

Notably this was done to address a security alert regarding a vulnerability with braces version 3.0.2.

Dependency version upgrades:

  • Upgraded brace-expansion from 1.1.11 to 1.1.12, braces from 3.0.2 to 3.0.3, and fill-range from 7.0.1 to 7.1.1, ensuring compatibility and bug fixes. [1] [2]

New dependency addition:

  • Added fsevents version 2.3.3 as an optional dependency for macOS (darwin), improving file system event handling on that platform.

License information improvements:

  • Added missing "license": "MIT" fields to several dependencies (brace-expansion, braces, fill-range, is-number, and to-regex-range) for better license compliance and clarity. [1] [2] [3] [4] [5]

@ryantrem ryantrem merged commit e0b2c0c into BabylonJS:main Aug 15, 2025
16 checks passed
Allan121 added a commit to Allan121/JsRuntimeHost that referenced this pull request Aug 19, 2025
This pull request updates several dependencies in the
`Tests/package-lock.json` file to their latest versions by running `npm
install && npm audit fix`.

Notably this was done to address a security alert regarding a
vulnerability with `braces` version `3.0.2`.

Dependency version upgrades:

* Upgraded `brace-expansion` from `1.1.11` to `1.1.12`, `braces` from
`3.0.2` to `3.0.3`, and `fill-range` from `7.0.1` to `7.1.1`, ensuring
compatibility and bug fixes.
[[1]](diffhunk://#diff-cc5860f9ed9124a9710ddb64755898169ea828be7ebd3fb437e1bf7785e35400L89-R104)
[[2]](diffhunk://#diff-cc5860f9ed9124a9710ddb64755898169ea828be7ebd3fb437e1bf7785e35400L311-R316)

New dependency addition:

* Added `fsevents` version `2.3.3` as an optional dependency for macOS
(`darwin`), improving file system event handling on that platform.

License information improvements:

* Added missing `"license": "MIT"` fields to several dependencies
(`brace-expansion`, `braces`, `fill-range`, `is-number`, and
`to-regex-range`) for better license compliance and clarity.
[[1]](diffhunk://#diff-cc5860f9ed9124a9710ddb64755898169ea828be7ebd3fb437e1bf7785e35400L89-R104)
[[2]](diffhunk://#diff-cc5860f9ed9124a9710ddb64755898169ea828be7ebd3fb437e1bf7785e35400L311-R316)
[[3]](diffhunk://#diff-cc5860f9ed9124a9710ddb64755898169ea828be7ebd3fb437e1bf7785e35400R352-R365)
[[4]](diffhunk://#diff-cc5860f9ed9124a9710ddb64755898169ea828be7ebd3fb437e1bf7785e35400R503)
[[5]](diffhunk://#diff-cc5860f9ed9124a9710ddb64755898169ea828be7ebd3fb437e1bf7785e35400R835)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants