build(deps): update jquery requirement from ^3.4.1 to ^3.7.1 in /superset-frontend/packages/superset-ui-demo (#26621)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Evan Rusackas <evan@rusackas.com>
This commit is contained in:
dependabot[bot] 2024-01-25 14:05:11 -07:00 committed by GitHub
parent ed934a93e1
commit 8657fa753b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 13 additions and 3 deletions

View File

@ -65987,7 +65987,7 @@
"bootstrap": "^3.4.1",
"core-js": "3.8.3",
"gh-pages": "^3.0.0",
"jquery": "^3.4.1",
"jquery": "^3.7.1",
"memoize-one": "^5.1.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
@ -66385,6 +66385,11 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
"packages/superset-ui-demo/node_modules/jquery": {
"version": "3.7.1",
"resolved": "https://registry.npmjs.org/jquery/-/jquery-3.7.1.tgz",
"integrity": "sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg=="
},
"packages/superset-ui-demo/node_modules/locate-path": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz",
@ -83155,7 +83160,7 @@
"core-js": "3.8.3",
"fork-ts-checker-webpack-plugin": "^5.0.7",
"gh-pages": "^3.0.0",
"jquery": "^3.4.1",
"jquery": "^3.7.1",
"memoize-one": "^5.1.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
@ -83438,6 +83443,11 @@
"integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
"dev": true
},
"jquery": {
"version": "3.7.1",
"resolved": "https://registry.npmjs.org/jquery/-/jquery-3.7.1.tgz",
"integrity": "sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg=="
},
"locate-path": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz",

View File

@ -46,7 +46,7 @@
"bootstrap": "^3.4.1",
"core-js": "3.8.3",
"gh-pages": "^3.0.0",
"jquery": "^3.4.1",
"jquery": "^3.7.1",
"memoize-one": "^5.1.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",