From 11418d7708d09d5e8f9a6fa42748e41a813a4d20 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 12 Jul 2021 13:57:22 +0000 Subject: [PATCH] build(deps): bump @pulumi/digitalocean from 3.2.0 to 4.5.0 Bumps [@pulumi/digitalocean](https://github.com/pulumi/pulumi-digitalocean) from 3.2.0 to 4.5.0. - [Release notes](https://github.com/pulumi/pulumi-digitalocean/releases) - [Changelog](https://github.com/pulumi/pulumi-digitalocean/blob/master/CHANGELOG.md) - [Commits](https://github.com/pulumi/pulumi-digitalocean/compare/v3.2.0...v4.5.0) Signed-off-by: dependabot-preview[bot] --- infrastructure/package.json | 2 +- yarn.lock | 48 +++++++++++++++++++++++++++++++++---- 2 files changed, 44 insertions(+), 6 deletions(-) diff --git a/infrastructure/package.json b/infrastructure/package.json index c859d3c..ed93001 100644 --- a/infrastructure/package.json +++ b/infrastructure/package.json @@ -4,7 +4,7 @@ "main": "index.js", "license": "MIT", "dependencies": { - "@pulumi/digitalocean": "^3.2.0", + "@pulumi/digitalocean": "^4.5.0", "@pulumi/docker": "^2.5.0", "@pulumi/kubernetes": "^2.7.4", "@pulumi/kubernetesx": "^0.1.3", diff --git a/yarn.lock b/yarn.lock index 8da575c..79e63ce 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1150,6 +1150,13 @@ dependencies: semver "^6.2.0" +"@grpc/grpc-js@^1.2.7": + version "1.3.4" + resolved "https://registry.yarnpkg.com/@grpc/grpc-js/-/grpc-js-1.3.4.tgz#5c4f5df717cd10cc5ebbc7523504008d1ff7b322" + integrity sha512-AxtZcm0mArQhY9z8T3TynCYVEaSKxNCa9mVhVwBCUnsuUEe8Zn94bPYYKVQSLt+hJJ1y0ukr3mUvtWfcATL/IQ== + dependencies: + "@types/node" ">=12.12.47" + "@hapi/accept@5.0.1": version "5.0.1" resolved "https://registry.yarnpkg.com/@hapi/accept/-/accept-5.0.1.tgz#068553e867f0f63225a506ed74e899441af53e10" @@ -1179,6 +1186,11 @@ update-notifier "^2.2.0" yargs "^8.0.2" +"@logdna/tail-file@^2.0.6": + version "2.1.0" + resolved "https://registry.yarnpkg.com/@logdna/tail-file/-/tail-file-2.1.0.tgz#7c3d98c3378d15061589e12875ffb7673b0ce82c" + integrity sha512-8zYzetB1zfa7WA4c0RS1EU9pNKcj1BqilU2fCsEvmKfWgEdpaphff6hk2Rcn3A0qHwynEdw9lTrlYN4sUw2FpA== + "@next/env@9.5.5": version "9.5.5" resolved "https://registry.yarnpkg.com/@next/env/-/env-9.5.5.tgz#db993649ec6e619e34a36de90dc2baa52fc5280f" @@ -1388,12 +1400,12 @@ resolved "https://registry.yarnpkg.com/@protobufjs/utf8/-/utf8-1.1.0.tgz#a777360b5b39a1a2e5106f8e858f2fd2d060c570" integrity sha1-p3c2C1s5oaLlEG+OhY8v0tBgxXA= -"@pulumi/digitalocean@^3.2.0": - version "3.2.0" - resolved "https://registry.yarnpkg.com/@pulumi/digitalocean/-/digitalocean-3.2.0.tgz#ee8bfd0ad920ccc869b8f357f05215f4035f6097" - integrity sha512-Zi5a8X1eqwZ/eWjT9NO86KX2qzEI+lHYLePru2ne5iNor0V0Z6OSh98ndSY4krelFaOd2zpXRJGOlAguL9he+g== +"@pulumi/digitalocean@^4.5.0": + version "4.5.0" + resolved "https://registry.yarnpkg.com/@pulumi/digitalocean/-/digitalocean-4.5.0.tgz#bf93b9e0ad885dff3de656121d05ecb3c1f8848c" + integrity sha512-L7d3LuW41zqFowm8gnFaLwECi9gYUkStqIJXJQSEhCgg6VruTlMWig7l2cdkHGpijavNOb96rLTuPNiQg8ADlA== dependencies: - "@pulumi/pulumi" "^2.0.0" + "@pulumi/pulumi" "^3.0.0" builtin-modules "3.0.0" read-package-tree "^5.2.1" resolve "^1.7.1" @@ -1482,6 +1494,27 @@ typescript "~3.7.3" upath "^1.1.0" +"@pulumi/pulumi@^3.0.0": + version "3.6.1" + resolved "https://registry.yarnpkg.com/@pulumi/pulumi/-/pulumi-3.6.1.tgz#97db34c49a853d9c208edd8ca5d823d7aa5a30cb" + integrity sha512-oHMXXh2szmsmDW+wfJMNY7cjuW/reCCBuOc760/vDL7+DkvYX0Id9ElEVPXZM8JgxfC2L2HGePtEKI6kCDEtqA== + dependencies: + "@grpc/grpc-js" "^1.2.7" + "@logdna/tail-file" "^2.0.6" + "@pulumi/query" "^0.3.0" + google-protobuf "^3.5.0" + js-yaml "^3.14.0" + minimist "^1.2.0" + normalize-package-data "^2.4.0" + protobufjs "^6.8.6" + read-package-tree "^5.3.1" + require-from-string "^2.0.1" + semver "^6.1.0" + source-map-support "^0.4.16" + ts-node "^7.0.1" + typescript "~3.7.3" + upath "^1.1.0" + "@pulumi/pulumi@latest": version "1.12.1" resolved "https://registry.yarnpkg.com/@pulumi/pulumi/-/pulumi-1.12.1.tgz#a4c8cf125bdf0f1137b986e672fadea586b2c692" @@ -1758,6 +1791,11 @@ resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.14.tgz#f7fd5f3cc8521301119f63910f0fb965c7d761ae" integrity sha512-UHnOPWVWV1z+VV8k6L1HhG7UbGBgIdghqF3l9Ny9ApPghbjICXkUJSd/b9gOgQfjM1r+37cipdw/HJ3F6ICEnQ== +"@types/node@>=12.12.47": + version "16.3.1" + resolved "https://registry.yarnpkg.com/@types/node/-/node-16.3.1.tgz#24691fa2b0c3ec8c0d34bfcfd495edac5593ebb4" + integrity sha512-N87VuQi7HEeRJkhzovao/JviiqKjDKMVKxKMfUvSKw+MbkbW8R0nA3fi/MQhhlxV2fQ+2ReM+/Nt4efdrJx3zA== + "@types/node@^10.1.0": version "10.17.17" resolved "https://registry.yarnpkg.com/@types/node/-/node-10.17.17.tgz#7a183163a9e6ff720d86502db23ba4aade5999b8"