v1.3.3: bump deps

This commit is contained in:
AJ ONeal 2019-09-07 02:33:04 -06:00
parent df244d9a15
commit 963a9162a2
2 changed files with 7 additions and 6 deletions

8
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "acme", "name": "acme",
"version": "1.3.2", "version": "1.3.3",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {
@ -10,9 +10,9 @@
"integrity": "sha512-3a4Eeghcjsfe6zh7EJ+ni1l8OK9Fz2wL1OjP4UCa0YdvtH39kdXB9RGWuzyNv7dZi0+Ffkc83KfH0WbPMiuJFw==" "integrity": "sha512-3a4Eeghcjsfe6zh7EJ+ni1l8OK9Fz2wL1OjP4UCa0YdvtH39kdXB9RGWuzyNv7dZi0+Ffkc83KfH0WbPMiuJFw=="
}, },
"acme-v2": { "acme-v2": {
"version": "1.8.4", "version": "1.8.5",
"resolved": "https://registry.npmjs.org/acme-v2/-/acme-v2-1.8.4.tgz", "resolved": "https://registry.npmjs.org/acme-v2/-/acme-v2-1.8.5.tgz",
"integrity": "sha512-kg7Tch2g1ottWr0XJrvVtaE2uDksAAgqvTo6+tIfzHjxM2krlArLek8k67wsUJKacrdfGM0fUKdWEVsal+dUKA==", "integrity": "sha512-rhuIJTBBT9VwzBe/Ydy05MYRV9alm+qzP7duSoZeRvUS8tBcnlwuVQ0rtPfYdN8JdDR1aXmgp4m+G5Mqp/bdAA==",
"requires": { "requires": {
"@root/request": "^1.3.11", "@root/request": "^1.3.11",
"rsa-compat": "^2.0.8" "rsa-compat": "^2.0.8"

View File

@ -1,9 +1,10 @@
{ {
"name": "acme", "name": "acme",
"version": "1.3.2", "version": "1.3.3",
"description": "The bare essentials of the ACME (Let's Encrypt v2) API. This is a low-level library for building high-level clients.", "description": "The bare essentials of the ACME (Let's Encrypt v2) API. This is a low-level library for building high-level clients.",
"homepage": "https://git.coolaj86.com/coolaj86/acme.js", "homepage": "https://git.coolaj86.com/coolaj86/acme.js",
"main": "node.js", "main": "node.js",
"files": [],
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },
@ -25,6 +26,6 @@
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)", "author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
"license": "MPL-2.0", "license": "MPL-2.0",
"dependencies": { "dependencies": {
"acme-v2": "^1.8.4" "acme-v2": "^1.8.5"
} }
} }