Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 22, 2025

Bumps the minor-patch-updates group with 15 updates in the /frontend directory:

Package From To
@tailwindcss/forms 0.5.10 0.5.11
lodash-es 4.17.21 4.17.22
mermaid 11.12.1 11.12.2
nuxt 4.2.1 4.2.2
vue-i18n 11.1.12 11.2.7
@biomejs/biome 2.3.5 2.3.10
@nuxt/test-utils 3.20.1 3.21.0
@tsconfig/node18 18.2.5 18.2.6
@vitejs/plugin-vue 6.0.1 6.0.3
autoprefixer 10.4.22 10.4.23
happy-dom 20.0.10 20.0.11
jsdom 27.2.0 27.3.0
msw 2.12.2 2.12.4
playwright-core 1.56.1 1.57.0
vue-tsc 3.1.3 3.2.1

Updates @tailwindcss/forms from 0.5.10 to 0.5.11

Release notes

Sourced from @​tailwindcss/forms's releases.

v0.5.11

Fixed

  • Limit attribute rules to input and select elements (#159)
Changelog

Sourced from @​tailwindcss/forms's changelog.

[0.5.11] - 2025-12-17

Fixed

  • Limit attribute rules to input and select elements (#159)
Commits
  • e1b609d 0.5.11
  • 67ff8ea Limit attribute rules to input and select elements (#159)
  • fc3f7e6 docs: update installation guide to add tailwind css v4 instructions while kee...
  • See full diff in compare view

Updates lodash-es from 4.17.21 to 4.17.22

Commits

Updates mermaid from 11.12.1 to 11.12.2

Release notes

Sourced from mermaid's releases.

mermaid@11.12.2

Patch Changes

Commits
  • bd85b51 fix: Upgrade npm to v11 to support trusted publishing
  • 939aff9 Merge pull request #7201 from mermaid-js/changeset-release/master
  • e72b26c Version Packages
  • 4bcb8f0 Merge pull request #7200 from mermaid-js/pre-release
  • de7ed10 Merge pull request #7197 from mermaid-js/fix/5496-gantt-tickinterval-app-crash
  • See full diff in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for mermaid since your current version.


Updates nuxt from 4.2.1 to 4.2.2

Release notes

Sourced from nuxt's releases.

v4.2.2

4.2.2 is the next patch release.

✅ Upgrading

Our recommendation for upgrading is to run:

npx nuxt upgrade --dedupe

This will deduplicate your lockfile as well, and help ensure that you pull in updates from other dependencies that Nuxt relies on, particularly in the unjs ecosystem.

👉 Changelog

compare changes

🩹 Fixes

  • nitro: Do not show pretty error handler when testing (243261edb)
  • nuxt: Generate valid references for component declaration items (#33388)
  • nuxt: Sync internal route before calling page:finish hook (#33707)
  • kit: Add TypeScript path alias support for test files (#33672)
  • nitro: Ensure html is a string before injecting error handler (f70b70c97)
  • nitro: Include layer server directories in tsconfig.server.json (#33510)
  • nuxt: Ensure deduped async data executions return latest promise (#33740)
  • kit,nuxt: Type + respect moduleDependencies by meta name (#33774)
  • nuxt,schema: Ignore .d.vue.ts declarations (1c73525a2)
  • kit,nuxt: Protect against resolved nuxt module subpath (#33767)
  • nuxt: Re-execute callOnce during HMR (#33810)
  • nuxt: Resolve watch callback after reactive key change in useAsyncData (#33802)
  • nuxt: Escape HTML in development error page stack trace (#33820)
  • kit: Do not add resolved rootDir to cached layer config (#33779)
  • kit,schema: Add moduleDependencies -> installModule (#33689)

💅 Refactors

  • nuxt: Improve type safety within callOnce function (#33825)

📖 Documentation

  • Split directory structure and re-order guides (v4) (#33691)
  • Add hints release (#33701)
  • Fix link to vitest globals config (#33702)
  • Add mcp server and llms.txt (#33371)
  • Fix 404 link (98c2f1397)
  • Text consistency (#33709)
  • Type error as non-optional prop (#33763)
  • Reformat tables (#33813)

🏡 Chore

  • Update pnpm to 10.21 and enable trust policy (d2c9711c0)
  • Revert pnpm trust policy and restore provenance action (f9d0e0a3d)
  • Update markdownlint config to ignore mdc issues (e7fff7132)
  • Pin to single version of unstorage (ec316eae8)

... (truncated)

Commits
  • 185ae0f v4.2.2
  • 4e19c37 chore(deps): update all non-major dependencies (main) (#33793)
  • 9728d9e fix(nuxt): escape HTML in development error page stack trace (#33820)
  • 56773be fix(nuxt): resolve watch callback after reactive key change in useAsyncData...
  • 16c5193 refactor(nuxt): improve type safety within callOnce function (#33825)
  • 2a91221 fix(nuxt): re-execute callOnce during HMR (#33810)
  • 9a62708 chore(deps): update devdependency chokidar to v5 (main) (#33794)
  • 81356f8 fix(kit,nuxt): protect against resolved nuxt module subpath (#33767)
  • 1c73525 fix(nuxt,schema): ignore .d.vue.ts declarations
  • cdce631 fix(kit,nuxt): type + respect moduleDependencies by meta name (#33774)
  • Additional commits viewable in compare view

Updates vue-i18n from 11.1.12 to 11.2.7

Release notes

Sourced from vue-i18n's releases.

v11.2.7

Full Changelog: intlify/vue-i18n@v11.2.6...v11.2.7

v11.2.6

Full Changelog: intlify/vue-i18n@v11.2.5...v11.2.6

v11.2.5

Full Changelog: intlify/vue-i18n@v11.2.4...v11.2.5

v11.2.4

Full Changelog: intlify/vue-i18n@v11.2.3...v11.2.4

v11.2.3

What's Changed

⚡ Improvement Features

Full Changelog: intlify/vue-i18n@v11.2.2...v11.2.3

v11.2.2

What's Changed

🐛 Bug Fixes

Full Changelog: intlify/vue-i18n@v11.2.1...v11.2.2

v11.2.1

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for vue-i18n since your current version.


Updates @biomejs/biome from 2.3.5 to 2.3.10

Release notes

Sourced from @​biomejs/biome's releases.

Biome CLI v2.3.10

2.3.10

Patch Changes

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from @​biomejs/biome's changelog.

2.3.10

Patch Changes

2.3.9

Patch Changes

  • #8232 84c9e08 Thanks @​ruidosujeira! - Added the nursery rule noScriptUrl.

    This rule disallows the use of javascript: URLs, which are considered a form of eval and can pose security risks such as XSS vulnerabilities.

    <a href="javascript:alert('XSS')">Click me</a>
  • #8341 343dc4d Thanks @​arendjr! - Added the nursery rule useAwaitThenable, which enforces that await is only used on Promise values.

    Invalid

    await "value";
    const createValue = () => "value";
    await createValue();

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​biomejs/biome since your current version.


Updates @nuxt/test-utils from 3.20.1 to 3.21.0

Release notes

Sourced from @​nuxt/test-utils's releases.

v3.21.0

3.21.0 is the next minor release.

👉 Changelog

compare changes

🚀 Enhancements

  • runtime-utils: Support rerender behavior in renderSuspended (#1466)
  • runtime-utils: Support once option in registerEndpoint (#1475)
  • runtime-utils: Support css modules in mount + render helpers (#1464)
  • runtime-utils: Pass app context across in mount + render helpers (#1477)
  • runtime-utils: Support mocked target arguments in mockNuxtImport (#1492)

🩹 Fixes

  • runtime: Remove redefinition of $fetch.create (#1471)
  • runtime-utils: Pass non-enumerable globalProperties in mount + render helpers (#1476)
  • module: Include vitest config in node project (#1497)
  • runtime-utils: Improve mount + render helpers (#1483)
  • Revert to @nuxt/kit v3 for bridge support (#1498)

🏡 Chore

  • Move built dep configuration -> workspace file (d936cb465)
  • Update pnpm to 10.21 and enable trust policy (ed6ff050d)
  • Revert pnpm trust policy and restore provenance action (b034f0a5e)
  • Remove spurious globby dependency (eba19d16b)
  • Remove export (2a88683bd)
  • Remove @nuxt/kit from peer dependencies (b80ca5ea8)
  • Add back @nuxt/kit as peer dep (5c126e1af)
  • Bump vite-node to v5 (3322919c2)

🤖 CI

  • Rebuild better-sqlite3 on windows (9fdaf3824)

❤️ Contributors

Commits
  • c3e87b5 v3.21.0
  • b64aa90 chore(deps): lock file maintenance (#1358)
  • 3322919 chore: bump vite-node to v5
  • bf2541b fix: remove @nuxt/kit as peer dep"
  • 5c126e1 chore: add back @nuxt/kit as peer dep
  • b80ca5e chore: remove @nuxt/kit from peer dependencies
  • 2a88683 chore: remove export
  • 89cb523 fix: revert to @nuxt/kit v3 for bridge support (#1498)
  • 9a54fea chore(deps): update all non-major dependencies (#1487)
  • 9822017 chore(deps): update resolutions @​types/node to v24
  • Additional commits viewable in compare view

Updates @tsconfig/node18 from 18.2.5 to 18.2.6

Commits

Updates @vitejs/plugin-vue from 6.0.1 to 6.0.3

Release notes

Sourced from @​vitejs/plugin-vue's releases.

plugin-vue@6.0.3

Please refer to CHANGELOG.md for details.

plugin-vue@6.0.2

Please refer to CHANGELOG.md for details.

Changelog

Sourced from @​vitejs/plugin-vue's changelog.

6.0.3 (2025-12-12)

Features

Bug Fixes

  • deps: update all non-major dependencies (#707) (799f419)
  • hmr: reload when components switch between vapor and vdom (#714) (6c45fe5)

Performance Improvements

Miscellaneous Chores

6.0.2 (2025-11-19)

Bug Fixes

  • deps: update all non-major dependencies (#643) (b702c1f)
  • deps: update all non-major dependencies (#653) (c6bd324)
  • deps: update all non-major dependencies (#663) (dbcd1d0)
  • deps: update all non-major dependencies (#665) (428dde0)
  • deps: update all non-major dependencies (#671) (59e0a51)
  • deps: update all non-major dependencies (#679) (f226dab)
  • deps: update all non-major dependencies (#685) (d990206)
  • deps: update all non-major dependencies (#688) (46edd7e)
  • deps: update all non-major dependencies (#692) (13accf3)
  • deps: update all non-major dependencies (#694) (9c77f01)
  • deps: update all non-major dependencies (#704) (ecb581a)
  • fix hmr of dynamically loaded vue sfc modules in apps with tailwind (#702) (0a883f7)

Miscellaneous Chores

Commits
  • 3ae94c4 release: plugin-vue@6.0.3
  • 6c45fe5 fix(hmr): reload when components switch between vapor and vdom (#714)
  • 2080d41 feat: add Vite 8 support
  • 037e540 chore: upgrade deps, setup tsgo
  • 799f419 fix(deps): update all non-major dependencies (#707)
  • d910114 chore(deps): update upstream (#706)
  • 684ac30 perf: replace debug with obug (#705)
  • eda09e9 release: plugin-vue@6.0.2
  • 0a883f7 fix: fix hmr of dynamically loaded vue sfc modules in apps with tailwind (#702)
  • ecb581a fix(deps): update all non-major dependencies (#704)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​vitejs/plugin-vue since your current version.


Updates autoprefixer from 10.4.22 to 10.4.23

Release notes

Sourced from autoprefixer's releases.

10.4.23

Changelog

Sourced from autoprefixer's changelog.

10.4.23

Commits

Updates happy-dom from 20.0.10 to 20.0.11

Release notes

Sourced from happy-dom's releases.

v20.0.11

👷‍♂️ Patch fixes

  • Always include manually set authorization headers in requests - By @​capricorn86 in task #1048'
    • Authorization headers should only be omitted when automatically set by page context
Commits

Updates jsdom from 27.2.0 to 27.3.0

Release notes

Sourced from jsdom's releases.

Version 27.3.0

  • Improved CSS parsing and CSSOM object APIs via updates to @acemir/cssom. (acemir)
Changelog

Sourced from jsdom's changelog.

27.3.0

  • Improved CSS parsing and CSSOM object APIs via updates to @acemir/cssom. (acemir)
Commits

Updates msw from 2.12.2 to 2.12.4

Release notes

Sourced from msw's releases.

v2.12.4 (2025-12-03)

Bug Fixes

  • handle incomplete localStorage in Node.js v25 (#2636) (3da2c762abb923eda60ad220f0534354d1683678) @​rvagg

v2.12.3 (2025-11-23)

Bug Fixes

Commits

Updates playwright-core from 1.56.1 to 1.57.0

Release notes

Sourced from playwright-core's releases.

v1.57.0

Speedboard

In HTML reporter, there's a new tab we call "Speedboard":

It shows you all your executed tests sorted by slowness, and can help you understand where your test suite is taking longer than expected. Take a look at yours - maybe you'll find some tests that are spending a longer time waiting than they should!

Chrome for Testing

Starting with this release, Playwright switches from Chromium, to using Chrome for Testing builds. Both headed and headless browsers are subject to this. Your tests should still be passing after upgrading to Playwright 1.57.

We're expecting no functional changes to come from this switch. The biggest change is the new icon and title in your toolbar.

If you still see an unexpected behaviour change, please file an issue.

On Arm64 Linux, Playwright continues to use Chromium.

Waiting for webserver output

testConfig.webServer added a wait field. Pass a regular expression, and Playwright will wait until the webserver logs match it.

import { defineConfig } from '@playwright/test';
export default defineConfig({
webServer: {
command: 'npm run start',
wait: {
stdout: '/Listening on port (?<my_server_port>\d+)/'
},
},
});

If you include a named capture group into the expression, then Playwright will provide the capture group contents via environment variables:

import { test, expect } from '@playwright/test';
test.use({ baseUrl: http://localhost:${process.env.MY_SERVER_PORT ?? 3000} });
test('homepage', async ({ page }) => {
await page.goto('/');
});
</tr></table>

... (truncated)

Commits

Updates vue-tsc from 3.1.3 to 3.2.1

Release notes

Sourced from vue-tsc's releases.

v3.2.1

language-core

component-meta

  • fix: skip schema resolution correctly when option is false (#5891) - Thanks to @​KazariEX!

component-type-helpers

  • fix: npm package is missing build files (#5893)

language-service

  • feat: props completion now only suggests :xxx (shorthand) when no prefix is typed, instead of both xxx and :xxx

Our Sponsors ❤️

... (truncated)

Changelog

Sourced from vue-tsc's changelog.

3.2.1 (2025-12-22)

language-core

component-meta

  • fix: skip schema resolution correctly when option is false (#5891) - Thanks to @​KazariEX!

component-type-helpers

  • fix: npm packag...

    Description has been truncated

…th 15 updates

Bumps the minor-patch-updates group with 15 updates in the /frontend directory:

| Package | From | To |
| --- | --- | --- |
| [@tailwindcss/forms](https://github.com/tailwindlabs/tailwindcss-forms) | `0.5.10` | `0.5.11` |
| [lodash-es](https://github.com/lodash/lodash) | `4.17.21` | `4.17.22` |
| [mermaid](https://github.com/mermaid-js/mermaid) | `11.12.1` | `11.12.2` |
| [nuxt](https://github.com/nuxt/nuxt/tree/HEAD/packages/nuxt) | `4.2.1` | `4.2.2` |
| [vue-i18n](https://github.com/intlify/vue-i18n/tree/HEAD/packages/vue-i18n) | `11.1.12` | `11.2.7` |
| [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `2.3.5` | `2.3.10` |
| [@nuxt/test-utils](https://github.com/nuxt/test-utils) | `3.20.1` | `3.21.0` |
| [@tsconfig/node18](https://github.com/tsconfig/bases/tree/HEAD/bases) | `18.2.5` | `18.2.6` |
| [@vitejs/plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue) | `6.0.1` | `6.0.3` |
| [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.22` | `10.4.23` |
| [happy-dom](https://github.com/capricorn86/happy-dom) | `20.0.10` | `20.0.11` |
| [jsdom](https://github.com/jsdom/jsdom) | `27.2.0` | `27.3.0` |
| [msw](https://github.com/mswjs/msw) | `2.12.2` | `2.12.4` |
| [playwright-core](https://github.com/microsoft/playwright) | `1.56.1` | `1.57.0` |
| [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc) | `3.1.3` | `3.2.1` |



Updates `@tailwindcss/forms` from 0.5.10 to 0.5.11
- [Release notes](https://github.com/tailwindlabs/tailwindcss-forms/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss-forms/blob/main/CHANGELOG.md)
- [Commits](tailwindlabs/tailwindcss-forms@v0.5.10...v0.5.11)

Updates `lodash-es` from 4.17.21 to 4.17.22
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/commits)

Updates `mermaid` from 11.12.1 to 11.12.2
- [Release notes](https://github.com/mermaid-js/mermaid/releases)
- [Commits](https://github.com/mermaid-js/mermaid/compare/mermaid@11.12.1...mermaid@11.12.2)

Updates `nuxt` from 4.2.1 to 4.2.2
- [Release notes](https://github.com/nuxt/nuxt/releases)
- [Commits](https://github.com/nuxt/nuxt/commits/v4.2.2/packages/nuxt)

Updates `vue-i18n` from 11.1.12 to 11.2.7
- [Release notes](https://github.com/intlify/vue-i18n/releases)
- [Changelog](https://github.com/intlify/vue-i18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/intlify/vue-i18n/commits/v11.2.7/packages/vue-i18n)

Updates `@biomejs/biome` from 2.3.5 to 2.3.10
- [Release notes](https://github.com/biomejs/biome/releases)
- [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md)
- [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.3.10/packages/@biomejs/biome)

Updates `@nuxt/test-utils` from 3.20.1 to 3.21.0
- [Release notes](https://github.com/nuxt/test-utils/releases)
- [Commits](nuxt/test-utils@v3.20.1...v3.21.0)

Updates `@tsconfig/node18` from 18.2.5 to 18.2.6
- [Commits](https://github.com/tsconfig/bases/commits/HEAD/bases)

Updates `@vitejs/plugin-vue` from 6.0.1 to 6.0.3
- [Release notes](https://github.com/vitejs/vite-plugin-vue/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-vue/blob/main/packages/plugin-vue/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite-plugin-vue/commits/plugin-vue@6.0.3/packages/plugin-vue)

Updates `autoprefixer` from 10.4.22 to 10.4.23
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](postcss/autoprefixer@10.4.22...10.4.23)

Updates `happy-dom` from 20.0.10 to 20.0.11
- [Release notes](https://github.com/capricorn86/happy-dom/releases)
- [Commits](capricorn86/happy-dom@v20.0.10...v20.0.11)

Updates `jsdom` from 27.2.0 to 27.3.0
- [Release notes](https://github.com/jsdom/jsdom/releases)
- [Changelog](https://github.com/jsdom/jsdom/blob/main/Changelog.md)
- [Commits](jsdom/jsdom@27.2.0...27.3.0)

Updates `msw` from 2.12.2 to 2.12.4
- [Release notes](https://github.com/mswjs/msw/releases)
- [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md)
- [Commits](mswjs/msw@v2.12.2...v2.12.4)

Updates `playwright-core` from 1.56.1 to 1.57.0
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.56.1...v1.57.0)

Updates `vue-tsc` from 3.1.3 to 3.2.1
- [Release notes](https://github.com/vuejs/language-tools/releases)
- [Changelog](https://github.com/vuejs/language-tools/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vuejs/language-tools/commits/v3.2.1/packages/tsc)

---
updated-dependencies:
- dependency-name: "@tailwindcss/forms"
  dependency-version: 0.5.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch-updates
- dependency-name: lodash-es
  dependency-version: 4.17.22
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch-updates
- dependency-name: mermaid
  dependency-version: 11.12.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch-updates
- dependency-name: nuxt
  dependency-version: 4.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch-updates
- dependency-name: vue-i18n
  dependency-version: 11.2.7
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-updates
- dependency-name: "@biomejs/biome"
  dependency-version: 2.3.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-patch-updates
- dependency-name: "@nuxt/test-utils"
  dependency-version: 3.21.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-patch-updates
- dependency-name: "@tsconfig/node18"
  dependency-version: 18.2.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-patch-updates
- dependency-name: "@vitejs/plugin-vue"
  dependency-version: 6.0.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-patch-updates
- dependency-name: autoprefixer
  dependency-version: 10.4.23
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-patch-updates
- dependency-name: happy-dom
  dependency-version: 20.0.11
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-patch-updates
- dependency-name: jsdom
  dependency-version: 27.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-patch-updates
- dependency-name: msw
  dependency-version: 2.12.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-patch-updates
- dependency-name: playwright-core
  dependency-version: 1.57.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-patch-updates
- dependency-name: vue-tsc
  dependency-version: 3.2.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-patch-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Dec 22, 2025
@dependabot dependabot bot requested a review from amasotti as a code owner December 22, 2025 12:21
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Dec 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant