From 9d9175f2b7ee014db6d5dccf64acdafead41a13c Mon Sep 17 00:00:00 2001 From: Wendy V Gaultier Date: Mon, 28 Aug 2023 12:49:27 +0000 Subject: [PATCH] Update overrides --- components/centraldashboard/package-lock.json | 18 +++++++++--------- components/centraldashboard/package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/components/centraldashboard/package-lock.json b/components/centraldashboard/package-lock.json index 30e597da2cc..c7860a65a4a 100644 --- a/components/centraldashboard/package-lock.json +++ b/components/centraldashboard/package-lock.json @@ -10677,9 +10677,9 @@ } }, "node_modules/protobufjs": { - "version": "6.11.3", - "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-6.11.3.tgz", - "integrity": "sha512-xL96WDdCZYdU7Slin569tFX712BxsxslWwAfAhCYjQKGTq7dAU91Lomy6nLLhh/dyGhk/YH4TwTSRxTzhuHyZg==", + "version": "6.11.4", + "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-6.11.4.tgz", + "integrity": "sha512-5kQWPaJHi1WoCpjTGszzQ32PG2F4+wRY6BmAT4Vfw56Q2FZ4YZzK20xUYQH4YkfehY1e6QSICrJquM6xXZNcrw==", "hasInstallScript": true, "dependencies": { "@protobufjs/aspromise": "^1.1.2", @@ -15599,7 +15599,7 @@ "@types/long": "^4.0.1", "lodash.camelcase": "^4.3.0", "long": "^4.0.0", - "protobufjs": "6.11.3", + "protobufjs": "6.11.4", "yargs": "^16.1.1" }, "dependencies": { @@ -20214,7 +20214,7 @@ "node-fetch": "^2.6.1", "object-hash": "^2.1.1", "proto3-json-serializer": "^0.1.5", - "protobufjs": "6.11.3", + "protobufjs": "6.11.4", "retry-request": "^4.0.0" }, "dependencies": { @@ -23468,13 +23468,13 @@ "resolved": "https://registry.npmjs.org/proto3-json-serializer/-/proto3-json-serializer-0.1.6.tgz", "integrity": "sha512-tGbV6m6Kad8NqxMh5hw87euPS0YoZSAOIfvR01zYkQV8Gpx1V/8yU/0gCKCvfCkhAJsjvzzhnnsdQxA1w7PSog==", "requires": { - "protobufjs": "6.11.3" + "protobufjs": "6.11.4" } }, "protobufjs": { - "version": "6.11.3", - "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-6.11.3.tgz", - "integrity": "sha512-xL96WDdCZYdU7Slin569tFX712BxsxslWwAfAhCYjQKGTq7dAU91Lomy6nLLhh/dyGhk/YH4TwTSRxTzhuHyZg==", + "version": "6.11.4", + "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-6.11.4.tgz", + "integrity": "sha512-5kQWPaJHi1WoCpjTGszzQ32PG2F4+wRY6BmAT4Vfw56Q2FZ4YZzK20xUYQH4YkfehY1e6QSICrJquM6xXZNcrw==", "requires": { "@protobufjs/aspromise": "^1.1.2", "@protobufjs/base64": "^1.1.2", diff --git a/components/centraldashboard/package.json b/components/centraldashboard/package.json index cd4a5694ac1..bbdf3126fe6 100644 --- a/components/centraldashboard/package.json +++ b/components/centraldashboard/package.json @@ -158,7 +158,7 @@ "socket.io-parser": "4.2.3", "sockjs": "0.3.20", "y18n": "4.0.1", - "protobufjs": "6.11.3", + "protobufjs": "6.11.4", "ssri": "6.0.2", "browserslist": "4.16.5", "engine.io": "6.4.2",