diff --git a/superset-frontend/package-lock.json b/superset-frontend/package-lock.json index e315d5aec22..329bc80e5f0 100644 --- a/superset-frontend/package-lock.json +++ b/superset-frontend/package-lock.json @@ -249,7 +249,7 @@ "eslint-plugin-no-only-tests": "^3.4.0", "eslint-plugin-prettier": "^5.5.5", "eslint-plugin-react-prefer-function-component": "^5.0.0", - "eslint-plugin-react-you-might-not-need-an-effect": "^0.10.0", + "eslint-plugin-react-you-might-not-need-an-effect": "^0.10.1", "eslint-plugin-storybook": "^0.8.0", "eslint-plugin-testing-library": "^7.16.2", "eslint-plugin-theme-colors": "file:eslint-rules/eslint-plugin-theme-colors", @@ -22872,9 +22872,9 @@ "license": "MIT" }, "node_modules/eslint-plugin-react-you-might-not-need-an-effect": { - "version": "0.10.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-you-might-not-need-an-effect/-/eslint-plugin-react-you-might-not-need-an-effect-0.10.0.tgz", - "integrity": "sha512-a4pugbQc2zLiE2NZGuXdTjtMNvlP2984QFPDv71eskUYDzigLFYfBL4QjK+RnRtcboHoXRKOcQqEZKxiK6KegA==", + "version": "0.10.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-you-might-not-need-an-effect/-/eslint-plugin-react-you-might-not-need-an-effect-0.10.1.tgz", + "integrity": "sha512-IK0s/+ShN0bkur5moKCu/lfx2D/9uIeozje8Wv2/XnYdmswa17pDg02aUuytEPb8Gf0eueiQFf/QsvOHHcvujg==", "dev": true, "license": "MIT", "dependencies": { @@ -50893,7 +50893,7 @@ "@deck.gl/extensions": "~9.2.9", "@deck.gl/geo-layers": "~9.2.5", "@deck.gl/layers": "~9.2.5", - "@deck.gl/mapbox": "^9.3.2", + "@deck.gl/mapbox": "~9.3.2", "@deck.gl/mesh-layers": "~9.2.5", "@luma.gl/constants": "~9.2.5", "@luma.gl/core": "~9.2.5", diff --git a/superset-frontend/package.json b/superset-frontend/package.json index 79dd2296cea..151731e5cbb 100644 --- a/superset-frontend/package.json +++ b/superset-frontend/package.json @@ -330,7 +330,7 @@ "eslint-plugin-no-only-tests": "^3.4.0", "eslint-plugin-prettier": "^5.5.5", "eslint-plugin-react-prefer-function-component": "^5.0.0", - "eslint-plugin-react-you-might-not-need-an-effect": "^0.10.0", + "eslint-plugin-react-you-might-not-need-an-effect": "^0.10.1", "eslint-plugin-storybook": "^0.8.0", "eslint-plugin-testing-library": "^7.16.2", "eslint-plugin-theme-colors": "file:eslint-rules/eslint-plugin-theme-colors",