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 @guardian/cdk from 50.13.0 to 58.1.2 #11651

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 14, 2024

Bumps @guardian/cdk from 50.13.0 to 58.1.2.

Release notes

Sourced from @​guardian/cdk's releases.

v58.1.2

Patch Changes

  • 87242ca: Update aws-cdk to 2.145.0, aws-cdk-lib to 2.145.0, constructs to 10.3.0

v58.1.1

Patch Changes

  • 1da0da9: Update aws-cdk to 2.141.0, aws-cdk-lib to 2.141.0, constructs to 10.3.0
  • c8400c9: Add useful ASG group metrics (TOTAL_INSTANCES, etc) by default

v58.1.0

Minor Changes

  • 96cb7dc: Use the recommended ELB security policy ELBSecurityPolicy-TLS13-1-2-2021-06 which includes TLS 1.3, and is backwards compatible with TLS 1.2.

v58.0.0

Major Changes

  • fa0719b: BREAKING CHANGE: DevX Backups can no longer be enabled via the withBackup prop, which has been removed.

    Users should now opt-in/out of DevX Backups at the construct level (i.e. when defining an RDS instance, cluster or DynamoDB table).

    We recommend using the GuDatabaseInstance or GuDynamoTable to help with this. If these constructs cannot be used, resources can also be tagged like this: Tags.of(myDatabase).add("devx-backup-enabled", "true").

v57.1.0

Minor Changes

  • 8bde0ca: Add Dynamodb construct with default deletion protection and mandatory opt-in/opt-out setting for DevX-backup.

v57.0.0

Major Changes

  • 7cc8591: BREAKING CHANGE:

    Users of the GuDatabaseInstance class now need to explicitly opt-in/out of DevX Backups via the devXBackups prop.

Minor Changes

  • 197228b: GuLambdaFunction uses JSON logging by default, for compatibility with ApplicationLogLevel

v56.0.3

Patch Changes

  • 89a22f1: Update aws-cdk to 2.136.1, aws-cdk-lib to 2.136.1, constructs to 10.3.0

v56.0.2

... (truncated)

Changelog

Sourced from @​guardian/cdk's changelog.

58.1.2

Patch Changes

  • 87242ca: Update aws-cdk to 2.145.0, aws-cdk-lib to 2.145.0, constructs to 10.3.0

58.1.1

Patch Changes

  • 1da0da9: Update aws-cdk to 2.141.0, aws-cdk-lib to 2.141.0, constructs to 10.3.0
  • c8400c9: Add useful ASG group metrics (TOTAL_INSTANCES, etc) by default

58.1.0

Minor Changes

  • 96cb7dc: Use the recommended ELB security policy ELBSecurityPolicy-TLS13-1-2-2021-06 which includes TLS 1.3, and is backwards compatible with TLS 1.2.

58.0.0

Major Changes

  • fa0719b: BREAKING CHANGE: DevX Backups can no longer be enabled via the withBackup prop, which has been removed.

    Users should now opt-in/out of DevX Backups at the construct level (i.e. when defining an RDS instance, cluster or DynamoDB table).

    We recommend using the GuDatabaseInstance or GuDynamoTable to help with this. If these constructs cannot be used, resources can also be tagged like this: Tags.of(myDatabase).add("devx-backup-enabled", "true").

57.1.0

Minor Changes

  • 8bde0ca: Add Dynamodb construct with default deletion protection and mandatory opt-in/opt-out setting for DevX-backup.

57.0.0

Major Changes

  • 7cc8591: BREAKING CHANGE:

    Users of the GuDatabaseInstance class now need to explicitly opt-in/out of DevX Backups via the devXBackups prop.

Minor Changes

  • 197228b: GuLambdaFunction uses JSON logging by default, for compatibility with ApplicationLogLevel

... (truncated)

