Skip to content

chore(deps): bump flatted and karma in /src/admin/assets/components/bootstrap#99

Open
dependabot[bot] wants to merge 2 commits intomainfrom
dependabot/npm_and_yarn/src/admin/assets/components/bootstrap/multi-aafe1a54b9
Open

chore(deps): bump flatted and karma in /src/admin/assets/components/bootstrap#99
dependabot[bot] wants to merge 2 commits intomainfrom
dependabot/npm_and_yarn/src/admin/assets/components/bootstrap/multi-aafe1a54b9

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 20, 2026

Bumps flatted to 3.4.2 and updates ancestor dependency karma. These dependencies need to be updated together.

Updates flatted from 2.0.0 to 3.4.2

Commits
  • 3bf0909 3.4.2
  • 885ddcc fix CWE-1321
  • 0bdba70 added flatted-view to the benchmark
  • 2a02dce 3.4.1
  • fba4e8f Merge pull request #89 from WebReflection/python-fix
  • 5fe8648 added "when in Rome" also a test for PHP
  • 53517ad some minor improvement
  • b3e2a0c Fixing recursion issue in Python too
  • c4b46db Add SECURITY.md for security policy and reporting
  • f86d071 Create dependabot.yml for version updates
  • Additional commits viewable in compare view

Updates karma from 3.1.4 to 6.4.4

Release notes

Sourced from karma's releases.

v6.4.4

6.4.4 (2024-07-29)

v6.4.3

6.4.3 (2024-02-24)

Bug Fixes

  • add build commits for patch release (d7f2d69)

v6.4.2

6.4.2 (2023-04-21)

Bug Fixes

v6.4.1

6.4.1 (2022-09-19)

Bug Fixes

v6.4.0

6.4.0 (2022-06-14)

Features

  • support SRI verification of link tags (dc51a2e)
  • support SRI verification of script tags (6a54b1c)

v6.3.20

6.3.20 (2022-05-13)

Bug Fixes

  • prefer IPv4 addresses when resolving domains (e17698f), closes #3730

v6.3.19

6.3.19 (2022-04-19)

Bug Fixes

... (truncated)

Changelog

Sourced from karma's changelog.

6.4.4 (2024-07-29)

6.4.3 (2024-02-24)

Bug Fixes

  • add build commits for patch release (d7f2d69)

6.4.2 (2023-04-21)

Bug Fixes

6.4.1 (2022-09-19)

Bug Fixes

6.4.0 (2022-06-14)

Features

  • support SRI verification of link tags (dc51a2e)
  • support SRI verification of script tags (6a54b1c)

6.3.20 (2022-05-13)

Bug Fixes

  • prefer IPv4 addresses when resolving domains (e17698f), closes #3730

6.3.19 (2022-04-19)

Bug Fixes

  • client: error out when opening a new tab fails (099b85e)

6.3.18 (2022-04-13)

Bug Fixes

... (truncated)

Commits
  • 84f85e7 chore(release): 6.4.4 [skip ci]
  • a4d1284 build(deps-dev): bump ws from 6.2.1 to 6.2.3
  • d8cf806 chore(release): 6.4.3 [skip ci]
  • d7f2d69 fix: add build commits for patch release
  • 85a2eeb build(deps-dev): bump decode-uri-component from 0.2.0 to 0.2.2
  • 0bffce2 build(deps): updated socket.io version to fix security issues with socket.io-...
  • 86667ab build(deps): bump follow-redirects from 1.11.0 to 1.15.4
  • 450fdfd docs: Add deprecation notice to Karma README
  • 9de3c00 chore(release): 6.4.2 [skip ci]
  • c6a4271 fix: few typos
  • Additional commits viewable in compare view

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 20, 2026
cakmoel and others added 2 commits April 5, 2026 11:32
* chore: append some tests

* docs: update README.md

* update composer and phpunit

* chore: revamp access to common variable in admin

* chore: revamp src/api/index.php

* docs: update src/docs/API_DOCUMENTATION.md

* docs: update src/docs/DEVELOPER_GUIDE.md

* chore: update src/docs/PLUGIN_DEVELOPER_GUIDE.md

* feat: append page caching

* chore: update src/install/include/dbtable.php

* feat: implement i18n and GDPR

* feat: modernize(intall) index.php

* ad3fd03: feat(performance): implement zero-config file-based page caching (Phase 1)

* Implement comment-reply feature …

* chore: remove less from assets admin

* docs: update README.md

* chore: update src/api/index.php

* docs: update documentation

* chore: update src/install/assets/css/form-validation.css

* chore: update UI src/install/finish.php

* chore: update src/install/include/check-engine.php

* chore: update src/install/include/dbtable.php

* chore: update src/install/include/settings.php

