diff --git a/superset-frontend/package-lock.json b/superset-frontend/package-lock.json index c1b3d9db9..dd5bcba5a 100644 --- a/superset-frontend/package-lock.json +++ b/superset-frontend/package-lock.json @@ -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", diff --git a/superset-frontend/packages/superset-ui-core/package.json b/superset-frontend/packages/superset-ui-core/package.json index 4c9d3321c..7ccad2a2d 100644 --- a/superset-frontend/packages/superset-ui-core/package.json +++ b/superset-frontend/packages/superset-ui-core/package.json @@ -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",