Skip to content

chore(deps): bump the npm_and_yarn group across 1 directory with 25 updates - #1

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/npm_and_yarn-71f8d8bb29
Open

chore(deps): bump the npm_and_yarn group across 1 directory with 25 updates#1
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/npm_and_yarn-71f8d8bb29

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubApr 29, 2026

Copy link
Copy Markdown

Bumps the npm_and_yarn group with 22 updates in the / directory:

PackageFromTo
rollup2.67.12.80.0
@angular/common10.2.519.2.16
@angular/compiler10.2.519.2.18
@angular/core10.2.519.2.20
playwright1.17.11.55.1
next10.1.315.5.15
apollo-server3.6.73.13.0
@remix-run/node1.5.12.17.2
aws-sdk2.875.02.1693.0
browserstack-local1.4.81.5.13
cipher-base1.0.41.0.7
follow-redirects1.14.81.16.0
handlebars4.7.74.7.9
immutable4.0.04.3.8
jws4.0.04.0.1
pbkdf23.1.13.1.5
picomatch2.2.22.3.2
protobufjs6.11.36.11.5
sha.js2.4.112.4.12
socket.io-parser3.3.23.3.5
tar-fs2.1.12.1.4
underscore1.12.11.13.8

Updates rollup from 2.67.1 to 2.80.0

Release notes

Sourced from rollup's releases.

v.2.79.2

2.79.2

2024-09-26

