Skip to content

Commit 7d4d01d

Browse files
authored
chore(deps): update dependency paragonie/random_compat to v9 (GoogleCloudPlatform#1069)
1 parent 8211b55 commit 7d4d01d

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"require-dev": {
3-
"paragonie/random_compat": "^2.0"
3+
"paragonie/random_compat": "^9.0.0"
44
}
55
}

appengine/php72/grpc/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"google/cloud-speech": "^1.0.0"
66
},
77
"require-dev": {
8-
"paragonie/random_compat": "^2.0"
8+
"paragonie/random_compat": "^9.0.0"
99
}
1010
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"require-dev": {
3-
"paragonie/random_compat": "^2.0"
3+
"paragonie/random_compat": "^9.0.0"
44
}
55
}

appengine/php72/wordpress/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"require": {
33
"ext-phar": "*",
44
"ext-zip": "*",
5-
"paragonie/random_compat": "^1.3",
5+
"paragonie/random_compat": "^9.0.0",
66
"google/cloud-tools": "^0.9.0"
77
}
88
}

endpoints/getting-started/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"require-dev": {
88
"symfony/browser-kit": " ^3.0",
9-
"paragonie/random_compat": " ^2.0"
9+
"paragonie/random_compat": " ^9.0.0"
1010
},
1111
"autoload": {
1212
"psr-4": {

pubsub/app/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"symfony/twig-bridge": "^4.4"
99
},
1010
"require-dev": {
11-
"paragonie/random_compat": "^2.0",
11+
"paragonie/random_compat": "^9.0.0",
1212
"symfony/browser-kit": "~2.7"
1313
}
1414
}

storage/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"require": {
33
"google/cloud-storage": "^1.20.1",
4-
"paragonie/random_compat": "^2.0",
4+
"paragonie/random_compat": "^9.0.0",
55
"symfony/console": " ^3.0"
66
},
77
"autoload": {

0 commit comments

Comments
 (0)