From e6104a403a8b523f81547d77d384629da64ab31c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jan 2022 21:43:37 -0800 Subject: [PATCH] Bump jquery-bridget from 3.0.0 to 3.0.1 (#304) Bumps [jquery-bridget](https://github.com/desandro/jquery-bridget) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/desandro/jquery-bridget/releases) - [Commits](https://github.com/desandro/jquery-bridget/compare/v3.0.0...v3.0.1) --- updated-dependencies: - dependency-name: jquery-bridget dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 4b10adf..9dfc42b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7504,9 +7504,9 @@ "integrity": "sha512-JVzAR/AjBvVt2BmYhxRCSYysDsPcssdmTFnzyLEts9qNwmjmu4JTAMYubEfwVOSwpQ1I1sKKFcxhZCI2buerfw==" }, "jquery-bridget": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/jquery-bridget/-/jquery-bridget-3.0.0.tgz", - "integrity": "sha512-UamdtgKjbmSUiLfUbJk+VA5q9fMRy4h2XYU1D1OlF2wzI1wIQyuIb7WTYtaMPYML2RgdAOTPyvQUmehWwoXazw==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/jquery-bridget/-/jquery-bridget-3.0.1.tgz", + "integrity": "sha512-mjpdeObQTYlDOQWU8/JyHE3mZqwIFXY2ayaj/jYb3WoJWTIkP5MdN3SMPQC1jo6U31KD7LPJWuhVI+L+4Vqc2A==", "requires": { "jquery": ">=1.4.2 <4" } diff --git a/package.json b/package.json index fccbf4c..c2e4cb6 100644 --- a/package.json +++ b/package.json @@ -76,6 +76,6 @@ "dependencies": { "aetna": "^1.0.0-alpha.27", "isotope-layout": "^3.0.6", - "jquery-bridget": "^3.0.0" + "jquery-bridget": "^3.0.1" } }