From 53b6623ae267135d93bb50c85ddcd052ea491bcb Mon Sep 17 00:00:00 2001 From: hgw Date: Tue, 3 Oct 2023 04:16:21 +0000 Subject: [PATCH] Bump phishies to 1.1.0 --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1a9e1ff..4507e8e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -49,9 +49,9 @@ } }, "phishies": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/phishies/-/phishies-1.0.2.tgz", - "integrity": "sha512-uZArCHgYfx7GfpPGUJiQL+eh+6ksj5KGz5n9gJMjbfdk5KJEh+UZGNe4qTgmZGqeFR9NVAaL18+cebsfE7D02g==" + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/phishies/-/phishies-1.1.0.tgz", + "integrity": "sha512-pQFH3dgXdty/SZBzqXwBI0XC/jPlasiA7N/418C3sVvn00uto1KewgdvTA5Bh06mVOP4mjevfAVCEaRMcvh2kw==" } } } diff --git a/package.json b/package.json index fb764fa..95d08ee 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "dependencies": { "fs": "^0.0.1-security", "irc": "^0.5.2", - "phishies": "^1.0.2" + "phishies": "^1.1.0" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1"