From ada58fedac65bc0e0f9ff2e8d70a5da469bff03c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 30 Jun 2024 14:17:05 +0000 Subject: [PATCH] fix(deps): update dependency globby to v14.0.2 --- package-lock.json | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 44b531a2078..44f52447275 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19780,9 +19780,10 @@ } }, "node_modules/globby": { - "version": "14.0.1", - "resolved": "https://registry.npmjs.org/globby/-/globby-14.0.1.tgz", - "integrity": "sha512-jOMLD2Z7MAhyG8aJpNOpmziMOP4rPLcc95oQPKXBazW82z+CEgPFBQvEpRUa1KeIMUJo4Wsm+q6uzO/Q/4BksQ==", + "version": "14.0.2", + "resolved": "https://registry.npmjs.org/globby/-/globby-14.0.2.tgz", + "integrity": "sha512-s3Fq41ZVh7vbbe2PN3nrW7yC7U7MFVc5c98/iTl9c2GawNMKx/J648KQRW6WKkuU8GIbbh2IXfIRQjOZnXcTnw==", + "license": "MIT", "dependencies": { "@sindresorhus/merge-streams": "^2.1.0", "fast-glob": "^3.3.2", @@ -40881,14 +40882,14 @@ "@babel/core": "^7.16.0", "@babel/eslint-parser": "^7.16.3", "@rushstack/eslint-patch": "^1.1.0", - "@typescript-eslint/eslint-plugin": "^7.13.1", - "@typescript-eslint/parser": "^7.13.1", + "@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", "eslint-plugin-import": "^2.25.3", "eslint-plugin-jest": "^27.0.0", - "eslint-plugin-jsx-a11y": "^6.9.0", + "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.0.0" @@ -40978,7 +40979,7 @@ "rimraf": "^3.0.2", "settle-promise": "^1.0.0", "source-map": "^0.7.0", - "webpack": "^5.92.1" + "webpack": "^5.64.4" } }, "packages/react-scripts": { @@ -41029,7 +41030,7 @@ "style-loader": "^4.0.0", "tailwindcss": "^3.0.2", "terser-webpack-plugin": "^5.3.3", - "webpack": "^5.92.1", + "webpack": "^5.64.4", "webpack-dev-server": "^5.0.0", "webpack-manifest-plugin": "^5.0.0", "workbox-webpack-plugin": "^7.0.0"