Skip to content
This repository has been archived by the owner on Feb 1, 2023. It is now read-only.

Commit

Permalink
Bump actions-on-google from 2.7.0 to 2.8.0 in /functions (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] authored and JamesIves committed Jul 4, 2019
1 parent a049b6f commit 47a9591
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"main": "lib/index.js",
"dependencies": {
"@types/node-fetch": "^2.3.7",
"actions-on-google": "^2.7.0",
"actions-on-google": "^2.8.0",
"firebase-admin": "^7.4.0",
"firebase-functions": "^2.3.1",
"node-fetch": "^2.6.0",
Expand Down
12 changes: 6 additions & 6 deletions functions/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -378,17 +378,17 @@ accepts@~1.3.5:
mime-types "~2.1.18"
negotiator "0.6.1"

actions-on-google@^2.7.0:
version "2.7.0"
resolved "https://registry.yarnpkg.com/actions-on-google/-/actions-on-google-2.7.0.tgz#300c2444c7d6aa3966a4ded743d20bb94bbe77b6"
integrity sha512-booS41xsDF3MQ4bDWpRUtoxyHY/bz+dS8dwQSbL0x/ZlZo8wAjun6kYopcxOrKw9RuzfyN6jgzUqwYUuToqIFA==
actions-on-google@^2.8.0:
version "2.8.0"
resolved "https://registry.yarnpkg.com/actions-on-google/-/actions-on-google-2.8.0.tgz#edf30f014e747271a74550083ef1b11682188cf1"
integrity sha512-vNMgrCSy9NlZAdLO3d5J+et8pfL0hKO83Dt4L4GQXRAIozTCYRWDYgDhPiQZtadekcwcrGIkUbidEF0Jo3snqw==
dependencies:
"@types/aws-lambda" "^0.0.33"
"@types/debug" "^0.0.30"
"@types/express" "^4.11.1"
"@types/node" "^9.4.6"
debug "^3.1.0"
google-auth-library "^1.3.2"
google-auth-library "^1.6.1"
googleapis "^27.0.0"

agent-base@^4.1.0:
Expand Down Expand Up @@ -1193,7 +1193,7 @@ glob@^7.0.5, glob@^7.1.1, glob@^7.1.3, glob@~7.1.4:
once "^1.3.0"
path-is-absolute "^1.0.0"

google-auth-library@^1.3.1, google-auth-library@^1.3.2:
google-auth-library@^1.3.1, google-auth-library@^1.6.1:
version "1.6.1"
resolved "https://registry.yarnpkg.com/google-auth-library/-/google-auth-library-1.6.1.tgz#9c73d831ad720c0c3048ab89d0ffdec714d07dd2"
integrity sha512-jYiWC8NA9n9OtQM7ANn0Tk464do9yhKEtaJ72pKcaBiEwn4LwcGYIYOfwtfsSm3aur/ed3tlSxbmg24IAT6gAg==
Expand Down

0 comments on commit 47a9591

Please sign in to comment.