Bug Fixes

  • Fix a vulnerability in generated code that affects IIFE, UMD and CJS bundles when run in a browser context (#5671)

Pull Requests

Changelog

Sourced from rollup's changelog.

2.80.0

2026-02-22

Features

  • Throw when the generated bundle contains paths that would leave the output directory (#6277)

Pull Requests

2.79.2

2024-09-26

Bug Fixes

Pull Requests

2.79.1

2022-09-22

Bug Fixes

  • Avoid massive performance degradation when creating thousands of chunks (#4643)

Pull Requests

2.79.0

2022-08-31

Features

  • Add amd.forceJsExtensionForImports to enforce using .js extensions for relative AMD imports (#4607)

Pull Requests

... (truncated)

Commits

Updates @angular/common from 10.2.5 to 19.2.16

Release notes

Sourced from @​angular/common's releases.

19.2.16

http

CommitDescription
fix - 05fe6686a9prevent XSRF token leakage to protocol-relative URLs

19.2.15

core

CommitDescription
fix - 70d0639bc1introduce BootstrapContext for improved server bootstrapping (#63639)

Breaking Changes

core

  • The server-side bootstrapping process has been changed to eliminate the reliance on a global platform injector.

    Before:

    constbootstrap=()=>bootstrapApplication(AppComponent,config);

    After:

    constbootstrap=(context: BootstrapContext)=>bootstrapApplication(AppComponent,config,context);

    A schematic is provided to automatically update main.server.ts files to pass the BootstrapContext to the bootstrapApplication call.

    In addition, getPlatform() and destroyPlatform() will now return null and be a no-op respectively when running in a server environment.

For more information please see: GHSA-68x2-mx4q-78m7

18.2.14

core

CommitDescription
fix - 9d1fb33f5eintroduce BootstrapContext for improved server bootstrapping (#63640)

Breaking Changes

core

  • The server-side bootstrapping process has been changed to eliminate the reliance on a global platform injector.

    Before:

    constbootstrap=()=>bootstrapApplication(AppComponent,config);

    After:

    constbootstrap=(context: BootstrapContext)=>

... (truncated)

Changelog

Sourced from @​angular/common's changelog.

19.2.16 (2025-11-26)

http

CommitTypeDescription
05fe6686a9fixprevent XSRF token leakage to protocol-relative URLs

20.3.14 (2025-11-25)

http

CommitTypeDescription
0276479e7dfixprevent XSRF token leakage to protocol-relative URLs

21.0.1 (2025-11-25)

compiler-cli

CommitTypeDescription
39c577bc36fixdo not type check native controls with ControlValueAccessor
8d3a89a477fixescape angular control flow in jsdoc
bc34083d34fixignore non-existent files

core

CommitTypeDescription
0ea1e07174fixapply bootstrap-options migration to platformBrowserDynamic
70507b8c1cfixdebug data causing memory leak for root effects
a55482fca3fixnotify profiler events in case of errors
49ad7c6508fixuse injected DOCUMENT for CSP_NONCE
cc1ec09931perfavoid repeat searches for field directive

forms

CommitTypeDescription
7d5c7cf99afeatadd DI option for classes on Field directive
8acf5d2756fixallow dynamic type bindings on signal form controls

... (truncated)

Commits
  • 05fe668 fix(http): prevent XSRF token leakage to protocol-relative URLs
  • 12e2302 build: update common's locales to use rules_js (#61630)
  • 9701047 test(common): Add circular deps test to 19.2.x (#61651)
  • 2c876b4 fix(common): avoid injecting ApplicationRef in FetchBackend (#61649)
  • 8e54b57 build: move private testing helpers outside platform-browser/testing (#61571)
  • 2b1b14f fix(core): cleanup rxResource abort listener (#58306)
  • 126efc9 fix(common): cancel reader when app is destroyed (#61528)
  • efda872 fix(common): prevent reading chunks if app is destroyed (#61354)
  • c43fd3a build: migrate common to use rules_js based toolchain (#61434)
  • 185b780 build: migrate packages/core/schematics to ts_project (#61420)
  • Additional commits viewable in compare view

Updates @angular/compiler from 10.2.5 to 19.2.18

Release notes

Sourced from @​angular/compiler's releases.

19.2.18

core

CommitDescription
fix - 26cdc53d9csanitize sensitive attributes on SVG script elements

19.2.17

compiler

CommitDescription
fix - 7c42e2ebebprevent XSS via SVG animation attributeName and MathML/SVG URLs

19.2.16

http

CommitDescription
fix - 05fe6686a9prevent XSRF token leakage to protocol-relative URLs

19.2.15

core

CommitDescription
fix - 70d0639bc1introduce BootstrapContext for improved server bootstrapping (#63639)

Breaking Changes

core

  • The server-side bootstrapping process has been changed to eliminate the reliance on a global platform injector.

    Before:

    constbootstrap=()=>bootstrapApplication(AppComponent,config);

    After:

    constbootstrap=(context: BootstrapContext)=>bootstrapApplication(AppComponent,config,context);

    A schematic is provided to automatically update main.server.ts files to pass the BootstrapContext to the bootstrapApplication call.

    In addition, getPlatform() and destroyPlatform() will now return null and be a no-op respectively when running in a server environment.

For more information please see: GHSA-68x2-mx4q-78m7

18.2.14

core

CommitDescription
fix - 9d1fb33f5eintroduce BootstrapContext for improved server bootstrapping (#63640)

... (truncated)

Changelog

Sourced from @​angular/compiler's changelog.

19.2.18 (2026-01-07)

core

CommitTypeDescription
26cdc53d9cfixsanitize sensitive attributes on SVG script elements

21.0.7 (2026-01-07)

compiler

CommitTypeDescription
8e808740c9fixbetter types for a few expression AST nodes
63b1cdcf70fixproduce accurate span for typeof and void expressions
3c3ae0cb64fixprovide location information for literal map keys
523dbaf1c3fixstop ThisReceiver inheritance from ImplicitReceiver

compiler-cli

CommitTypeDescription
4d9c4567edfixensure component import diagnostics are reported within the imports expression
cd405685affixfix up spelling of diagnostic
778460fccafixsupport qualified names in typeof type references

core

CommitTypeDescription
7c74674eb0fixavoid leaking view data in animations
0edbee4550fixexplicitly cast signal node value to String
f9c29572d2fixsanitize sensitive attributes on SVG script elements

forms

CommitTypeDescription
e3fba182f9featadd [formField] directive
561772b152fixallow custom controls to require dirty input
f0fb1d8581fixallow custom controls to require hidden input
ec110f170bfixallow custom controls to require pending input
ae1dc16bb0fixclean up abort listener after timeout
9748b0d5dafixsupport custom controls with non signal-based models
6bd22df987fixSupport readonly arrays in signal forms

router

CommitTypeDescription
41cd4a6af8fixFix RouterLink href not updating with queryParamsHandling
5e9e09aee0fixhandle errors from view transition updateCallbackDone promise

21.0.6 (2025-12-17)

Breaking Changes (affecting only experimental features)

... (truncated)

Commits
  • 26cdc53 fix(core): sanitize sensitive attributes on SVG script elements
  • 7c42e2e fix(compiler): prevent XSS via SVG animation attributeName and MathML/SVG URLs
  • 24bab55 fix(compiler): lexer support for template literals in object literals (#61601)
  • fc2483e refactor(compiler): avoid duplication between FactoryTarget type (#61571)
  • 8e54b57 build: move private testing helpers outside platform-browser/testing (#61571)
  • 44bb328 fix(compiler): avoid conflicts between HMR code and local symbols (#61550)
  • 1007079 build: update compiler-cli to not be stamped when used for the compiler in ng...
  • 0d025c5 build: support new ng_project rule (#61336)
  • 899cb4a refactor: add explicit types for exports relying on inferred call return type...
  • 1312eb1 build: remove irrelevant madge circular deps tests (#61209)
  • Additional commits viewable in compare view

Updates @angular/core from 10.2.5 to 19.2.20

Release notes

Sourced from @​angular/core's releases.

19.2.20

compiler

CommitDescription
fix - 5be912eb55disallow translations of iframe src

core

CommitDescription
fix - b89b0a83a4sanitize translated attribute bindings with interpolations
fix - 621c7071adsanitize translated form attributes

19.2.19

core

CommitDescription
fix - 747548721dblock creation of sensitive URI attributes from ICU messages

Breaking Changes

core

  • Angular now only applies known attributes from HTML in translated ICU content. Unknown attributes are dropped and not rendered.

    (cherry picked from commit 03da204b6daa5e4583e0d0968c2107390bbd8235)

19.2.18

core

CommitDescription
fix - 26cdc53d9csanitize sensitive attributes on SVG script elements

19.2.17

compiler

CommitDescription
fix - 7c42e2ebebprevent XSS via SVG animation attributeName and MathML/SVG URLs

19.2.16

http

CommitDescription
fix - 05fe6686a9prevent XSRF token leakage to protocol-relative URLs

19.2.15

core

CommitDescription
fix - 70d0639bc1introduce BootstrapContext for improved server bootstrapping (#63639)

Breaking Changes

core

  • The server-side bootstrapping process has been changed to eliminate the reliance on a global platform injector.

    Before:

... (truncated)

Changelog

Sourced from @​angular/core's changelog.

19.2.20 (2026-03-12)

compiler

CommitTypeDescription
5be912eb55fixdisallow translations of iframe src

core

CommitTypeDescription
b89b0a83a4fixsanitize translated attribute bindings with interpolations
621c7071adfixsanitize translated form attributes

20.3.18 (2026-03-12)

compiler

CommitTypeDescription
02fbf08890fixdisallow translations of iframe src

core

CommitTypeDescription
72126f9a08fixsanitize translated attribute bindings with interpolations
626bc8bc20fixsanitize translated form attributes

22.0.0-next.3 (2026-03-12)

compiler

CommitTypeDescription
78dea55351fixdisallow translations of iframe src

core

CommitTypeDescription
999c14eaabfixreverts "feat(core): add support for nested animations"
de0eb4c656fixsanitize translated form attributes

21.2.4 (2026-03-12)

compiler

CommitTypeDescription
ed2d324f9cfixdisallow translations of iframe src

core

CommitTypeDescription

... (truncated)

Commits
  • 621c707 fix(core): sanitize translated form attributes
  • b89b0a8 fix(core): sanitize translated attribute bindings with interpolations
  • 7475487 fix(core): block creation of sensitive URI attributes from ICU messages
  • 26cdc53 fix(core): sanitize sensitive attributes on SVG script elements
  • 7c42e2e fix(compiler): prevent XSS via SVG animation attributeName and MathML/SVG URLs
  • 70d0639 fix(core): introduce BootstrapContext for improved server bootstrapping (#6...
  • 73d3e00 build: fix failing test (#61683)
  • 9e1cd49 fix(migrations): preserve comments when removing unused imports (#61674)
  • a6d5479 build: migrate platform-server to rules_js (#61619)
  • 2a26944 build: migrate platform-browser and platform-browser-dynamic package to use r...
  • Additional commits viewable in compare view

Updates playwright from 1.17.1 to 1.55.1

Release notes

Sourced from playwright's releases.

v1.55.1

Highlights

microsoft/playwright#37479 - [Bug]: Upgrade Chromium to 140.0.7339.186. microsoft/playwright#37147 - [Regression]: Internal error: step id not found. microsoft/playwright#37146 - [Regression]: HTML reporter displays a broken chip link when there are no projects. microsoft/playwright#37137 - Revert "fix(a11y): track inert elements as hidden". microsoft/playwright#37532 - chore: do not use -k option

Browser Versions

  • Chromium 140.0.7339.186
  • Mozilla Firefox 141.0
  • WebKit 26.0

This version was also tested against the following stable channels:

  • Google Chrome 139
  • Microsoft Edge 139

v1.55.0

New APIs

  • New Property testStepInfo.titlePath Returns the full title path starting from the test file, including test and step titles.

Codegen

  • Automatic toBeVisible() assertions: Codegen can now generate automatic toBeVisible() assertions for common UI interactions. This feature can be enabled in the Codegen settings UI.

Breaking Changes

  • ⚠️ Dropped support for Chromium extension manifest v2.

Miscellaneous

  • Added support for Debian 13 "Trixie".

Browser Versions

  • Chromium 140.0.7339.16
  • Mozilla Firefox 141.0
  • WebKit 26.0

This version was also tested against the following stable channels:

  • Google Chrome 139
  • Microsoft Edge 139

v1.54.2

Highlights

microsoft/playwright#36714 - [Regression]: Codegen is not able to launch in Administrator Terminal on Windows (ProtocolError: Protocol error) microsoft/playwright#36828 - [Regression]: Playwright Codegen keeps spamming with selected option microsoft/playwright#36810 - [Regression]: Starting Codegen with target language doesn't work anymore

Browser Versions

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by playwright-bot, a new releaser for playwright since your current version.


Updates next from 10.1.3 to 15.5.15

Release notes

Sourced from next's releases.

v15.5.15

Please refer the following changelogs for more information about this security release:

https://vercel.com/changelog/summary-of-cve-2026-23869

v15.5.14

[!NOTE] This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • feat(next/image): add lru disk cache and images.maximumDiskCacheSize (#91660)
  • Fix(pages-router): restore Content-Length and ETag for /_next/data/ JSON responses (#90304)

Credits

Huge thanks to @​styfle and @​lllomh for helping!

v15.5.13

[!NOTE] This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • fix: patch http-proxy to prevent request smuggling in rewrites (See: CVE-2026-29057)

Credits

Huge thanks to @​ztanner for helping!

Commits
  • 412eb90 v15.5.15
  • cb90de9 [15.x] Avoid consuming cyclic models multiple times (#74)
  • fffef9e Fix CI for glibc linux builds
  • d7b012d v15.5.14
  • 2b05251 [backport] feat(next/image): add lru disk cache and `images.maximumDiskCacheS...
  • f88cee9 Backport: Fix(pages-router): restore Content-Length and ETag for /_next/data/...
  • cfd5f53 v15.5.13
  • 15f2891 [backport]: fix: patch http-proxy to prevent request smuggling in rewrites (#...
  • d23f41c v15.5.12
  • 8e75765 fix unlock in publish-native
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by vercel-release-bot, a new releaser for next since your current version.


Updates apollo-server from 3.6.7 to 3.13.0

Commits

Updates @remix-run/node from 1.5.1 to 2.17.2

Release notes

Sourced from @​remix-run/node's releases.

file-storage-s3 v0.1.0

Minor Changes

  • Unreleased

    Initial release of @remix-run/file-storage-s3.

Patch Changes

Changelog

Sourced from @​remix-run/node's changelog.

v2.17.2

Date: 2025-10-29

Patch Changes

  • @remix-run/deno - Validate format of incoming session ids in createFileSessionStorage
  • @remix-run/node - Validate format of incoming session ids in createFileSessionStorage

Full Changelog: v2.17.1...v2.17.2

v2.17.1

Date: 2025-09-17

Patch Changes

  • remix-serve - Update compression and morgan dependencies to latest versions
  • @remix-run/eslint-config - Update deprecation warning with proper link to sample v2 eslint config file
  • @remix-run/react - Escape HTML in meta() JSON-LD content

Full Changelog: v2.17.0...v2.17.1

v2.17.0

Date: 2025-07-25

Minor Changes

  • create-remix - Redirect users to create-react-router instead of create-remix (#10686, #10688)
    • Remix v2 is in maintenance mode so we don't want new Remix apps to be created

Changes by Package

Full Changelog: v2.16.8...v2.17.0

v2.16.8

Date: 2025-05-29

Patch Changes

  • create-remix - Update tar-fs (#10638)

Full Changelog: v2.16.7...v2.16.8

v2.16.7

... (truncated)

Commits

Updates aws-sdk from 2.875.0 to 2.1693.0

Release notes

Sourced from aws-sdk's releases.

Release v2.1693.0

See changelog for more information.

Release v2.1692.0

See changelog for more information.

Release v2.1691.0

See changelog for more information.

Release v2.1690.0

See changelog for more information.

Release v2.1689.0

See changelog for more information.

Release v2.1688.0

See changelog for more information.

Release v2.1687.0

See changelog for more information.

Release v2.1686.0

See changelog for more information.

Release v2.1685.0

See changelog for more information.

Release v2.1684.0

See changelog for more information.

Release v2.1683.0

See changelog for more information.

Release v2.1682.0

See changelog for more information.

Release v2.1681.0

See changelog for more information.

Release v2.1680.0

See changelog for more information.

Release v2.1679.0

See changelog for more information.

Release v2.1678.0

See changelog for more information.

Release v2.1677.0

See changelog for more information.

... (truncated)

Commits

Updates apollo-server-core from 3.6.7 to 3.13.0

Commits

Updates browserstack-local from 1.4.8 to 1.5.13

Release notes

Sourced from browserstack-local's releases.

Changed local binary paths to support LocalBinary 7.3. Fixed folder argument.

Changed local binary paths to support LocalBinary 7.3. Fixed folder argument when building browserstack local arguments.

Commits
  • fa2dcbc 1.5.13
  • dcfaf7b Merge pull request #175 from browserstack/LOC-6635_sdk_binary_compatibility
  • e79cd0e Remove debug log
  • 4376222 Fix url ref
  • 18f9a57 Add Async method to fetch download url for async flow
  • 7fd6ce1 1.5.12...

    Description has been truncated

…pdates
Bumps the npm_and_yarn group with 22 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [rollup](https://github.com/rollup/rollup) | `2.67.1` | `2.80.0` |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `10.2.5` | `19.2.16` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `10.2.5` | `19.2.18` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `10.2.5` | `19.2.20` |
| [playwright](https://github.com/microsoft/playwright) | `1.17.1` | `1.55.1` |
| [next](https://github.com/vercel/next.js) | `10.1.3` | `15.5.15` |
| [apollo-server](https://github.com/apollographql/apollo-server/tree/HEAD/packages/apollo-server) | `3.6.7` | `3.13.0` |
| [@remix-run/node](https://github.com/remix-run/remix/tree/HEAD/packages/remix-node) | `1.5.1` | `2.17.2` |
| [aws-sdk](https://github.com/aws/aws-sdk-js) | `2.875.0` | `2.1693.0` |
| [browserstack-local](https://github.com/browserstack/browserstack-local-nodejs) | `1.4.8` | `1.5.13` |
| [cipher-base](https://github.com/crypto-browserify/cipher-base) | `1.0.4` | `1.0.7` |
| [follow-redirects](https://github.com/follow-redirects/follow-redirects) | `1.14.8` | `1.16.0` |
| [handlebars](https://github.com/handlebars-lang/handlebars.js) | `4.7.7` | `4.7.9` |
| [immutable](https://github.com/immutable-js/immutable-js) | `4.0.0` | `4.3.8` |
| [jws](https://github.com/brianloveswords/node-jws) | `4.0.0` | `4.0.1` |
| [pbkdf2](https://github.com/browserify/pbkdf2) | `3.1.1` | `3.1.5` |
| [picomatch](https://github.com/micromatch/picomatch) | `2.2.2` | `2.3.2` |
| [protobufjs](https://github.com/protobufjs/protobuf.js) | `6.11.3` | `6.11.5` |
| [sha.js](https://github.com/crypto-browserify/sha.js) | `2.4.11` | `2.4.12` |
| [socket.io-parser](https://github.com/socketio/socket.io) | `3.3.2` | `3.3.5` |
| [tar-fs](https://github.com/mafintosh/tar-fs) | `2.1.1` | `2.1.4` |
| [underscore](https://github.com/jashkenas/underscore) | `1.12.1` | `1.13.8` |
Updates `rollup` from 2.67.1 to 2.80.0
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/v2.80.0/CHANGELOG.md)
- [Commits](rollup/rollup@v2.67.1...v2.80.0)
Updates `@angular/common` from 10.2.5 to 19.2.16
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/19.2.16/packages/common)
Updates `@angular/compiler` from 10.2.5 to 19.2.18
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/v19.2.18/packages/compiler)
Updates `@angular/core` from 10.2.5 to 19.2.20
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/v19.2.20/packages/core)
Updates `playwright` from 1.17.1 to 1.55.1
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.17.1...v1.55.1)
Updates `next` from 10.1.3 to 15.5.15
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v10.1.3...v15.5.15)
Updates `apollo-server` from 3.6.7 to 3.13.0
- [Release notes](https://github.com/apollographql/apollo-server/releases)
- [Commits](https://github.com/apollographql/apollo-server/commits/apollo-server@3.13.0/packages/apollo-server)
Updates `@remix-run/node` from 1.5.1 to 2.17.2
- [Release notes](https://github.com/remix-run/remix/releases)
- [Changelog](https://github.com/remix-run/remix/blob/remix@2.17.2/CHANGELOG.md)
- [Commits](https://github.com/remix-run/remix/commits/remix@2.17.2/packages/remix-node)
Updates `aws-sdk` from 2.875.0 to 2.1693.0
- [Release notes](https://github.com/aws/aws-sdk-js/releases)
- [Commits](aws/aws-sdk-js@v2.875.0...v2.1693.0)
Updates `apollo-server-core` from 3.6.7 to 3.13.0
- [Release notes](https://github.com/apollographql/apollo-server/releases)
- [Commits](https://github.com/apollographql/apollo-server/commits/apollo-server-core@3.13.0/packages/apollo-server-core)
Updates `browserstack-local` from 1.4.8 to 1.5.13
- [Release notes](https://github.com/browserstack/browserstack-local-nodejs/releases)
- [Commits](browserstack/browserstack-local-nodejs@v1.4.8...v1.5.13)
Updates `cipher-base` from 1.0.4 to 1.0.7
- [Changelog](https://github.com/browserify/cipher-base/blob/master/CHANGELOG.md)
- [Commits](browserify/cipher-base@v1.0.4...v1.0.7)
Updates `follow-redirects` from 1.14.8 to 1.16.0
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](follow-redirects/follow-redirects@v1.14.8...v1.16.0)
Updates `handlebars` from 4.7.7 to 4.7.9
- [Release notes](https://github.com/handlebars-lang/handlebars.js/releases)
- [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/v4.7.9/release-notes.md)
- [Commits](handlebars-lang/handlebars.js@v4.7.7...v4.7.9)
Updates `immutable` from 4.0.0 to 4.3.8
- [Release notes](https://github.com/immutable-js/immutable-js/releases)
- [Changelog](https://github.com/immutable-js/immutable-js/blob/main/CHANGELOG.md)
- [Commits](immutable-js/immutable-js@v4.0.0...v4.3.8)
Updates `jws` from 4.0.0 to 4.0.1
- [Release notes](https://github.com/brianloveswords/node-jws/releases)
- [Changelog](https://github.com/auth0/node-jws/blob/master/CHANGELOG.md)
- [Commits](auth0/node-jws@v4.0.0...v4.0.1)
Updates `pbkdf2` from 3.1.1 to 3.1.5
- [Changelog](https://github.com/browserify/pbkdf2/blob/master/CHANGELOG.md)
- [Commits](browserify/pbkdf2@v3.1.1...v3.1.5)
Updates `picomatch` from 2.2.2 to 2.3.2
- [Release notes](https://github.com/micromatch/picomatch/releases)
- [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md)
- [Commits](micromatch/picomatch@2.2.2...2.3.2)
Updates `protobufjs` from 6.11.3 to 6.11.5
- [Release notes](https://github.com/protobufjs/protobuf.js/releases)
- [Changelog](https://github.com/protobufjs/protobuf.js/blob/master/CHANGELOG.md)
- [Commits](protobufjs/protobuf.js@v6.11.3...v6.11.5)
Updates `react-router` from 6.3.0 to 6.30.3
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/react-router@6.30.3/packages/react-router)
Updates `sha.js` from 2.4.11 to 2.4.12
- [Changelog](https://github.com/browserify/sha.js/blob/master/CHANGELOG.md)
- [Commits](browserify/sha.js@v2.4.11...v2.4.12)
Updates `socket.io-parser` from 3.3.2 to 3.3.5
- [Release notes](https://github.com/socketio/socket.io/releases)
- [Changelog](https://github.com/socketio/socket.io/blob/socket.io-parser@3.3.5/CHANGELOG.md)
- [Commits](https://github.com/socketio/socket.io/commits/socket.io-parser@3.3.5)
Updates `tar-fs` from 2.1.1 to 2.1.4
- [Commits](mafintosh/tar-fs@v2.1.1...v2.1.4)
Updates `underscore` from 1.12.1 to 1.13.8
- [Commits](jashkenas/underscore@1.12.1...1.13.8)
Updates `uuid` from 3.3.2 to 3.4.0
- [Release notes](https://github.com/uuidjs/uuid/releases)
- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md)
- [Commits](uuidjs/uuid@v3.3.2...v3.4.0)
---
updated-dependencies:
- dependency-name: rollup
dependency-version: 2.80.0
dependency-type: direct:development
dependency-group: npm_and_yarn
- dependency-name: "@angular/common"
dependency-version: 19.2.16
dependency-type: direct:development
dependency-group: npm_and_yarn
- dependency-name: "@angular/compiler"
dependency-version: 19.2.18
dependency-type: direct:development
dependency-group: npm_and_yarn
- dependency-name: "@angular/core"
dependency-version: 19.2.20
dependency-type: direct:development
dependency-group: npm_and_yarn
- dependency-name: playwright
dependency-version: 1.55.1
dependency-type: direct:production
dependency-group: npm_and_yarn
- dependency-name: next
dependency-version: 15.5.15
dependency-type: direct:development
dependency-group: npm_and_yarn
- dependency-name: apollo-server
dependency-version: 3.13.0
dependency-type: direct:production
dependency-group: npm_and_yarn
- dependency-name: "@remix-run/node"
dependency-version: 2.17.2
dependency-type: direct:development
dependency-group: npm_and_yarn
- dependency-name: aws-sdk
dependency-version: 2.1693.0
dependency-type: direct:development
dependency-group: npm_and_yarn
- dependency-name: apollo-server-core
dependency-version: 3.13.0
dependency-type: indirect
dependency-group: npm_and_yarn
- dependency-name: browserstack-local
dependency-version: 1.5.13
dependency-type: indirect
dependency-group: npm_and_yarn
- dependency-name: cipher-base
dependency-version: 1.0.7
dependency-type: indirect
dependency-group: npm_and_yarn
- dependency-name: follow-redirects
dependency-version: 1.16.0
dependency-type: indirect
dependency-group: npm_and_yarn
- dependency-name: handlebars
dependency-version: 4.7.9
dependency-type: indirect
dependency-group: npm_and_yarn
- dependency-name: immutable
dependency-version: 4.3.8
dependency-type: indirect
dependency-group: npm_and_yarn
- dependency-name: jws
dependency-version: 4.0.1
dependency-type: indirect
dependency-group: npm_and_yarn
- dependency-name: pbkdf2
dependency-version: 3.1.5
dependency-type: indirect
dependency-group: npm_and_yarn
- dependency-name: picomatch
dependency-version: 2.3.2
dependency-type: indirect
dependency-group: npm_and_yarn
- dependency-name: protobufjs
dependency-version: 6.11.5
dependency-type: indirect
dependency-group: npm_and_yarn
- dependency-name: react-router
dependency-version: 6.30.3
dependency-type: indirect
dependency-group: npm_and_yarn
- dependency-name: sha.js
dependency-version: 2.4.12
dependency-type: indirect
dependency-group: npm_and_yarn
- dependency-name: socket.io-parser
dependency-version: 3.3.5
dependency-type: indirect
dependency-group: npm_and_yarn
- dependency-name: tar-fs
dependency-version: 2.1.4
dependency-type: indirect
dependency-group: npm_and_yarn
- dependency-name: underscore
dependency-version: 1.13.8
dependency-type: indirect
dependency-group: npm_and_yarn
- dependency-name: uuid
dependency-version: 3.4.0
dependency-type: indirect
dependency-group: npm_and_yarn
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotBot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 29, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency filejavascriptPull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants