diff --git a/packages/create-plugin/package.json b/packages/create-plugin/package.json index 9fb465087d..079da0ad9f 100644 --- a/packages/create-plugin/package.json +++ b/packages/create-plugin/package.json @@ -19,7 +19,7 @@ "bugs": "https://github.com/kintone/js-sdk/issues", "dependencies": { "chalk": "^4.1.2", - "glob": "^10.4.3", + "glob": "^10.4.5", "inquirer": "^8.2.6", "lodash": "^4.17.21", "meow": "^9.0.0", diff --git a/packages/plugin-packer/package.json b/packages/plugin-packer/package.json index 633781ce01..ef0bcebd56 100644 --- a/packages/plugin-packer/package.json +++ b/packages/plugin-packer/package.json @@ -67,7 +67,7 @@ "crypto-browserify": "^3.12.0", "cssnano": "^7.0.4", "execa": "^5.1.1", - "glob": "^10.4.3", + "glob": "^10.4.5", "jest-environment-jsdom": "^29.7.0", "normalize.css": "^8.0.1", "path-browserify": "^1.0.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index cb47d97133..677bf47c32 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -105,8 +105,8 @@ importers: specifier: ^4.1.2 version: 4.1.2 glob: - specifier: ^10.4.3 - version: 10.4.3 + specifier: ^10.4.5 + version: 10.4.5 inquirer: specifier: ^8.2.6 version: 8.2.6 @@ -341,8 +341,8 @@ importers: specifier: ^5.1.1 version: 5.1.1 glob: - specifier: ^10.4.3 - version: 10.4.3 + specifier: ^10.4.5 + version: 10.4.5 jest-environment-jsdom: specifier: ^29.7.0 version: 29.7.0 @@ -2763,7 +2763,7 @@ packages: '@rollup/pluginutils': 5.1.0(rollup@4.18.0) commondir: 1.0.1 estree-walker: 2.0.2 - glob: 10.4.3 + glob: 10.4.5 is-reference: 1.2.1 magic-string: 0.30.3 rollup: 4.18.0 @@ -6760,9 +6760,8 @@ packages: resolution: {integrity: sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==} dev: true - /glob@10.4.3: - resolution: {integrity: sha512-Q38SGlYRpVtDBPSWEylRyctn7uDeTp4NQERTLiCT1FqA9JXPYWqAVmQU6qh4r/zMM5ehxTcbaO8EjhWnvEhmyg==} - engines: {node: '>=18'} + /glob@10.4.5: + resolution: {integrity: sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==} hasBin: true dependencies: foreground-child: 3.1.1 @@ -8173,7 +8172,7 @@ packages: '@types/json-schema': 7.0.15 '@types/lodash': 4.17.6 cli-color: 2.0.4 - glob: 10.4.3 + glob: 10.4.5 is-glob: 4.0.3 js-yaml: 4.1.0 lodash: 4.17.21 @@ -10173,7 +10172,7 @@ packages: engines: {node: '>=18'} hasBin: true dependencies: - glob: 10.4.3 + glob: 10.4.5 /ripemd160@2.0.2: resolution: {integrity: sha512-ii4iagi25WusVoiC4B4lq7pbXfAp3D9v5CwfkY33vffw2+pkDjY1D8GaN7spsxvCSx8dkPqOZCEZyfxcmJG2IA==}