From 92671db32dc57bd0ea6998645e1a69d2af8791e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Dec 2021 01:27:46 +0530 Subject: [PATCH] npm: bump chrome-devtools-frontend in /dashboard (#884) Bumps [chrome-devtools-frontend](https://github.com/ChromeDevTools/devtools-frontend) from 1.0.949424 to 1.0.952784. - [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> Co-authored-by: Abhinav Singh <126065+abhinavsingh@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 7f6fa7dc..1dbd6ce4 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.949424", + "chrome-devtools-frontend": "^1.0.952784", "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.949424", - "resolved": "https://registry.npmjs.org/chrome-devtools-frontend/-/chrome-devtools-frontend-1.0.949424.tgz", - "integrity": "sha512-v4A+tyfJia6yOonl0I1M3lXYIV9J6idJ49+dT2TK7Z9SmlNd1ZPCcXDi3sBWBkpxdHJfpzl1We8HhUTh2VX5FA==", + "version": "1.0.952784", + "resolved": "https://registry.npmjs.org/chrome-devtools-frontend/-/chrome-devtools-frontend-1.0.952784.tgz", + "integrity": "sha512-UU3rwBtVtvRGdFVR3IXNbFy5DLa+ZDL2IlXzlq465SlAwM7G/oOTEGFZhJ0cYwuq6JI40hTGqtjsbkz7d71RCw==", "dev": true }, "node_modules/cli-cursor": { @@ -5969,9 +5969,9 @@ "dev": true }, "chrome-devtools-frontend": { - "version": "1.0.949424", - "resolved": "https://registry.npmjs.org/chrome-devtools-frontend/-/chrome-devtools-frontend-1.0.949424.tgz", - "integrity": "sha512-v4A+tyfJia6yOonl0I1M3lXYIV9J6idJ49+dT2TK7Z9SmlNd1ZPCcXDi3sBWBkpxdHJfpzl1We8HhUTh2VX5FA==", + "version": "1.0.952784", + "resolved": "https://registry.npmjs.org/chrome-devtools-frontend/-/chrome-devtools-frontend-1.0.952784.tgz", + "integrity": "sha512-UU3rwBtVtvRGdFVR3IXNbFy5DLa+ZDL2IlXzlq465SlAwM7G/oOTEGFZhJ0cYwuq6JI40hTGqtjsbkz7d71RCw==", "dev": true }, "cli-cursor": { diff --git a/dashboard/package.json b/dashboard/package.json index bef79b20..d83d2638 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.949424", + "chrome-devtools-frontend": "^1.0.952784", "eslint": "^6.8.0", "eslint-config-standard": "^14.1.1", "eslint-plugin-import": "^2.25.3",