@codedrifters/configulator 0.0.421 → 0.0.422

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
@@ -34437,7 +34437,7 @@ var VERSION = {
34437
34437
  /**
34438
34438
  * Version of the AWS Constructs library to use.
34439
34439
  */
34440
- AWS_CONSTRUCTS_VERSION: "10.8.0",
34440
+ AWS_CONSTRUCTS_VERSION: "10.8.1",
34441
34441
  /**
34442
34442
  * Version of Node.js to use in CI workflows at github actions.
34443
34443
  */
@@ -34450,11 +34450,11 @@ var VERSION = {
34450
34450
  /**
34451
34451
  * Version of PNPM to use in workflows at github actions.
34452
34452
  */
34453
- PNPM_VERSION: "11.19.0",
34453
+ PNPM_VERSION: "11.20.0",
34454
34454
  /**
34455
34455
  * Version of Projen to use.
34456
34456
  */
34457
- PROJEN_VERSION: "0.101.23",
34457
+ PROJEN_VERSION: "0.101.25",
34458
34458
  /**
34459
34459
  * Version of `actions/setup-node` to use in GitHub workflows.
34460
34460
  * Tracks the version projen currently emits (see node_modules/projen/lib/github/workflows.js).