diff --git a/package-lock.json b/package-lock.json index 32137f75..9878dbb1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "eslint-plugin-import": "^2.28.0", "eslint-plugin-unicorn": "^48.0.1", "find-unused-sass-variables": "^5.0.0", - "glob": "^10.3.3", + "glob": "^10.3.7", "hugo-bin": "^0.114.2", "jquery": "3.7.0", "linkinator": "5.0.2", @@ -5410,9 +5410,9 @@ } }, "node_modules/glob": { - "version": "10.3.4", - "resolved": "https://registry.npmjs.org/glob/-/glob-10.3.4.tgz", - "integrity": "sha512-6LFElP3A+i/Q8XQKEvZjkEWEOTgAIALR9AO2rwT8bgPhDd1anmqDJDZ6lLddI4ehxxxR1S5RIqKe1uapMQfYaQ==", + "version": "10.3.7", + "resolved": "https://registry.npmjs.org/glob/-/glob-10.3.7.tgz", + "integrity": "sha512-wCMbE1m9Nx5yD9LYtgsVWq5VhHlk5WzJirw594qZR6AIvQYuHrdDtIktUVjQItalD53y7dqoedu9xP0u0WaxIQ==", "dev": true, "dependencies": { "foreground-child": "^3.1.0", @@ -5422,7 +5422,7 @@ "path-scurry": "^1.10.1" }, "bin": { - "glob": "dist/cjs/src/bin.js" + "glob": "dist/esm/bin.mjs" }, "engines": { "node": ">=16 || 14 >=14.17" diff --git a/package.json b/package.json index 7a89f5a6..391fce0d 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "eslint-plugin-import": "^2.28.0", "eslint-plugin-unicorn": "^48.0.1", "find-unused-sass-variables": "^5.0.0", - "glob": "^10.3.3", + "glob": "^10.3.7", "hugo-bin": "^0.114.2", "jquery": "3.7.0", "linkinator": "5.0.2",