commit | af11b7ca251cadd31f1c857a400fda13b9d58d8f | [log] [tgz] |
---|---|---|
author | Alex Rudenko <[email protected]> | Tue Feb 06 10:44:42 2024 |
committer | Devtools-frontend LUCI CQ <devtools-frontend-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Feb 07 07:11:54 2024 |
tree | ba41c2f246a9480762d1457a353cfe2aec92c737 | |
parent | 11a99d086731c7785bf7d656dcc8c79549b4d13a [diff] [blame] |
[test] Update Puppeteer to v22 DISABLE_THIRD_PARTY_CHECK=updating deps Bug: none Change-Id: I12b06b26f0bb0b938666c7748198187259fcd9fc Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/5268589 Commit-Queue: Alex Rudenko <[email protected]> Reviewed-by: Simon Zünd <[email protected]> Reviewed-by: Andres Olivares <[email protected]>
diff --git a/node_modules/@puppeteer/browsers/lib/esm/Cache.js b/node_modules/@puppeteer/browsers/lib/esm/Cache.js index e4cfac6..0af8720 100644 --- a/node_modules/@puppeteer/browsers/lib/esm/Cache.js +++ b/node_modules/@puppeteer/browsers/lib/esm/Cache.js
@@ -1,17 +1,7 @@ /** - * Copyright 2023 Google Inc. All rights reserved. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * 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. + * @license + * Copyright 2023 Google Inc. + * SPDX-License-Identifier: Apache-2.0 */ import fs from 'fs'; import os from 'os';