From 4f43600081c84e8a8eb37eaac3385c4694af43a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 11:32:47 +0000 Subject: [PATCH] Bump pubsub-js from 1.9.4 to 1.9.5 Bumps [pubsub-js](https://github.com/mroderick/PubSubJS) from 1.9.4 to 1.9.5. - [Release notes](https://github.com/mroderick/PubSubJS/releases) - [Changelog](https://github.com/mroderick/PubSubJS/blob/master/CHANGES.md) - [Commits](https://github.com/mroderick/PubSubJS/compare/v1.9.4...v1.9.5) --- updated-dependencies: - dependency-name: pubsub-js dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ab366176..5b072fe1 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "pepjs": "0.5.3", "picturefill": "3.0.3", "popper.js": "1.16.1", - "pubsub-js": "1.9.4", + "pubsub-js": "1.9.5", "quill": "1.3.7", "respond.js": "1.4.2", "responsive-tabs": "1.6.3", diff --git a/yarn.lock b/yarn.lock index 4f276d1c..c670e561 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5726,10 +5726,10 @@ prr@~1.0.1: resolved "https://registry.npmjs.org/prr/-/prr-1.0.1.tgz" integrity sha1-0/wRS6BplaRexok/SEzrHXj19HY= -pubsub-js@1.9.4: - version "1.9.4" - resolved "https://registry.npmjs.org/pubsub-js/-/pubsub-js-1.9.4.tgz" - integrity sha512-hJYpaDvPH4w8ZX/0Fdf9ma1AwRgU353GfbaVfPjfJQf1KxZ2iHaHl3fAUw1qlJIR5dr4F3RzjGaWohYUEyoh7A== +pubsub-js@1.9.5: + version "1.9.5" + resolved "https://registry.yarnpkg.com/pubsub-js/-/pubsub-js-1.9.5.tgz#e9264ef8c7aa4c2510010ebb75bfd54cdcb7b148" + integrity sha512-5MZ0I9i5JWVO7SizvOviKvZU2qaBbl2KQX150FAA+fJBwYpwOUId7aNygURWSdPzlsA/xZ/InUKXqBbzM0czTA== pump@^3.0.0: version "3.0.0"