Bump phishies to 1.1.0

This commit is contained in:
hgw 2023-10-03 04:16:21 +00:00
parent e5a8baaa81
commit 53b6623ae2
Signed by: hgw
SSH Key Fingerprint: SHA256:diG7RVYHjd3aDYkZWHYcBJbImu+6zfptuUP+3k/wol4
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -49,9 +49,9 @@
} }
}, },
"phishies": { "phishies": {
"version": "1.0.2", "version": "1.1.0",
"resolved": "https://registry.npmjs.org/phishies/-/phishies-1.0.2.tgz", "resolved": "https://registry.npmjs.org/phishies/-/phishies-1.1.0.tgz",
"integrity": "sha512-uZArCHgYfx7GfpPGUJiQL+eh+6ksj5KGz5n9gJMjbfdk5KJEh+UZGNe4qTgmZGqeFR9NVAaL18+cebsfE7D02g==" "integrity": "sha512-pQFH3dgXdty/SZBzqXwBI0XC/jPlasiA7N/418C3sVvn00uto1KewgdvTA5Bh06mVOP4mjevfAVCEaRMcvh2kw=="
} }
} }
} }

View File

@ -6,7 +6,7 @@
"dependencies": { "dependencies": {
"fs": "^0.0.1-security", "fs": "^0.0.1-security",
"irc": "^0.5.2", "irc": "^0.5.2",
"phishies": "^1.0.2" "phishies": "^1.1.0"
}, },
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"