@codedrifters/configulator 0.0.341 → 0.0.343

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/index.mjs CHANGED
@@ -28954,19 +28954,19 @@ var VERSION = {
28954
28954
  /**
28955
28955
  * Version of Astro to pin for AstroProject scaffolding.
28956
28956
  */
28957
- ASTRO_VERSION: "6.4.3",
28957
+ ASTRO_VERSION: "6.4.4",
28958
28958
  /**
28959
28959
  * CDK CLI for workflows and command line operations.
28960
28960
  *
28961
28961
  * CLI and lib are versioned separately, so this is the CLI version.
28962
28962
  */
28963
- AWS_CDK_CLI_VERSION: "2.1125.0",
28963
+ AWS_CDK_CLI_VERSION: "2.1126.0",
28964
28964
  /**
28965
28965
  * CDK Version to use for construct projects.
28966
28966
  *
28967
28967
  * CLI and lib are versioned separately, so this is the lib version.
28968
28968
  */
28969
- AWS_CDK_LIB_VERSION: "2.257.0",
28969
+ AWS_CDK_LIB_VERSION: "2.258.0",
28970
28970
  /**
28971
28971
  * Version of the AWS Constructs library to use.
28972
28972
  */
@@ -28983,7 +28983,7 @@ var VERSION = {
28983
28983
  /**
28984
28984
  * Version of PNPM to use in workflows at github actions.
28985
28985
  */
28986
- PNPM_VERSION: "11.5.1",
28986
+ PNPM_VERSION: "11.5.2",
28987
28987
  /**
28988
28988
  * Version of Projen to use.
28989
28989
  */