Commits
  • 9f6922b Merge pull request #2335 from guardian/changeset-release/main
  • 755bd43 Bump package version
  • 2835f02 Merge pull request #2339 from guardian/dependabot/npm_and_yarn/prettier-3.3.2
  • 7bd7b4b chore(deps): bump prettier from 3.3.1 to 3.3.2
  • e28c521 Merge pull request #2336 from guardian/dependabot/npm_and_yarn/aws-sdk-2.1639.0
  • 43fa19c chore(deps): bump aws-sdk from 2.1635.0 to 2.1639.0
  • 6ffa712 Merge pull request #2331 from guardian/update-aws-cdk-2.145.0
  • 87242ca fix(deps): Update AWS CDK libraries to 2.145.0, and constructs to 10.3.0
  • de57d26 Merge pull request #2333 from guardian/dependabot/npm_and_yarn/npm_and_yarn-5...
  • 408fdb6 chore(deps): bump braces from 3.0.2 to 3.0.3 in the npm_and_yarn group
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)

@dependabot dependabot bot requested review from a team as code owners June 14, 2024 18:18
@dependabot dependabot bot added AR Dependency Dependency for AR project javascript Pull requests that update Javascript code labels Jun 14, 2024
Copy link

Hello 👋! When you're ready to run Chromatic, please apply the run_chromatic label to this PR.

You will need to reapply the label each time you want to run Chromatic.

Click here to see the Chromatic project.

Copy link

github-actions bot commented Jun 14, 2024

Size Change: 0 B

Total Size: 867 kB

