From 3a1f8575113d7e17c241f10e848ec7130d20f253 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Jul 2024 10:36:11 +0000 Subject: [PATCH] build(deps): update dependency globby to v14.0.2 --- package-lock.json | 10 ++++++---- package.json | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6f5944fdd41..7821e6486e3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -75,7 +75,7 @@ "eslint-plugin-prettier": "5.1.3", "eslint-plugin-react": "7.34.3", "eslint-plugin-unicorn": "54.0.0", - "globby": "14.0.1", + "globby": "14.0.2", "husky": "9.0.11", "jest": "29.7.0", "jest-axe": "9.0.0", @@ -14859,9 +14859,10 @@ } }, "node_modules/globby": { - "version": "14.0.1", + "version": "14.0.2", + "resolved": "https://registry.npmjs.org/globby/-/globby-14.0.2.tgz", + "integrity": "sha512-s3Fq41ZVh7vbbe2PN3nrW7yC7U7MFVc5c98/iTl9c2GawNMKx/J648KQRW6WKkuU8GIbbh2IXfIRQjOZnXcTnw==", "dev": true, - "license": "MIT", "dependencies": { "@sindresorhus/merge-streams": "^2.1.0", "fast-glob": "^3.3.2", @@ -14879,8 +14880,9 @@ }, "node_modules/globby/node_modules/path-type": { "version": "5.0.0", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-5.0.0.tgz", + "integrity": "sha512-5HviZNaZcfqP95rwpv+1HDgUamezbqdSYTyzjTvwtJSnIH+3vnbmWsItli8OFEndS984VT55M3jduxZbX351gg==", "dev": true, - "license": "MIT", "engines": { "node": ">=12" }, diff --git a/package.json b/package.json index 7fed5362b27..a619cea560a 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,7 @@ "eslint-plugin-prettier": "5.1.3", "eslint-plugin-react": "7.34.3", "eslint-plugin-unicorn": "54.0.0", - "globby": "14.0.1", + "globby": "14.0.2", "husky": "9.0.11", "jest": "29.7.0", "jest-axe": "9.0.0",