Skip to content

Commit

Permalink
fix(deps): update dependency @pulumi/google-native to ^0.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 17, 2023
1 parent 3a95086 commit 76ce0cb
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion games/ark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"lint": "eslint . --ext .ts,.tsx"
},
"dependencies": {
"@pulumi/google-native": "^0.22.0",
"@pulumi/google-native": "^0.31.0",
"@pulumi/pulumi": "^3.37.1",
"dedent": "^0.7.0",
"yaml": "^2.1.1"
Expand Down
8 changes: 4 additions & 4 deletions games/ark/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -616,10 +616,10 @@
"@nodelib/fs.scandir" "2.1.5"
fastq "^1.6.0"

"@pulumi/google-native@^0.22.0":
version "0.22.0"
resolved "https://registry.yarnpkg.com/@pulumi/google-native/-/google-native-0.22.0.tgz#8edf9f6b18944b7c6bc8bcc5e3f3f72699cb6d7f"
integrity sha512-+6p4lZLIKLHmjdRG08xKyypu+wDzWeG1Im6j/56M7+m+apztAU6sEckEO42pa4w45q1KB5Q3z0LGL4lEC5zfUA==
"@pulumi/google-native@^0.31.0":
version "0.31.0"
resolved "https://registry.yarnpkg.com/@pulumi/google-native/-/google-native-0.31.0.tgz#e31f8fbdc05d77bdcd69cb8b911b9f831aa646ad"
integrity sha512-Q5KGtF/fypvEvImVzQr2FOodvL9u0hE2VEN2AbK/x0Vfn7TFprRe1knQW0CVxzV39J9jiqcL49V4zyf5j0QIIA==
dependencies:
"@pulumi/pulumi" "^3.0.0"

Expand Down
2 changes: 1 addition & 1 deletion games/minecraft/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"lint": "eslint . --ext .ts,.tsx"
},
"dependencies": {
"@pulumi/google-native": "^0.22.0",
"@pulumi/google-native": "^0.31.0",
"@pulumi/pulumi": "^3.37.1",
"dedent": "^0.7.0",
"yaml": "^2.1.1"
Expand Down
8 changes: 4 additions & 4 deletions games/minecraft/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -616,10 +616,10 @@
"@nodelib/fs.scandir" "2.1.5"
fastq "^1.6.0"

"@pulumi/google-native@^0.22.0":
version "0.22.0"
resolved "https://registry.yarnpkg.com/@pulumi/google-native/-/google-native-0.22.0.tgz#8edf9f6b18944b7c6bc8bcc5e3f3f72699cb6d7f"
integrity sha512-+6p4lZLIKLHmjdRG08xKyypu+wDzWeG1Im6j/56M7+m+apztAU6sEckEO42pa4w45q1KB5Q3z0LGL4lEC5zfUA==
"@pulumi/google-native@^0.31.0":
version "0.31.0"
resolved "https://registry.yarnpkg.com/@pulumi/google-native/-/google-native-0.31.0.tgz#e31f8fbdc05d77bdcd69cb8b911b9f831aa646ad"
integrity sha512-Q5KGtF/fypvEvImVzQr2FOodvL9u0hE2VEN2AbK/x0Vfn7TFprRe1knQW0CVxzV39J9jiqcL49V4zyf5j0QIIA==
dependencies:
"@pulumi/pulumi" "^3.0.0"

Expand Down

0 comments on commit 76ce0cb

Please sign in to comment.