pnpm 6.32.13 → 6.32.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -11,7 +11,7 @@ packageManager: pnpm@7.0.0-alpha.2
11
11
  pendingBuilds:
12
12
  - /node-gyp/8.4.1
13
13
  - /encoding/0.1.13
14
- prunedAt: Fri, 13 May 2022 23:39:55 GMT
14
+ prunedAt: Sun, 22 May 2022 00:51:19 GMT
15
15
  publicHoistPattern:
16
16
  - '*types*'
17
17
  - '*eslint*'
@@ -113,7 +113,7 @@ packages:
113
113
  '@npmcli/move-file': 1.1.2
114
114
  chownr: 2.0.0
115
115
  fs-minipass: 2.1.0
116
- glob: 7.2.2
116
+ glob: 7.2.3
117
117
  infer-owner: 1.0.4
118
118
  lru-cache: 6.0.0
119
119
  minipass: 3.1.6
@@ -234,8 +234,8 @@ packages:
234
234
  dev: false
235
235
  optional: true
236
236
 
237
- /glob/7.2.2:
238
- resolution: {integrity: sha512-NzDgHDiJwKYByLrL5lONmQFpK/2G78SMMfo+E9CuGlX4IkvfKDsiQSNPwAYxEy+e6p7ZQ3uslSLlwlJcqezBmQ==}
237
+ /glob/7.2.3:
238
+ resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==}
239
239
  dependencies:
240
240
  fs.realpath: 1.0.0
241
241
  inflight: 1.0.6
@@ -481,7 +481,7 @@ packages:
481
481
  requiresBuild: true
482
482
  dependencies:
483
483
  env-paths: 2.2.1
484
- glob: 7.2.2
484
+ glob: 7.2.3
485
485
  graceful-fs: 4.2.10
486
486
  make-fetch-happen: 9.1.0
487
487
  nopt: 5.0.0
@@ -570,7 +570,7 @@ packages:
570
570
  resolution: {integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==}
571
571
  hasBin: true
572
572
  dependencies:
573
- glob: 7.2.2
573
+ glob: 7.2.3
574
574
  dev: false
575
575
  optional: true
576
576
 
@@ -111,7 +111,7 @@ function setopts (self, pattern, options) {
111
111
  options.nonegate = true
112
112
  options.nocomment = true
113
113
  // always treat \ in patterns as escapes, not path separators
114
- options.allowWindowsEscape = true
114
+ options.allowWindowsEscape = false
115
115
 
116
116
  self.minimatch = new Minimatch(pattern, options)
117
117
  self.options = self.minimatch.options
@@ -2,7 +2,7 @@
2
2
  "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
3
3
  "name": "glob",
4
4
  "description": "a little globber",
5
- "version": "7.2.2",
5
+ "version": "7.2.3",
6
6
  "publishConfig": {
7
7
  "tag": "v7-legacy"
8
8
  },