* feat: append feature to generate basic htaccess  automatically during installation

* feat: append option language src/install/index.php

* fix: revamp and enhance install UI design style

* fix: revamp src/install/setup-db.php

* fix: revamp src/lib/Autoloader.php

* docs: update src/lib/common.php

* chore: revamp src/lib/controller/ApiController.php

* chore: revamp src/lib/controller/CommentController.php

* feat: append smpt configuration src/lib/controller/ConfigurationController.php

* chore: update src/lib/controller/ImportController.php

* chore: update src/lib/controller/MediaController.php

* feat: append locale to src/lib/controller/MenuController.php

* chore: update src/lib/controller/PageController.php

* fix: revamp bug minor in src/lib/controller/PluginController.php

* feat: append locale to src/lib/controller/PostController.php

* fix: src/lib/controller/ReplyController.php

* fix: update src/lib/controller/ThemeController.php

* feat: append local to topic

* chore: revamp src/lib/controller/UserController.php

* chore: revamp src/lib/controller/api/ArchivesApiController.php

* feat: update src/lib/controller/api/CategoriesApiController.php

* fix: revamp src/lib/controller/api/CommentsApiController.php

* chore: update src/lib/controller/api/GdprApiController.php

* chore: update src/lib/controller/api/PostsApiController.php

* chore: update src/lib/core/ActionConst.php

* feat: fix src/lib/core/ApiAuth.php

* fix: revamp src/lib/core/ApiResponse.php

* fix: revamp src/lib/core/ApiRouter.php

* chore: update src/lib/core/AppConfig.php

* chore: update src/lib/core/AppException.php

* chore: update src/lib/core/AppInterface.php

* chore: src/lib/core/AtomWriter.php

* fix: revamp bug src/lib/core/Authentication.php

* fix: revamp bug src/lib/core/Authorization.php

* fix: solve bug src/lib/core/BaseApp.php

* chore: update src/lib/core/BaseModel.php

* chore: update src/lib/core/BlogSchema.php

* chore: update src/lib/core/BoardInterface.php

* chore: update src/lib/core/Bootstrap.php

* chore: update src/lib/core/CSRFGuard.php

* chore: update src/lib/core/Clean.php

* chore: update src/lib/core/CoreException.php

* chore: src/lib/core/Dao.php

* chore: update src/lib/core/Dashboard.php

* chore: update third party lib HTMLPurifier

* chore: remove unuse picture

* chore: remove unused assets design style

* chore: remove duplicate tests

* chore: remove deprecated file

* fix: revamp some bugs in default theme blog

* chore: checking PSR-12 compliance

* fix: solve bug when load configuration file

* chore: revamp dao layer

* fix: solve bug in archive

* fix: solve bug in commentModel

* chore: update model layer

* docs: append localization and internationlaization documenation

* chore: remove bug in utility

* chor: update service layer

* feat: append download admin controller

* feat: append i18n implementation

* chore: update src/lib/options.php

* chore: update src/lib/utility-loader.php

* chore: update src/license.txt

* feat: append session log

* fix: revamp bug in src/public/themes/index.php

* chore: update src/public/themes/maintenance.php

* chore: update src/readme.html

* chore: append src/env.sample.md

* fix: install UI design style src/install/migrate-smtp.php

* fix: install UI design style update step in src/install/update-step.php

* fix: installation process src/install/validate-db.php

* chore: append src/privacy-policy.html

* chore: appen directory src/public/files/cache/

* chore: add src/public/files/docs/.htaccess

* chore: update src/terms-of-use.html

---------

Co-authored-by: nirmalakhanza <nirmala.adiba.khanza@gmail.com>
Bumps [flatted](https://github.com/WebReflection/flatted) to 3.4.2 and updates ancestor dependency [karma](https://github.com/karma-runner/karma). These dependencies need to be updated together.


Updates `flatted` from 2.0.0 to 3.4.2
- [Commits](WebReflection/flatted@v2.0.0...v3.4.2)

Updates `karma` from 3.1.4 to 6.4.4
- [Release notes](https://github.com/karma-runner/karma/releases)
- [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md)
- [Commits](karma-runner/karma@v3.1.4...v6.4.4)

---
updated-dependencies:
- dependency-name: flatted
  dependency-version: 3.4.2
  dependency-type: indirect
- dependency-name: karma
  dependency-version: 6.4.4
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot changed the title Bump flatted and karma in /src/admin/assets/components/bootstrap chore(deps): bump flatted and karma in /src/admin/assets/components/bootstrap Apr 5, 2026
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/src/admin/assets/components/bootstrap/multi-aafe1a54b9 branch from 13b3679 to ea770f2 Compare April 5, 2026 04:33
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