From 5e9c32ff66c76c3870a9e74ced4a1cde6998489a Mon Sep 17 00:00:00 2001 From: team-tf-cdk Date: Tue, 7 Jun 2022 00:06:55 +0000 Subject: [PATCH] chore(deps): upgrade dependencies Upgrades project dependencies. See details in [workflow run]. [Workflow Run]: https://github.com/hashicorp/cdktf-provider-digitalocean/actions/runs/2451239674 ------ *Automatically created by projen via the "upgrade-main" workflow* Signed-off-by: team-tf-cdk --- .projen/tasks.json | 2 +- package.json | 8 ++++---- yarn.lock | 26 +++++++++++++------------- 3 files changed, 18 insertions(+), 18 deletions(-) diff --git a/.projen/tasks.json b/.projen/tasks.json index 24d526470..2cd96517f 100644 --- a/.projen/tasks.json +++ b/.projen/tasks.json @@ -140,7 +140,7 @@ "description": "Creates the distribution package", "steps": [ { - "exec": "if [ ! -z ${CI} ]; then mkdir -p dist && rsync -a . dist --exclude .git --exclude node_modules; else npx projen package-all; fi" + "exec": "if [ ! -z ${CI} ]; then rsync -a . .repo --exclude .git --exclude node_modules && rm -rf dist && mv .repo dist; else npx projen package-all; fi" } ] }, diff --git a/package.json b/package.json index c78e3585a..8c2363589 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "jsii-docgen": "^6.3.27", "jsii-pacmak": "^1.59.0", "npm-check-updates": "^12", - "projen": "^0.57.4", + "projen": "^0.57.8", "standard-version": "^9", "typescript": "^4.7.3" }, @@ -102,14 +102,14 @@ "rootDir": "src" } }, - "resolutions": { - "@types/prettier": "2.6.0" - }, "cdktf": { "provider": { "name": "registry.terraform.io/digitalocean/digitalocean", "version": "2.20.0" } }, + "resolutions": { + "@types/prettier": "2.6.0" + }, "//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"." } \ No newline at end of file diff --git a/yarn.lock b/yarn.lock index 254c9cf79..505ca03f6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1045,9 +1045,9 @@ constant-case@^3.0.4: upper-case "^2.0.2" constructs@^10.0.0, constructs@^10.0.25: - version "10.1.27" - resolved "https://registry.yarnpkg.com/constructs/-/constructs-10.1.27.tgz#346eb2c530404f8badcd57da869d5d2529d5da86" - integrity sha512-OZwFH5VTPlPg5/PODDhusBPfRUw2OYVamuUJsoVIxdHfb/F8KSY6d4EKcQiwSU+xSSfTRtBjGCbty/ZkMEzqfg== + version "10.1.30" + resolved "https://registry.yarnpkg.com/constructs/-/constructs-10.1.30.tgz#2823e5fe9e2b2105fcbf662d045020a7ef49ffc7" + integrity sha512-7RtzLcGwhUgf+G+LZ4wPNnEiGfpaNhhmC43zhDl3/5dvMxsqO0u0FvDnFBwA9eC7UBddQ7ieweSvckZjs4NNQQ== conventional-changelog-angular@^5.0.12: version "5.0.13" @@ -2460,9 +2460,9 @@ jsii-rosetta@^1.55.1, jsii-rosetta@^1.57.0, jsii-rosetta@^1.59.0: yargs "^16.2.0" jsii-srcmak@^0.1.520: - version "0.1.581" - resolved "https://registry.yarnpkg.com/jsii-srcmak/-/jsii-srcmak-0.1.581.tgz#7537f085a8078855a9e18de156ca1d8fd72e007c" - integrity sha512-Jcq1NJWZ4TaQDm/Awrh5uW8WwyPzLlz4nKEG5yKVCFE3eIBu2X0On39TFDoxWRICNe2bln/0vyja2J/t40mH9g== + version "0.1.582" + resolved "https://registry.yarnpkg.com/jsii-srcmak/-/jsii-srcmak-0.1.582.tgz#824cb28bca3e3d1d7cee2859cfb559efd106a798" + integrity sha512-/T0zI3beo8OuItbDm2USCIcRdcNw5TFQ/bQAfUpEakTVaGeZDh5FbMcSdU/wFKeWgknhtaM8DW9pG5gDxzeG2w== dependencies: fs-extra "^9.1.0" jsii "^1.59.0" @@ -3454,10 +3454,10 @@ progress@^2.0.3: resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.3.tgz#7e8cf8d8f5b8f239c1bc68beb4eb78567d572ef8" integrity sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA== -projen@^0.57.4: - version "0.57.4" - resolved "https://registry.yarnpkg.com/projen/-/projen-0.57.4.tgz#fa57c51a71b90662a1b8ce9e00d68583a142544c" - integrity sha512-WOPvjvTY+HjtgBKG6VpYTnq4b98mPP9kALLz+SHoNp6z5vBNlURRz08AchWsH/lNcOfJMaZMi5MWiq6IBNdhsg== +projen@^0.57.8: + version "0.57.8" + resolved "https://registry.yarnpkg.com/projen/-/projen-0.57.8.tgz#79b5669b6d7f573843506bb17db169a7ea5466a5" + integrity sha512-5qTfdzC77WyiVEXtkMB/xfpjAF+sY/yqiTKcjZpxTcs46N7lNPOaGV97h2NFvzE8KNI3aXyoUyiH+q09tYu+GA== dependencies: "@iarna/toml" "^2.2.5" case "^1.6.3" @@ -4250,9 +4250,9 @@ typescript@~3.9.10: integrity sha512-w6fIxVE/H1PkLKcCPsFqKE7Kv7QUwhU8qQY2MueZXWx5cPZdwFupLgKK3vntcK98BtNHZtAF4LA/yl2a7k8R6Q== uglify-js@^3.1.4: - version "3.15.5" - resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.15.5.tgz#2b10f9e0bfb3f5c15a8e8404393b6361eaeb33b3" - integrity sha512-hNM5q5GbBRB5xB+PMqVRcgYe4c8jbyZ1pzZhS6jbq54/4F2gFK869ZheiE5A8/t+W5jtTNpWef/5Q9zk639FNQ== + version "3.16.0" + resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.16.0.tgz#b778ba0831ca102c1d8ecbdec2d2bdfcc7353190" + integrity sha512-FEikl6bR30n0T3amyBh3LoiBdqHRy/f4H80+My34HOesOKyHfOsxAPAxOoqC0JUnC1amnO0IwkYC3sko51caSw== unbox-primitive@^1.0.2: version "1.0.2"