diff --git a/package-lock.json b/package-lock.json index 22e629cb8..9cd1dc4dc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "@types/yargs": "^17.0.33", "@typescript-eslint/eslint-plugin": "^8.43.0", "@typescript-eslint/parser": "^8.43.0", - "chrome-devtools-frontend": "1.0.1602348", + "chrome-devtools-frontend": "1.0.1608453", "core-js": "3.49.0", "debug": "4.4.3", "eslint": "^9.35.0", @@ -3452,9 +3452,9 @@ } }, "node_modules/chrome-devtools-frontend": { - "version": "1.0.1602348", - "resolved": "https://registry.npmjs.org/chrome-devtools-frontend/-/chrome-devtools-frontend-1.0.1602348.tgz", - "integrity": "sha512-JjV+qnXxlhonDlkdbzjrkV0WQeJ2U217/fv9JljEZgtXe6Qd/kK+A7/W3qbQHbToud2uDJrZfLfT+KrbFPKVjw==", + "version": "1.0.1608453", + "resolved": "https://registry.npmjs.org/chrome-devtools-frontend/-/chrome-devtools-frontend-1.0.1608453.tgz", + "integrity": "sha512-VhQ88bdEow8I+AK9H5eXaMtgjYUy8r3N6wqrXm6hb1C2BYbvACWT1w3stoBBSQ3o0ENTEELheOWRuXclYJYpdw==", "dev": true, "license": "BSD-3-Clause" }, @@ -6549,16 +6549,16 @@ } }, "node_modules/lodash": { - "version": "4.17.23", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz", - "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==", + "version": "4.18.1", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz", + "integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==", "dev": true, "license": "MIT" }, "node_modules/lodash-es": { - "version": "4.17.23", - "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.23.tgz", - "integrity": "sha512-kVI48u3PZr38HdYz98UmfPnXl2DXrpdctLrFLCd3kOx1xUkOmpFPx7gCWWM5MPkL/fD8zb+Ph0QzjGFs4+hHWg==", + "version": "4.18.1", + "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.18.1.tgz", + "integrity": "sha512-J8xewKD/Gk22OZbhpOVSwcs60zhd95ESDwezOFuA3/099925PdHJ7OFHNTGtajL3AlZkykD32HykiMo+BIBI8A==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index 731b2fb6a..160f34af7 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "@types/yargs": "^17.0.33", "@typescript-eslint/eslint-plugin": "^8.43.0", "@typescript-eslint/parser": "^8.43.0", - "chrome-devtools-frontend": "1.0.1602348", + "chrome-devtools-frontend": "1.0.1608453", "core-js": "3.49.0", "debug": "4.4.3", "eslint": "^9.35.0",