Skip to content

Commit 0005f55

Browse files
committed
chore(dep): node 18 again
1 parent 7e7b4b7 commit 0005f55

File tree

2 files changed

+7
-31
lines changed

2 files changed

+7
-31
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
"@azure/identity": "4.2.1",
6565
"@azure/core-auth": "1.7.2",
6666
"@azure/core-client": "1.9.2",
67-
"@azure/core-rest-pipeline": "1.16.3"
67+
"@azure/core-rest-pipeline": "1.16.3",
68+
"@azure/core-util": "1.9.2"
6869
}
6970
}

yarn.lock

Lines changed: 5 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -764,13 +764,6 @@
764764
dependencies:
765765
tslib "^2.2.0"
766766

767-
"@azure/abort-controller@^2.1.2":
768-
version "2.1.2"
769-
resolved "https://registry.yarnpkg.com/@azure/abort-controller/-/abort-controller-2.1.2.tgz#42fe0ccab23841d9905812c58f1082d27784566d"
770-
integrity sha512-nBrLsEWm4J2u5LpAPjxADTlq3trDgVZZXHNKabeXZtpq3d3AbN/KGO82R87rdDz5/lYB024rtEf10/q0urNgsA==
771-
dependencies:
772-
tslib "^2.6.2"
773-
774767
"@azure/core-auth@1.7.2", "@azure/core-auth@^1.3.0", "@azure/core-auth@^1.4.0", "@azure/core-auth@^1.5.0", "@azure/core-auth@^1.7.2":
775768
version "1.7.2"
776769
resolved "https://registry.yarnpkg.com/@azure/core-auth/-/core-auth-1.7.2.tgz#558b7cb7dd12b00beec07ae5df5907d74df1ebd9"
@@ -840,21 +833,12 @@
840833
dependencies:
841834
tslib "^2.2.0"
842835

843-
"@azure/core-util@^1.0.0", "@azure/core-util@^1.1.0", "@azure/core-util@^1.2.0", "@azure/core-util@^1.3.0":
844-
version "1.6.1"
845-
resolved "https://registry.yarnpkg.com/@azure/core-util/-/core-util-1.6.1.tgz#fea221c4fa43c26543bccf799beb30c1c7878f5a"
846-
integrity sha512-h5taHeySlsV9qxuK64KZxy4iln1BtMYlNt5jbuEFN3UFSAd1EwKg/Gjl5a6tZ/W8t6li3xPnutOx7zbDyXnPmQ==
847-
dependencies:
848-
"@azure/abort-controller" "^1.0.0"
849-
tslib "^2.2.0"
850-
851-
"@azure/core-util@^1.6.1", "@azure/core-util@^1.9.0":
852-
version "1.13.1"
853-
resolved "https://registry.yarnpkg.com/@azure/core-util/-/core-util-1.13.1.tgz#6dff2ff6d3c9c6430c6f4d3b3e65de531f10bafe"
854-
integrity sha512-XPArKLzsvl0Hf0CaGyKHUyVgF7oDnhKoP85Xv6M4StF/1AhfORhZudHtOyf2s+FcbuQ9dPRAjB8J2KvRRMUK2A==
836+
"@azure/core-util@1.9.2", "@azure/core-util@^1.0.0", "@azure/core-util@^1.1.0", "@azure/core-util@^1.2.0", "@azure/core-util@^1.3.0", "@azure/core-util@^1.6.1", "@azure/core-util@^1.9.0":
837+
version "1.9.2"
838+
resolved "https://registry.yarnpkg.com/@azure/core-util/-/core-util-1.9.2.tgz#1dc37dc5b0dae34c578be62cf98905ba7c0cafe7"
839+
integrity sha512-l1Qrqhi4x1aekkV+OlcqsJa4AnAkj5p0JV8omgwjaV9OAbP41lvrMvs+CptfetKkeEaGRGSzby7sjPZEX7+kkQ==
855840
dependencies:
856-
"@azure/abort-controller" "^2.1.2"
857-
"@typespec/ts-http-runtime" "^0.3.0"
841+
"@azure/abort-controller" "^2.0.0"
858842
tslib "^2.6.2"
859843

860844
"@azure/identity@4.2.1", "@azure/identity@^3.4.1", "@azure/identity@^4.2.1":
@@ -4723,15 +4707,6 @@
47234707
"@typescript-eslint/types" "5.62.0"
47244708
eslint-visitor-keys "^3.3.0"
47254709

4726-
"@typespec/ts-http-runtime@^0.3.0":
4727-
version "0.3.1"
4728-
resolved "https://registry.yarnpkg.com/@typespec/ts-http-runtime/-/ts-http-runtime-0.3.1.tgz#2fa94050f25b4d85d0bc8b9d97874b8d347a9173"
4729-
integrity sha512-SnbaqayTVFEA6/tYumdF0UmybY0KHyKwGPBXnyckFlrrKdhWFrL3a2HIPXHjht5ZOElKGcXfD2D63P36btb+ww==
4730-
dependencies:
4731-
http-proxy-agent "^7.0.0"
4732-
https-proxy-agent "^7.0.0"
4733-
tslib "^2.6.2"
4734-
47354710
"@ungap/structured-clone@^1.2.0":
47364711
version "1.2.0"
47374712
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"

0 commit comments

Comments
 (0)