From dc06ea4736b9c30e4377d3340d32e2ba85e6352c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Jul 2022 12:28:22 +0530 Subject: [PATCH] npm: bump chrome-devtools-frontend from 1.0.980332 to 1.0.1029149 in /dashboard (#1233) npm: bump chrome-devtools-frontend in /dashboard Bumps [chrome-devtools-frontend](https://github.com/ChromeDevTools/devtools-frontend) from 1.0.980332 to 1.0.1029149. - [Release notes](https://github.com/ChromeDevTools/devtools-frontend/releases) - [Changelog](https://github.com/ChromeDevTools/devtools-frontend/blob/main/docs/release_management.md) - [Commits](https://github.com/ChromeDevTools/devtools-frontend/commits) --- updated-dependencies: - dependency-name: chrome-devtools-frontend dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- dashboard/package-lock.json | 14 +++++++------- dashboard/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/dashboard/package-lock.json b/dashboard/package-lock.json index de387a7f37..0522df90e1 100644 --- a/dashboard/package-lock.json +++ b/dashboard/package-lock.json @@ -14,7 +14,7 @@ "@types/js-cookie": "^3.0.2", "@typescript-eslint/eslint-plugin": "^2.34.0", "@typescript-eslint/parser": "^2.34.0", - "chrome-devtools-frontend": "^1.0.980332", + "chrome-devtools-frontend": "^1.0.1029149", "eslint": "^6.8.0", "eslint-config-standard": "^14.1.1", "eslint-plugin-import": "^2.26.0", @@ -777,9 +777,9 @@ } }, "node_modules/chrome-devtools-frontend": { - "version": "1.0.980332", - "resolved": "https://registry.npmjs.org/chrome-devtools-frontend/-/chrome-devtools-frontend-1.0.980332.tgz", - "integrity": "sha512-+WJU9z+jVvSglXbmKInzxl4SIlWmh7tJm1D66GH04NY6IQP/Ev+6TfLLSrPVXjXwEvKhXOEW50y/mQZt0w3WRQ==", + "version": "1.0.1029149", + "resolved": "https://registry.npmjs.org/chrome-devtools-frontend/-/chrome-devtools-frontend-1.0.1029149.tgz", + "integrity": "sha512-h6VdOoWBZMizUdgnOTw0+RTzQS9KjhZwq3Auq2bM2BM2WdrhUdfuKob6P9UOC9o8xBrs5wO2SEvqevLgqnLttQ==", "dev": true }, "node_modules/cli-cursor": { @@ -5954,9 +5954,9 @@ "dev": true }, "chrome-devtools-frontend": { - "version": "1.0.980332", - "resolved": "https://registry.npmjs.org/chrome-devtools-frontend/-/chrome-devtools-frontend-1.0.980332.tgz", - "integrity": "sha512-+WJU9z+jVvSglXbmKInzxl4SIlWmh7tJm1D66GH04NY6IQP/Ev+6TfLLSrPVXjXwEvKhXOEW50y/mQZt0w3WRQ==", + "version": "1.0.1029149", + "resolved": "https://registry.npmjs.org/chrome-devtools-frontend/-/chrome-devtools-frontend-1.0.1029149.tgz", + "integrity": "sha512-h6VdOoWBZMizUdgnOTw0+RTzQS9KjhZwq3Auq2bM2BM2WdrhUdfuKob6P9UOC9o8xBrs5wO2SEvqevLgqnLttQ==", "dev": true }, "cli-cursor": { diff --git a/dashboard/package.json b/dashboard/package.json index 4a4df9c571..ba0cb893a7 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -30,7 +30,7 @@ "@types/js-cookie": "^3.0.2", "@typescript-eslint/eslint-plugin": "^2.34.0", "@typescript-eslint/parser": "^2.34.0", - "chrome-devtools-frontend": "^1.0.980332", + "chrome-devtools-frontend": "^1.0.1029149", "eslint": "^6.8.0", "eslint-config-standard": "^14.1.1", "eslint-plugin-import": "^2.26.0",