Merge pull request #6585 from blockscout/dependabot/npm_and_yarn/apps/block_scout_web/assets/jquery-3.6.2

Bump jquery from 3.6.1 to 3.6.2 in /apps/block_scout_web/assets
pull/6590/head
Victor Baranov 2 years ago committed by GitHub
commit d03a0ca95b
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