Skip to content

Commit

Permalink
fix(deps): update dependency @pulumi/google-native to ^0.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 26, 2023
1 parent af57a25 commit 3a769cc
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.30.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.30.0":
version "0.30.0"
resolved "https://registry.yarnpkg.com/@pulumi/google-native/-/google-native-0.30.0.tgz#5144686c425ae183695cbead9285063d0edff019"
integrity sha512-uOcyd9jvSr/RGNbM/6R+NZF1pKMU5skBrKF+WO3TRK5Du99PIioUZieMEyoC9+lGIzM+GWz2pj5gywocJVftOQ==
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.30.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.30.0":
version "0.30.0"
resolved "https://registry.yarnpkg.com/@pulumi/google-native/-/google-native-0.30.0.tgz#5144686c425ae183695cbead9285063d0edff019"
integrity sha512-uOcyd9jvSr/RGNbM/6R+NZF1pKMU5skBrKF+WO3TRK5Du99PIioUZieMEyoC9+lGIzM+GWz2pj5gywocJVftOQ==
dependencies:
"@pulumi/pulumi" "^3.0.0"

Expand Down

0 comments on commit 3a769cc

Please sign in to comment.