Browse Source

Bump jquery-bridget from 2.0.1 to 3.0.0 (#263)

Bumps [jquery-bridget](https://github.com/desandro/jquery-bridget) from 2.0.1 to 3.0.0.
- [Release notes](https://github.com/desandro/jquery-bridget/releases)
- [Commits](https://github.com/desandro/jquery-bridget/compare/v2.0.1...v3.0.0)

---
updated-dependencies:
- dependency-name: jquery-bridget
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/259/head
dependabot[bot] 3 years ago committed by GitHub
parent
commit
1ab92e54d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 12
      package-lock.json
  2. 2
      package.json

12
package-lock.json generated

@ -7499,14 +7499,14 @@
}
},
"jquery": {
"version": "3.5.1",
"resolved": "https://registry.npmjs.org/jquery/-/jquery-3.5.1.tgz",
"integrity": "sha512-XwIBPqcMn57FxfT+Go5pzySnm4KWkT1Tv7gjrpT1srtf8Weynl6R273VJ5GjkRb51IzMp5nbaPjJXMWeju2MKg=="
"version": "3.6.0",
"resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.0.tgz",
"integrity": "sha512-JVzAR/AjBvVt2BmYhxRCSYysDsPcssdmTFnzyLEts9qNwmjmu4JTAMYubEfwVOSwpQ1I1sKKFcxhZCI2buerfw=="
},
"jquery-bridget": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/jquery-bridget/-/jquery-bridget-2.0.1.tgz",
"integrity": "sha1-eE0XqF5kF4DF2JrD+KfrR7C84fw=",
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/jquery-bridget/-/jquery-bridget-3.0.0.tgz",
"integrity": "sha512-UamdtgKjbmSUiLfUbJk+VA5q9fMRy4h2XYU1D1OlF2wzI1wIQyuIb7WTYtaMPYML2RgdAOTPyvQUmehWwoXazw==",
"requires": {
"jquery": ">=1.4.2 <4"
}

2
package.json

@ -77,6 +77,6 @@
"dependencies": {
"aetna": "^1.0.0-alpha.27",
"isotope-layout": "^3.0.6",
"jquery-bridget": "^2.0.1"
"jquery-bridget": "^3.0.0"
}
}

Loading…
Cancel
Save