Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump simplesamlphp/simplesamlphp from 2.1.1 to 2.2.1 #1501

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 19, 2024

Bumps simplesamlphp/simplesamlphp from 2.1.1 to 2.2.1.

Release notes

Sourced from simplesamlphp/simplesamlphp's releases.

SimpleSAMLphp 2.2.1

This is a bugfix release of SimpleSAMLphp.

Use the link below to download and verify this release. Here you can also download a package with the source code of this release.

This release fixes two regressions that where introduced in v2.2.0.

Make sure to check the changelog and upgrade notes.

SHA256 checksum slim-release: 32179bfff7cf34fd9096bc8824b2d12930c7fb27c978f171d1256afe6cd73f08 SHA256 checksum full-release: d05509c0d4c20c23ea0f2f04168715be2d019fafbc380dee94a5f5cb961d5f4b

SimpleSAMLphp 2.2.0

This is a stable minor-release of SimpleSAMLphp.

Use the link below to download and verify this release. Here you can also download a package with the source code of this release.

This release mainly bumps the minimal required PHP version to 8.1 and now depends on Symfony 6.4 (LTS). Make sure to check the changelog and upgrade notes.

SHA256 checksum slim-release: 43765e3b8e90e131ef8e5da129ef72e81f886d610f5a96a4559c1e63438a8d87 SHA256 checksum full-release: 823f70000266c06d1779277d67dad0656e7ba81f1a0bb206c03e08214f938d17

Full Changelog: simplesamlphp/simplesamlphp@v2.1.5...v2.2.0

SimpleSAMLphp 2.1.5

This is a bugfix release of SimpleSAMLphp.

Use the link below to download and verify this release. Here you can also download a package with the source code of this release.

This release introduces some new features and translation-files are now automatically updated when new translation strings are introduced in code or in Twig-templates. Also new are the 'slim' and 'full' release. The 'slim' release contains no pre-installed modules other then the core modules (same as the 2.0 release), whereas the 'full' release has some of the most-used modules pre-installed.

Make sure to check the changelog and upgrade notes.

SHA256 checksum slim-release: 46c2100764279ed457eb85dc0a55ea03ba9072d20185fb18dc12de23dbfe5274 SHA256 checksum full-release: ca19c0f652bcf845ac691c3b67ad442d1ac80edd86c1e91cf04bc48c5da6000d

Full Changelog: simplesamlphp/simplesamlphp@v2.1.4...v2.1.5

SimpleSAMLphp 2.1.4

This is a bugfix release of SimpleSAMLphp.

Use the link below to download and verify this release. Here you can also download a package with the source code of this release.

This release introduces some new features and translation-files are now automatically updated when new translation strings are introduced in code or in Twig-templates. Also new are the 'slim' and 'full' release. The 'slim' release contains no pre-installed modules other then the core modules (same as the 2.0 release), whereas the 'full' release has some of the most-used modules pre-installed.

Make sure to check the changelog and upgrade notes.

SHA256 checksum slim-release: 6bacdfbbe67983b3d6c877baa29d0403a77fb3537b901c716fd96dbf59cb8ea5 SHA256 checksum full-release: 7d25d0bec38bd2b82c23848537e72bc1e6bc700a770c8ec76e1a4bf19d05d25a

... (truncated)

Changelog

Sourced from simplesamlphp/simplesamlphp's changelog.

Version 2.2.1

