From a4ca818f9df10c9ba386136c356b156bbc9cde50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Jul 2022 04:32:36 +0000 Subject: [PATCH] Bump eris from 0.17.0 to 0.17.1 Bumps [eris](https://github.com/abalabahaha/eris) from 0.17.0 to 0.17.1. - [Release notes](https://github.com/abalabahaha/eris/releases) - [Commits](https://github.com/abalabahaha/eris/compare/0.17.0...0.17.1) --- updated-dependencies: - dependency-name: eris dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 05d7fa0..79cd408 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,16 +1,16 @@ { "name": "atn-modmail", - "version": "2.2.3", + "version": "2.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "atn-modmail", - "version": "2.2.3", + "version": "2.3.0", "license": "GPL-3.0-or-later", "dependencies": { "axios": "^0.27.2", - "eris": "^0.17.0", + "eris": "^0.17.1", "tslib": "^2.4.0" }, "devDependencies": { @@ -549,9 +549,9 @@ } }, "node_modules/eris": { - "version": "0.17.0", - "resolved": "https://registry.npmjs.org/eris/-/eris-0.17.0.tgz", - "integrity": "sha512-ba7fpe104uw86z8fbX7V1ORMblB7jMJoDsRpiy8BKDQo+kNCRuUXB5xfg/VKGtZ944QroBTEZDuyXCBhKOBplQ==", + "version": "0.17.1", + "resolved": "https://registry.npmjs.org/eris/-/eris-0.17.1.tgz", + "integrity": "sha512-PexpHusPxViuzcsSM0GQEAgZRJbziFfeeLifc8+ZrvS88UusPieQlUD7pRm28E7m7rN+p+Rt6bf9jGLwD725Zg==", "dependencies": { "ws": "^8.2.3" }, @@ -2013,9 +2013,9 @@ } }, "eris": { - "version": "0.17.0", - "resolved": "https://registry.npmjs.org/eris/-/eris-0.17.0.tgz", - "integrity": "sha512-ba7fpe104uw86z8fbX7V1ORMblB7jMJoDsRpiy8BKDQo+kNCRuUXB5xfg/VKGtZ944QroBTEZDuyXCBhKOBplQ==", + "version": "0.17.1", + "resolved": "https://registry.npmjs.org/eris/-/eris-0.17.1.tgz", + "integrity": "sha512-PexpHusPxViuzcsSM0GQEAgZRJbziFfeeLifc8+ZrvS88UusPieQlUD7pRm28E7m7rN+p+Rt6bf9jGLwD725Zg==", "requires": { "opusscript": "^0.0.8", "tweetnacl": "^1.0.3", diff --git a/package.json b/package.json index 5e6ac72..5d11af5 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ }, "dependencies": { "axios": "^0.27.2", - "eris": "^0.17.0", + "eris": "^0.17.1", "tslib": "^2.4.0" } }