diff --git a/package-lock.json b/package-lock.json index 01578b68a0e..0f71f1f242f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19027,9 +19027,9 @@ "integrity": "sha512-36yxDn5H7OFZQla0/jFJmbIKTdZAQHngCedGxiMmpNfEZM0sdEeT+WczLQrjK6D7o2aiyLYDnkw0R3JK0Qv1RQ==" }, "node_modules/flow-bin": { - "version": "0.229.2", - "resolved": "https://registry.npmjs.org/flow-bin/-/flow-bin-0.229.2.tgz", - "integrity": "sha512-4hjnaApj/BUhosbStw9Tqk0Muf3WCxAnauPOEHvxIfvHWBHJH3wPCCWryPkLPoifjvvcRYYEKPNWHrYF3PkErA==", + "version": "0.230.0", + "resolved": "https://registry.npmjs.org/flow-bin/-/flow-bin-0.230.0.tgz", + "integrity": "sha512-Yx/AnKXR+D4Ieb7xlanfe7cNamJEsuXG6RLWCOl7OSzehMDmrZUuGh2Ycvf4tCKdM1nYt2569p3kkNELiBonaw==", "dev": true, "bin": { "flow": "cli.js" @@ -40749,9 +40749,9 @@ "version": "10.0.1", "license": "MIT", "dependencies": { - "@babel/core": "^7.24.0", + "@babel/core": "^7.16.0", "@babel/plugin-proposal-class-properties": "^7.16.0", - "@babel/plugin-proposal-decorators": "^7.24.0", + "@babel/plugin-proposal-decorators": "^7.16.4", "@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.0", "@babel/plugin-proposal-numeric-separator": "^7.16.0", "@babel/plugin-proposal-optional-chaining": "^7.16.0", @@ -40759,11 +40759,11 @@ "@babel/plugin-proposal-private-property-in-object": "^7.16.7", "@babel/plugin-transform-flow-strip-types": "^7.16.0", "@babel/plugin-transform-react-display-name": "^7.16.0", - "@babel/plugin-transform-runtime": "^7.24.0", - "@babel/preset-env": "^7.24.0", + "@babel/plugin-transform-runtime": "^7.16.4", + "@babel/preset-env": "^7.16.4", "@babel/preset-react": "^7.16.0", "@babel/preset-typescript": "^7.16.0", - "@babel/runtime": "^7.24.0", + "@babel/runtime": "^7.16.3", "babel-plugin-macros": "^3.1.0", "babel-plugin-transform-react-remove-prop-types": "^0.4.24" } @@ -40819,7 +40819,7 @@ "hyperquest": "^2.1.3", "prompts": "^2.4.2", "semver": "^7.3.5", - "tmp": "^0.2.3", + "tmp": "^0.2.1", "validate-npm-package-name": "^5.0.0" }, "bin": { @@ -40837,7 +40837,7 @@ "version": "7.0.1", "license": "MIT", "dependencies": { - "@babel/core": "^7.24.0", + "@babel/core": "^7.16.0", "@babel/eslint-parser": "^7.16.3", "@rushstack/eslint-patch": "^1.1.0", "@typescript-eslint/eslint-plugin": "^7.0.0", @@ -40848,7 +40848,7 @@ "eslint-plugin-import": "^2.25.3", "eslint-plugin-jest": "^27.0.0", "eslint-plugin-jsx-a11y": "^6.5.1", - "eslint-plugin-react": "^7.34.0", + "eslint-plugin-react": "^7.27.1", "eslint-plugin-react-hooks": "^4.3.0", "eslint-plugin-testing-library": "^6.0.0" }, @@ -40879,7 +40879,7 @@ "license": "MIT", "dependencies": { "@babel/code-frame": "^7.16.0", - "address": "^2.0.2", + "address": "^2.0.0", "browserslist": "^4.18.1", "chalk": "^4.1.2", "cross-spawn": "^7.0.3", @@ -40916,7 +40916,7 @@ "license": "MIT", "devDependencies": { "@babel/code-frame": "^7.16.0", - "@babel/core": "^7.24.0", + "@babel/core": "^7.16.0", "anser": "^2.1.0", "babel-jest": "^29.0.0", "babel-loader": "^9.0.0", @@ -40924,8 +40924,8 @@ "chalk": "^4.1.2", "chokidar": "^3.5.2", "cross-env": "^7.0.3", - "flow-bin": "^0.229.0", - "html-entities": "^2.5.2", + "flow-bin": "^0.230.0", + "html-entities": "^2.3.2", "jest": "^29.0.0", "jest-fetch-mock": "^3.0.3", "object-assign": "^4.1.1", @@ -40945,7 +40945,7 @@ "version": "5.0.14", "license": "MIT", "dependencies": { - "@babel/core": "^7.24.0", + "@babel/core": "^7.16.0", "@pmmmwh/react-refresh-webpack-plugin": "^0.5.3", "@svgr/webpack": "^8.0.0", "babel-jest": "^29.0.0", @@ -40970,10 +40970,10 @@ "jest": "^29.0.0", "jest-resolve": "^29.0.0", "jest-watch-typeahead": "^2.0.0", - "mini-css-extract-plugin": "^2.8.1", + "mini-css-extract-plugin": "^2.4.5", "postcss": "^8.4.4", "postcss-flexbugs-fixes": "^5.0.2", - "postcss-loader": "^8.1.1", + "postcss-loader": "^8.0.0", "postcss-normalize": "^10.0.1", "postcss-preset-env": "^9.0.0", "prompts": "^2.4.2", @@ -40989,7 +40989,7 @@ "tailwindcss": "^3.0.2", "terser-webpack-plugin": "^5.3.3", "webpack": "^5.64.4", - "webpack-dev-server": "^5.0.2", + "webpack-dev-server": "^5.0.0", "webpack-manifest-plugin": "^5.0.0", "workbox-webpack-plugin": "^7.0.0" }, diff --git a/packages/react-error-overlay/package.json b/packages/react-error-overlay/package.json index fd977e89d7c..e63f3a106b4 100644 --- a/packages/react-error-overlay/package.json +++ b/packages/react-error-overlay/package.json @@ -44,7 +44,7 @@ "chalk": "^4.1.2", "chokidar": "^3.5.2", "cross-env": "^7.0.3", - "flow-bin": "^0.229.0", + "flow-bin": "^0.230.0", "html-entities": "^2.3.2", "jest": "^29.0.0", "jest-fetch-mock": "^3.0.3",