Bump jquery from 3.6.1 to 3.6.2 in /apps/block_scout_web/assets

Bumps [jquery](https://github.com/jquery/jquery) from 3.6.1 to 3.6.2.
- [Release notes](https://github.com/jquery/jquery/releases)
- [Commits](https://github.com/jquery/jquery/compare/3.6.1...3.6.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
pull/6585/head
dependabot[bot] 2 years ago committed by GitHub
parent 99775367b2
commit 2b5d297a30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 19
      apps/block_scout_web/assets/package-lock.json
  2. 2
      apps/block_scout_web/assets/package.json

@ -23,7 +23,7 @@
"highlight.js": "^11.7.0",
"https-browserify": "^1.0.0",
"humps": "^2.0.1",
"jquery": "^3.6.1",
"jquery": "^3.6.2",
"js-cookie": "^3.0.1",
"lodash.debounce": "^4.0.8",
"lodash.differenceby": "^4.8.0",
@ -98,11 +98,10 @@
}
},
"../../../deps/phoenix": {
"version": "1.5.13",
"license": "MIT"
"version": "0.0.1"
},
"../../../deps/phoenix_html": {
"version": "3.0.4"
"version": "0.0.1"
},
"node_modules/@ampproject/remapping": {
"version": "2.2.0",
@ -11356,9 +11355,9 @@
}
},
"node_modules/jquery": {
"version": "3.6.1",
"resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.1.tgz",
"integrity": "sha512-opJeO4nCucVnsjiXOE+/PcCgYw9Gwpvs/a6B1LL/lQhwWwpbVEVYDZ1FokFr8PRc7ghYlrFPuyHuiiDNTQxmcw=="
"version": "3.6.2",
"resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.2.tgz",
"integrity": "sha512-/e7ulNIEEYk1Z/l4X0vpxGt+B/dNsV8ghOPAWZaJs8pkGvsSC0tm33aMGylXcj/U7y4IcvwtMXPMyBFZn/gK9A=="
},
"node_modules/js-cookie": {
"version": "3.0.1",
@ -25455,9 +25454,9 @@
}
},
"jquery": {
"version": "3.6.1",
"resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.1.tgz",
"integrity": "sha512-opJeO4nCucVnsjiXOE+/PcCgYw9Gwpvs/a6B1LL/lQhwWwpbVEVYDZ1FokFr8PRc7ghYlrFPuyHuiiDNTQxmcw=="
"version": "3.6.2",
"resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.2.tgz",
"integrity": "sha512-/e7ulNIEEYk1Z/l4X0vpxGt+B/dNsV8ghOPAWZaJs8pkGvsSC0tm33aMGylXcj/U7y4IcvwtMXPMyBFZn/gK9A=="
},
"js-cookie": {
"version": "3.0.1",

@ -35,7 +35,7 @@
"highlight.js": "^11.7.0",
"https-browserify": "^1.0.0",
"humps": "^2.0.1",
"jquery": "^3.6.1",
"jquery": "^3.6.2",
"js-cookie": "^3.0.1",
"lodash.debounce": "^4.0.8",
"lodash.differenceby": "^4.8.0",

Loading…
Cancel
Save