Skip to content

Commit 3ed19ff

Browse files
build(deps): bump uuid and @actions/core in /.github/actions/send-email
Removes [uuid](https://github.com/uuidjs/uuid). It's no longer used after updating ancestor dependency [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core). These dependencies need to be updated together. Removes `uuid` Updates `@actions/core` from 1.10.1 to 1.11.1 - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core) --- updated-dependencies: - dependency-name: "@actions/core" dependency-version: 1.11.1 dependency-type: direct:production - dependency-name: uuid dependency-version: dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8b9b7a7 commit 3ed19ff

2 files changed

Lines changed: 23 additions & 15 deletions

File tree

.github/actions/send-email/package-lock.json

Lines changed: 22 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/actions/send-email/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
1515
"license": "Apache-2.0",
1616
"dependencies": {
17-
"@actions/core": "^1.10.1",
17+
"@actions/core": "^1.11.1",
1818
"mailgun.js": "^10.1.0"
1919
},
2020
"devDependencies": {

0 commit comments

Comments
 (0)