Apply suggestions from code review

This commit is contained in:
Mitchell Borrego 2022-06-15 15:12:25 -04:00 committed by GitHub
parent dbd4e5ecde
commit 9bef69cbd2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

2
package-lock.json generated
View file

@ -13,7 +13,7 @@
"@actions/exec": "^1.1.1",
"@actions/github": "^5.0.3",
"node-fetch": "^3.2.4",
"openpgp": "^5.3.0"
"openpgp": "5.3"
},
"devDependencies": {
"@types/jest": "^27.5.0",

View file

@ -27,7 +27,7 @@
"@actions/exec": "^1.1.1",
"@actions/github": "^5.0.3",
"node-fetch": "^3.2.4",
"openpgp": "^5.3.0"
"openpgp": "5.3"
},
"devDependencies": {
"@types/jest": "^27.5.0",