From 692bd2d662e5f4c5783dcbf7efd79b1244bae923 Mon Sep 17 00:00:00 2001 From: Hector Date: Mon, 14 Aug 2023 14:49:02 -0700 Subject: [PATCH] Add overrides --- package-lock.json | 15 --------------- package.json | 4 +++- 2 files changed, 3 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index 37332b1c3..350917e63 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,6 @@ "dependencies": { "@azure/core-auth": "^1.5.0", "@azure/core-rest-pipeline": "1.10.1", - "@azure/core-util": "1.2.0", "@azure/opentelemetry-instrumentation-azure-sdk": "^1.0.0-beta.5", "@microsoft/applicationinsights-web-snippet": "^1.0.1", "@opentelemetry/api": "^1.4.1", @@ -1384,20 +1383,6 @@ "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==", "dev": true }, - "node_modules/fsevents": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", - "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", - "dev": true, - "hasInstallScript": true, - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": "^8.16.0 || ^10.6.0 || >=11.0.0" - } - }, "node_modules/function-bind": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", diff --git a/package.json b/package.json index 88e4f7bc8..0137c6dae 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,6 @@ "dependencies": { "@azure/core-auth": "^1.5.0", "@azure/core-rest-pipeline": "1.10.1", - "@azure/core-util": "1.2.0", "@azure/opentelemetry-instrumentation-azure-sdk": "^1.0.0-beta.5", "@microsoft/applicationinsights-web-snippet": "^1.0.1", "@opentelemetry/api": "^1.4.1", @@ -74,6 +73,9 @@ "diagnostic-channel": "1.1.1", "diagnostic-channel-publishers": "1.0.7" }, + "overrides": { + "@azure/core-util": "1.2.0" + }, "peerDependencies": { "applicationinsights-native-metrics": "*" },