chore(deps): bump the security-dependencies group across 1 directory with 3 updates - #1229
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
📋 PR Validation SummaryCheck the Build react library job summary for detailed reports:
|
…with 3 updates Bumps the security-dependencies group with 3 updates in the / directory: [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx), [fast-uri](https://github.com/fastify/fast-uri) and [js-yaml](https://github.com/nodeca/js-yaml). Updates `nx` from 22.6.5 to 22.7.7 - [Release notes](https://github.com/nrwl/nx/releases) - [Commits](https://github.com/nrwl/nx/commits/22.7.7/packages/nx) Updates `fast-uri` from 3.1.4 to 3.1.7 - [Release notes](https://github.com/fastify/fast-uri/releases) - [Commits](fastify/fast-uri@v3.1.4...v3.1.7) Updates `js-yaml` from 3.15.0 to 3.15.2 - [Changelog](https://github.com/nodeca/js-yaml/blob/3.15.2/CHANGELOG.md) - [Commits](nodeca/js-yaml@3.15.0...3.15.2) --- updated-dependencies: - dependency-name: fast-uri dependency-version: 3.1.6 dependency-type: indirect dependency-group: security-dependencies - dependency-name: js-yaml dependency-version: 3.15.2 dependency-type: indirect dependency-group: security-dependencies - dependency-name: nx dependency-version: 22.7.7 dependency-type: direct:development dependency-group: security-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/security-dependencies-779eedb9a0
branch
from
September 4, 2026 08:20
df69e8a to
b219a16
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the security-dependencies group with 3 updates in the / directory: nx, fast-uri and js-yaml.
Updates
nxfrom 22.6.5 to 22.7.7Release notes
Sourced from nx's releases.
... (truncated)
Commits
a328bf1fix(core): warn when the self-hosted remote cache disables TLS verification (...a828076fix(core): prevent path traversal / zip-slip in self-hosted remote cache (#36...dc849bbfix(core): update brace-expansion and yaml (#35790)8fd1febfix(core): allow local plugin subpath imports without custom conditions (#35751)22f3c2efix(core): detect vscode copilot ai agent (#35757)0d18512fix(misc): skip$escaping in file paths on windows (#35692)7c1318ffix(core): handle object form of bin field in getPrettierPath (#35680)a3acfd6fix(core): treat undefined task parallelism as parallel when scheduling (#35736)c574207cleanup(core): drop stale@nrwldedup TODO in nx report (#35730)0d002ecfix(core): resolve local plugin subpath imports from source (#35631)Install script changes
This version modifies
postinstallscript that runs during installation. Review the package contents before updating.Updates
fast-urifrom 3.1.4 to 3.1.7Release notes
Sourced from fast-uri's releases.
Commits
412e40aBumped v3.1.79f4c943fix: backport port and IP-literal validation to v3.x (#216)1eb3ce4fix: treat unterminated bracket hosts as reg-names again (#214)6f970b2Bumped v3.1.6d941579fix: never run IDN canonicalization on bracketed IP literalsc0f0279test: adapt decoded-scheme handler assertion to 3.x (no mailto scheme)37f3417Merge commit from fork607bfbeMerge commit from forkae92a4cMerge commit from fork444ecdaMerge commit from forkUpdates
js-yamlfrom 3.15.0 to 3.15.2Changelog
Sourced from js-yaml's changelog.
Commits
5c45bd63.15.2 released5a708f9dist rebuild3485bc0Backport merge limits from v5.4.1f34812fUpdate .gitignoreab85ae23.15.1 released30a5e76dist rebuild22a8071Backport quadratic complexity fix for !!omap