Commit e0b2c0c
authored
Updated test depedencies to address a security alert (#113)
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)1 parent 8e6a71e commit e0b2c0c
1 file changed
+29
-10
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments