From 826f2df58c3d7d03326c92f7735ab97c3ea1bccd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Mar 2021 03:18:48 +0000 Subject: [PATCH] Bump @pulumi/pulumi from 2.21.2 to 2.22.0 (#223) --- lib/shared/package.json | 2 +- package-lock.json | 18 +++++++++--------- package.json | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/lib/shared/package.json b/lib/shared/package.json index bbba395fc..963fe3670 100644 --- a/lib/shared/package.json +++ b/lib/shared/package.json @@ -21,7 +21,7 @@ "license": "WTFPL", "dependencies": { "@pulumi/kubernetes": "^2.8.2", - "@pulumi/pulumi": "^2.21.2", + "@pulumi/pulumi": "^2.22.0", "@pulumi/rancher2": "^2.9.0" }, "devDependencies": { diff --git a/package-lock.json b/package-lock.json index 0522eda17..b776ac278 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@pulumi/docker": "^2.9.0", "@pulumi/kubernetes": "^2.8.1", "@pulumi/kubernetesx": "^0.1.4", - "@pulumi/pulumi": "^2.20.0", + "@pulumi/pulumi": "^2.22.0", "@pulumi/rancher2": "^2.9.0", "@unmango/shared": "^0.1.4", "yaml": "^1.10.0" @@ -37,7 +37,7 @@ "license": "WTFPL", "dependencies": { "@pulumi/kubernetes": "^2.8.2", - "@pulumi/pulumi": "^2.21.2", + "@pulumi/pulumi": "^2.22.0", "@pulumi/rancher2": "^2.9.0" }, "devDependencies": { @@ -311,9 +311,9 @@ } }, "node_modules/@pulumi/pulumi": { - "version": "2.21.2", - "resolved": "https://registry.npmjs.org/@pulumi/pulumi/-/pulumi-2.21.2.tgz", - "integrity": "sha512-XrOPxI55ktMJekmBLidYmlyvJuycNdGNmx733GHqfFVdytgfKwBp7CWLCQbPgtDV+klnG/wR2xsOLBGRBtFeTQ==", + "version": "2.22.0", + "resolved": "https://registry.npmjs.org/@pulumi/pulumi/-/pulumi-2.22.0.tgz", + "integrity": "sha512-a4RFbb7Ly7aa+rlypIBVHUByFa8qwY0mRStRqGT/xPiO8MZ957b1uCK60pOniPGe6sSYQ6tz/HGweRlpP18pcA==", "dependencies": { "@grpc/grpc-js": "^1.2.7", "@pulumi/query": "^0.3.0", @@ -4259,9 +4259,9 @@ } }, "@pulumi/pulumi": { - "version": "2.21.2", - "resolved": "https://registry.npmjs.org/@pulumi/pulumi/-/pulumi-2.21.2.tgz", - "integrity": "sha512-XrOPxI55ktMJekmBLidYmlyvJuycNdGNmx733GHqfFVdytgfKwBp7CWLCQbPgtDV+klnG/wR2xsOLBGRBtFeTQ==", + "version": "2.22.0", + "resolved": "https://registry.npmjs.org/@pulumi/pulumi/-/pulumi-2.22.0.tgz", + "integrity": "sha512-a4RFbb7Ly7aa+rlypIBVHUByFa8qwY0mRStRqGT/xPiO8MZ957b1uCK60pOniPGe6sSYQ6tz/HGweRlpP18pcA==", "requires": { "@grpc/grpc-js": "^1.2.7", "@pulumi/query": "^0.3.0", @@ -4562,7 +4562,7 @@ "version": "file:lib/shared", "requires": { "@pulumi/kubernetes": "^2.8.2", - "@pulumi/pulumi": "^2.21.2", + "@pulumi/pulumi": "^2.22.0", "@pulumi/rancher2": "^2.9.0", "@types/chai": "^4.2.15", "@types/mocha": "^8.2.1", diff --git a/package.json b/package.json index db2d7b326..db1f9e4df 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "@pulumi/docker": "^2.9.0", "@pulumi/kubernetes": "^2.8.1", "@pulumi/kubernetesx": "^0.1.4", - "@pulumi/pulumi": "^2.20.0", + "@pulumi/pulumi": "^2.22.0", "@pulumi/rancher2": "^2.9.0", "@unmango/shared": "^0.1.4", "yaml": "^1.10.0"