From 8b1b619e6c7f1124e65db443e983ced56b0d1884 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jan 2022 12:38:03 +0530 Subject: [PATCH] npm: bump chrome-devtools-frontend in /dashboard (#949) Bumps [chrome-devtools-frontend](https://github.com/ChromeDevTools/devtools-frontend) from 1.0.952865 to 1.0.956881. - [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 4fc14217..e42c951d 100644 --- a/dashboard/package-lock.json +++ b/dashboard/package-lock.json @@ -14,7 +14,7 @@ "@types/js-cookie": "^3.0.1", "@typescript-eslint/eslint-plugin": "^2.34.0", "@typescript-eslint/parser": "^2.34.0", - "chrome-devtools-frontend": "^1.0.952865", + "chrome-devtools-frontend": "^1.0.956881", "eslint": "^6.8.0", "eslint-config-standard": "^14.1.1", "eslint-plugin-import": "^2.25.3", @@ -728,9 +728,9 @@ } }, "node_modules/chrome-devtools-frontend": { - "version": "1.0.952865", - "resolved": "https://registry.npmjs.org/chrome-devtools-frontend/-/chrome-devtools-frontend-1.0.952865.tgz", - "integrity": "sha512-ewbHzHGo1UlK1WGokSzbavc65f/alJG3h+HEdgu0VohN9n3pc9AlfH26OZdzQEhWte2a3NWWmJksjR/Opcm+gQ==", + "version": "1.0.956881", + "resolved": "https://registry.npmjs.org/chrome-devtools-frontend/-/chrome-devtools-frontend-1.0.956881.tgz", + "integrity": "sha512-NAbdED7q77qhpNAOSNgbNHGTOvTeKCEwaurWEE/uVMtVbTRu7qPcAExbeeIbRtKT7KguwdUqpG7P3WrzFLIhxw==", "dev": true }, "node_modules/cli-cursor": { @@ -5969,9 +5969,9 @@ "dev": true }, "chrome-devtools-frontend": { - "version": "1.0.952865", - "resolved": "https://registry.npmjs.org/chrome-devtools-frontend/-/chrome-devtools-frontend-1.0.952865.tgz", - "integrity": "sha512-ewbHzHGo1UlK1WGokSzbavc65f/alJG3h+HEdgu0VohN9n3pc9AlfH26OZdzQEhWte2a3NWWmJksjR/Opcm+gQ==", + "version": "1.0.956881", + "resolved": "https://registry.npmjs.org/chrome-devtools-frontend/-/chrome-devtools-frontend-1.0.956881.tgz", + "integrity": "sha512-NAbdED7q77qhpNAOSNgbNHGTOvTeKCEwaurWEE/uVMtVbTRu7qPcAExbeeIbRtKT7KguwdUqpG7P3WrzFLIhxw==", "dev": true }, "cli-cursor": { diff --git a/dashboard/package.json b/dashboard/package.json index 74fb599c..22585f54 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -30,7 +30,7 @@ "@types/js-cookie": "^3.0.1", "@typescript-eslint/eslint-plugin": "^2.34.0", "@typescript-eslint/parser": "^2.34.0", - "chrome-devtools-frontend": "^1.0.952865", + "chrome-devtools-frontend": "^1.0.956881", "eslint": "^6.8.0", "eslint-config-standard": "^14.1.1", "eslint-plugin-import": "^2.25.3",