Released 2014-03-17

  • Fix regression in bin/initMDSPdo.php (was #1892)
  • Fix regression in translations, causing a fallback to English (#2009 + #2010)

Version 2.2.0

Released 2024-03-08

  • Make error codes easier to extend (#1870)
  • Updated eduPerson attributes in attribute maps (#1948)
  • Add regex support for attribute names in AttributeLimit authproc filter (#1971)
  • Reverted the .mo files change introduced in 2.1.x
  • NOTE: 'core:StatisticsWithAttribute' filter was removed from SimpleSAMLphp, but is still available from the statistics-module. It was previously enabled in the default configuration file (config/config.php.dist), so many lightly configured installations will have it enabled by default. Please check your config/config.php (and anywhere else you have authprocs configured) that you've either disabled "core:StatisticsWithAttribute" or migrated to "statistics:StatisticsWithAttribute" before upgrading to SimpleSAMLphp 2.2.0.

Version 2.1.4

Released 2024-02-29

  • Fix static call for non-static method in bin/importPdoMetadata.php (#1969)
  • Validate AuthState before processing it (#1706)
  • Fix possible incompatible dependency-set (#1981)

Version 2.1.3

Released 2024-02-12

  • Fix backwards compatibility for mandatory cachedir-setting introduced in 2.1.2

Deprecations:

  • The core:StatisticsWithAttribute authproc-filter has been deprecated. It is now available in the 'statistics' module (v1.2+) as 'statistics:StatisticsWithAttribute', while only the 'core:StatisticsWithAttribute' filter will be removed from SimpleSAMLphp in a future release.

Version 2.1.2

Released 2024-02-05

  • Restore possibility to use HTTP-Artifact on AuthnRequests (regression from 2.0.4)
  • Fixed undefined variable exception when using MS SQL store (#1917 + #1918)
  • Fix legacy-endpoints to not send responses twice

... (truncated)

Commits
  • 0819ecb Release v2.2.1
  • 5b8a342 Update changelog
  • 6b300e5 Merge pull request #2010 from monkeyiq/2024/march/i18n-wipe-domain-for-transl...
  • 85a9a05 i18n: when loading from po file the domain from the file has to be wiped
  • 8123037 Fix regression (#1892)
  • 418811d Merge pull request #2002 from nathanjrobertson/remove_StatisticsWithAttribute
  • a037483 Have exampleauth:UserPass have credentials stored under "users" key, instead ...
  • d83043a Fix typo
  • 1e34f07 Fix markdown
  • dba954f Fix markdown
  • Additional commits viewable in compare view

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

swirtSJW and others added 30 commits December 21, 2023 20:52
Bumps [va-gov/content-build](https://github.com/department-of-veterans-affairs/content-build) from 0.0.3409 to 0.0.3410.
- [Release notes](https://github.com/department-of-veterans-affairs/content-build/releases)
- [Commits](department-of-veterans-affairs/content-build@v0.0.3409...v0.0.3410)

---
updated-dependencies:
- dependency-name: va-gov/content-build
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [va-gov/content-build](https://github.com/department-of-veterans-affairs/content-build) from 0.0.3410 to 0.0.3411.
- [Release notes](https://github.com/department-of-veterans-affairs/content-build/releases)
- [Commits](department-of-veterans-affairs/content-build@v0.0.3410...v0.0.3411)

---
updated-dependencies:
- dependency-name: va-gov/content-build
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps drupal/raven from 4.0.22 to 5.0.6.

---
updated-dependencies:
- dependency-name: drupal/raven
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@8f152de...b39b52d)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [palantirnet/drupal-rector](https://github.com/palantirnet/drupal-rector) from 0.15.1 to 0.18.6.
- [Release notes](https://github.com/palantirnet/drupal-rector/releases)
- [Commits](palantirnet/drupal-rector@0.15.1...0.18.6)

---
updated-dependencies:
- dependency-name: palantirnet/drupal-rector
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [actions/cache](https://github.com/actions/cache) from 3.3.1 to 3.3.2.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@88522ab...704facf)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [reviewdog/action-eslint](https://github.com/reviewdog/action-eslint) from 1.20.0 to 1.21.0.
- [Release notes](https://github.com/reviewdog/action-eslint/releases)
- [Commits](reviewdog/action-eslint@10ca150...279acb0)

---
updated-dependencies:
- dependency-name: reviewdog/action-eslint
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [symfony/process](https://github.com/symfony/process) from 6.3.4 to 6.3.11.
- [Release notes](https://github.com/symfony/process/releases)
- [Changelog](https://github.com/symfony/process/blob/7.0/CHANGELOG.md)
- [Commits](symfony/process@v6.3.4...v6.3.11)

---
updated-dependencies:
- dependency-name: symfony/process
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [symfony/console](https://github.com/symfony/console) from 6.3.9 to 6.3.11.
- [Release notes](https://github.com/symfony/console/releases)
- [Changelog](https://github.com/symfony/console/blob/7.0/CHANGELOG.md)
- [Commits](symfony/console@v6.3.9...v6.3.11)

---
updated-dependencies:
- dependency-name: symfony/console
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [symfony/routing](https://github.com/symfony/routing) from 6.3.10 to 6.3.11.
- [Release notes](https://github.com/symfony/routing/releases)
- [Changelog](https://github.com/symfony/routing/blob/7.0/CHANGELOG.md)
- [Commits](symfony/routing@v6.3.10...v6.3.11)

---
updated-dependencies:
- dependency-name: symfony/routing
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…rations (#16500)

* VACMS-14238 Improve parsing of VBA phone numbers in migration.

* VACMS-14238 Update phone processing in all facility migrations.

* VACMS-14238 Add removal of , e xt. specifically.
* add symlink to generated files for next build preview server

* test a theory

* quiet storybook logs

* dont pre-build next now that we are running dev. in theory

* make directory before symlink

* test a different theory

* adjust perms

* use right node version, create dir for symlink

* move symlink creation after next install

* adjust symlink logic

* one symlink please

* one symlink please

* try a different directory

* clone into correct new dir
* convert hook to event subscriber

* correct doc block

* remove libraries definition

* convert one event subscriber to another

* remove composer requirements no longer needed

---------

Co-authored-by: Tanner Heffner <[email protected]>
Bumps [va-gov/content-build](https://github.com/department-of-veterans-affairs/content-build) from 0.0.3411 to 0.0.3412.
- [Release notes](https://github.com/department-of-veterans-affairs/content-build/releases)
- [Commits](department-of-veterans-affairs/content-build@v0.0.3411...v0.0.3412)

---
updated-dependencies:
- dependency-name: va-gov/content-build
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps drupal/content_model_documentation from 1.0.23 to 1.0.24.

---
updated-dependencies:
- dependency-name: drupal/content_model_documentation
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [va-gov/content-build](https://github.com/department-of-veterans-affairs/content-build) from 0.0.3412 to 0.0.3413.
- [Release notes](https://github.com/department-of-veterans-affairs/content-build/releases)
- [Commits](department-of-veterans-affairs/content-build@v0.0.3412...v0.0.3413)

---
updated-dependencies:
- dependency-name: va-gov/content-build
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
… 12 (#16654)

* VACMS-16642: remove drush launcher from tugboat

* VACMS-16642: fix drush commands
* VACMS-16418: Disable Block Content Permissions Module

* VACMS-16418: Update roles to use Block Content core module rather than Block Content Permissions module.

* VACMS-16418: Fix unit test to reflect block content permission changes.

---------

Co-authored-by: Jill Adams <[email protected]>
Bumps [va-gov/content-build](https://github.com/department-of-veterans-affairs/content-build) from 0.0.3413 to 0.0.3414.
- [Release notes](https://github.com/department-of-veterans-affairs/content-build/releases)
- [Commits](department-of-veterans-affairs/content-build@v0.0.3413...v0.0.3414)

---
updated-dependencies:
- dependency-name: va-gov/content-build
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* VACMS-14955: Hide ief_reference_save button for CLP

* VACMS-14955: Moves IEF form modification to va_gov_entity_browser.

* VACMS-14955: Adds entity browser cucumber assertions.

* VACMS-14955: Adds test for add new downloadable resource button style change when using Entity Browser.

---------

Co-authored-by: Jill Adams <[email protected]>
Co-authored-by: Daniel Sasser <[email protected]>
* VACMS-16457: update fro entity_browser with patches

* VACMS-16457: removed unneeded cypress test

* VACMS-16457: updated composer.lock

* VACMS-16457: update composer.lock

* VACMS-16457: updated composer.lock

* VACMS-16457: updated composer.lock

* VACMS-16457: removed unneeded patch

* VACMS-16457: removed unneeded patch

* VACMS-16457: updated composer.lock
Bumps [va-gov/content-build](https://github.com/department-of-veterans-affairs/content-build) from 0.0.3414 to 0.0.3415.
- [Release notes](https://github.com/department-of-veterans-affairs/content-build/releases)
- [Commits](department-of-veterans-affairs/content-build@v0.0.3414...v0.0.3415)

---
updated-dependencies:
- dependency-name: va-gov/content-build
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.10.50 to 1.10.54.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)
- [Commits](phpstan/phpstan@1.10.50...1.10.54)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot bot and others added 23 commits March 22, 2024 07:54
Bumps [mglaman/phpstan-drupal](https://github.com/mglaman/phpstan-drupal) from 1.2.7 to 1.2.8.
- [Release notes](https://github.com/mglaman/phpstan-drupal/releases)
- [Commits](mglaman/phpstan-drupal@1.2.7...1.2.8)

---
updated-dependencies:
- dependency-name: mglaman/phpstan-drupal
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Edmund Dunn <[email protected]>
Bumps [va-gov/content-build](https://github.com/department-of-veterans-affairs/content-build) from 0.0.3460 to 0.0.3463.
- [Release notes](https://github.com/department-of-veterans-affairs/content-build/releases)
- [Commits](department-of-veterans-affairs/content-build@v0.0.3460...v0.0.3463)

---
updated-dependencies:
- dependency-name: va-gov/content-build
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [mglaman/phpstan-drupal](https://github.com/mglaman/phpstan-drupal) from 1.2.8 to 1.2.9.
- [Release notes](https://github.com/mglaman/phpstan-drupal/releases)
- [Commits](mglaman/phpstan-drupal@1.2.8...1.2.9)

---
updated-dependencies:
- dependency-name: mglaman/phpstan-drupal
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [va-gov/content-build](https://github.com/department-of-veterans-affairs/content-build) from 0.0.3463 to 0.0.3464.
- [Release notes](https://github.com/department-of-veterans-affairs/content-build/releases)
- [Commits](department-of-veterans-affairs/content-build@v0.0.3463...v0.0.3464)

---
updated-dependencies:
- dependency-name: va-gov/content-build
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* VACMS-17073: Removing allowed formats module from composer.

* VACMS-17073: Updating hash in composer lock.
…7612)

* Align issuetemplates to remove legacy in-body Team selection list

* Align issuetemplates to remove legacy in-body Team selection list

---------

Co-authored-by: Edmund Dunn <[email protected]>
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.10.64 to 1.10.65.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)
- [Commits](phpstan/phpstan@1.10.64...1.10.65)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Edmund Dunn <[email protected]>
* VACMS-17587: Add isMigrating flag to flagger service.

* VACMS-17587: Add ability to set a new revision during migrate.

* VACMS-17587: Update function name

* VACMS-17587: Add Migrate Event Subscriber for setting the isMigrating flag.

* VACMS-17587: Add check for isMigrating flag.

* VACMS-17587: Toggle flag on row events and turn off during revision log updates.

* VACMS-17587: Fix function descriptions.
Bumps [va-gov/content-build](https://github.com/department-of-veterans-affairs/content-build) from 0.0.3464 to 0.0.3466.
- [Release notes](https://github.com/department-of-veterans-affairs/content-build/releases)
- [Commits](department-of-veterans-affairs/content-build@v0.0.3464...v0.0.3466)

---
updated-dependencies:
- dependency-name: va-gov/content-build
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [va-gov/content-build](https://github.com/department-of-veterans-affairs/content-build) from 0.0.3466 to 0.0.3467.
- [Release notes](https://github.com/department-of-veterans-affairs/content-build/releases)
- [Commits](department-of-veterans-affairs/content-build@v0.0.3466...v0.0.3467)

---
updated-dependencies:
- dependency-name: va-gov/content-build
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [va-gov/content-build](https://github.com/department-of-veterans-affairs/content-build) from 0.0.3467 to 0.0.3469.
- [Release notes](https://github.com/department-of-veterans-affairs/content-build/releases)
- [Commits](department-of-veterans-affairs/content-build@v0.0.3467...v0.0.3469)

---
updated-dependencies:
- dependency-name: va-gov/content-build
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps drupal/raven from 5.0.8 to 5.0.9.

---
updated-dependencies:
- dependency-name: drupal/raven
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Edmund Dunn <[email protected]>
Bumps [knplabs/github-api](https://github.com/KnpLabs/php-github-api) from 3.14.0 to 3.14.1.
- [Release notes](https://github.com/KnpLabs/php-github-api/releases)
- [Changelog](https://github.com/KnpLabs/php-github-api/blob/master/CHANGELOG-3.X.md)
- [Commits](KnpLabs/php-github-api@v3.14.0...v3.14.1)

---
updated-dependencies:
- dependency-name: knplabs/github-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Edmund Dunn <[email protected]>
Bumps [va-gov/content-build](https://github.com/department-of-veterans-affairs/content-build) from 0.0.3469 to 0.0.3470.
- [Release notes](https://github.com/department-of-veterans-affairs/content-build/releases)
- [Commits](department-of-veterans-affairs/content-build@v0.0.3469...v0.0.3470)

---
updated-dependencies:
- dependency-name: va-gov/content-build
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps drupal/entity_clone from 2.0.0-beta4 to 2.0.0-beta5.

---
updated-dependencies:
- dependency-name: drupal/entity_clone
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Edmund Dunn <[email protected]>
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.10.65 to 1.10.66.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)
- [Commits](phpstan/phpstan@1.10.65...1.10.66)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Amanda Nantais-Austin <[email protected]>
Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1.6.0 to 2.0.0.
- [Release notes](https://github.com/dependabot/fetch-metadata/releases)
- [Commits](dependabot/fetch-metadata@c9c4182...0fb2170)

---
updated-dependencies:
- dependency-name: dependabot/fetch-metadata
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Amanda Nantais-Austin <[email protected]>
Co-authored-by: Edmund Dunn <[email protected]>
@edmund-dunn edmund-dunn force-pushed the dependabot/composer/simplesamlphp/simplesamlphp-2.2.1 branch from 9acf7c7 to 2765c5c Compare April 1, 2024 16:53
Copy link

github-actions bot commented Apr 1, 2024

GitHub Workflows (.github/workflows/*.yml)

Have you...

  • pinned all affected GitHub Actions at a specific commit by SHA?
  • reviewed the source code of the action at the commit you are pinning?
  • confirmed that no GitHub security measures are being bypassed?
  • checked for any injection of user content into protected contexts?
  • reviewed Security hardening for GitHub Actions?
  • reviewed GitHub Workflows?

@dependabot dependabot bot requested a review from a team as a code owner April 10, 2024 21:40
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 11, 2024

Looks like simplesamlphp/simplesamlphp is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Apr 11, 2024
@dependabot dependabot bot deleted the dependabot/composer/simplesamlphp/simplesamlphp-2.2.1 branch April 11, 2024 00:07
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 php Pull requests that update Php code
Projects
None yet
Development

Successfully merging this pull request may close these issues.