lighthouse 9.5.0-dev.20221130 → 9.5.0-dev.20221201

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.
@@ -4,7 +4,7 @@
4
4
  * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
5
5
  */
6
6
 
7
- import thirdPartyWeb from 'third-party-web/httparchive-nostats-subset.js';
7
+ import thirdPartyWeb from 'third-party-web/nostats-subset.js';
8
8
 
9
9
  /** @typedef {import("third-party-web").IEntity} ThirdPartyEntity */
10
10
  /** @typedef {import("third-party-web").IProduct} ThirdPartyProduct */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "lighthouse",
3
3
  "type": "module",
4
- "version": "9.5.0-dev.20221130",
4
+ "version": "9.5.0-dev.20221201",
5
5
  "description": "Automated auditing, performance metrics, and best practices for the web.",
6
6
  "main": "./core/index.js",
7
7
  "bin": {
@@ -206,7 +206,7 @@
206
206
  "robots-parser": "^3.0.0",
207
207
  "semver": "^5.3.0",
208
208
  "speedline-core": "^1.4.3",
209
- "third-party-web": "^0.17.1",
209
+ "third-party-web": "^0.20.2",
210
210
  "ws": "^7.0.0",
211
211
  "yargs": "^17.3.1",
212
212
  "yargs-parser": "^21.0.0"