@pnp/cli-microsoft365 6.8.0-beta.e41be56 → 6.8.0-beta.f473be5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.mocharc.json +1 -0
- package/dist/m365/planner/commands/roster/roster-plan-list.js +102 -0
- package/dist/m365/planner/commands.js +1 -0
- package/dist/m365/spo/commands/file/file-checkin.js +8 -3
- package/dist/m365/spo/commands/file/file-checkout.js +8 -3
- package/dist/m365/spo/commands/file/file-copy.js +4 -4
- package/dist/m365/spo/commands/file/file-get.js +3 -1
- package/dist/m365/spo/commands/file/file-list.js +2 -2
- package/dist/m365/spo/commands/file/file-move.js +6 -7
- package/dist/m365/spo/commands/file/file-remove.js +3 -12
- package/dist/m365/spo/commands/file/file-rename.js +3 -3
- package/dist/m365/spo/commands/file/file-roleassignment-add.js +2 -1
- package/dist/m365/spo/commands/file/file-roleassignment-remove.js +3 -3
- package/dist/m365/spo/commands/file/file-roleinheritance-break.js +2 -1
- package/dist/m365/spo/commands/file/file-roleinheritance-reset.js +2 -1
- package/dist/m365/spo/commands/file/file-sharinginfo-get.js +4 -2
- package/dist/m365/spo/commands/file/file-version-clear.js +3 -1
- package/dist/m365/spo/commands/file/file-version-get.js +3 -1
- package/dist/m365/spo/commands/file/file-version-remove.js +3 -1
- package/dist/m365/spo/commands/file/file-version-restore.js +3 -1
- package/dist/m365/spo/commands/folder/folder-copy.js +4 -4
- package/dist/m365/spo/commands/folder/folder-get.js +5 -2
- package/dist/m365/spo/commands/folder/folder-move.js +3 -2
- package/dist/m365/spo/commands/folder/folder-rename.js +5 -2
- package/dist/m365/spo/commands/serviceprincipal/serviceprincipal-permissionrequest-list.js +46 -1
- package/dist/m365/spo/commands/tenant/tenant-settings-set.js +4 -0
- package/dist/m365/teams/commands/meeting/meeting-transcript-list.js +124 -0
- package/dist/m365/teams/commands.js +1 -0
- package/dist/utils/spo.js +1 -1
- package/docs/docs/cmd/planner/roster/roster-plan-list.md +109 -0
- package/docs/docs/cmd/spo/feature/feature-enable.md +2 -2
- package/docs/docs/cmd/spo/file/file-add.md +1 -1
- package/docs/docs/cmd/spo/file/file-checkin.md +1 -1
- package/docs/docs/cmd/spo/file/file-checkout.md +1 -1
- package/docs/docs/cmd/spo/file/file-copy.md +1 -1
- package/docs/docs/cmd/spo/file/file-get.md +1 -1
- package/docs/docs/cmd/spo/file/file-move.md +3 -3
- package/docs/docs/cmd/spo/file/file-rename.md +1 -1
- package/docs/docs/cmd/spo/file/file-retentionlabel-ensure.md +3 -3
- package/docs/docs/cmd/spo/file/file-retentionlabel-remove.md +2 -2
- package/docs/docs/cmd/spo/file/file-roleassignment-add.md +1 -1
- package/docs/docs/cmd/spo/file/file-roleassignment-remove.md +1 -1
- package/docs/docs/cmd/spo/file/file-roleinheritance-break.md +1 -1
- package/docs/docs/cmd/spo/file/file-roleinheritance-reset.md +1 -1
- package/docs/docs/cmd/spo/file/file-sharinginfo-get.md +1 -1
- package/docs/docs/cmd/spo/file/file-sharinglink-add.md +1 -1
- package/docs/docs/cmd/spo/file/file-sharinglink-clear.md +1 -1
- package/docs/docs/cmd/spo/file/file-sharinglink-get.md +1 -1
- package/docs/docs/cmd/spo/file/file-sharinglink-list.md +1 -1
- package/docs/docs/cmd/spo/file/file-sharinglink-remove.md +1 -1
- package/docs/docs/cmd/spo/file/file-sharinglink-set.md +1 -1
- package/docs/docs/cmd/spo/file/file-version-clear.md +2 -2
- package/docs/docs/cmd/spo/file/file-version-get.md +1 -1
- package/docs/docs/cmd/spo/file/file-version-list.md +1 -1
- package/docs/docs/cmd/spo/file/file-version-remove.md +1 -1
- package/docs/docs/cmd/spo/file/file-version-restore.md +1 -1
- package/docs/docs/cmd/spo/folder/folder-add.md +9 -3
- package/docs/docs/cmd/spo/folder/folder-copy.md +1 -1
- package/docs/docs/cmd/spo/folder/folder-get.md +7 -7
- package/docs/docs/cmd/spo/folder/folder-list.md +11 -11
- package/docs/docs/cmd/spo/folder/folder-move.md +1 -1
- package/docs/docs/cmd/spo/folder/folder-remove.md +7 -7
- package/docs/docs/cmd/spo/folder/folder-rename.md +11 -5
- package/docs/docs/cmd/spo/folder/folder-retentionlabel-ensure.md +3 -3
- package/docs/docs/cmd/spo/folder/folder-retentionlabel-remove.md +1 -1
- package/docs/docs/cmd/spo/folder/folder-roleinheritance-break.md +1 -1
- package/docs/docs/cmd/spo/folder/folder-roleinheritance-reset.md +4 -4
- package/docs/docs/cmd/spo/tenant/tenant-settings-set.md +57 -54
- package/docs/docs/cmd/teams/meeting/meeting-transcript-list.md +96 -0
- package/npm-shrinkwrap.json +267 -334
- package/package.json +13 -12
package/npm-shrinkwrap.json
CHANGED
|
@@ -9,17 +9,17 @@
|
|
|
9
9
|
"version": "6.8.0",
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@azure/msal-node": "^1.
|
|
12
|
+
"@azure/msal-node": "^1.17.2",
|
|
13
13
|
"@xmldom/xmldom": "^0.8.7",
|
|
14
14
|
"adaptive-expressions": "^4.19.3",
|
|
15
15
|
"adaptivecards": "^2.11.2",
|
|
16
16
|
"adaptivecards-templating": "^2.3.1",
|
|
17
17
|
"adm-zip": "^0.5.10",
|
|
18
|
-
"applicationinsights": "^2.
|
|
18
|
+
"applicationinsights": "^2.6.0",
|
|
19
19
|
"axios": "^0.27.2",
|
|
20
20
|
"chalk": "^4.1.2",
|
|
21
21
|
"clipboardy": "^2.3.0",
|
|
22
|
-
"csv-stringify": "^6.3.
|
|
22
|
+
"csv-stringify": "^6.3.4",
|
|
23
23
|
"easy-table": "^1.2.0",
|
|
24
24
|
"inquirer": "^8.2.5",
|
|
25
25
|
"jmespath": "^0.16.0",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"omelette": "^0.4.17",
|
|
30
30
|
"open": "^8.4.2",
|
|
31
31
|
"ora": "^5.4.1",
|
|
32
|
-
"semver": "^7.
|
|
32
|
+
"semver": "^7.5.0",
|
|
33
33
|
"strip-json-comments": "^3.1.1",
|
|
34
34
|
"typescript": "^4.9.5",
|
|
35
35
|
"update-notifier": "^5.1.0",
|
|
@@ -41,23 +41,23 @@
|
|
|
41
41
|
"microsoft365": "dist/index.js"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
|
-
"@microsoft/microsoft-graph-types": "^2.
|
|
44
|
+
"@microsoft/microsoft-graph-types": "^2.30.0",
|
|
45
45
|
"@types/adm-zip": "^0.5.0",
|
|
46
46
|
"@types/inquirer": "^8.2.1",
|
|
47
47
|
"@types/jmespath": "^0.15.0",
|
|
48
48
|
"@types/json-to-ast": "^2.1.2",
|
|
49
49
|
"@types/minimist": "^1.2.2",
|
|
50
50
|
"@types/mocha": "^10.0.1",
|
|
51
|
-
"@types/node": "^16.18.
|
|
51
|
+
"@types/node": "^16.18.25",
|
|
52
52
|
"@types/node-forge": "^1.3.2",
|
|
53
53
|
"@types/semver": "^7.3.13",
|
|
54
|
-
"@types/sinon": "^10.0.
|
|
54
|
+
"@types/sinon": "^10.0.14",
|
|
55
55
|
"@types/update-notifier": "^5.1.0",
|
|
56
56
|
"@types/uuid": "^9.0.1",
|
|
57
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
58
|
-
"@typescript-eslint/parser": "^5.
|
|
57
|
+
"@typescript-eslint/eslint-plugin": "^5.59.2",
|
|
58
|
+
"@typescript-eslint/parser": "^5.59.2",
|
|
59
59
|
"c8": "^7.13.0",
|
|
60
|
-
"eslint": "^8.
|
|
60
|
+
"eslint": "^8.39.0",
|
|
61
61
|
"eslint-config-standard": "^17.0.0",
|
|
62
62
|
"eslint-plugin-cli-microsoft365": "file:eslint-rules",
|
|
63
63
|
"eslint-plugin-import": "^2.27.5",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"eslint-plugin-promise": "^6.1.1",
|
|
67
67
|
"mocha": "^10.2.0",
|
|
68
68
|
"rimraf": "^3.0.2",
|
|
69
|
-
"sinon": "^15.0.
|
|
69
|
+
"sinon": "^15.0.4",
|
|
70
70
|
"source-map-support": "^0.5.21"
|
|
71
71
|
}
|
|
72
72
|
},
|
|
@@ -138,15 +138,15 @@
|
|
|
138
138
|
}
|
|
139
139
|
},
|
|
140
140
|
"node_modules/@azure/core-util": {
|
|
141
|
-
"version": "1.
|
|
142
|
-
"resolved": "https://registry.npmjs.org/@azure/core-util/-/core-util-1.
|
|
143
|
-
"integrity": "sha512-
|
|
141
|
+
"version": "1.2.0",
|
|
142
|
+
"resolved": "https://registry.npmjs.org/@azure/core-util/-/core-util-1.2.0.tgz",
|
|
143
|
+
"integrity": "sha512-ffGIw+Qs8bNKNLxz5UPkz4/VBM/EZY07mPve1ZYFqYUdPwFqRj0RPk0U7LZMOfT7GCck9YjuT1Rfp1PApNl1ng==",
|
|
144
144
|
"dependencies": {
|
|
145
145
|
"@azure/abort-controller": "^1.0.0",
|
|
146
146
|
"tslib": "^2.2.0"
|
|
147
147
|
},
|
|
148
148
|
"engines": {
|
|
149
|
-
"node": ">=
|
|
149
|
+
"node": ">=14.0.0"
|
|
150
150
|
}
|
|
151
151
|
},
|
|
152
152
|
"node_modules/@azure/logger": {
|
|
@@ -161,19 +161,19 @@
|
|
|
161
161
|
}
|
|
162
162
|
},
|
|
163
163
|
"node_modules/@azure/msal-common": {
|
|
164
|
-
"version": "
|
|
165
|
-
"resolved": "https://registry.npmjs.org/@azure/msal-common/-/msal-common-
|
|
166
|
-
"integrity": "sha512-
|
|
164
|
+
"version": "13.0.0",
|
|
165
|
+
"resolved": "https://registry.npmjs.org/@azure/msal-common/-/msal-common-13.0.0.tgz",
|
|
166
|
+
"integrity": "sha512-GqCOg5H5bouvLij9NFXFkh+asRRxsPBRwnTDsfK7o0KcxYHJbuidKw8/VXpycahGXNxgtuhqtK/n5he+5NhyEA==",
|
|
167
167
|
"engines": {
|
|
168
168
|
"node": ">=0.8.0"
|
|
169
169
|
}
|
|
170
170
|
},
|
|
171
171
|
"node_modules/@azure/msal-node": {
|
|
172
|
-
"version": "1.
|
|
173
|
-
"resolved": "https://registry.npmjs.org/@azure/msal-node/-/msal-node-1.
|
|
174
|
-
"integrity": "sha512-
|
|
172
|
+
"version": "1.17.2",
|
|
173
|
+
"resolved": "https://registry.npmjs.org/@azure/msal-node/-/msal-node-1.17.2.tgz",
|
|
174
|
+
"integrity": "sha512-l8edYnA2LQj4ue3pjxVz1Qy4HuU5xbcoebfe2bGTRvBL9Q6n2Df47aGftkLIyimD1HxHuA4ZZOe23a/HshoYXw==",
|
|
175
175
|
"dependencies": {
|
|
176
|
-
"@azure/msal-common": "
|
|
176
|
+
"@azure/msal-common": "13.0.0",
|
|
177
177
|
"jsonwebtoken": "^9.0.0",
|
|
178
178
|
"uuid": "^8.3.0"
|
|
179
179
|
},
|
|
@@ -190,51 +190,21 @@
|
|
|
190
190
|
}
|
|
191
191
|
},
|
|
192
192
|
"node_modules/@azure/opentelemetry-instrumentation-azure-sdk": {
|
|
193
|
-
"version": "1.0.0-beta.
|
|
194
|
-
"resolved": "https://registry.npmjs.org/@azure/opentelemetry-instrumentation-azure-sdk/-/opentelemetry-instrumentation-azure-sdk-1.0.0-beta.
|
|
195
|
-
"integrity": "sha512-
|
|
193
|
+
"version": "1.0.0-beta.3",
|
|
194
|
+
"resolved": "https://registry.npmjs.org/@azure/opentelemetry-instrumentation-azure-sdk/-/opentelemetry-instrumentation-azure-sdk-1.0.0-beta.3.tgz",
|
|
195
|
+
"integrity": "sha512-9dvTQQ9OhjX0uh4PtDEMPGTP3WihTVLi+DHL9jRMQMPf0trYEbb8ZRIQNo+1JqchkR1YkBDBkki5hJstpUprtA==",
|
|
196
196
|
"dependencies": {
|
|
197
197
|
"@azure/core-tracing": "^1.0.0",
|
|
198
198
|
"@azure/logger": "^1.0.0",
|
|
199
|
-
"@opentelemetry/api": "^1.
|
|
200
|
-
"@opentelemetry/core": "^1.
|
|
201
|
-
"@opentelemetry/instrumentation": "^0.
|
|
199
|
+
"@opentelemetry/api": "^1.4.0",
|
|
200
|
+
"@opentelemetry/core": "^1.9.0",
|
|
201
|
+
"@opentelemetry/instrumentation": "^0.35.0",
|
|
202
202
|
"tslib": "^2.2.0"
|
|
203
203
|
},
|
|
204
204
|
"engines": {
|
|
205
205
|
"node": ">=14.0.0"
|
|
206
206
|
}
|
|
207
207
|
},
|
|
208
|
-
"node_modules/@azure/opentelemetry-instrumentation-azure-sdk/node_modules/@opentelemetry/api": {
|
|
209
|
-
"version": "1.4.1",
|
|
210
|
-
"resolved": "https://registry.npmjs.org/@opentelemetry/api/-/api-1.4.1.tgz",
|
|
211
|
-
"integrity": "sha512-O2yRJce1GOc6PAy3QxFM4NzFiWzvScDC1/5ihYBL6BUEVdq0XMWN01sppE+H6bBXbaFYipjwFLEWLg5PaSOThA==",
|
|
212
|
-
"engines": {
|
|
213
|
-
"node": ">=8.0.0"
|
|
214
|
-
}
|
|
215
|
-
},
|
|
216
|
-
"node_modules/@azure/opentelemetry-instrumentation-azure-sdk/node_modules/@opentelemetry/core": {
|
|
217
|
-
"version": "1.11.0",
|
|
218
|
-
"resolved": "https://registry.npmjs.org/@opentelemetry/core/-/core-1.11.0.tgz",
|
|
219
|
-
"integrity": "sha512-aP1wHSb+YfU0pM63UAkizYPuS4lZxzavHHw5KJfFNN2oWQ79HSm6JR3CzwFKHwKhSzHN8RE9fgP1IdVJ8zmo1w==",
|
|
220
|
-
"dependencies": {
|
|
221
|
-
"@opentelemetry/semantic-conventions": "1.11.0"
|
|
222
|
-
},
|
|
223
|
-
"engines": {
|
|
224
|
-
"node": ">=14"
|
|
225
|
-
},
|
|
226
|
-
"peerDependencies": {
|
|
227
|
-
"@opentelemetry/api": ">=1.0.0 <1.5.0"
|
|
228
|
-
}
|
|
229
|
-
},
|
|
230
|
-
"node_modules/@azure/opentelemetry-instrumentation-azure-sdk/node_modules/@opentelemetry/semantic-conventions": {
|
|
231
|
-
"version": "1.11.0",
|
|
232
|
-
"resolved": "https://registry.npmjs.org/@opentelemetry/semantic-conventions/-/semantic-conventions-1.11.0.tgz",
|
|
233
|
-
"integrity": "sha512-fG4D0AktoHyHwGhFGv+PzKrZjxbKJfckJauTJdq2A+ej5cTazmNYjJVAODXXkYyrsI10muMl+B1iO2q1R6Lp+w==",
|
|
234
|
-
"engines": {
|
|
235
|
-
"node": ">=14"
|
|
236
|
-
}
|
|
237
|
-
},
|
|
238
208
|
"node_modules/@bcoe/v8-coverage": {
|
|
239
209
|
"version": "0.2.3",
|
|
240
210
|
"resolved": "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz",
|
|
@@ -289,9 +259,9 @@
|
|
|
289
259
|
}
|
|
290
260
|
},
|
|
291
261
|
"node_modules/@eslint/js": {
|
|
292
|
-
"version": "8.
|
|
293
|
-
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.
|
|
294
|
-
"integrity": "sha512-
|
|
262
|
+
"version": "8.39.0",
|
|
263
|
+
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.39.0.tgz",
|
|
264
|
+
"integrity": "sha512-kf9RB0Fg7NZfap83B3QOqOGg9QmD9yBudqQXzzOtn3i4y7ZUXe5ONeW34Gwi+TxhH4mvj72R1Zc300KUMa9Bng==",
|
|
295
265
|
"dev": true,
|
|
296
266
|
"engines": {
|
|
297
267
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
@@ -370,9 +340,9 @@
|
|
|
370
340
|
"integrity": "sha512-2IHAOaLauc8qaAitvWS+U931T+ze+7MNWrDHY47IENP5y2UA0vqJDu67kWZDdpCN1fFC77sfgfB+HV7SrKshnQ=="
|
|
371
341
|
},
|
|
372
342
|
"node_modules/@microsoft/microsoft-graph-types": {
|
|
373
|
-
"version": "2.
|
|
374
|
-
"resolved": "https://registry.npmjs.org/@microsoft/microsoft-graph-types/-/microsoft-graph-types-2.
|
|
375
|
-
"integrity": "sha512-
|
|
343
|
+
"version": "2.30.0",
|
|
344
|
+
"resolved": "https://registry.npmjs.org/@microsoft/microsoft-graph-types/-/microsoft-graph-types-2.30.0.tgz",
|
|
345
|
+
"integrity": "sha512-uNlZAzk42nmDIc3PylGtzws/RTk8dQA1XRx9Pc9YgH/w67biSMpSRblp08vOKb+M9KNnUB6nLqY33nBNFeAgfQ==",
|
|
376
346
|
"dev": true
|
|
377
347
|
},
|
|
378
348
|
"node_modules/@microsoft/recognizers-text-data-types-timex-expression": {
|
|
@@ -419,45 +389,32 @@
|
|
|
419
389
|
}
|
|
420
390
|
},
|
|
421
391
|
"node_modules/@opentelemetry/api": {
|
|
422
|
-
"version": "1.1
|
|
423
|
-
"resolved": "https://registry.npmjs.org/@opentelemetry/api/-/api-1.1.
|
|
424
|
-
"integrity": "sha512-
|
|
392
|
+
"version": "1.4.1",
|
|
393
|
+
"resolved": "https://registry.npmjs.org/@opentelemetry/api/-/api-1.4.1.tgz",
|
|
394
|
+
"integrity": "sha512-O2yRJce1GOc6PAy3QxFM4NzFiWzvScDC1/5ihYBL6BUEVdq0XMWN01sppE+H6bBXbaFYipjwFLEWLg5PaSOThA==",
|
|
425
395
|
"engines": {
|
|
426
396
|
"node": ">=8.0.0"
|
|
427
397
|
}
|
|
428
398
|
},
|
|
429
|
-
"node_modules/@opentelemetry/api-metrics": {
|
|
430
|
-
"version": "0.33.0",
|
|
431
|
-
"resolved": "https://registry.npmjs.org/@opentelemetry/api-metrics/-/api-metrics-0.33.0.tgz",
|
|
432
|
-
"integrity": "sha512-78evfPRRRnJA6uZ3xuBuS3VZlXTO/LRs+Ff1iv3O/7DgibCtq9k27T6Zlj8yRdJDFmcjcbQrvC0/CpDpWHaZYA==",
|
|
433
|
-
"deprecated": "Please use @opentelemetry/api >= 1.3.0",
|
|
434
|
-
"dependencies": {
|
|
435
|
-
"@opentelemetry/api": "^1.0.0"
|
|
436
|
-
},
|
|
437
|
-
"engines": {
|
|
438
|
-
"node": ">=14"
|
|
439
|
-
}
|
|
440
|
-
},
|
|
441
399
|
"node_modules/@opentelemetry/core": {
|
|
442
|
-
"version": "1.
|
|
443
|
-
"resolved": "https://registry.npmjs.org/@opentelemetry/core/-/core-1.
|
|
444
|
-
"integrity": "sha512-
|
|
400
|
+
"version": "1.12.0",
|
|
401
|
+
"resolved": "https://registry.npmjs.org/@opentelemetry/core/-/core-1.12.0.tgz",
|
|
402
|
+
"integrity": "sha512-4DWYNb3dLs2mSCGl65jY3aEgbvPWSHVQV/dmDWiYeWUrMakZQFcymqZOSUNZO0uDrEJoxMu8O5tZktX6UKFwag==",
|
|
445
403
|
"dependencies": {
|
|
446
|
-
"@opentelemetry/semantic-conventions": "1.
|
|
404
|
+
"@opentelemetry/semantic-conventions": "1.12.0"
|
|
447
405
|
},
|
|
448
406
|
"engines": {
|
|
449
|
-
"node": ">=
|
|
407
|
+
"node": ">=14"
|
|
450
408
|
},
|
|
451
409
|
"peerDependencies": {
|
|
452
|
-
"@opentelemetry/api": ">=1.0.0 <1.
|
|
410
|
+
"@opentelemetry/api": ">=1.0.0 <1.5.0"
|
|
453
411
|
}
|
|
454
412
|
},
|
|
455
413
|
"node_modules/@opentelemetry/instrumentation": {
|
|
456
|
-
"version": "0.
|
|
457
|
-
"resolved": "https://registry.npmjs.org/@opentelemetry/instrumentation/-/instrumentation-0.
|
|
458
|
-
"integrity": "sha512-
|
|
414
|
+
"version": "0.35.1",
|
|
415
|
+
"resolved": "https://registry.npmjs.org/@opentelemetry/instrumentation/-/instrumentation-0.35.1.tgz",
|
|
416
|
+
"integrity": "sha512-EZsvXqxenbRTSNsft6LDcrT4pjAiyZOx3rkDNeqKpwZZe6GmZtsXaZZKuDkJtz9fTjOGjDHjZj9/h80Ya9iIJw==",
|
|
459
417
|
"dependencies": {
|
|
460
|
-
"@opentelemetry/api-metrics": "0.33.0",
|
|
461
418
|
"require-in-the-middle": "^5.0.3",
|
|
462
419
|
"semver": "^7.3.2",
|
|
463
420
|
"shimmer": "^1.2.1"
|
|
@@ -466,46 +423,46 @@
|
|
|
466
423
|
"node": ">=14"
|
|
467
424
|
},
|
|
468
425
|
"peerDependencies": {
|
|
469
|
-
"@opentelemetry/api": "^1.
|
|
426
|
+
"@opentelemetry/api": "^1.3.0"
|
|
470
427
|
}
|
|
471
428
|
},
|
|
472
429
|
"node_modules/@opentelemetry/resources": {
|
|
473
|
-
"version": "1.
|
|
474
|
-
"resolved": "https://registry.npmjs.org/@opentelemetry/resources/-/resources-1.
|
|
475
|
-
"integrity": "sha512-
|
|
430
|
+
"version": "1.12.0",
|
|
431
|
+
"resolved": "https://registry.npmjs.org/@opentelemetry/resources/-/resources-1.12.0.tgz",
|
|
432
|
+
"integrity": "sha512-gunMKXG0hJrR0LXrqh7BVbziA/+iJBL3ZbXCXO64uY+SrExkwoyJkpiq9l5ismkGF/A20mDEV7tGwh+KyPw00Q==",
|
|
476
433
|
"dependencies": {
|
|
477
|
-
"@opentelemetry/core": "1.
|
|
478
|
-
"@opentelemetry/semantic-conventions": "1.
|
|
434
|
+
"@opentelemetry/core": "1.12.0",
|
|
435
|
+
"@opentelemetry/semantic-conventions": "1.12.0"
|
|
479
436
|
},
|
|
480
437
|
"engines": {
|
|
481
|
-
"node": ">=
|
|
438
|
+
"node": ">=14"
|
|
482
439
|
},
|
|
483
440
|
"peerDependencies": {
|
|
484
|
-
"@opentelemetry/api": ">=1.0.0 <1.
|
|
441
|
+
"@opentelemetry/api": ">=1.0.0 <1.5.0"
|
|
485
442
|
}
|
|
486
443
|
},
|
|
487
444
|
"node_modules/@opentelemetry/sdk-trace-base": {
|
|
488
|
-
"version": "1.
|
|
489
|
-
"resolved": "https://registry.npmjs.org/@opentelemetry/sdk-trace-base/-/sdk-trace-base-1.
|
|
490
|
-
"integrity": "sha512-
|
|
445
|
+
"version": "1.12.0",
|
|
446
|
+
"resolved": "https://registry.npmjs.org/@opentelemetry/sdk-trace-base/-/sdk-trace-base-1.12.0.tgz",
|
|
447
|
+
"integrity": "sha512-pfCOB3tNDlYVoWuz4D7Ji+Jmy9MHnATWHVpkERdCEiwUGEZ+4IvNPXUcPc37wJVmMpjGLeaWgPPrie0KIpWf1A==",
|
|
491
448
|
"dependencies": {
|
|
492
|
-
"@opentelemetry/core": "1.
|
|
493
|
-
"@opentelemetry/resources": "1.
|
|
494
|
-
"@opentelemetry/semantic-conventions": "1.
|
|
449
|
+
"@opentelemetry/core": "1.12.0",
|
|
450
|
+
"@opentelemetry/resources": "1.12.0",
|
|
451
|
+
"@opentelemetry/semantic-conventions": "1.12.0"
|
|
495
452
|
},
|
|
496
453
|
"engines": {
|
|
497
|
-
"node": ">=
|
|
454
|
+
"node": ">=14"
|
|
498
455
|
},
|
|
499
456
|
"peerDependencies": {
|
|
500
|
-
"@opentelemetry/api": ">=1.0.0 <1.
|
|
457
|
+
"@opentelemetry/api": ">=1.0.0 <1.5.0"
|
|
501
458
|
}
|
|
502
459
|
},
|
|
503
460
|
"node_modules/@opentelemetry/semantic-conventions": {
|
|
504
|
-
"version": "1.
|
|
505
|
-
"resolved": "https://registry.npmjs.org/@opentelemetry/semantic-conventions/-/semantic-conventions-1.
|
|
506
|
-
"integrity": "sha512-
|
|
461
|
+
"version": "1.12.0",
|
|
462
|
+
"resolved": "https://registry.npmjs.org/@opentelemetry/semantic-conventions/-/semantic-conventions-1.12.0.tgz",
|
|
463
|
+
"integrity": "sha512-hO+bdeGOlJwqowUBoZF5LyP3ORUFOP1G0GRv8N45W/cztXbT2ZEXaAzfokRS9Xc9FWmYrDj32mF6SzH6wuoIyA==",
|
|
507
464
|
"engines": {
|
|
508
|
-
"node": ">=
|
|
465
|
+
"node": ">=14"
|
|
509
466
|
}
|
|
510
467
|
},
|
|
511
468
|
"node_modules/@sindresorhus/is": {
|
|
@@ -666,9 +623,9 @@
|
|
|
666
623
|
"dev": true
|
|
667
624
|
},
|
|
668
625
|
"node_modules/@types/node": {
|
|
669
|
-
"version": "16.18.
|
|
670
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.
|
|
671
|
-
"integrity": "sha512-
|
|
626
|
+
"version": "16.18.25",
|
|
627
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.25.tgz",
|
|
628
|
+
"integrity": "sha512-rUDO6s9Q/El1R1I21HG4qw/LstTHCPO/oQNAwI/4b2f9EWvMnqt4d3HJwPMawfZ3UvodB8516Yg+VAq54YM+eA==",
|
|
672
629
|
"dev": true
|
|
673
630
|
},
|
|
674
631
|
"node_modules/@types/node-forge": {
|
|
@@ -687,9 +644,9 @@
|
|
|
687
644
|
"dev": true
|
|
688
645
|
},
|
|
689
646
|
"node_modules/@types/sinon": {
|
|
690
|
-
"version": "10.0.
|
|
691
|
-
"resolved": "https://registry.npmjs.org/@types/sinon/-/sinon-10.0.
|
|
692
|
-
"integrity": "sha512-
|
|
647
|
+
"version": "10.0.14",
|
|
648
|
+
"resolved": "https://registry.npmjs.org/@types/sinon/-/sinon-10.0.14.tgz",
|
|
649
|
+
"integrity": "sha512-mn72up6cjaMyMuaPaa/AwKf6WtsSRysQC7wxFkCm1XcOKXPM1z+5Y4H5wjIVBz4gdAkjvZxVVfjA6ba1nHr5WQ==",
|
|
693
650
|
"dev": true,
|
|
694
651
|
"dependencies": {
|
|
695
652
|
"@types/sinonjs__fake-timers": "*"
|
|
@@ -732,15 +689,15 @@
|
|
|
732
689
|
"integrity": "sha512-bVy7s0nvaR5D1mT1a8ZkByHWNOGb6Vn4yi5TWhEdmyKlAG+08SA7Md6+jH+tYmMLueAwNeWvHHpeKrr6S4c4BA=="
|
|
733
690
|
},
|
|
734
691
|
"node_modules/@typescript-eslint/eslint-plugin": {
|
|
735
|
-
"version": "5.
|
|
736
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.
|
|
737
|
-
"integrity": "sha512-
|
|
692
|
+
"version": "5.59.2",
|
|
693
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.59.2.tgz",
|
|
694
|
+
"integrity": "sha512-yVrXupeHjRxLDcPKL10sGQ/QlVrA8J5IYOEWVqk0lJaSZP7X5DfnP7Ns3cc74/blmbipQ1htFNVGsHX6wsYm0A==",
|
|
738
695
|
"dev": true,
|
|
739
696
|
"dependencies": {
|
|
740
697
|
"@eslint-community/regexpp": "^4.4.0",
|
|
741
|
-
"@typescript-eslint/scope-manager": "5.
|
|
742
|
-
"@typescript-eslint/type-utils": "5.
|
|
743
|
-
"@typescript-eslint/utils": "5.
|
|
698
|
+
"@typescript-eslint/scope-manager": "5.59.2",
|
|
699
|
+
"@typescript-eslint/type-utils": "5.59.2",
|
|
700
|
+
"@typescript-eslint/utils": "5.59.2",
|
|
744
701
|
"debug": "^4.3.4",
|
|
745
702
|
"grapheme-splitter": "^1.0.4",
|
|
746
703
|
"ignore": "^5.2.0",
|
|
@@ -766,14 +723,14 @@
|
|
|
766
723
|
}
|
|
767
724
|
},
|
|
768
725
|
"node_modules/@typescript-eslint/parser": {
|
|
769
|
-
"version": "5.
|
|
770
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.
|
|
771
|
-
"integrity": "sha512-
|
|
726
|
+
"version": "5.59.2",
|
|
727
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.59.2.tgz",
|
|
728
|
+
"integrity": "sha512-uq0sKyw6ao1iFOZZGk9F8Nro/8+gfB5ezl1cA06SrqbgJAt0SRoFhb9pXaHvkrxUpZaoLxt8KlovHNk8Gp6/HQ==",
|
|
772
729
|
"dev": true,
|
|
773
730
|
"dependencies": {
|
|
774
|
-
"@typescript-eslint/scope-manager": "5.
|
|
775
|
-
"@typescript-eslint/types": "5.
|
|
776
|
-
"@typescript-eslint/typescript-estree": "5.
|
|
731
|
+
"@typescript-eslint/scope-manager": "5.59.2",
|
|
732
|
+
"@typescript-eslint/types": "5.59.2",
|
|
733
|
+
"@typescript-eslint/typescript-estree": "5.59.2",
|
|
777
734
|
"debug": "^4.3.4"
|
|
778
735
|
},
|
|
779
736
|
"engines": {
|
|
@@ -793,13 +750,13 @@
|
|
|
793
750
|
}
|
|
794
751
|
},
|
|
795
752
|
"node_modules/@typescript-eslint/scope-manager": {
|
|
796
|
-
"version": "5.
|
|
797
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.
|
|
798
|
-
"integrity": "sha512-
|
|
753
|
+
"version": "5.59.2",
|
|
754
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.59.2.tgz",
|
|
755
|
+
"integrity": "sha512-dB1v7ROySwQWKqQ8rEWcdbTsFjh2G0vn8KUyvTXdPoyzSL6lLGkiXEV5CvpJsEe9xIdKV+8Zqb7wif2issoOFA==",
|
|
799
756
|
"dev": true,
|
|
800
757
|
"dependencies": {
|
|
801
|
-
"@typescript-eslint/types": "5.
|
|
802
|
-
"@typescript-eslint/visitor-keys": "5.
|
|
758
|
+
"@typescript-eslint/types": "5.59.2",
|
|
759
|
+
"@typescript-eslint/visitor-keys": "5.59.2"
|
|
803
760
|
},
|
|
804
761
|
"engines": {
|
|
805
762
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
@@ -810,13 +767,13 @@
|
|
|
810
767
|
}
|
|
811
768
|
},
|
|
812
769
|
"node_modules/@typescript-eslint/type-utils": {
|
|
813
|
-
"version": "5.
|
|
814
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.
|
|
815
|
-
"integrity": "sha512-
|
|
770
|
+
"version": "5.59.2",
|
|
771
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.59.2.tgz",
|
|
772
|
+
"integrity": "sha512-b1LS2phBOsEy/T381bxkkywfQXkV1dWda/z0PhnIy3bC5+rQWQDS7fk9CSpcXBccPY27Z6vBEuaPBCKCgYezyQ==",
|
|
816
773
|
"dev": true,
|
|
817
774
|
"dependencies": {
|
|
818
|
-
"@typescript-eslint/typescript-estree": "5.
|
|
819
|
-
"@typescript-eslint/utils": "5.
|
|
775
|
+
"@typescript-eslint/typescript-estree": "5.59.2",
|
|
776
|
+
"@typescript-eslint/utils": "5.59.2",
|
|
820
777
|
"debug": "^4.3.4",
|
|
821
778
|
"tsutils": "^3.21.0"
|
|
822
779
|
},
|
|
@@ -837,9 +794,9 @@
|
|
|
837
794
|
}
|
|
838
795
|
},
|
|
839
796
|
"node_modules/@typescript-eslint/types": {
|
|
840
|
-
"version": "5.
|
|
841
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.
|
|
842
|
-
"integrity": "sha512-
|
|
797
|
+
"version": "5.59.2",
|
|
798
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.59.2.tgz",
|
|
799
|
+
"integrity": "sha512-LbJ/HqoVs2XTGq5shkiKaNTuVv5tTejdHgfdjqRUGdYhjW1crm/M7og2jhVskMt8/4wS3T1+PfFvL1K3wqYj4w==",
|
|
843
800
|
"dev": true,
|
|
844
801
|
"engines": {
|
|
845
802
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
@@ -850,13 +807,13 @@
|
|
|
850
807
|
}
|
|
851
808
|
},
|
|
852
809
|
"node_modules/@typescript-eslint/typescript-estree": {
|
|
853
|
-
"version": "5.
|
|
854
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.
|
|
855
|
-
"integrity": "sha512
|
|
810
|
+
"version": "5.59.2",
|
|
811
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.2.tgz",
|
|
812
|
+
"integrity": "sha512-+j4SmbwVmZsQ9jEyBMgpuBD0rKwi9RxRpjX71Brr73RsYnEr3Lt5QZ624Bxphp8HUkSKfqGnPJp1kA5nl0Sh7Q==",
|
|
856
813
|
"dev": true,
|
|
857
814
|
"dependencies": {
|
|
858
|
-
"@typescript-eslint/types": "5.
|
|
859
|
-
"@typescript-eslint/visitor-keys": "5.
|
|
815
|
+
"@typescript-eslint/types": "5.59.2",
|
|
816
|
+
"@typescript-eslint/visitor-keys": "5.59.2",
|
|
860
817
|
"debug": "^4.3.4",
|
|
861
818
|
"globby": "^11.1.0",
|
|
862
819
|
"is-glob": "^4.0.3",
|
|
@@ -877,17 +834,17 @@
|
|
|
877
834
|
}
|
|
878
835
|
},
|
|
879
836
|
"node_modules/@typescript-eslint/utils": {
|
|
880
|
-
"version": "5.
|
|
881
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.
|
|
882
|
-
"integrity": "sha512-
|
|
837
|
+
"version": "5.59.2",
|
|
838
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.59.2.tgz",
|
|
839
|
+
"integrity": "sha512-kSuF6/77TZzyGPhGO4uVp+f0SBoYxCDf+lW3GKhtKru/L8k/Hd7NFQxyWUeY7Z/KGB2C6Fe3yf2vVi4V9TsCSQ==",
|
|
883
840
|
"dev": true,
|
|
884
841
|
"dependencies": {
|
|
885
842
|
"@eslint-community/eslint-utils": "^4.2.0",
|
|
886
843
|
"@types/json-schema": "^7.0.9",
|
|
887
844
|
"@types/semver": "^7.3.12",
|
|
888
|
-
"@typescript-eslint/scope-manager": "5.
|
|
889
|
-
"@typescript-eslint/types": "5.
|
|
890
|
-
"@typescript-eslint/typescript-estree": "5.
|
|
845
|
+
"@typescript-eslint/scope-manager": "5.59.2",
|
|
846
|
+
"@typescript-eslint/types": "5.59.2",
|
|
847
|
+
"@typescript-eslint/typescript-estree": "5.59.2",
|
|
891
848
|
"eslint-scope": "^5.1.1",
|
|
892
849
|
"semver": "^7.3.7"
|
|
893
850
|
},
|
|
@@ -903,12 +860,12 @@
|
|
|
903
860
|
}
|
|
904
861
|
},
|
|
905
862
|
"node_modules/@typescript-eslint/visitor-keys": {
|
|
906
|
-
"version": "5.
|
|
907
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.
|
|
908
|
-
"integrity": "sha512-
|
|
863
|
+
"version": "5.59.2",
|
|
864
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.2.tgz",
|
|
865
|
+
"integrity": "sha512-EEpsO8m3RASrKAHI9jpavNv9NlEUebV4qmF1OWxSTtKSFBpC1NCmWazDQHFivRf0O1DV11BA645yrLEVQ0/Lig==",
|
|
909
866
|
"dev": true,
|
|
910
867
|
"dependencies": {
|
|
911
|
-
"@typescript-eslint/types": "5.
|
|
868
|
+
"@typescript-eslint/types": "5.59.2",
|
|
912
869
|
"eslint-visitor-keys": "^3.3.0"
|
|
913
870
|
},
|
|
914
871
|
"engines": {
|
|
@@ -1116,22 +1073,23 @@
|
|
|
1116
1073
|
}
|
|
1117
1074
|
},
|
|
1118
1075
|
"node_modules/applicationinsights": {
|
|
1119
|
-
"version": "2.
|
|
1120
|
-
"resolved": "https://registry.npmjs.org/applicationinsights/-/applicationinsights-2.
|
|
1121
|
-
"integrity": "sha512-
|
|
1076
|
+
"version": "2.6.0",
|
|
1077
|
+
"resolved": "https://registry.npmjs.org/applicationinsights/-/applicationinsights-2.6.0.tgz",
|
|
1078
|
+
"integrity": "sha512-ldeFvbocbRoMxS361lOwmLL3ltWfgNxALrttge6BrpsPMTStGzevoiqaWieIjZ/3qNmljOd+xmwaNPpBoefdmA==",
|
|
1122
1079
|
"dependencies": {
|
|
1123
1080
|
"@azure/core-auth": "^1.4.0",
|
|
1124
|
-
"@azure/core-rest-pipeline": "
|
|
1125
|
-
"@azure/
|
|
1081
|
+
"@azure/core-rest-pipeline": "1.10.1",
|
|
1082
|
+
"@azure/core-util": "1.2.0",
|
|
1083
|
+
"@azure/opentelemetry-instrumentation-azure-sdk": "^1.0.0-beta.3",
|
|
1126
1084
|
"@microsoft/applicationinsights-web-snippet": "^1.0.1",
|
|
1127
1085
|
"@opentelemetry/api": "^1.0.4",
|
|
1128
|
-
"@opentelemetry/core": "^1.0
|
|
1129
|
-
"@opentelemetry/sdk-trace-base": "^1.0
|
|
1130
|
-
"@opentelemetry/semantic-conventions": "^1.0
|
|
1086
|
+
"@opentelemetry/core": "^1.12.0",
|
|
1087
|
+
"@opentelemetry/sdk-trace-base": "^1.12.0",
|
|
1088
|
+
"@opentelemetry/semantic-conventions": "^1.12.0",
|
|
1131
1089
|
"cls-hooked": "^4.2.2",
|
|
1132
1090
|
"continuation-local-storage": "^3.2.1",
|
|
1133
1091
|
"diagnostic-channel": "1.1.0",
|
|
1134
|
-
"diagnostic-channel-publishers": "1.0.
|
|
1092
|
+
"diagnostic-channel-publishers": "1.0.6"
|
|
1135
1093
|
},
|
|
1136
1094
|
"engines": {
|
|
1137
1095
|
"node": ">=8.0.0"
|
|
@@ -1826,9 +1784,9 @@
|
|
|
1826
1784
|
}
|
|
1827
1785
|
},
|
|
1828
1786
|
"node_modules/csv-stringify": {
|
|
1829
|
-
"version": "6.3.
|
|
1830
|
-
"resolved": "https://registry.npmjs.org/csv-stringify/-/csv-stringify-6.3.
|
|
1831
|
-
"integrity": "sha512
|
|
1787
|
+
"version": "6.3.4",
|
|
1788
|
+
"resolved": "https://registry.npmjs.org/csv-stringify/-/csv-stringify-6.3.4.tgz",
|
|
1789
|
+
"integrity": "sha512-/VVkafziBS1WyiQWYQ/krnBW1lJbr0RbanP7mMrFwy9V/sG8Xk6bacMS9IjUN0x3Jpp2iowpz9Lofd/KJIZ1qA=="
|
|
1832
1790
|
},
|
|
1833
1791
|
"node_modules/d3-format": {
|
|
1834
1792
|
"version": "1.4.5",
|
|
@@ -1947,9 +1905,9 @@
|
|
|
1947
1905
|
}
|
|
1948
1906
|
},
|
|
1949
1907
|
"node_modules/diagnostic-channel-publishers": {
|
|
1950
|
-
"version": "1.0.
|
|
1951
|
-
"resolved": "https://registry.npmjs.org/diagnostic-channel-publishers/-/diagnostic-channel-publishers-1.0.
|
|
1952
|
-
"integrity": "sha512-
|
|
1908
|
+
"version": "1.0.6",
|
|
1909
|
+
"resolved": "https://registry.npmjs.org/diagnostic-channel-publishers/-/diagnostic-channel-publishers-1.0.6.tgz",
|
|
1910
|
+
"integrity": "sha512-RE5AP4JmEm/CV06gOyFdgWWm3gMNOoXulod2mq4ysiz9s77ZhHb1P1DGrfePHjNOmgvWglhegmj5q8DNtjRrEg==",
|
|
1953
1911
|
"peerDependencies": {
|
|
1954
1912
|
"diagnostic-channel": "*"
|
|
1955
1913
|
}
|
|
@@ -2177,15 +2135,15 @@
|
|
|
2177
2135
|
}
|
|
2178
2136
|
},
|
|
2179
2137
|
"node_modules/eslint": {
|
|
2180
|
-
"version": "8.
|
|
2181
|
-
"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.
|
|
2182
|
-
"integrity": "sha512-
|
|
2138
|
+
"version": "8.39.0",
|
|
2139
|
+
"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.39.0.tgz",
|
|
2140
|
+
"integrity": "sha512-mwiok6cy7KTW7rBpo05k6+p4YVZByLNjAZ/ACB9DRCu4YDRwjXI01tWHp6KAUWelsBetTxKK/2sHB0vdS8Z2Og==",
|
|
2183
2141
|
"dev": true,
|
|
2184
2142
|
"dependencies": {
|
|
2185
2143
|
"@eslint-community/eslint-utils": "^4.2.0",
|
|
2186
2144
|
"@eslint-community/regexpp": "^4.4.0",
|
|
2187
2145
|
"@eslint/eslintrc": "^2.0.2",
|
|
2188
|
-
"@eslint/js": "8.
|
|
2146
|
+
"@eslint/js": "8.39.0",
|
|
2189
2147
|
"@humanwhocodes/config-array": "^0.11.8",
|
|
2190
2148
|
"@humanwhocodes/module-importer": "^1.0.1",
|
|
2191
2149
|
"@nodelib/fs.walk": "^1.2.8",
|
|
@@ -2195,7 +2153,7 @@
|
|
|
2195
2153
|
"debug": "^4.3.2",
|
|
2196
2154
|
"doctrine": "^3.0.0",
|
|
2197
2155
|
"escape-string-regexp": "^4.0.0",
|
|
2198
|
-
"eslint-scope": "^7.
|
|
2156
|
+
"eslint-scope": "^7.2.0",
|
|
2199
2157
|
"eslint-visitor-keys": "^3.4.0",
|
|
2200
2158
|
"espree": "^9.5.1",
|
|
2201
2159
|
"esquery": "^1.4.2",
|
|
@@ -2603,9 +2561,9 @@
|
|
|
2603
2561
|
}
|
|
2604
2562
|
},
|
|
2605
2563
|
"node_modules/eslint/node_modules/eslint-scope": {
|
|
2606
|
-
"version": "7.
|
|
2607
|
-
"resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.
|
|
2608
|
-
"integrity": "sha512-
|
|
2564
|
+
"version": "7.2.0",
|
|
2565
|
+
"resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.0.tgz",
|
|
2566
|
+
"integrity": "sha512-DYj5deGlHBfMt15J7rdtyKNq/Nqlv5KfU4iodrQ019XESsRnwXH9KAE0y3cwtUHDo2ob7CypAnCqefh6vioWRw==",
|
|
2609
2567
|
"dev": true,
|
|
2610
2568
|
"dependencies": {
|
|
2611
2569
|
"esrecurse": "^4.3.0",
|
|
@@ -2613,6 +2571,9 @@
|
|
|
2613
2571
|
},
|
|
2614
2572
|
"engines": {
|
|
2615
2573
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
2574
|
+
},
|
|
2575
|
+
"funding": {
|
|
2576
|
+
"url": "https://opencollective.com/eslint"
|
|
2616
2577
|
}
|
|
2617
2578
|
},
|
|
2618
2579
|
"node_modules/eslint/node_modules/estraverse": {
|
|
@@ -5089,9 +5050,9 @@
|
|
|
5089
5050
|
"integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg=="
|
|
5090
5051
|
},
|
|
5091
5052
|
"node_modules/semver": {
|
|
5092
|
-
"version": "7.
|
|
5093
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.
|
|
5094
|
-
"integrity": "sha512
|
|
5053
|
+
"version": "7.5.0",
|
|
5054
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.5.0.tgz",
|
|
5055
|
+
"integrity": "sha512-+XC0AD/R7Q2mPSRuy2Id0+CGTZ98+8f+KvwirxOKIEyid+XSx6HbC63p+O4IndTHuX5Z+JxQ0TghCkO5Cg/2HA==",
|
|
5095
5056
|
"dependencies": {
|
|
5096
5057
|
"lru-cache": "^6.0.0"
|
|
5097
5058
|
},
|
|
@@ -5192,9 +5153,9 @@
|
|
|
5192
5153
|
"integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ=="
|
|
5193
5154
|
},
|
|
5194
5155
|
"node_modules/sinon": {
|
|
5195
|
-
"version": "15.0.
|
|
5196
|
-
"resolved": "https://registry.npmjs.org/sinon/-/sinon-15.0.
|
|
5197
|
-
"integrity": "sha512-
|
|
5156
|
+
"version": "15.0.4",
|
|
5157
|
+
"resolved": "https://registry.npmjs.org/sinon/-/sinon-15.0.4.tgz",
|
|
5158
|
+
"integrity": "sha512-uzmfN6zx3GQaria1kwgWGeKiXSSbShBbue6Dcj0SI8fiCNFbiUDqKl57WFlY5lyhxZVUKmXvzgG2pilRQCBwWg==",
|
|
5198
5159
|
"dev": true,
|
|
5199
5160
|
"dependencies": {
|
|
5200
5161
|
"@sinonjs/commons": "^3.0.0",
|
|
@@ -5983,9 +5944,9 @@
|
|
|
5983
5944
|
}
|
|
5984
5945
|
},
|
|
5985
5946
|
"@azure/core-util": {
|
|
5986
|
-
"version": "1.
|
|
5987
|
-
"resolved": "https://registry.npmjs.org/@azure/core-util/-/core-util-1.
|
|
5988
|
-
"integrity": "sha512-
|
|
5947
|
+
"version": "1.2.0",
|
|
5948
|
+
"resolved": "https://registry.npmjs.org/@azure/core-util/-/core-util-1.2.0.tgz",
|
|
5949
|
+
"integrity": "sha512-ffGIw+Qs8bNKNLxz5UPkz4/VBM/EZY07mPve1ZYFqYUdPwFqRj0RPk0U7LZMOfT7GCck9YjuT1Rfp1PApNl1ng==",
|
|
5989
5950
|
"requires": {
|
|
5990
5951
|
"@azure/abort-controller": "^1.0.0",
|
|
5991
5952
|
"tslib": "^2.2.0"
|
|
@@ -6000,16 +5961,16 @@
|
|
|
6000
5961
|
}
|
|
6001
5962
|
},
|
|
6002
5963
|
"@azure/msal-common": {
|
|
6003
|
-
"version": "
|
|
6004
|
-
"resolved": "https://registry.npmjs.org/@azure/msal-common/-/msal-common-
|
|
6005
|
-
"integrity": "sha512-
|
|
5964
|
+
"version": "13.0.0",
|
|
5965
|
+
"resolved": "https://registry.npmjs.org/@azure/msal-common/-/msal-common-13.0.0.tgz",
|
|
5966
|
+
"integrity": "sha512-GqCOg5H5bouvLij9NFXFkh+asRRxsPBRwnTDsfK7o0KcxYHJbuidKw8/VXpycahGXNxgtuhqtK/n5he+5NhyEA=="
|
|
6006
5967
|
},
|
|
6007
5968
|
"@azure/msal-node": {
|
|
6008
|
-
"version": "1.
|
|
6009
|
-
"resolved": "https://registry.npmjs.org/@azure/msal-node/-/msal-node-1.
|
|
6010
|
-
"integrity": "sha512-
|
|
5969
|
+
"version": "1.17.2",
|
|
5970
|
+
"resolved": "https://registry.npmjs.org/@azure/msal-node/-/msal-node-1.17.2.tgz",
|
|
5971
|
+
"integrity": "sha512-l8edYnA2LQj4ue3pjxVz1Qy4HuU5xbcoebfe2bGTRvBL9Q6n2Df47aGftkLIyimD1HxHuA4ZZOe23a/HshoYXw==",
|
|
6011
5972
|
"requires": {
|
|
6012
|
-
"@azure/msal-common": "
|
|
5973
|
+
"@azure/msal-common": "13.0.0",
|
|
6013
5974
|
"jsonwebtoken": "^9.0.0",
|
|
6014
5975
|
"uuid": "^8.3.0"
|
|
6015
5976
|
},
|
|
@@ -6022,36 +5983,16 @@
|
|
|
6022
5983
|
}
|
|
6023
5984
|
},
|
|
6024
5985
|
"@azure/opentelemetry-instrumentation-azure-sdk": {
|
|
6025
|
-
"version": "1.0.0-beta.
|
|
6026
|
-
"resolved": "https://registry.npmjs.org/@azure/opentelemetry-instrumentation-azure-sdk/-/opentelemetry-instrumentation-azure-sdk-1.0.0-beta.
|
|
6027
|
-
"integrity": "sha512-
|
|
5986
|
+
"version": "1.0.0-beta.3",
|
|
5987
|
+
"resolved": "https://registry.npmjs.org/@azure/opentelemetry-instrumentation-azure-sdk/-/opentelemetry-instrumentation-azure-sdk-1.0.0-beta.3.tgz",
|
|
5988
|
+
"integrity": "sha512-9dvTQQ9OhjX0uh4PtDEMPGTP3WihTVLi+DHL9jRMQMPf0trYEbb8ZRIQNo+1JqchkR1YkBDBkki5hJstpUprtA==",
|
|
6028
5989
|
"requires": {
|
|
6029
5990
|
"@azure/core-tracing": "^1.0.0",
|
|
6030
5991
|
"@azure/logger": "^1.0.0",
|
|
6031
|
-
"@opentelemetry/api": "^1.
|
|
6032
|
-
"@opentelemetry/core": "^1.
|
|
6033
|
-
"@opentelemetry/instrumentation": "^0.
|
|
5992
|
+
"@opentelemetry/api": "^1.4.0",
|
|
5993
|
+
"@opentelemetry/core": "^1.9.0",
|
|
5994
|
+
"@opentelemetry/instrumentation": "^0.35.0",
|
|
6034
5995
|
"tslib": "^2.2.0"
|
|
6035
|
-
},
|
|
6036
|
-
"dependencies": {
|
|
6037
|
-
"@opentelemetry/api": {
|
|
6038
|
-
"version": "1.4.1",
|
|
6039
|
-
"resolved": "https://registry.npmjs.org/@opentelemetry/api/-/api-1.4.1.tgz",
|
|
6040
|
-
"integrity": "sha512-O2yRJce1GOc6PAy3QxFM4NzFiWzvScDC1/5ihYBL6BUEVdq0XMWN01sppE+H6bBXbaFYipjwFLEWLg5PaSOThA=="
|
|
6041
|
-
},
|
|
6042
|
-
"@opentelemetry/core": {
|
|
6043
|
-
"version": "1.11.0",
|
|
6044
|
-
"resolved": "https://registry.npmjs.org/@opentelemetry/core/-/core-1.11.0.tgz",
|
|
6045
|
-
"integrity": "sha512-aP1wHSb+YfU0pM63UAkizYPuS4lZxzavHHw5KJfFNN2oWQ79HSm6JR3CzwFKHwKhSzHN8RE9fgP1IdVJ8zmo1w==",
|
|
6046
|
-
"requires": {
|
|
6047
|
-
"@opentelemetry/semantic-conventions": "1.11.0"
|
|
6048
|
-
}
|
|
6049
|
-
},
|
|
6050
|
-
"@opentelemetry/semantic-conventions": {
|
|
6051
|
-
"version": "1.11.0",
|
|
6052
|
-
"resolved": "https://registry.npmjs.org/@opentelemetry/semantic-conventions/-/semantic-conventions-1.11.0.tgz",
|
|
6053
|
-
"integrity": "sha512-fG4D0AktoHyHwGhFGv+PzKrZjxbKJfckJauTJdq2A+ej5cTazmNYjJVAODXXkYyrsI10muMl+B1iO2q1R6Lp+w=="
|
|
6054
|
-
}
|
|
6055
5996
|
}
|
|
6056
5997
|
},
|
|
6057
5998
|
"@bcoe/v8-coverage": {
|
|
@@ -6093,9 +6034,9 @@
|
|
|
6093
6034
|
}
|
|
6094
6035
|
},
|
|
6095
6036
|
"@eslint/js": {
|
|
6096
|
-
"version": "8.
|
|
6097
|
-
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.
|
|
6098
|
-
"integrity": "sha512-
|
|
6037
|
+
"version": "8.39.0",
|
|
6038
|
+
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.39.0.tgz",
|
|
6039
|
+
"integrity": "sha512-kf9RB0Fg7NZfap83B3QOqOGg9QmD9yBudqQXzzOtn3i4y7ZUXe5ONeW34Gwi+TxhH4mvj72R1Zc300KUMa9Bng==",
|
|
6099
6040
|
"dev": true
|
|
6100
6041
|
},
|
|
6101
6042
|
"@humanwhocodes/config-array": {
|
|
@@ -6155,9 +6096,9 @@
|
|
|
6155
6096
|
"integrity": "sha512-2IHAOaLauc8qaAitvWS+U931T+ze+7MNWrDHY47IENP5y2UA0vqJDu67kWZDdpCN1fFC77sfgfB+HV7SrKshnQ=="
|
|
6156
6097
|
},
|
|
6157
6098
|
"@microsoft/microsoft-graph-types": {
|
|
6158
|
-
"version": "2.
|
|
6159
|
-
"resolved": "https://registry.npmjs.org/@microsoft/microsoft-graph-types/-/microsoft-graph-types-2.
|
|
6160
|
-
"integrity": "sha512-
|
|
6099
|
+
"version": "2.30.0",
|
|
6100
|
+
"resolved": "https://registry.npmjs.org/@microsoft/microsoft-graph-types/-/microsoft-graph-types-2.30.0.tgz",
|
|
6101
|
+
"integrity": "sha512-uNlZAzk42nmDIc3PylGtzws/RTk8dQA1XRx9Pc9YgH/w67biSMpSRblp08vOKb+M9KNnUB6nLqY33nBNFeAgfQ==",
|
|
6161
6102
|
"dev": true
|
|
6162
6103
|
},
|
|
6163
6104
|
"@microsoft/recognizers-text-data-types-timex-expression": {
|
|
@@ -6192,60 +6133,51 @@
|
|
|
6192
6133
|
}
|
|
6193
6134
|
},
|
|
6194
6135
|
"@opentelemetry/api": {
|
|
6195
|
-
"version": "1.1
|
|
6196
|
-
"resolved": "https://registry.npmjs.org/@opentelemetry/api/-/api-1.1.
|
|
6197
|
-
"integrity": "sha512-
|
|
6198
|
-
},
|
|
6199
|
-
"@opentelemetry/api-metrics": {
|
|
6200
|
-
"version": "0.33.0",
|
|
6201
|
-
"resolved": "https://registry.npmjs.org/@opentelemetry/api-metrics/-/api-metrics-0.33.0.tgz",
|
|
6202
|
-
"integrity": "sha512-78evfPRRRnJA6uZ3xuBuS3VZlXTO/LRs+Ff1iv3O/7DgibCtq9k27T6Zlj8yRdJDFmcjcbQrvC0/CpDpWHaZYA==",
|
|
6203
|
-
"requires": {
|
|
6204
|
-
"@opentelemetry/api": "^1.0.0"
|
|
6205
|
-
}
|
|
6136
|
+
"version": "1.4.1",
|
|
6137
|
+
"resolved": "https://registry.npmjs.org/@opentelemetry/api/-/api-1.4.1.tgz",
|
|
6138
|
+
"integrity": "sha512-O2yRJce1GOc6PAy3QxFM4NzFiWzvScDC1/5ihYBL6BUEVdq0XMWN01sppE+H6bBXbaFYipjwFLEWLg5PaSOThA=="
|
|
6206
6139
|
},
|
|
6207
6140
|
"@opentelemetry/core": {
|
|
6208
|
-
"version": "1.
|
|
6209
|
-
"resolved": "https://registry.npmjs.org/@opentelemetry/core/-/core-1.
|
|
6210
|
-
"integrity": "sha512-
|
|
6141
|
+
"version": "1.12.0",
|
|
6142
|
+
"resolved": "https://registry.npmjs.org/@opentelemetry/core/-/core-1.12.0.tgz",
|
|
6143
|
+
"integrity": "sha512-4DWYNb3dLs2mSCGl65jY3aEgbvPWSHVQV/dmDWiYeWUrMakZQFcymqZOSUNZO0uDrEJoxMu8O5tZktX6UKFwag==",
|
|
6211
6144
|
"requires": {
|
|
6212
|
-
"@opentelemetry/semantic-conventions": "1.
|
|
6145
|
+
"@opentelemetry/semantic-conventions": "1.12.0"
|
|
6213
6146
|
}
|
|
6214
6147
|
},
|
|
6215
6148
|
"@opentelemetry/instrumentation": {
|
|
6216
|
-
"version": "0.
|
|
6217
|
-
"resolved": "https://registry.npmjs.org/@opentelemetry/instrumentation/-/instrumentation-0.
|
|
6218
|
-
"integrity": "sha512-
|
|
6149
|
+
"version": "0.35.1",
|
|
6150
|
+
"resolved": "https://registry.npmjs.org/@opentelemetry/instrumentation/-/instrumentation-0.35.1.tgz",
|
|
6151
|
+
"integrity": "sha512-EZsvXqxenbRTSNsft6LDcrT4pjAiyZOx3rkDNeqKpwZZe6GmZtsXaZZKuDkJtz9fTjOGjDHjZj9/h80Ya9iIJw==",
|
|
6219
6152
|
"requires": {
|
|
6220
|
-
"@opentelemetry/api-metrics": "0.33.0",
|
|
6221
6153
|
"require-in-the-middle": "^5.0.3",
|
|
6222
6154
|
"semver": "^7.3.2",
|
|
6223
6155
|
"shimmer": "^1.2.1"
|
|
6224
6156
|
}
|
|
6225
6157
|
},
|
|
6226
6158
|
"@opentelemetry/resources": {
|
|
6227
|
-
"version": "1.
|
|
6228
|
-
"resolved": "https://registry.npmjs.org/@opentelemetry/resources/-/resources-1.
|
|
6229
|
-
"integrity": "sha512-
|
|
6159
|
+
"version": "1.12.0",
|
|
6160
|
+
"resolved": "https://registry.npmjs.org/@opentelemetry/resources/-/resources-1.12.0.tgz",
|
|
6161
|
+
"integrity": "sha512-gunMKXG0hJrR0LXrqh7BVbziA/+iJBL3ZbXCXO64uY+SrExkwoyJkpiq9l5ismkGF/A20mDEV7tGwh+KyPw00Q==",
|
|
6230
6162
|
"requires": {
|
|
6231
|
-
"@opentelemetry/core": "1.
|
|
6232
|
-
"@opentelemetry/semantic-conventions": "1.
|
|
6163
|
+
"@opentelemetry/core": "1.12.0",
|
|
6164
|
+
"@opentelemetry/semantic-conventions": "1.12.0"
|
|
6233
6165
|
}
|
|
6234
6166
|
},
|
|
6235
6167
|
"@opentelemetry/sdk-trace-base": {
|
|
6236
|
-
"version": "1.
|
|
6237
|
-
"resolved": "https://registry.npmjs.org/@opentelemetry/sdk-trace-base/-/sdk-trace-base-1.
|
|
6238
|
-
"integrity": "sha512-
|
|
6168
|
+
"version": "1.12.0",
|
|
6169
|
+
"resolved": "https://registry.npmjs.org/@opentelemetry/sdk-trace-base/-/sdk-trace-base-1.12.0.tgz",
|
|
6170
|
+
"integrity": "sha512-pfCOB3tNDlYVoWuz4D7Ji+Jmy9MHnATWHVpkERdCEiwUGEZ+4IvNPXUcPc37wJVmMpjGLeaWgPPrie0KIpWf1A==",
|
|
6239
6171
|
"requires": {
|
|
6240
|
-
"@opentelemetry/core": "1.
|
|
6241
|
-
"@opentelemetry/resources": "1.
|
|
6242
|
-
"@opentelemetry/semantic-conventions": "1.
|
|
6172
|
+
"@opentelemetry/core": "1.12.0",
|
|
6173
|
+
"@opentelemetry/resources": "1.12.0",
|
|
6174
|
+
"@opentelemetry/semantic-conventions": "1.12.0"
|
|
6243
6175
|
}
|
|
6244
6176
|
},
|
|
6245
6177
|
"@opentelemetry/semantic-conventions": {
|
|
6246
|
-
"version": "1.
|
|
6247
|
-
"resolved": "https://registry.npmjs.org/@opentelemetry/semantic-conventions/-/semantic-conventions-1.
|
|
6248
|
-
"integrity": "sha512-
|
|
6178
|
+
"version": "1.12.0",
|
|
6179
|
+
"resolved": "https://registry.npmjs.org/@opentelemetry/semantic-conventions/-/semantic-conventions-1.12.0.tgz",
|
|
6180
|
+
"integrity": "sha512-hO+bdeGOlJwqowUBoZF5LyP3ORUFOP1G0GRv8N45W/cztXbT2ZEXaAzfokRS9Xc9FWmYrDj32mF6SzH6wuoIyA=="
|
|
6249
6181
|
},
|
|
6250
6182
|
"@sindresorhus/is": {
|
|
6251
6183
|
"version": "0.14.0",
|
|
@@ -6396,9 +6328,9 @@
|
|
|
6396
6328
|
"dev": true
|
|
6397
6329
|
},
|
|
6398
6330
|
"@types/node": {
|
|
6399
|
-
"version": "16.18.
|
|
6400
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.
|
|
6401
|
-
"integrity": "sha512-
|
|
6331
|
+
"version": "16.18.25",
|
|
6332
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.25.tgz",
|
|
6333
|
+
"integrity": "sha512-rUDO6s9Q/El1R1I21HG4qw/LstTHCPO/oQNAwI/4b2f9EWvMnqt4d3HJwPMawfZ3UvodB8516Yg+VAq54YM+eA==",
|
|
6402
6334
|
"dev": true
|
|
6403
6335
|
},
|
|
6404
6336
|
"@types/node-forge": {
|
|
@@ -6417,9 +6349,9 @@
|
|
|
6417
6349
|
"dev": true
|
|
6418
6350
|
},
|
|
6419
6351
|
"@types/sinon": {
|
|
6420
|
-
"version": "10.0.
|
|
6421
|
-
"resolved": "https://registry.npmjs.org/@types/sinon/-/sinon-10.0.
|
|
6422
|
-
"integrity": "sha512-
|
|
6352
|
+
"version": "10.0.14",
|
|
6353
|
+
"resolved": "https://registry.npmjs.org/@types/sinon/-/sinon-10.0.14.tgz",
|
|
6354
|
+
"integrity": "sha512-mn72up6cjaMyMuaPaa/AwKf6WtsSRysQC7wxFkCm1XcOKXPM1z+5Y4H5wjIVBz4gdAkjvZxVVfjA6ba1nHr5WQ==",
|
|
6423
6355
|
"dev": true,
|
|
6424
6356
|
"requires": {
|
|
6425
6357
|
"@types/sinonjs__fake-timers": "*"
|
|
@@ -6462,15 +6394,15 @@
|
|
|
6462
6394
|
"integrity": "sha512-bVy7s0nvaR5D1mT1a8ZkByHWNOGb6Vn4yi5TWhEdmyKlAG+08SA7Md6+jH+tYmMLueAwNeWvHHpeKrr6S4c4BA=="
|
|
6463
6395
|
},
|
|
6464
6396
|
"@typescript-eslint/eslint-plugin": {
|
|
6465
|
-
"version": "5.
|
|
6466
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.
|
|
6467
|
-
"integrity": "sha512-
|
|
6397
|
+
"version": "5.59.2",
|
|
6398
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.59.2.tgz",
|
|
6399
|
+
"integrity": "sha512-yVrXupeHjRxLDcPKL10sGQ/QlVrA8J5IYOEWVqk0lJaSZP7X5DfnP7Ns3cc74/blmbipQ1htFNVGsHX6wsYm0A==",
|
|
6468
6400
|
"dev": true,
|
|
6469
6401
|
"requires": {
|
|
6470
6402
|
"@eslint-community/regexpp": "^4.4.0",
|
|
6471
|
-
"@typescript-eslint/scope-manager": "5.
|
|
6472
|
-
"@typescript-eslint/type-utils": "5.
|
|
6473
|
-
"@typescript-eslint/utils": "5.
|
|
6403
|
+
"@typescript-eslint/scope-manager": "5.59.2",
|
|
6404
|
+
"@typescript-eslint/type-utils": "5.59.2",
|
|
6405
|
+
"@typescript-eslint/utils": "5.59.2",
|
|
6474
6406
|
"debug": "^4.3.4",
|
|
6475
6407
|
"grapheme-splitter": "^1.0.4",
|
|
6476
6408
|
"ignore": "^5.2.0",
|
|
@@ -6480,53 +6412,53 @@
|
|
|
6480
6412
|
}
|
|
6481
6413
|
},
|
|
6482
6414
|
"@typescript-eslint/parser": {
|
|
6483
|
-
"version": "5.
|
|
6484
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.
|
|
6485
|
-
"integrity": "sha512-
|
|
6415
|
+
"version": "5.59.2",
|
|
6416
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.59.2.tgz",
|
|
6417
|
+
"integrity": "sha512-uq0sKyw6ao1iFOZZGk9F8Nro/8+gfB5ezl1cA06SrqbgJAt0SRoFhb9pXaHvkrxUpZaoLxt8KlovHNk8Gp6/HQ==",
|
|
6486
6418
|
"dev": true,
|
|
6487
6419
|
"requires": {
|
|
6488
|
-
"@typescript-eslint/scope-manager": "5.
|
|
6489
|
-
"@typescript-eslint/types": "5.
|
|
6490
|
-
"@typescript-eslint/typescript-estree": "5.
|
|
6420
|
+
"@typescript-eslint/scope-manager": "5.59.2",
|
|
6421
|
+
"@typescript-eslint/types": "5.59.2",
|
|
6422
|
+
"@typescript-eslint/typescript-estree": "5.59.2",
|
|
6491
6423
|
"debug": "^4.3.4"
|
|
6492
6424
|
}
|
|
6493
6425
|
},
|
|
6494
6426
|
"@typescript-eslint/scope-manager": {
|
|
6495
|
-
"version": "5.
|
|
6496
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.
|
|
6497
|
-
"integrity": "sha512-
|
|
6427
|
+
"version": "5.59.2",
|
|
6428
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.59.2.tgz",
|
|
6429
|
+
"integrity": "sha512-dB1v7ROySwQWKqQ8rEWcdbTsFjh2G0vn8KUyvTXdPoyzSL6lLGkiXEV5CvpJsEe9xIdKV+8Zqb7wif2issoOFA==",
|
|
6498
6430
|
"dev": true,
|
|
6499
6431
|
"requires": {
|
|
6500
|
-
"@typescript-eslint/types": "5.
|
|
6501
|
-
"@typescript-eslint/visitor-keys": "5.
|
|
6432
|
+
"@typescript-eslint/types": "5.59.2",
|
|
6433
|
+
"@typescript-eslint/visitor-keys": "5.59.2"
|
|
6502
6434
|
}
|
|
6503
6435
|
},
|
|
6504
6436
|
"@typescript-eslint/type-utils": {
|
|
6505
|
-
"version": "5.
|
|
6506
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.
|
|
6507
|
-
"integrity": "sha512-
|
|
6437
|
+
"version": "5.59.2",
|
|
6438
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.59.2.tgz",
|
|
6439
|
+
"integrity": "sha512-b1LS2phBOsEy/T381bxkkywfQXkV1dWda/z0PhnIy3bC5+rQWQDS7fk9CSpcXBccPY27Z6vBEuaPBCKCgYezyQ==",
|
|
6508
6440
|
"dev": true,
|
|
6509
6441
|
"requires": {
|
|
6510
|
-
"@typescript-eslint/typescript-estree": "5.
|
|
6511
|
-
"@typescript-eslint/utils": "5.
|
|
6442
|
+
"@typescript-eslint/typescript-estree": "5.59.2",
|
|
6443
|
+
"@typescript-eslint/utils": "5.59.2",
|
|
6512
6444
|
"debug": "^4.3.4",
|
|
6513
6445
|
"tsutils": "^3.21.0"
|
|
6514
6446
|
}
|
|
6515
6447
|
},
|
|
6516
6448
|
"@typescript-eslint/types": {
|
|
6517
|
-
"version": "5.
|
|
6518
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.
|
|
6519
|
-
"integrity": "sha512-
|
|
6449
|
+
"version": "5.59.2",
|
|
6450
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.59.2.tgz",
|
|
6451
|
+
"integrity": "sha512-LbJ/HqoVs2XTGq5shkiKaNTuVv5tTejdHgfdjqRUGdYhjW1crm/M7og2jhVskMt8/4wS3T1+PfFvL1K3wqYj4w==",
|
|
6520
6452
|
"dev": true
|
|
6521
6453
|
},
|
|
6522
6454
|
"@typescript-eslint/typescript-estree": {
|
|
6523
|
-
"version": "5.
|
|
6524
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.
|
|
6525
|
-
"integrity": "sha512
|
|
6455
|
+
"version": "5.59.2",
|
|
6456
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.2.tgz",
|
|
6457
|
+
"integrity": "sha512-+j4SmbwVmZsQ9jEyBMgpuBD0rKwi9RxRpjX71Brr73RsYnEr3Lt5QZ624Bxphp8HUkSKfqGnPJp1kA5nl0Sh7Q==",
|
|
6526
6458
|
"dev": true,
|
|
6527
6459
|
"requires": {
|
|
6528
|
-
"@typescript-eslint/types": "5.
|
|
6529
|
-
"@typescript-eslint/visitor-keys": "5.
|
|
6460
|
+
"@typescript-eslint/types": "5.59.2",
|
|
6461
|
+
"@typescript-eslint/visitor-keys": "5.59.2",
|
|
6530
6462
|
"debug": "^4.3.4",
|
|
6531
6463
|
"globby": "^11.1.0",
|
|
6532
6464
|
"is-glob": "^4.0.3",
|
|
@@ -6535,28 +6467,28 @@
|
|
|
6535
6467
|
}
|
|
6536
6468
|
},
|
|
6537
6469
|
"@typescript-eslint/utils": {
|
|
6538
|
-
"version": "5.
|
|
6539
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.
|
|
6540
|
-
"integrity": "sha512-
|
|
6470
|
+
"version": "5.59.2",
|
|
6471
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.59.2.tgz",
|
|
6472
|
+
"integrity": "sha512-kSuF6/77TZzyGPhGO4uVp+f0SBoYxCDf+lW3GKhtKru/L8k/Hd7NFQxyWUeY7Z/KGB2C6Fe3yf2vVi4V9TsCSQ==",
|
|
6541
6473
|
"dev": true,
|
|
6542
6474
|
"requires": {
|
|
6543
6475
|
"@eslint-community/eslint-utils": "^4.2.0",
|
|
6544
6476
|
"@types/json-schema": "^7.0.9",
|
|
6545
6477
|
"@types/semver": "^7.3.12",
|
|
6546
|
-
"@typescript-eslint/scope-manager": "5.
|
|
6547
|
-
"@typescript-eslint/types": "5.
|
|
6548
|
-
"@typescript-eslint/typescript-estree": "5.
|
|
6478
|
+
"@typescript-eslint/scope-manager": "5.59.2",
|
|
6479
|
+
"@typescript-eslint/types": "5.59.2",
|
|
6480
|
+
"@typescript-eslint/typescript-estree": "5.59.2",
|
|
6549
6481
|
"eslint-scope": "^5.1.1",
|
|
6550
6482
|
"semver": "^7.3.7"
|
|
6551
6483
|
}
|
|
6552
6484
|
},
|
|
6553
6485
|
"@typescript-eslint/visitor-keys": {
|
|
6554
|
-
"version": "5.
|
|
6555
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.
|
|
6556
|
-
"integrity": "sha512-
|
|
6486
|
+
"version": "5.59.2",
|
|
6487
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.2.tgz",
|
|
6488
|
+
"integrity": "sha512-EEpsO8m3RASrKAHI9jpavNv9NlEUebV4qmF1OWxSTtKSFBpC1NCmWazDQHFivRf0O1DV11BA645yrLEVQ0/Lig==",
|
|
6557
6489
|
"dev": true,
|
|
6558
6490
|
"requires": {
|
|
6559
|
-
"@typescript-eslint/types": "5.
|
|
6491
|
+
"@typescript-eslint/types": "5.59.2",
|
|
6560
6492
|
"eslint-visitor-keys": "^3.3.0"
|
|
6561
6493
|
}
|
|
6562
6494
|
},
|
|
@@ -6706,22 +6638,23 @@
|
|
|
6706
6638
|
}
|
|
6707
6639
|
},
|
|
6708
6640
|
"applicationinsights": {
|
|
6709
|
-
"version": "2.
|
|
6710
|
-
"resolved": "https://registry.npmjs.org/applicationinsights/-/applicationinsights-2.
|
|
6711
|
-
"integrity": "sha512-
|
|
6641
|
+
"version": "2.6.0",
|
|
6642
|
+
"resolved": "https://registry.npmjs.org/applicationinsights/-/applicationinsights-2.6.0.tgz",
|
|
6643
|
+
"integrity": "sha512-ldeFvbocbRoMxS361lOwmLL3ltWfgNxALrttge6BrpsPMTStGzevoiqaWieIjZ/3qNmljOd+xmwaNPpBoefdmA==",
|
|
6712
6644
|
"requires": {
|
|
6713
6645
|
"@azure/core-auth": "^1.4.0",
|
|
6714
|
-
"@azure/core-rest-pipeline": "
|
|
6715
|
-
"@azure/
|
|
6646
|
+
"@azure/core-rest-pipeline": "1.10.1",
|
|
6647
|
+
"@azure/core-util": "1.2.0",
|
|
6648
|
+
"@azure/opentelemetry-instrumentation-azure-sdk": "^1.0.0-beta.3",
|
|
6716
6649
|
"@microsoft/applicationinsights-web-snippet": "^1.0.1",
|
|
6717
6650
|
"@opentelemetry/api": "^1.0.4",
|
|
6718
|
-
"@opentelemetry/core": "^1.0
|
|
6719
|
-
"@opentelemetry/sdk-trace-base": "^1.0
|
|
6720
|
-
"@opentelemetry/semantic-conventions": "^1.0
|
|
6651
|
+
"@opentelemetry/core": "^1.12.0",
|
|
6652
|
+
"@opentelemetry/sdk-trace-base": "^1.12.0",
|
|
6653
|
+
"@opentelemetry/semantic-conventions": "^1.12.0",
|
|
6721
6654
|
"cls-hooked": "^4.2.2",
|
|
6722
6655
|
"continuation-local-storage": "^3.2.1",
|
|
6723
6656
|
"diagnostic-channel": "1.1.0",
|
|
6724
|
-
"diagnostic-channel-publishers": "1.0.
|
|
6657
|
+
"diagnostic-channel-publishers": "1.0.6"
|
|
6725
6658
|
}
|
|
6726
6659
|
},
|
|
6727
6660
|
"arch": {
|
|
@@ -7226,9 +7159,9 @@
|
|
|
7226
7159
|
"integrity": "sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA=="
|
|
7227
7160
|
},
|
|
7228
7161
|
"csv-stringify": {
|
|
7229
|
-
"version": "6.3.
|
|
7230
|
-
"resolved": "https://registry.npmjs.org/csv-stringify/-/csv-stringify-6.3.
|
|
7231
|
-
"integrity": "sha512
|
|
7162
|
+
"version": "6.3.4",
|
|
7163
|
+
"resolved": "https://registry.npmjs.org/csv-stringify/-/csv-stringify-6.3.4.tgz",
|
|
7164
|
+
"integrity": "sha512-/VVkafziBS1WyiQWYQ/krnBW1lJbr0RbanP7mMrFwy9V/sG8Xk6bacMS9IjUN0x3Jpp2iowpz9Lofd/KJIZ1qA=="
|
|
7232
7165
|
},
|
|
7233
7166
|
"d3-format": {
|
|
7234
7167
|
"version": "1.4.5",
|
|
@@ -7322,9 +7255,9 @@
|
|
|
7322
7255
|
}
|
|
7323
7256
|
},
|
|
7324
7257
|
"diagnostic-channel-publishers": {
|
|
7325
|
-
"version": "1.0.
|
|
7326
|
-
"resolved": "https://registry.npmjs.org/diagnostic-channel-publishers/-/diagnostic-channel-publishers-1.0.
|
|
7327
|
-
"integrity": "sha512-
|
|
7258
|
+
"version": "1.0.6",
|
|
7259
|
+
"resolved": "https://registry.npmjs.org/diagnostic-channel-publishers/-/diagnostic-channel-publishers-1.0.6.tgz",
|
|
7260
|
+
"integrity": "sha512-RE5AP4JmEm/CV06gOyFdgWWm3gMNOoXulod2mq4ysiz9s77ZhHb1P1DGrfePHjNOmgvWglhegmj5q8DNtjRrEg==",
|
|
7328
7261
|
"requires": {}
|
|
7329
7262
|
},
|
|
7330
7263
|
"diff": {
|
|
@@ -7501,15 +7434,15 @@
|
|
|
7501
7434
|
"dev": true
|
|
7502
7435
|
},
|
|
7503
7436
|
"eslint": {
|
|
7504
|
-
"version": "8.
|
|
7505
|
-
"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.
|
|
7506
|
-
"integrity": "sha512-
|
|
7437
|
+
"version": "8.39.0",
|
|
7438
|
+
"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.39.0.tgz",
|
|
7439
|
+
"integrity": "sha512-mwiok6cy7KTW7rBpo05k6+p4YVZByLNjAZ/ACB9DRCu4YDRwjXI01tWHp6KAUWelsBetTxKK/2sHB0vdS8Z2Og==",
|
|
7507
7440
|
"dev": true,
|
|
7508
7441
|
"requires": {
|
|
7509
7442
|
"@eslint-community/eslint-utils": "^4.2.0",
|
|
7510
7443
|
"@eslint-community/regexpp": "^4.4.0",
|
|
7511
7444
|
"@eslint/eslintrc": "^2.0.2",
|
|
7512
|
-
"@eslint/js": "8.
|
|
7445
|
+
"@eslint/js": "8.39.0",
|
|
7513
7446
|
"@humanwhocodes/config-array": "^0.11.8",
|
|
7514
7447
|
"@humanwhocodes/module-importer": "^1.0.1",
|
|
7515
7448
|
"@nodelib/fs.walk": "^1.2.8",
|
|
@@ -7519,7 +7452,7 @@
|
|
|
7519
7452
|
"debug": "^4.3.2",
|
|
7520
7453
|
"doctrine": "^3.0.0",
|
|
7521
7454
|
"escape-string-regexp": "^4.0.0",
|
|
7522
|
-
"eslint-scope": "^7.
|
|
7455
|
+
"eslint-scope": "^7.2.0",
|
|
7523
7456
|
"eslint-visitor-keys": "^3.4.0",
|
|
7524
7457
|
"espree": "^9.5.1",
|
|
7525
7458
|
"esquery": "^1.4.2",
|
|
@@ -7549,9 +7482,9 @@
|
|
|
7549
7482
|
},
|
|
7550
7483
|
"dependencies": {
|
|
7551
7484
|
"eslint-scope": {
|
|
7552
|
-
"version": "7.
|
|
7553
|
-
"resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.
|
|
7554
|
-
"integrity": "sha512-
|
|
7485
|
+
"version": "7.2.0",
|
|
7486
|
+
"resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.0.tgz",
|
|
7487
|
+
"integrity": "sha512-DYj5deGlHBfMt15J7rdtyKNq/Nqlv5KfU4iodrQ019XESsRnwXH9KAE0y3cwtUHDo2ob7CypAnCqefh6vioWRw==",
|
|
7555
7488
|
"dev": true,
|
|
7556
7489
|
"requires": {
|
|
7557
7490
|
"esrecurse": "^4.3.0",
|
|
@@ -9574,9 +9507,9 @@
|
|
|
9574
9507
|
"integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg=="
|
|
9575
9508
|
},
|
|
9576
9509
|
"semver": {
|
|
9577
|
-
"version": "7.
|
|
9578
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.
|
|
9579
|
-
"integrity": "sha512
|
|
9510
|
+
"version": "7.5.0",
|
|
9511
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.5.0.tgz",
|
|
9512
|
+
"integrity": "sha512-+XC0AD/R7Q2mPSRuy2Id0+CGTZ98+8f+KvwirxOKIEyid+XSx6HbC63p+O4IndTHuX5Z+JxQ0TghCkO5Cg/2HA==",
|
|
9580
9513
|
"requires": {
|
|
9581
9514
|
"lru-cache": "^6.0.0"
|
|
9582
9515
|
},
|
|
@@ -9657,9 +9590,9 @@
|
|
|
9657
9590
|
"integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ=="
|
|
9658
9591
|
},
|
|
9659
9592
|
"sinon": {
|
|
9660
|
-
"version": "15.0.
|
|
9661
|
-
"resolved": "https://registry.npmjs.org/sinon/-/sinon-15.0.
|
|
9662
|
-
"integrity": "sha512-
|
|
9593
|
+
"version": "15.0.4",
|
|
9594
|
+
"resolved": "https://registry.npmjs.org/sinon/-/sinon-15.0.4.tgz",
|
|
9595
|
+
"integrity": "sha512-uzmfN6zx3GQaria1kwgWGeKiXSSbShBbue6Dcj0SI8fiCNFbiUDqKl57WFlY5lyhxZVUKmXvzgG2pilRQCBwWg==",
|
|
9663
9596
|
"dev": true,
|
|
9664
9597
|
"requires": {
|
|
9665
9598
|
"@sinonjs/commons": "^3.0.0",
|