ℹ️ View Unchanged
Filename Size
dotcom-rendering/dist/1094.client.web.********************.js 6 kB
dotcom-rendering/dist/1225.client.web.********************.js 785 B
dotcom-rendering/dist/1299.client.web.********************.js 937 B
dotcom-rendering/dist/1445.client.web.********************.js 18.1 kB
dotcom-rendering/dist/1543.client.web.********************.js 3.28 kB
dotcom-rendering/dist/1692.client.web.********************.js 3.13 kB
dotcom-rendering/dist/1762.client.web.********************.js 3.39 kB
dotcom-rendering/dist/1889.client.web.********************.js 3.63 kB
dotcom-rendering/dist/2170.client.web.********************.js 6.77 kB
dotcom-rendering/dist/2207.client.web.********************.js 2.98 kB
dotcom-rendering/dist/226.client.web.********************.js 3.93 kB
dotcom-rendering/dist/2264.client.web.********************.js 2.66 kB
dotcom-rendering/dist/2342.client.web.********************.js 1.01 kB
dotcom-rendering/dist/2344.client.web.********************.js 3.37 kB
dotcom-rendering/dist/2373.client.web.********************.js 11.5 kB
dotcom-rendering/dist/2471.client.web.********************.js 723 B
dotcom-rendering/dist/2638.client.web.********************.js 3.37 kB
dotcom-rendering/dist/2692.client.web.********************.js 2.9 kB
dotcom-rendering/dist/2778.client.web.********************.js 858 B
dotcom-rendering/dist/2780.client.web.********************.js 6.42 kB
dotcom-rendering/dist/2920.client.web.********************.js 523 B
dotcom-rendering/dist/3000.client.web.********************.js 895 B
dotcom-rendering/dist/3114.client.web.********************.js 663 B
dotcom-rendering/dist/3118.client.web.********************.js 499 B
dotcom-rendering/dist/312.client.web.********************.js 2.93 kB
dotcom-rendering/dist/3255.client.web.********************.js 809 B
dotcom-rendering/dist/3336.client.web.********************.js 785 B
dotcom-rendering/dist/336.client.web.********************.js 13.4 kB
dotcom-rendering/dist/3371.client.web.********************.js 3.28 kB
dotcom-rendering/dist/3431.client.web.********************.js 5.53 kB
dotcom-rendering/dist/3494.client.web.********************.js 834 B
dotcom-rendering/dist/3523.client.web.********************.js 3.35 kB
dotcom-rendering/dist/3642.client.web.********************.js 791 B
dotcom-rendering/dist/3689.client.web.********************.js 4.3 kB
dotcom-rendering/dist/3787.client.web.********************.js 5.49 kB
dotcom-rendering/dist/3922.client.web.********************.js 731 B
dotcom-rendering/dist/393.client.web.********************.js 5.91 kB
dotcom-rendering/dist/3932.client.web.********************.js 790 B
dotcom-rendering/dist/4103.client.web.********************.js 22.6 kB
dotcom-rendering/dist/4129.client.web.********************.js 4.43 kB
dotcom-rendering/dist/424.client.web.********************.js 757 B
dotcom-rendering/dist/4442.client.web.********************.js 833 B
dotcom-rendering/dist/4639.client.web.********************.js 3 kB
dotcom-rendering/dist/4652.client.web.********************.js 3.59 kB
dotcom-rendering/dist/4666.client.web.********************.js 9.24 kB
dotcom-rendering/dist/4673.client.web.********************.js 731 B
dotcom-rendering/dist/4807.client.web.********************.js 4.3 kB
dotcom-rendering/dist/4811.client.web.********************.js 1.01 kB
dotcom-rendering/dist/5044.client.web.********************.js 811 B
dotcom-rendering/dist/5077.client.web.********************.js 441 B
dotcom-rendering/dist/5084.client.web.********************.js 759 B
dotcom-rendering/dist/5127.client.web.********************.js 4.39 kB
dotcom-rendering/dist/5247.client.web.********************.js 2.86 kB
dotcom-rendering/dist/5308.client.web.********************.js 2.69 kB
dotcom-rendering/dist/5353.client.web.********************.js 11.8 kB
dotcom-rendering/dist/5536.client.web.********************.js 3.89 kB
dotcom-rendering/dist/565.client.web.********************.js 675 B
dotcom-rendering/dist/5750.client.web.********************.js 3.21 kB
dotcom-rendering/dist/5817.client.web.********************.js 922 B
dotcom-rendering/dist/6002.client.web.********************.js 3.09 kB
dotcom-rendering/dist/606.client.web.********************.js 3.53 kB
dotcom-rendering/dist/6093.client.web.********************.js 758 B
dotcom-rendering/dist/6167.client.web.********************.js 646 B
dotcom-rendering/dist/6351.client.web.********************.js 5.38 kB
dotcom-rendering/dist/662.client.web.********************.js 2.67 kB
dotcom-rendering/dist/6640.client.web.********************.js 913 B
dotcom-rendering/dist/6793.client.web.********************.js 5.71 kB
dotcom-rendering/dist/6843.client.web.********************.js 7.29 kB
dotcom-rendering/dist/6908.client.web.********************.js 3.48 kB
dotcom-rendering/dist/6921.client.web.********************.js 2.99 kB
dotcom-rendering/dist/7062.client.web.********************.js 2.29 kB
dotcom-rendering/dist/7116.client.web.********************.js 23 kB
dotcom-rendering/dist/7196.client.web.********************.js 895 B
dotcom-rendering/dist/72.client.web.********************.js 966 B
dotcom-rendering/dist/7208.client.web.********************.js 2.41 kB
dotcom-rendering/dist/7265.client.web.********************.js 3.21 kB
dotcom-rendering/dist/7387.client.web.********************.js 961 B
dotcom-rendering/dist/7544.client.web.********************.js 3.07 kB
dotcom-rendering/dist/7660.client.web.********************.js 3.67 kB
dotcom-rendering/dist/7697.client.web.********************.js 620 B
dotcom-rendering/dist/7723.client.web.********************.js 925 B
dotcom-rendering/dist/8134.client.web.********************.js 601 B
dotcom-rendering/dist/8179.client.web.********************.js 834 B
dotcom-rendering/dist/8279.client.web.********************.js 43.1 kB
dotcom-rendering/dist/8363.client.web.********************.js 3.67 kB
dotcom-rendering/dist/8463.client.web.********************.js 156 B
dotcom-rendering/dist/8565.client.web.********************.js 653 B
dotcom-rendering/dist/8569.client.web.********************.js 3.58 kB
dotcom-rendering/dist/8791.client.web.********************.js 1.01 kB
dotcom-rendering/dist/8839.client.web.********************.js 3.37 kB
dotcom-rendering/dist/889.client.web.********************.js 860 B
dotcom-rendering/dist/8907.client.web.********************.js 792 B
dotcom-rendering/dist/9060.client.web.********************.js 886 B
dotcom-rendering/dist/9225.client.web.********************.js 583 B
dotcom-rendering/dist/9247.client.web.********************.js 3.83 kB
dotcom-rendering/dist/9287.client.web.********************.js 2.42 kB
dotcom-rendering/dist/9396.client.web.********************.js 691 B
dotcom-rendering/dist/9430.client.web.********************.js 510 B
dotcom-rendering/dist/9447.client.web.********************.js 3.06 kB
dotcom-rendering/dist/9604.client.web.********************.js 528 B
dotcom-rendering/dist/9789.client.web.********************.js 924 B
dotcom-rendering/dist/9826.client.web.********************.js 3.42 kB
dotcom-rendering/dist/9936.client.web.********************.js 1.84 kB
dotcom-rendering/dist/Accessibility-importable.client.web.********************.js 5.79 kB
dotcom-rendering/dist/AdBlockAsk-importable.client.web.********************.js 2.85 kB
dotcom-rendering/dist/AdPortals-importable.client.web.********************.js 3.84 kB
dotcom-rendering/dist/AlreadyVisited-importable.client.web.********************.js 425 B
dotcom-rendering/dist/AppsEpic-importable.client.web.********************.js 3.54 kB
dotcom-rendering/dist/AppsFooter-importable.client.web.********************.js 3.64 kB
dotcom-rendering/dist/AppsLightboxImage-importable.client.web.********************.js 3.03 kB
dotcom-rendering/dist/AppsLightboxImageStore-importable.client.web.********************.js 2.47 kB
dotcom-rendering/dist/AudioAtomWrapper-importable.client.web.********************.js 3.58 kB
dotcom-rendering/dist/AustralianTerritorySwitcher-importable.client.web.********************.js 2.57 kB
dotcom-rendering/dist/Branding-importable.client.web.********************.js 3.08 kB
dotcom-rendering/dist/braze-web-sdk-core.client.web.********************.js 37.2 kB
dotcom-rendering/dist/BrazeMessaging-importable.client.web.********************.js 1.9 kB
dotcom-rendering/dist/CalloutBlockComponent-importable.client.web.********************.js 6.73 kB
dotcom-rendering/dist/CalloutEmbedBlockComponent-importable.client.web.********************.js 5.75 kB
dotcom-rendering/dist/CardCommentCount-importable.client.web.********************.js 4.91 kB
dotcom-rendering/dist/Carousel-importable.client.web.********************.js 1.17 kB
dotcom-rendering/dist/CarouselForNewsletters-importable.client.web.********************.js 6.63 kB
dotcom-rendering/dist/ChartAtom-importable.client.web.********************.js 539 B
dotcom-rendering/dist/CommentCount-importable.client.web.********************.js 3.26 kB
dotcom-rendering/dist/DiscussionApps-importable.client.web.********************.js 1.81 kB
dotcom-rendering/dist/DiscussionMeta-importable.client.web.********************.js 3.08 kB
dotcom-rendering/dist/DiscussionWeb-importable.client.web.********************.js 1.67 kB
dotcom-rendering/dist/DocumentBlockComponent-importable.client.web.********************.js 3.55 kB
dotcom-rendering/dist/EmbedBlockComponent-importable.client.web.********************.js 4.1 kB
dotcom-rendering/dist/EnhancePinnedPost-importable.client.web.********************.js 2.02 kB
dotcom-rendering/dist/FetchOnwardsData-importable.client.web.********************.js 3.4 kB
dotcom-rendering/dist/FilterKeyEventsToggle-importable.client.web.********************.js 5.21 kB
dotcom-rendering/dist/FocusStyles-importable.client.web.********************.js 622 B
dotcom-rendering/dist/FollowWrapper-importable.client.web.********************.js 837 B
dotcom-rendering/dist/FooterLabel-importable.client.web.********************.js 346 B
dotcom-rendering/dist/frameworks.client.web.********************.js 20.7 kB
dotcom-rendering/dist/GetCricketScoreboard-importable.client.web.********************.js 4.53 kB
dotcom-rendering/dist/GetMatchNav-importable.client.web.********************.js 11.5 kB
dotcom-rendering/dist/GetMatchStats-importable.client.web.********************.js 7.88 kB
dotcom-rendering/dist/GetMatchTabs-importable.client.web.********************.js 2.64 kB
dotcom-rendering/dist/guardian-braze-components-banner.client.web.********************.js 16.7 kB
dotcom-rendering/dist/guardian-braze-components-end-of-article.client.web.********************.js 11.2 kB
dotcom-rendering/dist/GuideAtomWrapper-importable.client.web.********************.js 3.02 kB
dotcom-rendering/dist/HeaderTopBar-importable.client.web.********************.js 7.07 kB
dotcom-rendering/dist/index.client.web.********************.js 45.9 kB
dotcom-rendering/dist/InstagramBlockComponent-importable.client.web.********************.js 3.64 kB
dotcom-rendering/dist/InteractiveAtomMessenger-importable.client.web.********************.js 851 B
dotcom-rendering/dist/InteractiveBlockComponent-importable.client.web.********************.js 6.3 kB
dotcom-rendering/dist/InteractiveContentsBlockComponent-importable.client.web.********************.js 4.68 kB
dotcom-rendering/dist/InteractiveSupportButton-importable.client.web.********************.js 3.47 kB
dotcom-rendering/dist/KeyEventsCarousel-importable.client.web.********************.js 4.9 kB
dotcom-rendering/dist/KnowledgeQuizAtom-importable.client.web.********************.js 3.5 kB
dotcom-rendering/dist/LatestLinks-importable.client.web.********************.js 4.85 kB
dotcom-rendering/dist/LightboxHash-importable.client.web.********************.js 435 B
dotcom-rendering/dist/LightboxLayout-importable.client.web.********************.js 6.46 kB
dotcom-rendering/dist/LiveBlogEpic-importable.client.web.********************.js 3.7 kB
dotcom-rendering/dist/Liveness-importable.client.web.********************.js 4.97 kB
dotcom-rendering/dist/ManyNewsletterSignUp-importable.client.web.********************.js 7.77 kB
dotcom-rendering/dist/MapEmbedBlockComponent-importable.client.web.********************.js 5.76 kB
dotcom-rendering/dist/Metrics-importable.client.web.********************.js 2.96 kB
dotcom-rendering/dist/MostViewedFooter-importable.client.web.********************.js 5.94 kB
dotcom-rendering/dist/MostViewedFooterData-importable.client.web.********************.js 8.52 kB
dotcom-rendering/dist/MostViewedRightWithAd-importable.client.web.********************.js 5.14 kB
dotcom-rendering/dist/OnwardsUpper-importable.client.web.********************.js 6.62 kB
dotcom-rendering/dist/PersonalityQuizAtom-importable.client.web.********************.js 3.63 kB
dotcom-rendering/dist/ProfileAtom-importable.client.web.********************.js 2.8 kB
dotcom-rendering/dist/ProfileAtomWrapper-importable.client.web.********************.js 3.04 kB
dotcom-rendering/dist/PulsingDot-importable.client.web.********************.js 749 B
dotcom-rendering/dist/QandaAtom-importable.client.web.********************.js 2.8 kB
dotcom-rendering/dist/ReaderRevenueDev-importable.client.web.********************.js 469 B
dotcom-rendering/dist/readerRevenueDevUtils.client.web.********************.js 1.92 kB
dotcom-rendering/dist/ReaderRevenueLinks-importable.client.web.********************.js 6.37 kB
dotcom-rendering/dist/RelativeTime-importable.client.web.********************.js 2.47 kB
dotcom-rendering/dist/RichLinkComponent-importable.client.web.********************.js 4.8 kB
dotcom-rendering/dist/SecureSignup-importable.client.web.********************.js 4.17 kB
dotcom-rendering/dist/SendAMessage-importable.client.web.********************.js 4.42 kB
dotcom-rendering/dist/SendTargetingParams-importable.client.web.********************.js 2.15 kB
dotcom-rendering/dist/sentry.client.web.********************.js 764 B
dotcom-rendering/dist/SetABTests-importable.client.web.********************.js 3.81 kB
dotcom-rendering/dist/SetAdTargeting-importable.client.web.********************.js 484 B
dotcom-rendering/dist/ShareButton-importable.client.web.********************.js 1.53 kB
dotcom-rendering/dist/shimport.client.web.********************.js 2.8 kB
dotcom-rendering/dist/ShowHideContainers-importable.client.web.********************.js 713 B
dotcom-rendering/dist/ShowMore-importable.client.web.********************.js 4.04 kB
dotcom-rendering/dist/SignInGateMain.client.web.********************.js 3.9 kB
dotcom-rendering/dist/SignInGateMainCheckoutComplete.client.web.********************.js 3.93 kB
dotcom-rendering/dist/SignInGateSelector-importable.client.web.********************.js 5.78 kB
dotcom-rendering/dist/SlotBodyEnd-importable.client.web.********************.js 4.15 kB
dotcom-rendering/dist/SpotifyBlockComponent-importable.client.web.********************.js 5.61 kB
dotcom-rendering/dist/StickyBottomBanner-importable.client.web.********************.js 6.02 kB
dotcom-rendering/dist/StickyLiveblogAskWrapper-importable.client.web.********************.js 9.31 kB
dotcom-rendering/dist/SubNav-importable.client.web.********************.js 3.37 kB
dotcom-rendering/dist/SupportTheG-importable.client.web.********************.js 6.49 kB
dotcom-rendering/dist/TableOfContents-importable.client.web.********************.js 3.2 kB
dotcom-rendering/dist/TimelineAtom-importable.client.web.********************.js 3.23 kB
dotcom-rendering/dist/TopBar-importable.client.web.********************.js 5.03 kB
dotcom-rendering/dist/TopBarSupport-importable.client.web.********************.js 2.76 kB
dotcom-rendering/dist/TweetBlockComponent-importable.client.web.********************.js 1.02 kB
dotcom-rendering/dist/UnsafeEmbedBlockComponent-importable.client.web.********************.js 3.65 kB
dotcom-rendering/dist/VideoFacebookBlockComponent-importable.client.web.********************.js 5.77 kB
dotcom-rendering/dist/VineBlockComponent-importable.client.web.********************.js 3.49 kB
dotcom-rendering/dist/WeatherWrapper-importable.client.web.********************.js 5.51 kB
dotcom-rendering/dist/YoutubeBlockComponent-importable.client.web.********************.js 3.3 kB

compressed-size-action

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/guardian/cdk-58.1.2 branch 2 times, most recently from 871e57f to 4ce3ab4 Compare June 26, 2024 15:22
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/guardian/cdk-58.1.2 branch 2 times, most recently from 5f9261f to 1abd825 Compare July 1, 2024 09:36
Bumps [@guardian/cdk](https://github.com/guardian/cdk) from 50.13.0 to 58.1.2.
- [Release notes](https://github.com/guardian/cdk/releases)
- [Changelog](https://github.com/guardian/cdk/blob/main/CHANGELOG.md)
- [Commits](guardian/cdk@v50.13.0...v58.1.2)

---
updated-dependencies:
- dependency-name: "@guardian/cdk"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/guardian/cdk-58.1.2 branch from 1abd825 to 57fc7f0 Compare July 2, 2024 16:51
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 4, 2024

Superseded by #11806.

@dependabot dependabot bot closed this Jul 4, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/guardian/cdk-58.1.2 branch July 4, 2024 18:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
apps-rendering AR Dependency Dependency for AR project dotcom-rendering javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants