build(deps): update @types/fetch-mock requirement from ^7.3.3 to ^7.3.8 in /superset-frontend/packages/superset-ui-core (#27831)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: GitHub-Actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
efc1ab83d4
commit
f155138659
|
|
@ -22859,7 +22859,8 @@
|
|||
"node_modules/@types/fetch-mock": {
|
||||
"version": "7.3.5",
|
||||
"resolved": "https://registry.npmjs.org/@types/fetch-mock/-/fetch-mock-7.3.5.tgz",
|
||||
"integrity": "sha512-sLecm9ohBdGIpYUP9rWk5/XIKY2xHMYTBJIcJuBBM8IJWnYoQ1DAj8F4OVjnfD0API1drlkWEV0LPNk+ACuhsg=="
|
||||
"integrity": "sha512-sLecm9ohBdGIpYUP9rWk5/XIKY2xHMYTBJIcJuBBM8IJWnYoQ1DAj8F4OVjnfD0API1drlkWEV0LPNk+ACuhsg==",
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/@types/find-cache-dir": {
|
||||
"version": "3.2.1",
|
||||
|
|
@ -67684,7 +67685,7 @@
|
|||
"@types/d3-time": "^3.0.3",
|
||||
"@types/d3-time-format": "^2.1.0",
|
||||
"@types/enzyme": "^3.10.18",
|
||||
"@types/fetch-mock": "^7.3.3",
|
||||
"@types/fetch-mock": "^7.3.8",
|
||||
"@types/json-bigint": "^1.0.1",
|
||||
"@types/lodash": "^4.17.0",
|
||||
"@types/math-expression-evaluator": "^1.3.3",
|
||||
|
|
@ -67792,6 +67793,11 @@
|
|||
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.0.tgz",
|
||||
"integrity": "sha512-t7dhREVv6dbNj0q17X12j7yDG4bD/DHYX7o5/DbDxobP0HnGPgpRz2Ej77aL7TZT3DSw13fqUTj8J4mMnqa7WA=="
|
||||
},
|
||||
"packages/superset-ui-core/node_modules/@types/fetch-mock": {
|
||||
"version": "7.3.8",
|
||||
"resolved": "https://registry.npmjs.org/@types/fetch-mock/-/fetch-mock-7.3.8.tgz",
|
||||
"integrity": "sha512-ztsIGiyUvD0GaqPc9/hb8k20gnr6lupqA6SFtqt+8v2mtHhNO/Ebb6/b7N6af/7x0A7s1C8nxrEGzajMBqz8qA=="
|
||||
},
|
||||
"packages/superset-ui-core/node_modules/@types/math-expression-evaluator": {
|
||||
"version": "1.3.3",
|
||||
"resolved": "https://registry.npmjs.org/@types/math-expression-evaluator/-/math-expression-evaluator-1.3.3.tgz",
|
||||
|
|
@ -86351,7 +86357,7 @@
|
|||
"@types/d3-time": "^3.0.3",
|
||||
"@types/d3-time-format": "^2.1.0",
|
||||
"@types/enzyme": "^3.10.18",
|
||||
"@types/fetch-mock": "^7.3.3",
|
||||
"@types/fetch-mock": "^7.3.8",
|
||||
"@types/json-bigint": "^1.0.1",
|
||||
"@types/lodash": "^4.17.0",
|
||||
"@types/math-expression-evaluator": "^1.3.3",
|
||||
|
|
@ -86419,6 +86425,11 @@
|
|||
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.0.tgz",
|
||||
"integrity": "sha512-t7dhREVv6dbNj0q17X12j7yDG4bD/DHYX7o5/DbDxobP0HnGPgpRz2Ej77aL7TZT3DSw13fqUTj8J4mMnqa7WA=="
|
||||
},
|
||||
"@types/fetch-mock": {
|
||||
"version": "7.3.8",
|
||||
"resolved": "https://registry.npmjs.org/@types/fetch-mock/-/fetch-mock-7.3.8.tgz",
|
||||
"integrity": "sha512-ztsIGiyUvD0GaqPc9/hb8k20gnr6lupqA6SFtqt+8v2mtHhNO/Ebb6/b7N6af/7x0A7s1C8nxrEGzajMBqz8qA=="
|
||||
},
|
||||
"@types/math-expression-evaluator": {
|
||||
"version": "1.3.3",
|
||||
"resolved": "https://registry.npmjs.org/@types/math-expression-evaluator/-/math-expression-evaluator-1.3.3.tgz",
|
||||
|
|
@ -89821,7 +89832,8 @@
|
|||
"@types/fetch-mock": {
|
||||
"version": "7.3.5",
|
||||
"resolved": "https://registry.npmjs.org/@types/fetch-mock/-/fetch-mock-7.3.5.tgz",
|
||||
"integrity": "sha512-sLecm9ohBdGIpYUP9rWk5/XIKY2xHMYTBJIcJuBBM8IJWnYoQ1DAj8F4OVjnfD0API1drlkWEV0LPNk+ACuhsg=="
|
||||
"integrity": "sha512-sLecm9ohBdGIpYUP9rWk5/XIKY2xHMYTBJIcJuBBM8IJWnYoQ1DAj8F4OVjnfD0API1drlkWEV0LPNk+ACuhsg==",
|
||||
"dev": true
|
||||
},
|
||||
"@types/find-cache-dir": {
|
||||
"version": "3.2.1",
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@
|
|||
"@types/d3-time": "^3.0.3",
|
||||
"@types/d3-time-format": "^2.1.0",
|
||||
"@types/enzyme": "^3.10.18",
|
||||
"@types/fetch-mock": "^7.3.3",
|
||||
"@types/fetch-mock": "^7.3.8",
|
||||
"@types/json-bigint": "^1.0.1",
|
||||
"@types/lodash": "^4.17.0",
|
||||
"@types/math-expression-evaluator": "^1.3.3",
|
||||
|
|
|
|||
Loading…
Reference in New Issue