Skip to content

chore(deps): bump the npm_and_yarn group across 3 directories with 23 updates - #3

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/npm_and_yarn-6ebffcaf8f
Open

chore(deps): bump the npm_and_yarn group across 3 directories with 23 updates#3
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/npm_and_yarn-6ebffcaf8f

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubMay 22, 2026

Copy link
Copy Markdown

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

PackageFromTo
rollup2.67.12.80.0
@angular/compiler10.2.519.2.18
@angular/core10.2.519.2.20
next10.1.315.5.18
apollo-server3.6.73.13.0
@remix-run/node1.5.12.17.2
aws-sdk2.875.02.1693.0
@babel/plugin-transform-modules-systemjs7.13.87.29.4
browserstack-local1.4.81.5.13
flatted2.0.23.4.2
follow-redirects1.14.81.16.0
handlebars4.7.74.7.9
immutable4.0.04.3.8
picomatch2.2.22.3.2
protobufjs6.11.36.11.6
socket.io-parser3.3.24.0.5
underscore1.12.11.13.8

Bumps the npm_and_yarn group with 2 updates in the /scenarios/browser directory: webpack and lodash.
Bumps the npm_and_yarn group with 1 update in the /scenarios/browser/nextjs-client directory: next.

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/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
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
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 next from 10.1.3 to 15.5.18

Release notes

Sourced from next's releases.

v15.5.18

This release contains security fixes for the following advisories:

High:

Moderate:

Low:

v15.5.16

This release contains security fixes for the following advisories:

High:

Moderate:

Low:

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]

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, 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.2

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 @babel/plugin-transform-modules-systemjs from 7.13.8 to 7.29.4

Release notes

Sourced from @​babel/plugin-transform-modules-systemjs's releases.

v7.29.4 (2026-05-05)

🐛 Bug Fix

  • babel-plugin-transform-modules-systemjs

Committers: 1

v7.29.3 (2026-04-30)

👓 Spec Compliance

🐛 Bug Fix

  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
    • #17931 fix(decorators): replace super within all removed static elements (@​JLHwung)
  • babel-register
  • babel-compat-data, babel-plugin-bugfix-safari-rest-destructuring-rhs-array, babel-preset-env

💅 Polish

📝 Documentation

🏃‍♀️ Performance

  • babel-helper-import-to-platform-api, babel-plugin-proposal-import-wasm-source, babel-plugin-transform-json-modules

Committers: 4

v7.29.2 (2026-03-16)

👓 Spec Compliance

🐛 Bug Fix

  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-preset-env, babel-runtime-corejs3
  • babel-preset-env

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​babel/plugin-transform-modules-systemjs since your current version.


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
Maintainer changes

This version was pushed to npm by browserstack-admin, a new releaser for browserstack-local since your current version.


Updates flatted from 2.0.2 to 3.4.2

Commits

Updates follow-redirects from 1.14.8 to 1.16.0

Commits
  • 0c23a22 Release version 1.16.0 of the npm package.
  • 844c4d3 Add sensitiveHeaders option.
  • 5e8b8d0 ci: add Node.js 24.x to the CI matrix
  • 7953e22 ci: upgrade GitHub Actions to use setup-node@v6 and checkout@v6
  • 86dc1f8 Sanitizing input.
  • 21ef28a Release version 1.15.11 of the npm package.
  • 7c88135 Roll back tree shaking.
  • 6e389ba Release version 1.15.10 of the npm package.
  • 5bc496e Shake me up before you go-go.
  • 694d6b4 Bump minimist from 1.2.5 to 1.2.8
  • Additional commits viewable in compare view

Updates handlebars from 4.7.7 to 4.7.9

Release notes

Sourced from handlebars's releases.

v4.7.9

… updates
Bumps the npm_and_yarn group with 17 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [rollup](https://github.com/rollup/rollup) | `2.67.1` | `2.80.0` |
| [@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` |
| [next](https://github.com/vercel/next.js) | `10.1.3` | `15.5.18` |
| [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` |
| [@babel/plugin-transform-modules-systemjs](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-modules-systemjs) | `7.13.8` | `7.29.4` |
| [browserstack-local](https://github.com/browserstack/browserstack-local-nodejs) | `1.4.8` | `1.5.13` |
| [flatted](https://github.com/WebReflection/flatted) | `2.0.2` | `3.4.2` |
| [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` |
| [picomatch](https://github.com/micromatch/picomatch) | `2.2.2` | `2.3.2` |
| [protobufjs](https://github.com/protobufjs/protobuf.js) | `6.11.3` | `6.11.6` |
| [socket.io-parser](https://github.com/socketio/socket.io) | `3.3.2` | `4.0.5` |
| [underscore](https://github.com/jashkenas/underscore) | `1.12.1` | `1.13.8` |
Bumps the npm_and_yarn group with 2 updates in the /scenarios/browser directory: [webpack](https://github.com/webpack/webpack) and [lodash](https://github.com/lodash/lodash).
Bumps the npm_and_yarn group with 1 update in the /scenarios/browser/nextjs-client directory: [next](https://github.com/vercel/next.js).
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/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 `next` from 10.1.3 to 15.5.18
- [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.18)
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 `@babel/plugin-transform-modules-systemjs` from 7.13.8 to 7.29.4
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.29.4/packages/babel-plugin-transform-modules-systemjs)
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 `flatted` from 2.0.2 to 3.4.2
- [Commits](WebReflection/flatted@v2.0.2...v3.4.2)
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 `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.6
- [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.6)
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 `socket.io-parser` from 3.3.2 to 4.0.5
- [Release notes](https://github.com/socketio/socket.io/releases)
- [Changelog](https://github.com/socketio/socket.io/blob/main/CHANGELOG.md)
- [Commits](https://github.com/socketio/socket.io/commits)
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)
Updates `webpack` from 5.62.1 to 5.104.1
- [Release notes](https://github.com/webpack/webpack/releases)
- [Changelog](https://github.com/webpack/webpack/blob/main/CHANGELOG.md)
- [Commits](webpack/webpack@v5.62.1...v5.104.1)
Updates `ajv` from 6.12.6 to 8.20.0
- [Release notes](https://github.com/ajv-validator/ajv/releases)
- [Commits](ajv-validator/ajv@v6.12.6...v8.20.0)
Updates `lodash` from 4.17.21 to 4.18.1
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.17.21...4.18.1)
Updates `next` from 12.3.7 to 16.2.6
- [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.18)
---
updated-dependencies:
- dependency-name: rollup
dependency-version: 2.80.0
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: next
dependency-version: 15.5.18
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: "@babel/plugin-transform-modules-systemjs"
dependency-version: 7.29.4
dependency-type: indirect
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: flatted
dependency-version: 3.4.2
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: picomatch
dependency-version: 2.3.2
dependency-type: indirect
dependency-group: npm_and_yarn
- dependency-name: protobufjs
dependency-version: 6.11.6
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: socket.io-parser
dependency-version: 4.0.5
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
- dependency-name: webpack
dependency-version: 5.104.1
dependency-type: direct:development
dependency-group: npm_and_yarn
- dependency-name: ajv
dependency-version: 8.20.0
dependency-type: indirect
dependency-group: npm_and_yarn
- dependency-name: lodash
dependency-version: 4.18.1
dependency-type: indirect
dependency-group: npm_and_yarn
- dependency-name: next
dependency-version: 16.2.6
dependency-type: direct:production
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 May 22, 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