Skip to content

chore(deps): bump google-auth-library from 8.2.0 to 9.14.2 in /drive/snippets #927

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
581 changes: 496 additions & 85 deletions drive/snippets/package-lock.json
2 changes: 1 addition & 1 deletion drive/snippets/package.json
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@
"license": "Apache-2.0",
"dependencies": {
"expect": "^29.2.1",
"google-auth-library": "^8.2.0",
"google-auth-library": "^9.14.2",
"googleapis": "^105.0.0",
"mocha": "^10.0.0",
"uuid": "^8.3.2"

Unchanged files with check annotations Beta

// Member name for app membership, do not change this
name: 'users/app',
// User type for the membership
type: 'BOT'

Check failure on line 38 in chat/client-libraries/cloud/create-membership-user-cred-for-app.js

GitHub Actions / lint

Missing trailing comma

Check failure on line 38 in chat/client-libraries/cloud/create-membership-user-cred-for-app.js

GitHub Actions / lint

Missing trailing comma
}

Check failure on line 39 in chat/client-libraries/cloud/create-membership-user-cred-for-app.js

GitHub Actions / lint

Missing trailing comma

Check failure on line 39 in chat/client-libraries/cloud/create-membership-user-cred-for-app.js

GitHub Actions / lint

Missing trailing comma
}

Check failure on line 40 in chat/client-libraries/cloud/create-membership-user-cred-for-app.js

GitHub Actions / lint

Missing trailing comma

Check failure on line 40 in chat/client-libraries/cloud/create-membership-user-cred-for-app.js

GitHub Actions / lint

Missing trailing comma
};
// Make the request
membership: {
groupMember: {
// Replace GROUP_NAME here
name: 'groups/GROUP_NAME'

Check failure on line 36 in chat/client-libraries/cloud/create-membership-user-cred-for-group.js

GitHub Actions / lint

Missing trailing comma

Check failure on line 36 in chat/client-libraries/cloud/create-membership-user-cred-for-group.js

GitHub Actions / lint

Missing trailing comma
}

Check failure on line 37 in chat/client-libraries/cloud/create-membership-user-cred-for-group.js

GitHub Actions / lint

Missing trailing comma

Check failure on line 37 in chat/client-libraries/cloud/create-membership-user-cred-for-group.js

GitHub Actions / lint

Missing trailing comma
}

Check failure on line 38 in chat/client-libraries/cloud/create-membership-user-cred-for-group.js

GitHub Actions / lint

Missing trailing comma

Check failure on line 38 in chat/client-libraries/cloud/create-membership-user-cred-for-group.js

GitHub Actions / lint

Missing trailing comma
};
// Make the request
// Replace USER_NAME here
name: 'users/USER_NAME',
// User type for the membership
type: 'HUMAN'

Check failure on line 38 in chat/client-libraries/cloud/create-membership-user-cred.js

GitHub Actions / lint

Missing trailing comma

Check failure on line 38 in chat/client-libraries/cloud/create-membership-user-cred.js

GitHub Actions / lint

Missing trailing comma
}

Check failure on line 39 in chat/client-libraries/cloud/create-membership-user-cred.js

GitHub Actions / lint

Missing trailing comma

Check failure on line 39 in chat/client-libraries/cloud/create-membership-user-cred.js

GitHub Actions / lint

Missing trailing comma
}

Check failure on line 40 in chat/client-libraries/cloud/create-membership-user-cred.js

GitHub Actions / lint

Missing trailing comma

Check failure on line 40 in chat/client-libraries/cloud/create-membership-user-cred.js

GitHub Actions / lint

Missing trailing comma
};
// Make the request
message: {
text: '👋🌎 Hello world! I created this message by calling ' +
'the Chat API\'s `messages.create()` method.',
cardsV2 : [{ card: {

Check failure on line 34 in chat/client-libraries/cloud/create-message-app-cred.js

GitHub Actions / lint

Extra space after key 'cardsV2'

Check failure on line 34 in chat/client-libraries/cloud/create-message-app-cred.js

GitHub Actions / lint

Extra space after key 'cardsV2'
header: {
title: 'About this message',
imageUrl: 'https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/info/default/24px.svg'