diff --git a/package.json b/package.json index 52a81e9d11..6efcefbc1f 100644 --- a/package.json +++ b/package.json @@ -28,11 +28,11 @@ "@cdk8s/projen-common": "^0.0.457", "@types/jest": "^26.0.24", "@types/node": "^14.18.61", - "cdk8s": "^2.64.12", - "cdk8s-cli": "^2.90.0", - "cdk8s-plus-25": "^2.22.11", - "cdk8s-plus-26": "^2.18.14", - "cdk8s-plus-27": "^2.7.13", + "cdk8s": "^2.64.13", + "cdk8s-cli": "^2.91.0", + "cdk8s-plus-25": "^2.22.12", + "cdk8s-plus-26": "^2.18.15", + "cdk8s-plus-27": "^2.7.14", "constructs": "^10.2.70", "jest": "^27", "jest-junit": "^15", diff --git a/yarn.lock b/yarn.lock index 7ab61be700..6af0d5a5bf 100644 --- a/yarn.lock +++ b/yarn.lock @@ -19,24 +19,24 @@ chalk "^2.4.2" "@babel/compat-data@^7.22.9": - version "7.22.9" - resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.9.tgz#71cdb00a1ce3a329ce4cbec3a44f9fef35669730" - integrity sha512-5UamI7xkUcJ3i9qVDS+KFDEK8/7oJ55/sJMB1Ge7IEapr7KfdfV/HErR+koZwOfd+SgtFKOKRhRakdg++DcJpQ== + version "7.22.20" + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.20.tgz#8df6e96661209623f1975d66c35ffca66f3306d0" + integrity sha512-BQYjKbpXjoXwFW5jGqiizJQQT/aC7pFm9Ok1OWssonuguICi264lbgMzRp2ZMmRSlfkX6DsWDDcsrctK8Rwfiw== "@babel/core@^7.1.0", "@babel/core@^7.12.3", "@babel/core@^7.7.2", "@babel/core@^7.8.0": - version "7.22.19" - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.22.19.tgz#b38162460a6f3baf2a424bda720b24a8aafea241" - integrity sha512-Q8Yj5X4LHVYTbLCKVz0//2D2aDmHF4xzCdEttYvKOnWvErGsa6geHXD6w46x64n5tP69VfeH+IfSrdyH3MLhwA== + version "7.22.20" + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.22.20.tgz#e3d0eed84c049e2a2ae0a64d27b6a37edec385b7" + integrity sha512-Y6jd1ahLubuYweD/zJH+vvOY141v4f9igNQAQ+MBgq9JlHS2iTsZKn1aMsb3vGccZsXI16VzTBw52Xx0DWmtnA== dependencies: "@ampproject/remapping" "^2.2.0" "@babel/code-frame" "^7.22.13" "@babel/generator" "^7.22.15" "@babel/helper-compilation-targets" "^7.22.15" - "@babel/helper-module-transforms" "^7.22.19" + "@babel/helper-module-transforms" "^7.22.20" "@babel/helpers" "^7.22.15" "@babel/parser" "^7.22.16" "@babel/template" "^7.22.15" - "@babel/traverse" "^7.22.19" + "@babel/traverse" "^7.22.20" "@babel/types" "^7.22.19" convert-source-map "^1.7.0" debug "^4.1.0" @@ -65,10 +65,10 @@ lru-cache "^5.1.1" semver "^6.3.1" -"@babel/helper-environment-visitor@^7.22.5": - version "7.22.5" - resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.5.tgz#f06dd41b7c1f44e1f8da6c4055b41ab3a09a7e98" - integrity sha512-XGmhECfVA/5sAt+H+xpSg0mfrHq6FzNr9Oxh7PSEBBRUb/mL7Kz3NICXb194rCqAEdxkhPT1a88teizAFyvk8Q== +"@babel/helper-environment-visitor@^7.22.20": + version "7.22.20" + resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167" + integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA== "@babel/helper-function-name@^7.22.5": version "7.22.5" @@ -92,16 +92,16 @@ dependencies: "@babel/types" "^7.22.15" -"@babel/helper-module-transforms@^7.22.19": - version "7.22.19" - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.22.19.tgz#94b1f281caa6518f02ec0f5ea2b5348e298ce266" - integrity sha512-m6h1cJvn+OJ+R3jOHp30faq5xKJ7VbjwDj5RGgHuRlU9hrMeKsGC+JpihkR5w1g7IfseCPPtZ0r7/hB4UKaYlA== +"@babel/helper-module-transforms@^7.22.20": + version "7.22.20" + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.22.20.tgz#da9edc14794babbe7386df438f3768067132f59e" + integrity sha512-dLT7JVWIUUxKOs1UnJUBR3S70YK+pKX6AbJgB2vMIvEkZkrfJDbYDJesnPshtKV4LhDOR3Oc5YULeDizRek+5A== dependencies: - "@babel/helper-environment-visitor" "^7.22.5" + "@babel/helper-environment-visitor" "^7.22.20" "@babel/helper-module-imports" "^7.22.15" "@babel/helper-simple-access" "^7.22.5" "@babel/helper-split-export-declaration" "^7.22.6" - "@babel/helper-validator-identifier" "^7.22.19" + "@babel/helper-validator-identifier" "^7.22.20" "@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.22.5", "@babel/helper-plugin-utils@^7.8.0": version "7.22.5" @@ -127,10 +127,10 @@ resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f" integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw== -"@babel/helper-validator-identifier@^7.22.19", "@babel/helper-validator-identifier@^7.22.5": - version "7.22.19" - resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.19.tgz#2f34ab1e445f5b95e2e6edfe50ea2449e610583a" - integrity sha512-Tinq7ybnEPFFXhlYOYFiSjespWQk0dq2dRNAiMdRTOYQzEGqnnNyrTxPYHP5r6wGjlF1rFgABdDV0g8EwD6Qbg== +"@babel/helper-validator-identifier@^7.22.19", "@babel/helper-validator-identifier@^7.22.20": + version "7.22.20" + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0" + integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A== "@babel/helper-validator-option@^7.22.15": version "7.22.15" @@ -147,11 +147,11 @@ "@babel/types" "^7.22.15" "@babel/highlight@^7.22.13": - version "7.22.13" - resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.13.tgz#9cda839e5d3be9ca9e8c26b6dd69e7548f0cbf16" - integrity sha512-C/BaXcnnvBCmHTpz/VGZ8jgtE2aYlW4hxDhseJAWZb7gqGM/qtCK6iZUb0TyKFf7BOUsBH7Q7fkRsDRhg1XklQ== + version "7.22.20" + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54" + integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg== dependencies: - "@babel/helper-validator-identifier" "^7.22.5" + "@babel/helper-validator-identifier" "^7.22.20" chalk "^2.4.2" js-tokens "^4.0.0" @@ -260,14 +260,14 @@ "@babel/parser" "^7.22.15" "@babel/types" "^7.22.15" -"@babel/traverse@^7.22.15", "@babel/traverse@^7.22.19", "@babel/traverse@^7.7.2": - version "7.22.19" - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.19.tgz#bb2b12b7de9d7fec9e812ed89eea097b941954f8" - integrity sha512-ZCcpVPK64krfdScRbpxF6xA5fz7IOsfMwx1tcACvCzt6JY+0aHkBk7eIU8FRDSZRU5Zei6Z4JfgAxN1bqXGECg== +"@babel/traverse@^7.22.15", "@babel/traverse@^7.22.20", "@babel/traverse@^7.7.2": + version "7.22.20" + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.20.tgz#db572d9cb5c79e02d83e5618b82f6991c07584c9" + integrity sha512-eU260mPZbU7mZ0N+X10pxXhQFMGTeLb9eFS0mxehS8HZp9o1uSnFeWQuG1UPrlxgA7QoUzFhOnilHDp0AXCyHw== dependencies: "@babel/code-frame" "^7.22.13" "@babel/generator" "^7.22.15" - "@babel/helper-environment-visitor" "^7.22.5" + "@babel/helper-environment-visitor" "^7.22.20" "@babel/helper-function-name" "^7.22.5" "@babel/helper-hoist-variables" "^7.22.5" "@babel/helper-split-export-declaration" "^7.22.6" @@ -1869,15 +1869,15 @@ case@^1.6.3: resolved "https://registry.yarnpkg.com/case/-/case-1.6.3.tgz#0a4386e3e9825351ca2e6216c60467ff5f1ea1c9" integrity sha512-mzDSXIPaFwVDvZAHqZ9VlbyF4yyXRuX6IvB06WvPYkqJVO24kX1PPhv9bfpKNFZyxYFmmgo03HUiD8iklmJYRQ== -cdk8s-cli@^2.90.0: - version "2.90.0" - resolved "https://registry.yarnpkg.com/cdk8s-cli/-/cdk8s-cli-2.90.0.tgz#4a16edccd0144ce6db64f473338dc3b9038a5dbe" - integrity sha512-8D2HEcLK5nbE/avBMmmHQrdWRrotakOJtFWavQIRL6YH2xPNZliV2Mdjd/PlFoR6pRMdpz2dTPOPg/YhIRxmfg== +cdk8s-cli@^2.91.0: + version "2.91.0" + resolved "https://registry.yarnpkg.com/cdk8s-cli/-/cdk8s-cli-2.91.0.tgz#2aff5f9c5273c8f29d6a0bb69d59c0a64be3902c" + integrity sha512-kQdeD3LoV2WR4V5uZ5z9hwX9o+YVTaCbK6XjnUjdKTNJryblOCQ68e4QpuIEUOgNDgFVeICufZ0rsh7zfLiSDQ== dependencies: "@types/node" "^16" ajv "^8.12.0" - cdk8s "^2.64.11" - cdk8s-plus-25 "^2.22.11" + cdk8s "^2.64.13" + cdk8s-plus-25 "^2.22.12" codemaker "^1.88.0" colors "1.4.0" constructs "^10.2.70" @@ -1893,37 +1893,37 @@ cdk8s-cli@^2.90.0: optionalDependencies: backport "8.5.0" -cdk8s-plus-25@^2.22.11: - version "2.22.11" - resolved "https://registry.yarnpkg.com/cdk8s-plus-25/-/cdk8s-plus-25-2.22.11.tgz#ff6876fd792108b0ee775f3251c876a620b9acc6" - integrity sha512-CQGZ2CkjRfhHMjvm5bxX7/1p6SILJdP7OnJQk2VWgfZZ+0jP2kB8jM0M8Gflj0rWgQRneqjropeIgrjQaBeOBQ== +cdk8s-plus-25@^2.22.12: + version "2.22.12" + resolved "https://registry.yarnpkg.com/cdk8s-plus-25/-/cdk8s-plus-25-2.22.12.tgz#28d5fad3ed9158edd57d25cac3c44a8130944550" + integrity sha512-4G1yVrQ/x1Q2j/2KUi2hLuFWxCPUkPKhUmlk/sCpMmUagRwmH1oAEvGklg7Ab3zvjvuUls8uAyVG07pOtoywGA== dependencies: minimatch "^3.1.2" optionalDependencies: backport "8.5.0" -cdk8s-plus-26@^2.18.14: - version "2.18.14" - resolved "https://registry.yarnpkg.com/cdk8s-plus-26/-/cdk8s-plus-26-2.18.14.tgz#d74b71f6a43fc3193afbe4ba3d1e7f2c9b4ba112" - integrity sha512-6mSNT8ZnPW/c8ccQ+6falHFAR6Zk6xAgNS+30L5NTVErQ+QKH0SpP1DqRMk85DSz8N7aU//w6Qg8cj2ervPF7A== +cdk8s-plus-26@^2.18.15: + version "2.18.15" + resolved "https://registry.yarnpkg.com/cdk8s-plus-26/-/cdk8s-plus-26-2.18.15.tgz#69ffe8a6034d22dc8d8209809fdbd1fc5ea51c85" + integrity sha512-Vi3d3le/FeMOzqh8VNrWrmvzD+I7b1stWLHbbsPfU3nI6c4mGTOwd8RXvd7j3tlJ5jf3sbPBiAtAbqXsiTRUMg== dependencies: minimatch "^3.1.2" optionalDependencies: backport "8.5.0" -cdk8s-plus-27@^2.7.13: - version "2.7.13" - resolved "https://registry.yarnpkg.com/cdk8s-plus-27/-/cdk8s-plus-27-2.7.13.tgz#fe5f2f02ab8883e909d2ecaa7503e6e1aed1c197" - integrity sha512-0DIRzCNES8zFPERvtH2WBFEbFP+xoALCTnLu539O/ur8SSQ1b4VK0cu1EFVUoZUeFYGwYIsYJA1JCxY8EIhyvQ== +cdk8s-plus-27@^2.7.14: + version "2.7.14" + resolved "https://registry.yarnpkg.com/cdk8s-plus-27/-/cdk8s-plus-27-2.7.14.tgz#625808ac61a4e8d6d355c2460cc5af083182809c" + integrity sha512-fGpMBxozfAsq3MixoxUBaemkRb8DBW5z1dTMkdXLPiXSJL8kZ7cZVaDCvNcJqhu2Xpl+o7guCeMRMpLo/lbOgg== dependencies: minimatch "^3.1.2" optionalDependencies: backport "8.5.0" -cdk8s@^2.64.11, cdk8s@^2.64.12: - version "2.64.12" - resolved "https://registry.yarnpkg.com/cdk8s/-/cdk8s-2.64.12.tgz#e88b9353ea7eec5af09761ea74ff77c8022603eb" - integrity sha512-+ZIR40feltMU1EZ+OtTpZQbiZcUs8slw3iL3EfEVXaD6/YPZ9nN7pHYF4AowjkxHkdBxKsqqc9Y2SekCXD+lWw== +cdk8s@^2.64.13: + version "2.64.13" + resolved "https://registry.yarnpkg.com/cdk8s/-/cdk8s-2.64.13.tgz#009f54811972c18341c4686511800a3c2949de52" + integrity sha512-1wkJqyo/8jYeWHUKp0jS1vf/2+sG0qUDXBi28/iGpWzdJlM8HfYX5LzPuiu9zq/XXpwrKjhAfXjMvVMFzYzetw== dependencies: fast-json-patch "^3.1.1" follow-redirects "^1.15.2" @@ -2909,9 +2909,9 @@ flat@^5.0.2: integrity sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ== flatted@^3.2.7: - version "3.2.8" - resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.8.tgz#ca82465e036332d78c78c9f9759ca9d77e9ece43" - integrity sha512-6qu0W+A94UKNJRs3ffE8s/fWSHQbjqdNx8elGAe95IqnJA77P68TFz4+2cwC28ouAibiZdGBeV6DsvvMg+4vhQ== + version "3.2.9" + resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.9.tgz#7eb4c67ca1ba34232ca9d2d93e9886e611ad7daf" + integrity sha512-36yxDn5H7OFZQla0/jFJmbIKTdZAQHngCedGxiMmpNfEZM0sdEeT+WczLQrjK6D7o2aiyLYDnkw0R3JK0Qv1RQ== fn.name@1.x.x: version "1.1.0" @@ -6923,9 +6923,9 @@ typescript@^4.9.5: integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g== typescript@next: - version "5.3.0-dev.20230916" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.0-dev.20230916.tgz#b5ba3e64a12b558485527593959ae6d671165aa0" - integrity sha512-X8rf5tDJ3BV2qv7AMPWAKI3+DIt1qzDLI5Ahw27IT1iii/IGNeSBTWYDc4pjD0OgSF30q2wFjNeOJyfeOo0IJQ== + version "5.3.0-dev.20230917" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.0-dev.20230917.tgz#b3d5031c985314eb4fb97ca2b7a909a947346059" + integrity sha512-njiSKStDPLFKdkoI/o3vZs9/ywPgQlEvV0SgBQDX/9/c4vg+7N//1X9a0m/6PZpN4BHd8NlK/dRptQ5K4q4k+g== typescript@~3.9.10: version "3.9.10"