Skip to content

Bump js-yaml from 4.1.0 to 4.1.1 in /frontend in the npm_and_yarn group across 1 directory#3122

Merged
jkueloc merged 1 commit intomainfrom
dependabot/npm_and_yarn/frontend/npm_and_yarn-3c67cbb9cd
Jan 30, 2026
Merged

Bump js-yaml from 4.1.0 to 4.1.1 in /frontend in the npm_and_yarn group across 1 directory#3122
jkueloc merged 1 commit intomainfrom
dependabot/npm_and_yarn/frontend/npm_and_yarn-3c67cbb9cd

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 15, 2025

Bumps the npm_and_yarn group with 1 update in the /frontend directory: js-yaml.

Updates js-yaml from 4.1.0 to 4.1.1

Changelog

Sourced from js-yaml's changelog.

[4.1.1] - 2025-11-12

Security

  • Fix prototype pollution issue in yaml merge (<<) operator.
Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 15, 2025
@github-actions
Copy link

🛡 Test Coverage Report 🛡

📜 Click to view full text coverage report
Name                                                                 Stmts   Miss Branch BrPart  Cover
------------------------------------------------------------------------------------------------------
concordia/__init__.py                                                    3      0      0      0   100%
concordia/admin/__init__.py                                            485      0     54      0   100%
concordia/admin/actions.py                                              96      0     22      0   100%
concordia/admin/filters.py                                             205      0     34      0   100%
concordia/admin/forms.py                                                73      0      2      0   100%
concordia/admin/utils.py                                                37      3     18      5    85%
concordia/admin/views.py                                               355      7     88      5    97%
concordia/admin_site.py                                                 10      0      0      0   100%
concordia/api_views.py                                                  72      0     32      0   100%
concordia/apps.py                                                       13      0      0      0   100%
concordia/authentication_backends.py                                    18      0      8      0   100%
concordia/celery.py                                                     24      0      6      0   100%
concordia/consumers.py                                                  14      0      0      0   100%
concordia/context_processors.py                                         20      0      4      0   100%
concordia/contextmanagers.py                                            15      0      2      0   100%
concordia/converters.py                                                  5      0      0      0   100%
concordia/decorators.py                                                 27      0      6      0   100%
concordia/exceptions.py                                                  6      0      0      0   100%
concordia/forms.py                                                      55      0      6      0   100%
concordia/logging.py                                                    78      0     34      0   100%
concordia/maintenance.py                                                18      0      8      0   100%
concordia/management/__init__.py                                         0      0      0      0   100%
concordia/management/commands/__init__.py                                0      0      0      0   100%
concordia/management/commands/ensure_initial_site_configuration.py      30      0     10      0   100%
concordia/management/commands/import_site_reports.py                    26      0      8      0   100%
concordia/management/commands/print_frontend_test_urls.py               20      0      4      0   100%
concordia/middleware.py                                                  8      0      2      0   100%
concordia/models.py                                                   1216      0    256      0   100%
concordia/parser.py                                                     67      0     14      0   100%
concordia/passwords/__init__.py                                          0      0      0      0   100%
concordia/passwords/validators.py                                       46      0     26      0   100%
concordia/signals/__init__.py                                            0      0      0      0   100%
concordia/signals/handlers.py                                          135      0     26      0   100%
concordia/signals/signals.py                                             3      0      0      0   100%
concordia/storage.py                                                    10      0      0      0   100%
concordia/tasks/__init__.py                                              0      0      0      0   100%
concordia/tasks/assets.py                                               83      0     34      0   100%
concordia/tasks/blog.py                                                 12      0      4      0   100%
concordia/tasks/housekeeping.py                                          9      0      0      0   100%
concordia/tasks/next_asset/__init__.py                                   0      0      0      0   100%
concordia/tasks/next_asset/renew.py                                     22      0      4      0   100%
concordia/tasks/next_asset/reviewable.py                                78      0     16      0   100%
concordia/tasks/next_asset/transcribable.py                             64      0     12      0   100%
concordia/tasks/reports/__init__.py                                      0      0      0      0   100%
concordia/tasks/reports/backfill.py                                     94      0     32      0   100%
concordia/tasks/reports/key_metrics.py                                 117      0     58      0   100%
concordia/tasks/reports/sitereport.py                                  211      0     22      0   100%
concordia/tasks/reservations.py                                         37      0      6      0   100%
concordia/tasks/retirement.py                                          114      0      8      0   100%
concordia/tasks/search_index.py                                         24      0      0      0   100%
concordia/tasks/thumbnails.py                                           42      0     10      0   100%
concordia/tasks/unusualactivity.py                                      33      0      6      0   100%
concordia/tasks/useractivity.py                                         76      0     12      0   100%
concordia/tasks/visualizations.py                                      117      0     22      0   100%
concordia/templatetags/__init__.py                                       0      0      0      0   100%
concordia/templatetags/concordia_filtering_tags.py                      18      0      4      0   100%
concordia/templatetags/concordia_media_tags.py                           6      0      0      0   100%
concordia/templatetags/concordia_querystring.py                         51      0     22      0   100%
concordia/templatetags/concordia_sharing_tags.py                         6      0      0      0   100%
concordia/templatetags/concordia_text_tags.py                           10      0      0      0   100%
concordia/templatetags/custom_math.py                                    6      0      0      0   100%
concordia/templatetags/group_list.py                                     7      0      0      0   100%
concordia/templatetags/reject_filter.py                                 13      0      4      0   100%
concordia/templatetags/truncation.py                                    37      0     14      0   100%
concordia/templatetags/visualization.py                                 16      0      2      0   100%
concordia/turnstile/__init__.py                                          0      0      0      0   100%
concordia/turnstile/context_processors.py                                5      0      0      0   100%
concordia/turnstile/fields.py                                           57      0     10      0   100%
concordia/turnstile/widgets.py                                          21      0      2      0   100%
concordia/utils/__init__.py                                             32      0      8      0   100%
concordia/utils/celery.py                                                7      0      0      0   100%
concordia/utils/constants.py                                             6      0      0      0   100%
concordia/utils/next_asset/__init__.py                                  12      0      0      0   100%
concordia/utils/next_asset/reviewable/__init__.py                        3      0      0      0   100%
concordia/utils/next_asset/reviewable/campaign.py                      106      0     28      0   100%
concordia/utils/next_asset/reviewable/topic.py                         106      0     28      0   100%
concordia/utils/next_asset/transcribable/__init__.py                     3      0      0      0   100%
concordia/utils/next_asset/transcribable/campaign.py                   136      0     60      0   100%
concordia/utils/next_asset/transcribable/topic.py                      143      0     62      0   100%
concordia/validators.py                                                 12      0      0      0   100%
concordia/version.py                                                     5      0      0      0   100%
concordia/views/__init__.py                                             34      0      4      0   100%
concordia/views/accounts.py                                            326      0     32      0   100%
concordia/views/ajax.py                                                313      0     70      0   100%
concordia/views/assets.py                                              255      0     64      0   100%
concordia/views/campaigns.py                                           156      0     32      0   100%
concordia/views/decorators.py                                           52      0      8      0   100%
concordia/views/items.py                                                67      0     10      0   100%
concordia/views/maintenance_mode.py                                     20      0      8      0   100%
concordia/views/projects.py                                             62      0     10      0   100%
concordia/views/rate_limit.py                                           13      0      4      0   100%
concordia/views/simple_pages.py                                         67      0     14      0   100%
concordia/views/topics.py                                               38      0      4      0   100%
concordia/views/utils.py                                               110      0     46      0   100%
concordia/views/visualizations.py                                       13      0      2      0   100%
concordia/widgets.py                                                     3      0      0      0   100%
configuration/__init__.py                                                0      0      0      0   100%
configuration/admin.py                                                  38      0     10      0   100%
configuration/apps.py                                                    6      0      0      0   100%
configuration/management/__init__.py                                     0      0      0      0   100%
configuration/management/commands/__init__.py                            0      0      0      0   100%
configuration/models.py                                                 46      0     12      0   100%
configuration/signals.py                                                11      0      0      0   100%
configuration/templatetags/__init__.py                                   0      0      0      0   100%
configuration/templatetags/configuration_tags.py                        11      0      0      0   100%
configuration/utils.py                                                  20      0      4      0   100%
configuration/validation.py                                             13      0      6      0   100%
exporter/__init__.py                                                     0      0      0      0   100%
exporter/admin.py                                                        0      0      0      0   100%
exporter/apps.py                                                         3      0      0      0   100%
exporter/exceptions.py                                                   6      0      0      0   100%
exporter/models.py                                                       0      0      0      0   100%
exporter/tabular_export/admin.py                                        27      0      2      0   100%
exporter/tabular_export/core.py                                        103      0     24      0   100%
exporter/utils.py                                                       29      0     16      0   100%
exporter/views.py                                                      162      0     20      0   100%
importer/__init__.py                                                     0      0      0      0   100%
importer/admin.py                                                      127      0     18      0   100%
importer/apps.py                                                         3      0      0      0   100%
importer/celery.py                                                      16      0      4      0   100%
importer/exceptions.py                                                   2      0      0      0   100%
importer/models.py                                                     120      0     14      0   100%
importer/tasks/__init__.py                                              14      0      2      0   100%
importer/tasks/assets.py                                                63      0      8      0   100%
importer/tasks/collections.py                                           60      0     18      0   100%
importer/tasks/decorators.py                                            42      0      6      0   100%
importer/tasks/images.py                                               118      0     22      0   100%
importer/tasks/items.py                                                234      0     60      0   100%
importer/utils/__init__.py                                               3      0      0      0   100%
importer/utils/excel.py                                                 19      0      8      0   100%
importer/utils/verify_images.py                                         16      0      2      0   100%
------------------------------------------------------------------------------------------------------
TOTAL                                                                 7988     10   1724     10    99%

@jkueloc
Copy link
Collaborator

jkueloc commented Jan 30, 2026

@dependabot recreate

Bumps the npm_and_yarn group with 1 update in the /frontend directory: [js-yaml](https://github.com/nodeca/js-yaml).


Updates `js-yaml` from 4.1.0 to 4.1.1
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](nodeca/js-yaml@4.1.0...4.1.1)

---
updated-dependencies:
- dependency-name: js-yaml
  dependency-version: 4.1.1
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/frontend/npm_and_yarn-3c67cbb9cd branch from e64697a to 958e0da Compare January 30, 2026 16:56
@jkueloc jkueloc merged commit 3a94b6b into main Jan 30, 2026
5 of 7 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/frontend/npm_and_yarn-3c67cbb9cd branch January 30, 2026 17:14
@jkueloc
Copy link
Collaborator

jkueloc commented Jan 30, 2026

@dependabot recreate

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 30, 2026

Looks like this PR has already been merged. If you've moved back to an older version of js-yaml a new PR will be created next time Dependabot checks your dependencies.

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