hypothesis 1.1764.0 → 1.1765.0

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hypothesis",
3
- "version": "1.1764.0",
3
+ "version": "1.1765.0",
4
4
  "description": "Annotate with anyone, anywhere.",
5
5
  "license": "BSD-2-Clause",
6
6
  "homepage": "https://hypothes.is",
@@ -122,5 +122,32 @@
122
122
  "test:watch": "gulp test --live",
123
123
  "typecheck": "tsc --build tsconfig.json"
124
124
  },
125
- "packageManager": "yarn@3.6.0"
125
+ "packageManager": "yarn@3.6.0",
126
+ "resolutions": {
127
+ "tar": "7.5.16",
128
+ "minimatch@^3.0.4": "3.1.4",
129
+ "minimatch@^3.1.2": "3.1.4",
130
+ "minimatch@^9.0.0": "9.0.7",
131
+ "minimatch@^9.0.4": "9.0.7",
132
+ "minimatch@^9.0.5": "9.0.7",
133
+ "minimatch@^10.0.0": "10.2.3",
134
+ "minimatch@^10.0.3": "10.2.3",
135
+ "picomatch@^2.0.4": "2.3.2",
136
+ "picomatch@^2.2.1": "2.3.2",
137
+ "picomatch@^2.3.1": "2.3.2",
138
+ "picomatch@^4.0.2": "4.0.4",
139
+ "picomatch@^4.0.3": "4.0.4",
140
+ "lodash": "4.18.0",
141
+ "lodash-es": "4.18.0",
142
+ "serialize-javascript": "7.0.5",
143
+ "brace-expansion@^1.1.7": "1.1.13",
144
+ "brace-expansion@^2.0.1": "2.0.3",
145
+ "minimatch@^5.0.1": "5.1.8",
146
+ "immutable@^5.0.2": "5.1.5",
147
+ "qs@^6.14.0": "6.15.2",
148
+ "ip-address@^9.0.5": "10.1.1",
149
+ "preact": "10.28.2",
150
+ "undici@^6.22.0": "6.27.0",
151
+ "@tootallnate/once@2": "2.0.1"
152
+ }
126
153
  }