@codedrifters/configulator 0.0.349 → 0.0.350

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
@@ -29030,7 +29030,7 @@ var VERSION = {
29030
29030
  *
29031
29031
  * CLI and lib are versioned separately, so this is the lib version.
29032
29032
  */
29033
- AWS_CDK_LIB_VERSION: "2.258.1",
29033
+ AWS_CDK_LIB_VERSION: "2.259.0",
29034
29034
  /**
29035
29035
  * Version of the AWS Constructs library to use.
29036
29036
  */
@@ -29047,11 +29047,11 @@ var VERSION = {
29047
29047
  /**
29048
29048
  * Version of PNPM to use in workflows at github actions.
29049
29049
  */
29050
- PNPM_VERSION: "11.5.3",
29050
+ PNPM_VERSION: "11.6.0",
29051
29051
  /**
29052
29052
  * Version of Projen to use.
29053
29053
  */
29054
- PROJEN_VERSION: "0.99.71",
29054
+ PROJEN_VERSION: "0.99.74",
29055
29055
  /**
29056
29056
  * Version of `actions/setup-node` to use in GitHub workflows.
29057
29057
  * Tracks the version projen currently emits (see node_modules/projen/lib/github/workflows.js).
@@ -29061,7 +29061,7 @@ var VERSION = {
29061
29061
  * Version of sharp to pin for StarlightProject (required peer for
29062
29062
  * Starlight's image optimization pipeline).
29063
29063
  */
29064
- SHARP_VERSION: "0.35.0",
29064
+ SHARP_VERSION: "0.35.1",
29065
29065
  /**
29066
29066
  * Version of `@astrojs/starlight` to pin for StarlightProject scaffolding.
29067
29067
  */