diff --git a/package-lock.json b/package-lock.json index a659d8d88f9..8d1acad962c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -75,7 +75,7 @@ "eslint-plugin-prettier": "5.1.3", "eslint-plugin-react": "7.34.4", "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", @@ -14867,9 +14867,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", @@ -14887,8 +14888,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 c68e4e6f241..72fb94226b1 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,7 @@ "eslint-plugin-prettier": "5.1.3", "eslint-plugin-react": "7.34.4", "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",