diff --git a/package.json b/package.json index f89afd7..67c619b 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "enhanced-resolve": "^5.12.0", "eslint-module-utils": "^2.7.4", "get-tsconfig": "^4.5.0", - "globby": "^13.1.3", + "globby": "^13.2.2", "is-core-module": "^2.11.0", "is-glob": "^4.0.3", "synckit": "^0.8.5" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8654263..3db883f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -25,8 +25,8 @@ dependencies: specifier: ^4.5.0 version: 4.5.0 globby: - specifier: ^13.1.3 - version: 13.1.3 + specifier: ^13.2.2 + version: 13.2.2 is-core-module: specifier: ^2.11.0 version: 2.11.0 @@ -5921,8 +5921,8 @@ packages: resolution: {integrity: sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w==} dev: true - /fast-glob@3.2.11: - resolution: {integrity: sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==} + /fast-glob@3.3.0: + resolution: {integrity: sha512-ChDuvbOypPuNjO8yIDf36x7BlZX1smcUMTTcyoIjycexOxd6DFsKsg21qVBzEmr3G7fUKIRy2/psii+CIUt7FA==} engines: {node: '>=8.6.0'} dependencies: '@nodelib/fs.stat': 2.0.5 @@ -6228,7 +6228,7 @@ packages: '@types/glob': 7.2.0 array-union: 2.1.0 dir-glob: 3.0.1 - fast-glob: 3.2.11 + fast-glob: 3.3.0 glob: 7.2.3 ignore: 5.2.4 merge2: 1.4.1 @@ -6241,18 +6241,18 @@ packages: dependencies: array-union: 2.1.0 dir-glob: 3.0.1 - fast-glob: 3.2.11 - ignore: 5.2.0 + fast-glob: 3.3.0 + ignore: 5.2.4 merge2: 1.4.1 slash: 3.0.0 - /globby@13.1.3: - resolution: {integrity: sha512-8krCNHXvlCgHDpegPzleMq07yMYTO2sXKASmZmquEYWEmCx6J5UTRbp5RwMJkTJGtcQ44YpiUYUiN0b9mzy8Bw==} + /globby@13.2.2: + resolution: {integrity: sha512-Y1zNGV+pzQdh7H39l9zgB4PJqjRNqydvdYCDG4HFXM4XuvSaQQlEc91IU1yALL8gUTDomgBAfz3XJdmUS+oo0w==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} dependencies: dir-glob: 3.0.1 - fast-glob: 3.2.11 - ignore: 5.2.0 + fast-glob: 3.3.0 + ignore: 5.2.4 merge2: 1.4.1 slash: 4.0.0 dev: false @@ -10432,7 +10432,7 @@ packages: peerDependencies: typescript: 2 || 3 || 4 || 5 dependencies: - fast-glob: 3.2.11 + fast-glob: 3.3.0 minimatch: 5.1.0 normalize-path: 3.0.0 tslib: 2.5.0