diff --git a/package-lock.json b/package-lock.json index bfe81da..b64788b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "@types/node": "22.13.1", "@types/unzip-stream": "0.3.4", "@types/yazl": "2.4.6", - "cdk": "2.177.0", + "cdk": "2.178.0", "commitlint": "19.7.1", "husky": "9.1.7", "id128": "1.6.6", @@ -41,7 +41,7 @@ }, "peerDependencies": { "@bifravst/aws-ssm-settings-helpers": "^1.2.99", - "aws-cdk-lib": "^2.177.0", + "aws-cdk-lib": "^2.178.0", "constructs": "^10.4.2" } }, @@ -3504,9 +3504,9 @@ } }, "node_modules/aws-cdk": { - "version": "2.177.0", - "resolved": "https://registry.npmjs.org/aws-cdk/-/aws-cdk-2.177.0.tgz", - "integrity": "sha512-TiBoyE5wMB5q4jX1bELwkklgbs5eLY1Phjfnb4Mof0K9tOSRJ9UEq6xEamF0esMS+TuYU7a/ESTpmKX3iYqA3w==", + "version": "2.178.0", + "resolved": "https://registry.npmjs.org/aws-cdk/-/aws-cdk-2.178.0.tgz", + "integrity": "sha512-FcAByh9/HCgxEFE05434t+coYhOZSp92au77VSudBXhdgBrGPG28j1zSJY0XGPcH6eQxWaMWhSI6RzFK34R8MA==", "dev": true, "license": "Apache-2.0", "bin": { @@ -3520,9 +3520,9 @@ } }, "node_modules/aws-cdk-lib": { - "version": "2.177.0", - "resolved": "https://registry.npmjs.org/aws-cdk-lib/-/aws-cdk-lib-2.177.0.tgz", - "integrity": "sha512-nTnHAwjZaPJ5gfJjtzE/MyK6q0a66nWthoJl7l8srucRb+I30dczhbbXor6QCdVpJaTRAEliMOMq23aglsAQbg==", + "version": "2.178.0", + "resolved": "https://registry.npmjs.org/aws-cdk-lib/-/aws-cdk-lib-2.178.0.tgz", + "integrity": "sha512-rk0nmSa6uO1k15wH/je3yHup+oW5p0MMPGL9edSf4IG8YZbwAOrFYcQ6CtXieW2ags2JLtUThbqIxOIQWWQaaw==", "bundleDependencies": [ "@balena/dockerignore", "case", @@ -3679,13 +3679,23 @@ "peer": true }, "node_modules/aws-cdk-lib/node_modules/fast-uri": { - "version": "3.0.3", + "version": "3.0.6", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/fastify" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/fastify" + } + ], "inBundle": true, "license": "BSD-3-Clause", "peer": true }, "node_modules/aws-cdk-lib/node_modules/fs-extra": { - "version": "11.2.0", + "version": "11.3.0", "inBundle": true, "license": "MIT", "peer": true, @@ -3741,7 +3751,7 @@ } }, "node_modules/aws-cdk-lib/node_modules/jsonschema": { - "version": "1.4.1", + "version": "1.5.0", "inBundle": true, "license": "MIT", "peer": true, @@ -3862,7 +3872,7 @@ } }, "node_modules/aws-cdk-lib/node_modules/table": { - "version": "6.8.2", + "version": "6.9.0", "inBundle": true, "license": "BSD-3-Clause", "peer": true, @@ -4293,13 +4303,13 @@ "license": "CC-BY-4.0" }, "node_modules/cdk": { - "version": "2.177.0", - "resolved": "https://registry.npmjs.org/cdk/-/cdk-2.177.0.tgz", - "integrity": "sha512-I/7Gh9rY4TcgK4ctZ+gGK8i8YYF5QMwJfrsczKcSCFd+El62omYlTezClnWPyA0luY6KNsNYwsWUdp3g6LlwaQ==", + "version": "2.178.0", + "resolved": "https://registry.npmjs.org/cdk/-/cdk-2.178.0.tgz", + "integrity": "sha512-zwXLeWlpq255nOgIwCZleUCcroiAi1p1lamVOFWi5dlsrE+JYUnT9ub5ce1q1ZP7tmu7Y2/NoF/ntK4BBs+eXQ==", "dev": true, "license": "Apache-2.0", "dependencies": { - "aws-cdk": "2.177.0" + "aws-cdk": "2.178.0" }, "bin": { "cdk": "bin/cdk" diff --git a/package.json b/package.json index b0193fb..20aab50 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "@types/node": "22.13.1", "@types/unzip-stream": "0.3.4", "@types/yazl": "2.4.6", - "cdk": "2.177.0", + "cdk": "2.178.0", "commitlint": "19.7.1", "husky": "9.1.7", "id128": "1.6.6", @@ -120,7 +120,7 @@ }, "peerDependencies": { "@bifravst/aws-ssm-settings-helpers": "^1.2.99", - "aws-cdk-lib": "^2.177.0", + "aws-cdk-lib": "^2.178.0", "constructs": "^10.4.2" } }