diff --git a/package-lock.json b/package-lock.json index d411bb06906..308adc455f7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19205,9 +19205,9 @@ "integrity": "sha512-36yxDn5H7OFZQla0/jFJmbIKTdZAQHngCedGxiMmpNfEZM0sdEeT+WczLQrjK6D7o2aiyLYDnkw0R3JK0Qv1RQ==" }, "node_modules/flow-bin": { - "version": "0.239.1", - "resolved": "https://registry.npmjs.org/flow-bin/-/flow-bin-0.239.1.tgz", - "integrity": "sha512-cOfqvzHBjFwiRBKRjbzWpc4psLEv+HBFR6lCsRVuc+Gvc0XSDOYU2BDaAWWXNi4ynBIsM8QAk4SD6Ul/IXNSdw==", + "version": "0.245.0", + "resolved": "https://registry.npmjs.org/flow-bin/-/flow-bin-0.245.0.tgz", + "integrity": "sha512-okpuzgdKWq7XQgzpl1Of4lcHtUq70ZtDniAyKxZ7YxgoWxjCm4LPMHPdcydw701rPG//waRPBvlIdPl7W6wPcg==", "dev": true, "license": "MIT", "bin": { @@ -40670,10 +40670,10 @@ "license": "MIT", "dependencies": { "@babel/core": "^7.16.0", - "@babel/eslint-parser": "^7.25.1", - "@rushstack/eslint-patch": "^1.10.4", - "@typescript-eslint/eslint-plugin": "^7.18.0", - "@typescript-eslint/parser": "^7.18.0", + "@babel/eslint-parser": "^7.16.3", + "@rushstack/eslint-patch": "^1.1.0", + "@typescript-eslint/eslint-plugin": "^7.0.0", + "@typescript-eslint/parser": "^7.0.0", "babel-preset-react-app": "^10.0.1", "confusing-browser-globals": "^1.0.11", "eslint-plugin-flowtype": "^8.0.3", @@ -40682,7 +40682,7 @@ "eslint-plugin-jsx-a11y": "^6.5.1", "eslint-plugin-react": "^7.27.1", "eslint-plugin-react-hooks": "^4.3.0", - "eslint-plugin-testing-library": "^6.3.0" + "eslint-plugin-testing-library": "^6.0.0" }, "engines": { "node": ">=14.0.0" @@ -40756,7 +40756,7 @@ "chalk": "^4.1.2", "chokidar": "^3.5.2", "cross-env": "^7.0.3", - "flow-bin": "^0.239.0", + "flow-bin": "^0.245.0", "html-entities": "^2.3.2", "jest": "^29.0.0", "jest-fetch-mock": "^3.0.3", diff --git a/packages/react-error-overlay/package.json b/packages/react-error-overlay/package.json index ece031285a4..5c9bac44a11 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.239.0", + "flow-bin": "^0.245.0", "html-entities": "^2.3.2", "jest": "^29.0.0", "jest-fetch-mock": "^3.0.3",