@pnp/cli-microsoft365 4.0.0-beta.f87506e → 4.1.0-beta.6c0929c

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.
Files changed (74) hide show
  1. package/.devcontainer/Dockerfile +3 -3
  2. package/dist/Auth.js +25 -9
  3. package/dist/Utils.js +6 -0
  4. package/dist/cli/Cli.js +4 -4
  5. package/dist/m365/aad/commands/app/app-add.js +1 -1
  6. package/dist/m365/aad/commands/app/app-role-add.js +1 -1
  7. package/dist/m365/aad/commands/o365group/o365group-get.js +0 -4
  8. package/dist/m365/aad/commands/o365group/o365group-teamify.js +14 -4
  9. package/dist/m365/aad/commands/o365group/o365group-user-list.js +5 -24
  10. package/dist/m365/aad/commands/siteclassification/siteclassification-disable.js +2 -2
  11. package/dist/m365/aad/commands/user/user-set.js +90 -0
  12. package/dist/m365/aad/commands.js +2 -1
  13. package/dist/m365/base/SpoCommand.js +13 -0
  14. package/dist/m365/commands/login.js +12 -0
  15. package/dist/m365/file/commands/convert/convert-pdf.js +2 -2
  16. package/dist/m365/onedrive/commands/onedrive-list.js +41 -24
  17. package/dist/m365/pa/commands/pcf/pcf-init.js +1 -1
  18. package/dist/m365/pa/commands/solution/solution-init.js +1 -1
  19. package/dist/m365/planner/commands/plan/plan-get.js +116 -0
  20. package/dist/m365/planner/commands/task/task-list.js +157 -7
  21. package/dist/m365/planner/commands.js +1 -0
  22. package/dist/m365/spfx/commands/package/package-generate.js +1 -1
  23. package/dist/m365/spfx/commands/project/project-rename.js +1 -1
  24. package/dist/m365/spfx/commands/project/project-upgrade/rules/DependencyRule.js +3 -3
  25. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN006004_CFG_PS_developer.js +7 -6
  26. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN023001_GITIGNORE_release.js +3 -9
  27. package/dist/m365/spfx/commands/project/project-upgrade/{upgrade-1.13.0-beta.15.js → upgrade-1.13.0-beta.20.js} +26 -28
  28. package/dist/m365/spfx/commands/project/project-upgrade.js +3 -3
  29. package/dist/m365/spfx/commands/spfx-doctor.js +1 -1
  30. package/dist/m365/spo/commands/app/app-instance-list.js +59 -0
  31. package/dist/m365/spo/commands/file/file-add.js +1 -1
  32. package/dist/m365/spo/commands/file/file-list.js +2 -1
  33. package/dist/m365/spo/commands/group/group-user-list.js +66 -0
  34. package/dist/m365/spo/commands/listitem/listitem-get.js +5 -5
  35. package/dist/m365/spo/commands/page/Page.js +1 -1
  36. package/dist/m365/spo/commands/page/page-clientsidewebpart-add.js +3 -3
  37. package/dist/m365/spo/commands/page/page-control-get.js +9 -1
  38. package/dist/m365/spo/commands/page/page-control-list.js +10 -13
  39. package/dist/m365/spo/commands/page/page-section-add.js +1 -1
  40. package/dist/m365/spo/commands/page/page-text-add.js +2 -2
  41. package/dist/m365/spo/commands/site/site-apppermission-remove.js +162 -0
  42. package/dist/m365/spo/commands/site/site-classic-list.js +41 -24
  43. package/dist/m365/spo/commands/site/site-list.js +44 -28
  44. package/dist/m365/spo/commands/sitedesign/sitedesign-set.js +7 -0
  45. package/dist/m365/spo/commands/spo-search.js +3 -3
  46. package/dist/m365/spo/commands/term/term-add.js +1 -1
  47. package/dist/m365/spo/commands/term/term-group-add.js +1 -1
  48. package/dist/m365/spo/commands/term/term-set-add.js +1 -1
  49. package/dist/m365/spo/commands/theme/theme-list.js +1 -1
  50. package/dist/m365/spo/commands.js +3 -0
  51. package/dist/m365/teams/commands/channel/channel-list.js +5 -4
  52. package/dist/m365/teams/commands/conversationmember/conversationmember-add.js +9 -8
  53. package/dist/m365/teams/commands/conversationmember/conversationmember-list.js +20 -22
  54. package/dist/m365/teams/commands/team/team-get.js +91 -0
  55. package/dist/m365/teams/commands/team/team-list.js +6 -4
  56. package/dist/m365/teams/commands/user/user-list.js +5 -24
  57. package/dist/m365/viva/commands/connections/connections-app-create.js +1 -1
  58. package/docs/docs/cmd/aad/o365group/o365group-teamify.md +0 -5
  59. package/docs/docs/cmd/aad/o365group/o365group-user-list.md +2 -17
  60. package/docs/docs/cmd/aad/siteclassification/siteclassification-disable.md +0 -5
  61. package/docs/docs/cmd/aad/user/user-set.md +60 -0
  62. package/docs/docs/cmd/login.md +11 -2
  63. package/docs/docs/cmd/planner/plan/plan-get.md +45 -0
  64. package/docs/docs/cmd/planner/task/task-list.md +49 -1
  65. package/docs/docs/cmd/spfx/project/project-upgrade.md +1 -1
  66. package/docs/docs/cmd/spo/app/app-instance-list.md +24 -0
  67. package/docs/docs/cmd/spo/group/group-user-list.md +36 -0
  68. package/docs/docs/cmd/spo/listitem/listitem-get.md +3 -3
  69. package/docs/docs/cmd/spo/site/site-apppermission-remove.md +48 -0
  70. package/docs/docs/cmd/spo/sitedesign/sitedesign-set.md +3 -0
  71. package/docs/docs/cmd/teams/team/team-get.md +33 -0
  72. package/docs/docs/cmd/teams/user/user-list.md +2 -23
  73. package/npm-shrinkwrap.json +432 -333
  74. package/package.json +22 -20
@@ -1,21 +1,21 @@
1
1
  {
2
2
  "name": "@pnp/cli-microsoft365",
3
- "version": "4.0.0",
3
+ "version": "4.1.0",
4
4
  "lockfileVersion": 2,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@pnp/cli-microsoft365",
9
- "version": "4.0.0",
9
+ "version": "4.1.0",
10
10
  "license": "MIT",
11
11
  "dependencies": {
12
- "@azure/msal-node": "^1.2.0",
13
- "adaptive-expressions": "^4.14.0",
12
+ "@azure/msal-node": "^1.3.0",
13
+ "adaptive-expressions": "^4.14.1",
14
14
  "adaptivecards-templating": "^2.1.0",
15
15
  "adm-zip": "^0.5.5",
16
- "applicationinsights": "^2.1.4",
17
- "axios": "^0.21.1",
18
- "chalk": "^4.1.1",
16
+ "applicationinsights": "^2.1.6",
17
+ "axios": "^0.21.3",
18
+ "chalk": "^4.1.2",
19
19
  "easy-table": "^1.1.1",
20
20
  "inquirer": "^8.1.2",
21
21
  "jmespath": "^0.15.0",
@@ -27,7 +27,7 @@
27
27
  "open": "^8.2.1",
28
28
  "semver": "^7.3.4",
29
29
  "strip-json-comments": "^3.1.1",
30
- "typescript": "^4.3.5",
30
+ "typescript": "^4.4.2",
31
31
  "update-notifier": "^5.1.0",
32
32
  "uuid": "^8.3.2",
33
33
  "xmldom": "^0.6.0"
@@ -38,34 +38,34 @@
38
38
  "microsoft365": "dist/index.js"
39
39
  },
40
40
  "devDependencies": {
41
- "@microsoft/microsoft-graph-types": "^2.0.0",
41
+ "@microsoft/microsoft-graph-types": "^2.5.0",
42
42
  "@types/adm-zip": "^0.4.34",
43
43
  "@types/easy-table": "^0.0.33",
44
44
  "@types/inquirer": "^7.3.3",
45
45
  "@types/jmespath": "^0.15.0",
46
46
  "@types/json-to-ast": "^2.1.2",
47
47
  "@types/minimist": "^1.2.2",
48
- "@types/mocha": "^8.2.3",
49
- "@types/node": "^14.17.5",
50
- "@types/node-forge": "^0.9.10",
51
- "@types/semver": "^7.3.7",
48
+ "@types/mocha": "^9.0.0",
49
+ "@types/node": "^14.17.14",
50
+ "@types/node-forge": "^0.10.3",
51
+ "@types/semver": "^7.3.8",
52
52
  "@types/sinon": "^10.0.2",
53
- "@types/update-notifier": "^5.0.1",
53
+ "@types/update-notifier": "^5.1.0",
54
54
  "@types/uuid": "^8.3.1",
55
55
  "@types/xmldom": "^0.1.31",
56
- "@typescript-eslint/eslint-plugin": "^4.28.3",
57
- "@typescript-eslint/parser": "^4.28.3",
58
- "c8": "^7.7.3",
56
+ "@typescript-eslint/eslint-plugin": "^4.30.0",
57
+ "@typescript-eslint/parser": "^4.30.0",
58
+ "c8": "^7.8.0",
59
59
  "coveralls": "^3.1.1",
60
- "eslint": "^7.31.0",
60
+ "eslint": "^7.32.0",
61
61
  "eslint-config-standard": "^16.0.3",
62
62
  "eslint-plugin-cli-microsoft365": "file:eslint-rules",
63
- "eslint-plugin-import": "^2.23.4",
63
+ "eslint-plugin-import": "^2.24.2",
64
64
  "eslint-plugin-node": "^11.1.0",
65
65
  "eslint-plugin-promise": "^5.1.0",
66
- "mocha": "^9.0.2",
66
+ "mocha": "^9.1.1",
67
67
  "rimraf": "^3.0.2",
68
- "sinon": "^11.1.1"
68
+ "sinon": "^11.1.2"
69
69
  }
70
70
  },
71
71
  "eslint-rules": {
@@ -188,9 +188,9 @@
188
188
  "integrity": "sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg=="
189
189
  },
190
190
  "node_modules/@azure/msal-common": {
191
- "version": "4.4.0",
192
- "resolved": "https://registry.npmjs.org/@azure/msal-common/-/msal-common-4.4.0.tgz",
193
- "integrity": "sha512-Qrs33Ctt2KM7NxArFPIUKc8UbIcm7zYxJFdJeQ9k7HKBhVk3e88CUz1Mw33cS/Jr+YA1H02OAzHg++bJ+4SFyQ==",
191
+ "version": "4.5.1",
192
+ "resolved": "https://registry.npmjs.org/@azure/msal-common/-/msal-common-4.5.1.tgz",
193
+ "integrity": "sha512-/i5dXM+QAtO+6atYd5oHGBAx48EGSISkXNXViheliOQe+SIFMDo3gSq3lL54W0suOSAsVPws3XnTaIHlla0PIQ==",
194
194
  "dependencies": {
195
195
  "debug": "^4.1.1"
196
196
  },
@@ -199,11 +199,11 @@
199
199
  }
200
200
  },
201
201
  "node_modules/@azure/msal-node": {
202
- "version": "1.2.0",
203
- "resolved": "https://registry.npmjs.org/@azure/msal-node/-/msal-node-1.2.0.tgz",
204
- "integrity": "sha512-79o5n483vslc7Qegh9+0BsxODRmlk6YYjVdl9jvwmAuF+i+oylq57e7RVhTVocKCbLCIMOKARI14JyKdDbW0WA==",
202
+ "version": "1.3.0",
203
+ "resolved": "https://registry.npmjs.org/@azure/msal-node/-/msal-node-1.3.0.tgz",
204
+ "integrity": "sha512-BM5S5sMB6N0aPux4l85NnRNO/5/G+w3oT+JtLbMDBsc/aUxLVYoWMmxVECrYzlQRm5QZzFWRo04Rv5AnAF7z2g==",
205
205
  "dependencies": {
206
- "@azure/msal-common": "^4.4.0",
206
+ "@azure/msal-common": "^4.5.0",
207
207
  "axios": "^0.21.1",
208
208
  "jsonwebtoken": "^8.5.1",
209
209
  "uuid": "^8.3.0"
@@ -356,9 +356,9 @@
356
356
  }
357
357
  },
358
358
  "node_modules/@microsoft/microsoft-graph-types": {
359
- "version": "2.0.0",
360
- "resolved": "https://registry.npmjs.org/@microsoft/microsoft-graph-types/-/microsoft-graph-types-2.0.0.tgz",
361
- "integrity": "sha512-NswySlDaFFblnHbqPn7YcR0ZAdRo1Lruq6CU5+IGt85naJ02Pq9fPvT3ksXgqGYVz56e5c1BAYqHINQTag1CFQ==",
359
+ "version": "2.5.0",
360
+ "resolved": "https://registry.npmjs.org/@microsoft/microsoft-graph-types/-/microsoft-graph-types-2.5.0.tgz",
361
+ "integrity": "sha512-xHrqyh1M0lWi5tXjb/8P1uVF6wDr3Jl4OvI3+i0DlOnZmbEFCq+BTtSTZ+O0o42m/1RLQ9oSR1aVhkVWVLo+pA==",
362
362
  "dev": true
363
363
  },
364
364
  "node_modules/@microsoft/recognizers-text-data-types-timex-expression": {
@@ -575,9 +575,9 @@
575
575
  "dev": true
576
576
  },
577
577
  "node_modules/@types/json-schema": {
578
- "version": "7.0.8",
579
- "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.8.tgz",
580
- "integrity": "sha512-YSBPTLTVm2e2OoQIDYx8HaeWJ5tTToLH67kXR7zYNGupXMEHa2++G8k+DczX2cFVgalypqtyZIcU19AFcmOpmg==",
578
+ "version": "7.0.9",
579
+ "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.9.tgz",
580
+ "integrity": "sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ==",
581
581
  "dev": true
582
582
  },
583
583
  "node_modules/@types/json-to-ast": {
@@ -617,15 +617,15 @@
617
617
  "dev": true
618
618
  },
619
619
  "node_modules/@types/mocha": {
620
- "version": "8.2.3",
621
- "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-8.2.3.tgz",
622
- "integrity": "sha512-ekGvFhFgrc2zYQoX4JeZPmVzZxw6Dtllga7iGHzfbYIYkAMUx/sAFP2GdFpLff+vdHXu5fl7WX9AT+TtqYcsyw==",
620
+ "version": "9.0.0",
621
+ "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-9.0.0.tgz",
622
+ "integrity": "sha512-scN0hAWyLVAvLR9AyW7HoFF5sJZglyBsbPuHO4fv7JRvfmPBMfp1ozWqOf/e4wwPNxezBZXRfWzMb6iFLgEVRA==",
623
623
  "dev": true
624
624
  },
625
625
  "node_modules/@types/node": {
626
- "version": "14.17.5",
627
- "resolved": "https://registry.npmjs.org/@types/node/-/node-14.17.5.tgz",
628
- "integrity": "sha512-bjqH2cX/O33jXT/UmReo2pM7DIJREPMnarixbQ57DOOzzFaI6D2+IcwaJQaJpv0M1E9TIhPCYVxrkcityLjlqA=="
626
+ "version": "14.17.14",
627
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-14.17.14.tgz",
628
+ "integrity": "sha512-rsAj2u8Xkqfc332iXV12SqIsjVi07H479bOP4q94NAcjzmAvapumEhuVIt53koEf7JFrpjgNKjBga5Pnn/GL8A=="
629
629
  },
630
630
  "node_modules/@types/node-fetch": {
631
631
  "version": "2.5.11",
@@ -650,18 +650,18 @@
650
650
  }
651
651
  },
652
652
  "node_modules/@types/node-forge": {
653
- "version": "0.9.10",
654
- "resolved": "https://registry.npmjs.org/@types/node-forge/-/node-forge-0.9.10.tgz",
655
- "integrity": "sha512-+BbPlhZeYs/WETWftQi2LeRx9VviWSwawNo+Pid5qNrSZHb60loYjpph3OrbwXMMseadu9rE9NeK34r4BHT+QQ==",
653
+ "version": "0.10.3",
654
+ "resolved": "https://registry.npmjs.org/@types/node-forge/-/node-forge-0.10.3.tgz",
655
+ "integrity": "sha512-zgyZap9yq+mmonmFsuozDOVl5WGx3Uk9zYbueWgudIL7tbj1AL/8o47LplmCtuUAJfVUZ4l9l/DWDjcVUxi8Zw==",
656
656
  "dev": true,
657
657
  "dependencies": {
658
658
  "@types/node": "*"
659
659
  }
660
660
  },
661
661
  "node_modules/@types/semver": {
662
- "version": "7.3.7",
663
- "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.3.7.tgz",
664
- "integrity": "sha512-4g1jrL98mdOIwSOUh6LTlB0Cs9I0dQPwINUhBg7C6pN4HLr8GS8xsksJxilW6S6dQHVi2K/o+lQuQcg7LroCnw==",
662
+ "version": "7.3.8",
663
+ "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.3.8.tgz",
664
+ "integrity": "sha512-D/2EJvAlCEtYFEYmmlGwbGXuK886HzyCc3nZX/tkFTQdEU8jZDAgiv08P162yB17y4ZXZoq7yFAnW4GDBb9Now==",
665
665
  "dev": true
666
666
  },
667
667
  "node_modules/@types/sinon": {
@@ -691,9 +691,9 @@
691
691
  }
692
692
  },
693
693
  "node_modules/@types/update-notifier": {
694
- "version": "5.0.1",
695
- "resolved": "https://registry.npmjs.org/@types/update-notifier/-/update-notifier-5.0.1.tgz",
696
- "integrity": "sha512-MCYeVOuxNyaXez3r6R93uFwOOJ8EhqFpconkNN3uGzXBJgGhO87PQir61hU+IdMs7gor440UYm7nuJvcPaIooA==",
694
+ "version": "5.1.0",
695
+ "resolved": "https://registry.npmjs.org/@types/update-notifier/-/update-notifier-5.1.0.tgz",
696
+ "integrity": "sha512-aGY5pH1Q/DcToKXl4MCj1c0uDUB+zSVFDRCI7Q7js5sguzBTqJV/5kJA2awofbtWYF3xnon1TYdZYnFditRPtQ==",
697
697
  "dev": true,
698
698
  "dependencies": {
699
699
  "@types/configstore": "*",
@@ -712,13 +712,13 @@
712
712
  "integrity": "sha512-bVy7s0nvaR5D1mT1a8ZkByHWNOGb6Vn4yi5TWhEdmyKlAG+08SA7Md6+jH+tYmMLueAwNeWvHHpeKrr6S4c4BA=="
713
713
  },
714
714
  "node_modules/@typescript-eslint/eslint-plugin": {
715
- "version": "4.28.3",
716
- "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.28.3.tgz",
717
- "integrity": "sha512-jW8sEFu1ZeaV8xzwsfi6Vgtty2jf7/lJmQmDkDruBjYAbx5DA8JtbcMnP0rNPUG+oH5GoQBTSp+9613BzuIpYg==",
715
+ "version": "4.30.0",
716
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.30.0.tgz",
717
+ "integrity": "sha512-NgAnqk55RQ/SD+tZFD9aPwNSeHmDHHe5rtUyhIq0ZeCWZEvo4DK9rYz7v9HDuQZFvn320Ot+AikaCKMFKLlD0g==",
718
718
  "dev": true,
719
719
  "dependencies": {
720
- "@typescript-eslint/experimental-utils": "4.28.3",
721
- "@typescript-eslint/scope-manager": "4.28.3",
720
+ "@typescript-eslint/experimental-utils": "4.30.0",
721
+ "@typescript-eslint/scope-manager": "4.30.0",
722
722
  "debug": "^4.3.1",
723
723
  "functional-red-black-tree": "^1.0.1",
724
724
  "regexpp": "^3.1.0",
@@ -743,15 +743,15 @@
743
743
  }
744
744
  },
745
745
  "node_modules/@typescript-eslint/experimental-utils": {
746
- "version": "4.28.3",
747
- "resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-4.28.3.tgz",
748
- "integrity": "sha512-zZYl9TnrxwEPi3FbyeX0ZnE8Hp7j3OCR+ELoUfbwGHGxWnHg9+OqSmkw2MoCVpZksPCZYpQzC559Ee9pJNHTQw==",
746
+ "version": "4.30.0",
747
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-4.30.0.tgz",
748
+ "integrity": "sha512-K8RNIX9GnBsv5v4TjtwkKtqMSzYpjqAQg/oSphtxf3xxdt6T0owqnpojztjjTcatSteH3hLj3t/kklKx87NPqw==",
749
749
  "dev": true,
750
750
  "dependencies": {
751
751
  "@types/json-schema": "^7.0.7",
752
- "@typescript-eslint/scope-manager": "4.28.3",
753
- "@typescript-eslint/types": "4.28.3",
754
- "@typescript-eslint/typescript-estree": "4.28.3",
752
+ "@typescript-eslint/scope-manager": "4.30.0",
753
+ "@typescript-eslint/types": "4.30.0",
754
+ "@typescript-eslint/typescript-estree": "4.30.0",
755
755
  "eslint-scope": "^5.1.1",
756
756
  "eslint-utils": "^3.0.0"
757
757
  },
@@ -785,14 +785,14 @@
785
785
  }
786
786
  },
787
787
  "node_modules/@typescript-eslint/parser": {
788
- "version": "4.28.3",
789
- "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-4.28.3.tgz",
790
- "integrity": "sha512-ZyWEn34bJexn/JNYvLQab0Mo5e+qqQNhknxmc8azgNd4XqspVYR5oHq9O11fLwdZMRcj4by15ghSlIEq+H5ltQ==",
788
+ "version": "4.30.0",
789
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-4.30.0.tgz",
790
+ "integrity": "sha512-HJ0XuluSZSxeboLU7Q2VQ6eLlCwXPBOGnA7CqgBnz2Db3JRQYyBDJgQnop6TZ+rsbSx5gEdWhw4rE4mDa1FnZg==",
791
791
  "dev": true,
792
792
  "dependencies": {
793
- "@typescript-eslint/scope-manager": "4.28.3",
794
- "@typescript-eslint/types": "4.28.3",
795
- "@typescript-eslint/typescript-estree": "4.28.3",
793
+ "@typescript-eslint/scope-manager": "4.30.0",
794
+ "@typescript-eslint/types": "4.30.0",
795
+ "@typescript-eslint/typescript-estree": "4.30.0",
796
796
  "debug": "^4.3.1"
797
797
  },
798
798
  "engines": {
@@ -812,13 +812,13 @@
812
812
  }
813
813
  },
814
814
  "node_modules/@typescript-eslint/scope-manager": {
815
- "version": "4.28.3",
816
- "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-4.28.3.tgz",
817
- "integrity": "sha512-/8lMisZ5NGIzGtJB+QizQ5eX4Xd8uxedFfMBXOKuJGP0oaBBVEMbJVddQKDXyyB0bPlmt8i6bHV89KbwOelJiQ==",
815
+ "version": "4.30.0",
816
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-4.30.0.tgz",
817
+ "integrity": "sha512-VJ/jAXovxNh7rIXCQbYhkyV2Y3Ac/0cVHP/FruTJSAUUm4Oacmn/nkN5zfWmWFEanN4ggP0vJSHOeajtHq3f8A==",
818
818
  "dev": true,
819
819
  "dependencies": {
820
- "@typescript-eslint/types": "4.28.3",
821
- "@typescript-eslint/visitor-keys": "4.28.3"
820
+ "@typescript-eslint/types": "4.30.0",
821
+ "@typescript-eslint/visitor-keys": "4.30.0"
822
822
  },
823
823
  "engines": {
824
824
  "node": "^8.10.0 || ^10.13.0 || >=11.10.1"
@@ -829,9 +829,9 @@
829
829
  }
830
830
  },
831
831
  "node_modules/@typescript-eslint/types": {
832
- "version": "4.28.3",
833
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-4.28.3.tgz",
834
- "integrity": "sha512-kQFaEsQBQVtA9VGVyciyTbIg7S3WoKHNuOp/UF5RG40900KtGqfoiETWD/v0lzRXc+euVE9NXmfer9dLkUJrkA==",
832
+ "version": "4.30.0",
833
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-4.30.0.tgz",
834
+ "integrity": "sha512-YKldqbNU9K4WpTNwBqtAerQKLLW/X2A/j4yw92e3ZJYLx+BpKLeheyzoPfzIXHfM8BXfoleTdiYwpsvVPvHrDw==",
835
835
  "dev": true,
836
836
  "engines": {
837
837
  "node": "^8.10.0 || ^10.13.0 || >=11.10.1"
@@ -842,13 +842,13 @@
842
842
  }
843
843
  },
844
844
  "node_modules/@typescript-eslint/typescript-estree": {
845
- "version": "4.28.3",
846
- "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-4.28.3.tgz",
847
- "integrity": "sha512-YAb1JED41kJsqCQt1NcnX5ZdTA93vKFCMP4lQYG6CFxd0VzDJcKttRlMrlG+1qiWAw8+zowmHU1H0OzjWJzR2w==",
845
+ "version": "4.30.0",
846
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-4.30.0.tgz",
847
+ "integrity": "sha512-6WN7UFYvykr/U0Qgy4kz48iGPWILvYL34xXJxvDQeiRE018B7POspNRVtAZscWntEPZpFCx4hcz/XBT+erenfg==",
848
848
  "dev": true,
849
849
  "dependencies": {
850
- "@typescript-eslint/types": "4.28.3",
851
- "@typescript-eslint/visitor-keys": "4.28.3",
850
+ "@typescript-eslint/types": "4.30.0",
851
+ "@typescript-eslint/visitor-keys": "4.30.0",
852
852
  "debug": "^4.3.1",
853
853
  "globby": "^11.0.3",
854
854
  "is-glob": "^4.0.1",
@@ -869,12 +869,12 @@
869
869
  }
870
870
  },
871
871
  "node_modules/@typescript-eslint/visitor-keys": {
872
- "version": "4.28.3",
873
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-4.28.3.tgz",
874
- "integrity": "sha512-ri1OzcLnk1HH4gORmr1dllxDzzrN6goUIz/P4MHFV0YZJDCADPR3RvYNp0PW2SetKTThar6wlbFTL00hV2Q+fg==",
872
+ "version": "4.30.0",
873
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-4.30.0.tgz",
874
+ "integrity": "sha512-pNaaxDt/Ol/+JZwzP7MqWc8PJQTUhZwoee/PVlQ+iYoYhagccvoHnC9e4l+C/krQYYkENxznhVSDwClIbZVxRw==",
875
875
  "dev": true,
876
876
  "dependencies": {
877
- "@typescript-eslint/types": "4.28.3",
877
+ "@typescript-eslint/types": "4.30.0",
878
878
  "eslint-visitor-keys": "^2.0.0"
879
879
  },
880
880
  "engines": {
@@ -934,9 +934,9 @@
934
934
  }
935
935
  },
936
936
  "node_modules/adaptive-expressions": {
937
- "version": "4.14.0",
938
- "resolved": "https://registry.npmjs.org/adaptive-expressions/-/adaptive-expressions-4.14.0.tgz",
939
- "integrity": "sha512-8wGZvVcbrzZTKBNijlO+nTzcYyS0p6F0DhOTtOeS9+mRVSZFe18vnAfpPbsKtaCQWQTv5Sm5np+u+VOnHcBtSA==",
937
+ "version": "4.14.1",
938
+ "resolved": "https://registry.npmjs.org/adaptive-expressions/-/adaptive-expressions-4.14.1.tgz",
939
+ "integrity": "sha512-25ewH/b/ogMWw3yGjH40iNrLmvfYAoabS1hGb/GLimOVNOLgiUjuc2vtG3fJmJRqbpQNElrFbfk8NTuGuOBRVw==",
940
940
  "dependencies": {
941
941
  "@microsoft/recognizers-text-data-types-timex-expression": "1.3.0",
942
942
  "@types/atob-lite": "^2.0.0",
@@ -1111,17 +1111,18 @@
1111
1111
  }
1112
1112
  },
1113
1113
  "node_modules/applicationinsights": {
1114
- "version": "2.1.4",
1115
- "resolved": "https://registry.npmjs.org/applicationinsights/-/applicationinsights-2.1.4.tgz",
1116
- "integrity": "sha512-5cMAyW7jwHvdrKk4KU9VD6GR4o5D458KbdmAKKRp9SP9UNuY4pQHJoX60EmE14IlCXbIJd9CWUPhF4xQpCcwoQ==",
1114
+ "version": "2.1.6",
1115
+ "resolved": "https://registry.npmjs.org/applicationinsights/-/applicationinsights-2.1.6.tgz",
1116
+ "integrity": "sha512-iXdWfHMAdPADCSJjjAiP+eoIga6LLTQ6CgoqXg0BRAiZTqWS28CiFGB1CSNHlmfpb5d4wIXkTA9Vj4OdAAP+FQ==",
1117
1117
  "dependencies": {
1118
1118
  "@azure/core-http": "^2.0.0",
1119
1119
  "@opentelemetry/api": "^1.0.0",
1120
+ "@opentelemetry/semantic-conventions": "^0.23.0",
1120
1121
  "@opentelemetry/tracing": "^0.23.0",
1121
1122
  "cls-hooked": "^4.2.2",
1122
1123
  "continuation-local-storage": "^3.2.1",
1123
1124
  "diagnostic-channel": "1.0.0",
1124
- "diagnostic-channel-publishers": "1.0.1"
1125
+ "diagnostic-channel-publishers": "1.0.3"
1125
1126
  },
1126
1127
  "engines": {
1127
1128
  "node": ">=8.0.0"
@@ -1255,11 +1256,11 @@
1255
1256
  "integrity": "sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA=="
1256
1257
  },
1257
1258
  "node_modules/axios": {
1258
- "version": "0.21.1",
1259
- "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.1.tgz",
1260
- "integrity": "sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==",
1259
+ "version": "0.21.3",
1260
+ "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.3.tgz",
1261
+ "integrity": "sha512-JtoZ3Ndke/+Iwt5n+BgSli/3idTvpt5OjKyoCmz4LX5+lPiY5l7C1colYezhlxThjNa/NhngCUWZSZFypIFuaA==",
1261
1262
  "dependencies": {
1262
- "follow-redirects": "^1.10.0"
1263
+ "follow-redirects": "^1.14.0"
1263
1264
  }
1264
1265
  },
1265
1266
  "node_modules/balanced-match": {
@@ -1421,9 +1422,9 @@
1421
1422
  "integrity": "sha1-+OcRMvf/5uAaXJaXpMbz5I1cyBk="
1422
1423
  },
1423
1424
  "node_modules/c8": {
1424
- "version": "7.7.3",
1425
- "resolved": "https://registry.npmjs.org/c8/-/c8-7.7.3.tgz",
1426
- "integrity": "sha512-ZyA7n3w8i4ETV25tVYMHwJxCSnaOf/LfA8vOcuZOPbonuQfD7tBT/gMWZy7eczRpCDuHcvMXwoqAemg6R0p3+A==",
1425
+ "version": "7.8.0",
1426
+ "resolved": "https://registry.npmjs.org/c8/-/c8-7.8.0.tgz",
1427
+ "integrity": "sha512-x2Bx+IIEd608B1LmjiNQ/kizRPkCWo5XzuV57J9afPjAHSnYXALwbCSOkQ7cSaNXBNblfqcvdycj+klmL+j6yA==",
1427
1428
  "dev": true,
1428
1429
  "dependencies": {
1429
1430
  "@bcoe/v8-coverage": "^0.2.3",
@@ -1516,9 +1517,9 @@
1516
1517
  "integrity": "sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw="
1517
1518
  },
1518
1519
  "node_modules/chalk": {
1519
- "version": "4.1.1",
1520
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.1.tgz",
1521
- "integrity": "sha512-diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg==",
1520
+ "version": "4.1.2",
1521
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
1522
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
1522
1523
  "dependencies": {
1523
1524
  "ansi-styles": "^4.1.0",
1524
1525
  "supports-color": "^7.1.0"
@@ -1928,9 +1929,9 @@
1928
1929
  }
1929
1930
  },
1930
1931
  "node_modules/diagnostic-channel-publishers": {
1931
- "version": "1.0.1",
1932
- "resolved": "https://registry.npmjs.org/diagnostic-channel-publishers/-/diagnostic-channel-publishers-1.0.1.tgz",
1933
- "integrity": "sha512-9D6XicU15MLXVtYEaBc3q1Di/4ciUFMULApfBc8/RUUwBk7g16t7/aFKZF4Kt4B3aFBtCbsTYJRAMKCSFaYWDA==",
1932
+ "version": "1.0.3",
1933
+ "resolved": "https://registry.npmjs.org/diagnostic-channel-publishers/-/diagnostic-channel-publishers-1.0.3.tgz",
1934
+ "integrity": "sha512-RJJA1QYDHVJUpV3HYQx0TLFZLlqxRL1H5Z0Z8ywIiEHDunT9UMJKwcnWkKa/I0z3kwozg3PKfaNJP9OkIeqN2Q==",
1934
1935
  "peerDependencies": {
1935
1936
  "diagnostic-channel": "*"
1936
1937
  }
@@ -2082,9 +2083,9 @@
2082
2083
  }
2083
2084
  },
2084
2085
  "node_modules/es-abstract": {
2085
- "version": "1.18.0",
2086
- "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.18.0.tgz",
2087
- "integrity": "sha512-LJzK7MrQa8TS0ja2w3YNLzUgJCGPdPOV1yVvezjNnS89D+VR08+Szt2mz3YB2Dck/+w5tfIq/RoUAFqJJGM2yw==",
2086
+ "version": "1.18.5",
2087
+ "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.18.5.tgz",
2088
+ "integrity": "sha512-DDggyJLoS91CkJjgauM5c0yZMjiD1uK3KcaCeAmffGwZ+ODWzOkPN4QwRbsK5DOFf06fywmyLci3ZD8jLGhVYA==",
2088
2089
  "dev": true,
2089
2090
  "dependencies": {
2090
2091
  "call-bind": "^1.0.2",
@@ -2093,19 +2094,23 @@
2093
2094
  "get-intrinsic": "^1.1.1",
2094
2095
  "has": "^1.0.3",
2095
2096
  "has-symbols": "^1.0.2",
2097
+ "internal-slot": "^1.0.3",
2096
2098
  "is-callable": "^1.2.3",
2097
2099
  "is-negative-zero": "^2.0.1",
2098
- "is-regex": "^1.1.2",
2099
- "is-string": "^1.0.5",
2100
- "object-inspect": "^1.9.0",
2100
+ "is-regex": "^1.1.3",
2101
+ "is-string": "^1.0.6",
2102
+ "object-inspect": "^1.11.0",
2101
2103
  "object-keys": "^1.1.1",
2102
2104
  "object.assign": "^4.1.2",
2103
2105
  "string.prototype.trimend": "^1.0.4",
2104
2106
  "string.prototype.trimstart": "^1.0.4",
2105
- "unbox-primitive": "^1.0.0"
2107
+ "unbox-primitive": "^1.0.1"
2106
2108
  },
2107
2109
  "engines": {
2108
2110
  "node": ">= 0.4"
2111
+ },
2112
+ "funding": {
2113
+ "url": "https://github.com/sponsors/ljharb"
2109
2114
  }
2110
2115
  },
2111
2116
  "node_modules/es-to-primitive": {
@@ -2224,9 +2229,9 @@
2224
2229
  }
2225
2230
  },
2226
2231
  "node_modules/eslint": {
2227
- "version": "7.31.0",
2228
- "resolved": "https://registry.npmjs.org/eslint/-/eslint-7.31.0.tgz",
2229
- "integrity": "sha512-vafgJpSh2ia8tnTkNUkwxGmnumgckLh5aAbLa1xRmIn9+owi8qBNGKL+B881kNKNTy7FFqTEkpNkUvmw0n6PkA==",
2232
+ "version": "7.32.0",
2233
+ "resolved": "https://registry.npmjs.org/eslint/-/eslint-7.32.0.tgz",
2234
+ "integrity": "sha512-VHZ8gX+EDfz+97jGcgyGCyRia/dPOd6Xh9yPv8Bl1+SoaIwD+a/vlrOmGRUyOYu7MwUhc7CxqeaDZU13S4+EpA==",
2230
2235
  "dev": true,
2231
2236
  "dependencies": {
2232
2237
  "@babel/code-frame": "7.12.11",
@@ -2307,34 +2312,28 @@
2307
2312
  }
2308
2313
  },
2309
2314
  "node_modules/eslint-import-resolver-node": {
2310
- "version": "0.3.4",
2311
- "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.4.tgz",
2312
- "integrity": "sha512-ogtf+5AB/O+nM6DIeBUNr2fuT7ot9Qg/1harBfBtaP13ekEWFQEEMP94BCB7zaNW3gyY+8SHYF00rnqYwXKWOA==",
2315
+ "version": "0.3.6",
2316
+ "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.6.tgz",
2317
+ "integrity": "sha512-0En0w03NRVMn9Uiyn8YRPDKvWjxCWkslUEhGNTdGx15RvPJYQ+lbOlqrlNI2vEAs4pDYK4f/HN2TbDmk5TP0iw==",
2313
2318
  "dev": true,
2314
2319
  "dependencies": {
2315
- "debug": "^2.6.9",
2316
- "resolve": "^1.13.1"
2320
+ "debug": "^3.2.7",
2321
+ "resolve": "^1.20.0"
2317
2322
  }
2318
2323
  },
2319
2324
  "node_modules/eslint-import-resolver-node/node_modules/debug": {
2320
- "version": "2.6.9",
2321
- "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
2322
- "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
2325
+ "version": "3.2.7",
2326
+ "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
2327
+ "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
2323
2328
  "dev": true,
2324
2329
  "dependencies": {
2325
- "ms": "2.0.0"
2330
+ "ms": "^2.1.1"
2326
2331
  }
2327
2332
  },
2328
- "node_modules/eslint-import-resolver-node/node_modules/ms": {
2329
- "version": "2.0.0",
2330
- "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
2331
- "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=",
2332
- "dev": true
2333
- },
2334
2333
  "node_modules/eslint-module-utils": {
2335
- "version": "2.6.1",
2336
- "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.6.1.tgz",
2337
- "integrity": "sha512-ZXI9B8cxAJIH4nfkhTwcRTEAnrVfobYqwjWy/QMCZ8rHkZHFjf9yO4BzpiF9kCSfNlMG54eKigISHpX0+AaT4A==",
2334
+ "version": "2.6.2",
2335
+ "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.6.2.tgz",
2336
+ "integrity": "sha512-QG8pcgThYOuqxupd06oYTZoNOGaUdTY1PqK+oS6ElF6vs4pBdk/aYxFVQQXzcrAqp9m7cl7lb2ubazX+g16k2Q==",
2338
2337
  "dev": true,
2339
2338
  "dependencies": {
2340
2339
  "debug": "^3.2.7",
@@ -2371,26 +2370,26 @@
2371
2370
  }
2372
2371
  },
2373
2372
  "node_modules/eslint-plugin-import": {
2374
- "version": "2.23.4",
2375
- "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.23.4.tgz",
2376
- "integrity": "sha512-6/wP8zZRsnQFiR3iaPFgh5ImVRM1WN5NUWfTIRqwOdeiGJlBcSk82o1FEVq8yXmy4lkIzTo7YhHCIxlU/2HyEQ==",
2373
+ "version": "2.24.2",
2374
+ "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.24.2.tgz",
2375
+ "integrity": "sha512-hNVtyhiEtZmpsabL4neEj+6M5DCLgpYyG9nzJY8lZQeQXEn5UPW1DpUdsMHMXsq98dbNm7nt1w9ZMSVpfJdi8Q==",
2377
2376
  "dev": true,
2378
2377
  "dependencies": {
2379
2378
  "array-includes": "^3.1.3",
2380
2379
  "array.prototype.flat": "^1.2.4",
2381
2380
  "debug": "^2.6.9",
2382
2381
  "doctrine": "^2.1.0",
2383
- "eslint-import-resolver-node": "^0.3.4",
2384
- "eslint-module-utils": "^2.6.1",
2382
+ "eslint-import-resolver-node": "^0.3.6",
2383
+ "eslint-module-utils": "^2.6.2",
2385
2384
  "find-up": "^2.0.0",
2386
2385
  "has": "^1.0.3",
2387
- "is-core-module": "^2.4.0",
2386
+ "is-core-module": "^2.6.0",
2388
2387
  "minimatch": "^3.0.4",
2389
- "object.values": "^1.1.3",
2388
+ "object.values": "^1.1.4",
2390
2389
  "pkg-up": "^2.0.0",
2391
2390
  "read-pkg-up": "^3.0.0",
2392
2391
  "resolve": "^1.20.0",
2393
- "tsconfig-paths": "^3.9.0"
2392
+ "tsconfig-paths": "^3.11.0"
2394
2393
  },
2395
2394
  "engines": {
2396
2395
  "node": ">=4"
@@ -2738,9 +2737,9 @@
2738
2737
  "integrity": "sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc="
2739
2738
  },
2740
2739
  "node_modules/fastq": {
2741
- "version": "1.11.1",
2742
- "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.11.1.tgz",
2743
- "integrity": "sha512-HOnr8Mc60eNYl1gzwp6r5RoUyAn5/glBolUzP/Ez6IFVPMPirxn/9phgL6zhOtaTy7ISwPvQ+wT+hfcRZh/bzw==",
2740
+ "version": "1.12.0",
2741
+ "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.12.0.tgz",
2742
+ "integrity": "sha512-VNX0QkHK3RsXVKr9KrlUv/FoTa0NdbYoHHl7uXHv2rzyHSlxjdNAKug2twd9luJxpcyNeAgf5iPPMutJO67Dfg==",
2744
2743
  "dev": true,
2745
2744
  "dependencies": {
2746
2745
  "reusify": "^1.0.4"
@@ -2823,11 +2822,22 @@
2823
2822
  "dev": true
2824
2823
  },
2825
2824
  "node_modules/follow-redirects": {
2826
- "version": "1.13.3",
2827
- "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.13.3.tgz",
2828
- "integrity": "sha512-DUgl6+HDzB0iEptNQEXLx/KhTmDb8tZUHSeLqpnjpknR70H0nC2t9N73BK6fN4hOvJ84pKlIQVQ4k5FFlBedKA==",
2825
+ "version": "1.14.3",
2826
+ "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.3.tgz",
2827
+ "integrity": "sha512-3MkHxknWMUtb23apkgz/83fDoe+y+qr0TdgacGIA7bew+QLBo3vdgEN2xEsuXNivpFy4CyDhBBZnNZOtalmenw==",
2828
+ "funding": [
2829
+ {
2830
+ "type": "individual",
2831
+ "url": "https://github.com/sponsors/RubenVerborgh"
2832
+ }
2833
+ ],
2829
2834
  "engines": {
2830
2835
  "node": ">=4.0"
2836
+ },
2837
+ "peerDependenciesMeta": {
2838
+ "debug": {
2839
+ "optional": true
2840
+ }
2831
2841
  }
2832
2842
  },
2833
2843
  "node_modules/foreground-child": {
@@ -3126,6 +3136,21 @@
3126
3136
  "node": ">= 0.4"
3127
3137
  }
3128
3138
  },
3139
+ "node_modules/has-tostringtag": {
3140
+ "version": "1.0.0",
3141
+ "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.0.tgz",
3142
+ "integrity": "sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==",
3143
+ "dev": true,
3144
+ "dependencies": {
3145
+ "has-symbols": "^1.0.2"
3146
+ },
3147
+ "engines": {
3148
+ "node": ">= 0.4"
3149
+ },
3150
+ "funding": {
3151
+ "url": "https://github.com/sponsors/ljharb"
3152
+ }
3153
+ },
3129
3154
  "node_modules/has-yarn": {
3130
3155
  "version": "2.1.0",
3131
3156
  "resolved": "https://registry.npmjs.org/has-yarn/-/has-yarn-2.1.0.tgz",
@@ -3316,6 +3341,20 @@
3316
3341
  "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.1.0.tgz",
3317
3342
  "integrity": "sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A=="
3318
3343
  },
3344
+ "node_modules/internal-slot": {
3345
+ "version": "1.0.3",
3346
+ "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.3.tgz",
3347
+ "integrity": "sha512-O0DB1JC/sPyZl7cIo78n5dR7eUSwwpYPiXRhTzNxZVAMUuB8vlnRFyLxdrVToks6XPLVnFfbzaVd5WLjhgg+vA==",
3348
+ "dev": true,
3349
+ "dependencies": {
3350
+ "get-intrinsic": "^1.1.0",
3351
+ "has": "^1.0.3",
3352
+ "side-channel": "^1.0.4"
3353
+ },
3354
+ "engines": {
3355
+ "node": ">= 0.4"
3356
+ }
3357
+ },
3319
3358
  "node_modules/is-arrayish": {
3320
3359
  "version": "0.2.1",
3321
3360
  "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",
@@ -3373,9 +3412,9 @@
3373
3412
  }
3374
3413
  },
3375
3414
  "node_modules/is-core-module": {
3376
- "version": "2.5.0",
3377
- "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.5.0.tgz",
3378
- "integrity": "sha512-TXCMSDsEHMEEZ6eCA8rwRDbLu55MRGmrctljsBX/2v1d9/GzqHOxW5c5oPSgrUt2vBFXebu9rGqckXGPWOlYpg==",
3415
+ "version": "2.6.0",
3416
+ "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.6.0.tgz",
3417
+ "integrity": "sha512-wShG8vs60jKfPWpF2KZRaAtvt3a20OAn7+IJ6hLPECpSABLcKtFKTTI4ZtH5QcBruBHlq+WsdHWyz0BCZW7svQ==",
3379
3418
  "dev": true,
3380
3419
  "dependencies": {
3381
3420
  "has": "^1.0.3"
@@ -3519,25 +3558,34 @@
3519
3558
  "integrity": "sha1-DFLlS8yjkbssSUsh6GJtczbG45c="
3520
3559
  },
3521
3560
  "node_modules/is-regex": {
3522
- "version": "1.1.2",
3523
- "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.2.tgz",
3524
- "integrity": "sha512-axvdhb5pdhEVThqJzYXwMlVuZwC+FF2DpcOhTS+y/8jVq4trxyPgfcwIxIKiyeuLlSQYKkmUaPQJ8ZE4yNKXDg==",
3561
+ "version": "1.1.4",
3562
+ "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz",
3563
+ "integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==",
3525
3564
  "dev": true,
3526
3565
  "dependencies": {
3527
3566
  "call-bind": "^1.0.2",
3528
- "has-symbols": "^1.0.1"
3567
+ "has-tostringtag": "^1.0.0"
3529
3568
  },
3530
3569
  "engines": {
3531
3570
  "node": ">= 0.4"
3571
+ },
3572
+ "funding": {
3573
+ "url": "https://github.com/sponsors/ljharb"
3532
3574
  }
3533
3575
  },
3534
3576
  "node_modules/is-string": {
3535
- "version": "1.0.5",
3536
- "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.0.5.tgz",
3537
- "integrity": "sha512-buY6VNRjhQMiF1qWDouloZlQbRhDPCebwxSjxMjxgemYT46YMd2NR0/H+fBhEfWX4A/w9TBJ+ol+okqJKFE6vQ==",
3577
+ "version": "1.0.7",
3578
+ "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz",
3579
+ "integrity": "sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==",
3538
3580
  "dev": true,
3581
+ "dependencies": {
3582
+ "has-tostringtag": "^1.0.0"
3583
+ },
3539
3584
  "engines": {
3540
3585
  "node": ">= 0.4"
3586
+ },
3587
+ "funding": {
3588
+ "url": "https://github.com/sponsors/ljharb"
3541
3589
  }
3542
3590
  },
3543
3591
  "node_modules/is-symbol": {
@@ -4138,9 +4186,9 @@
4138
4186
  "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw=="
4139
4187
  },
4140
4188
  "node_modules/mocha": {
4141
- "version": "9.0.2",
4142
- "resolved": "https://registry.npmjs.org/mocha/-/mocha-9.0.2.tgz",
4143
- "integrity": "sha512-FpspiWU+UT9Sixx/wKimvnpkeW0mh6ROAKkIaPokj3xZgxeRhcna/k5X57jJghEr8X+Cgu/Vegf8zCX5ugSuTA==",
4189
+ "version": "9.1.1",
4190
+ "resolved": "https://registry.npmjs.org/mocha/-/mocha-9.1.1.tgz",
4191
+ "integrity": "sha512-0wE74YMgOkCgBUj8VyIDwmLUjTsS13WV1Pg7l0SHea2qzZzlq7MDnfbPsHKcELBRk3+izEVkRofjmClpycudCA==",
4144
4192
  "dev": true,
4145
4193
  "dependencies": {
4146
4194
  "@ungap/promise-all-settled": "1.1.2",
@@ -4344,10 +4392,13 @@
4344
4392
  }
4345
4393
  },
4346
4394
  "node_modules/object-inspect": {
4347
- "version": "1.9.0",
4348
- "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.9.0.tgz",
4349
- "integrity": "sha512-i3Bp9iTqwhaLZBxGkRfo5ZbE07BQRT7MGu8+nNgwW9ItGp1TzCTw2DLEoWwjClxBjOFI/hWljTAmYGCEwmtnOw==",
4350
- "dev": true
4395
+ "version": "1.11.0",
4396
+ "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.11.0.tgz",
4397
+ "integrity": "sha512-jp7ikS6Sd3GxQfZJPyH3cjcbJF6GZPClgdV+EFygjFLQ5FmW/dRUnTd9PQ9k0JhoNDabWFbpF1yCdSWCC6gexg==",
4398
+ "dev": true,
4399
+ "funding": {
4400
+ "url": "https://github.com/sponsors/ljharb"
4401
+ }
4351
4402
  },
4352
4403
  "node_modules/object-keys": {
4353
4404
  "version": "1.1.1",
@@ -4374,18 +4425,20 @@
4374
4425
  }
4375
4426
  },
4376
4427
  "node_modules/object.values": {
4377
- "version": "1.1.3",
4378
- "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.1.3.tgz",
4379
- "integrity": "sha512-nkF6PfDB9alkOUxpf1HNm/QlkeW3SReqL5WXeBLpEJJnlPSvRaDQpW3gQTksTN3fgJX4hL42RzKyOin6ff3tyw==",
4428
+ "version": "1.1.4",
4429
+ "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.1.4.tgz",
4430
+ "integrity": "sha512-TnGo7j4XSnKQoK3MfvkzqKCi0nVe/D9I9IjwTNYdb/fxYHpjrluHVOgw0AF6jrRFGMPHdfuidR09tIDiIvnaSg==",
4380
4431
  "dev": true,
4381
4432
  "dependencies": {
4382
4433
  "call-bind": "^1.0.2",
4383
4434
  "define-properties": "^1.1.3",
4384
- "es-abstract": "^1.18.0-next.2",
4385
- "has": "^1.0.3"
4435
+ "es-abstract": "^1.18.2"
4386
4436
  },
4387
4437
  "engines": {
4388
4438
  "node": ">= 0.4"
4439
+ },
4440
+ "funding": {
4441
+ "url": "https://github.com/sponsors/ljharb"
4389
4442
  }
4390
4443
  },
4391
4444
  "node_modules/omelette": {
@@ -5395,19 +5448,33 @@
5395
5448
  "resolved": "https://registry.npmjs.org/shimmer/-/shimmer-1.2.1.tgz",
5396
5449
  "integrity": "sha512-sQTKC1Re/rM6XyFM6fIAGHRPVGvyXfgzIDvzoq608vM+jeyVD0Tu1E6Np0Kc2zAIFWIj963V2800iF/9LPieQw=="
5397
5450
  },
5451
+ "node_modules/side-channel": {
5452
+ "version": "1.0.4",
5453
+ "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz",
5454
+ "integrity": "sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==",
5455
+ "dev": true,
5456
+ "dependencies": {
5457
+ "call-bind": "^1.0.0",
5458
+ "get-intrinsic": "^1.0.2",
5459
+ "object-inspect": "^1.9.0"
5460
+ },
5461
+ "funding": {
5462
+ "url": "https://github.com/sponsors/ljharb"
5463
+ }
5464
+ },
5398
5465
  "node_modules/signal-exit": {
5399
5466
  "version": "3.0.3",
5400
5467
  "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.3.tgz",
5401
5468
  "integrity": "sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA=="
5402
5469
  },
5403
5470
  "node_modules/sinon": {
5404
- "version": "11.1.1",
5405
- "resolved": "https://registry.npmjs.org/sinon/-/sinon-11.1.1.tgz",
5406
- "integrity": "sha512-ZSSmlkSyhUWbkF01Z9tEbxZLF/5tRC9eojCdFh33gtQaP7ITQVaMWQHGuFM7Cuf/KEfihuh1tTl3/ABju3AQMg==",
5471
+ "version": "11.1.2",
5472
+ "resolved": "https://registry.npmjs.org/sinon/-/sinon-11.1.2.tgz",
5473
+ "integrity": "sha512-59237HChms4kg7/sXhiRcUzdSkKuydDeTiamT/jesUVHshBgL8XAmhgFo0GfK6RruMDM/iRSij1EybmMog9cJw==",
5407
5474
  "dev": true,
5408
5475
  "dependencies": {
5409
5476
  "@sinonjs/commons": "^1.8.3",
5410
- "@sinonjs/fake-timers": "^7.1.0",
5477
+ "@sinonjs/fake-timers": "^7.1.2",
5411
5478
  "@sinonjs/samsam": "^6.0.2",
5412
5479
  "diff": "^5.0.0",
5413
5480
  "nise": "^5.1.0",
@@ -5595,6 +5662,9 @@
5595
5662
  "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
5596
5663
  "engines": {
5597
5664
  "node": ">=8"
5665
+ },
5666
+ "funding": {
5667
+ "url": "https://github.com/sponsors/sindresorhus"
5598
5668
  }
5599
5669
  },
5600
5670
  "node_modules/supports-color": {
@@ -5741,9 +5811,9 @@
5741
5811
  }
5742
5812
  },
5743
5813
  "node_modules/tsconfig-paths": {
5744
- "version": "3.9.0",
5745
- "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.9.0.tgz",
5746
- "integrity": "sha512-dRcuzokWhajtZWkQsDVKbWyY+jgcLC5sqJhg2PSgf4ZkH2aHPvaOY8YWGhmjb68b5qqTfasSsDO9k7RUiEmZAw==",
5814
+ "version": "3.11.0",
5815
+ "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.11.0.tgz",
5816
+ "integrity": "sha512-7ecdYDnIdmv639mmDwslG6KQg1Z9STTz1j7Gcz0xa+nshh/gKDAHcPxRbWOsA3SPp0tXP2leTcY9Kw+NAkfZzA==",
5747
5817
  "dev": true,
5748
5818
  "dependencies": {
5749
5819
  "@types/json5": "^0.0.29",
@@ -5833,9 +5903,9 @@
5833
5903
  }
5834
5904
  },
5835
5905
  "node_modules/typescript": {
5836
- "version": "4.3.5",
5837
- "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.5.tgz",
5838
- "integrity": "sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA==",
5906
+ "version": "4.4.2",
5907
+ "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.4.2.tgz",
5908
+ "integrity": "sha512-gzP+t5W4hdy4c+68bfcv0t400HVJMMd2+H9B7gae1nQlBzCqvrXX+6GL/b3GAgyTH966pzrZ70/fRjwAtZksSQ==",
5839
5909
  "bin": {
5840
5910
  "tsc": "bin/tsc",
5841
5911
  "tsserver": "bin/tsserver"
@@ -6476,19 +6546,19 @@
6476
6546
  }
6477
6547
  },
6478
6548
  "@azure/msal-common": {
6479
- "version": "4.4.0",
6480
- "resolved": "https://registry.npmjs.org/@azure/msal-common/-/msal-common-4.4.0.tgz",
6481
- "integrity": "sha512-Qrs33Ctt2KM7NxArFPIUKc8UbIcm7zYxJFdJeQ9k7HKBhVk3e88CUz1Mw33cS/Jr+YA1H02OAzHg++bJ+4SFyQ==",
6549
+ "version": "4.5.1",
6550
+ "resolved": "https://registry.npmjs.org/@azure/msal-common/-/msal-common-4.5.1.tgz",
6551
+ "integrity": "sha512-/i5dXM+QAtO+6atYd5oHGBAx48EGSISkXNXViheliOQe+SIFMDo3gSq3lL54W0suOSAsVPws3XnTaIHlla0PIQ==",
6482
6552
  "requires": {
6483
6553
  "debug": "^4.1.1"
6484
6554
  }
6485
6555
  },
6486
6556
  "@azure/msal-node": {
6487
- "version": "1.2.0",
6488
- "resolved": "https://registry.npmjs.org/@azure/msal-node/-/msal-node-1.2.0.tgz",
6489
- "integrity": "sha512-79o5n483vslc7Qegh9+0BsxODRmlk6YYjVdl9jvwmAuF+i+oylq57e7RVhTVocKCbLCIMOKARI14JyKdDbW0WA==",
6557
+ "version": "1.3.0",
6558
+ "resolved": "https://registry.npmjs.org/@azure/msal-node/-/msal-node-1.3.0.tgz",
6559
+ "integrity": "sha512-BM5S5sMB6N0aPux4l85NnRNO/5/G+w3oT+JtLbMDBsc/aUxLVYoWMmxVECrYzlQRm5QZzFWRo04Rv5AnAF7z2g==",
6490
6560
  "requires": {
6491
- "@azure/msal-common": "^4.4.0",
6561
+ "@azure/msal-common": "^4.5.0",
6492
6562
  "axios": "^0.21.1",
6493
6563
  "jsonwebtoken": "^8.5.1",
6494
6564
  "uuid": "^8.3.0"
@@ -6619,9 +6689,9 @@
6619
6689
  "dev": true
6620
6690
  },
6621
6691
  "@microsoft/microsoft-graph-types": {
6622
- "version": "2.0.0",
6623
- "resolved": "https://registry.npmjs.org/@microsoft/microsoft-graph-types/-/microsoft-graph-types-2.0.0.tgz",
6624
- "integrity": "sha512-NswySlDaFFblnHbqPn7YcR0ZAdRo1Lruq6CU5+IGt85naJ02Pq9fPvT3ksXgqGYVz56e5c1BAYqHINQTag1CFQ==",
6692
+ "version": "2.5.0",
6693
+ "resolved": "https://registry.npmjs.org/@microsoft/microsoft-graph-types/-/microsoft-graph-types-2.5.0.tgz",
6694
+ "integrity": "sha512-xHrqyh1M0lWi5tXjb/8P1uVF6wDr3Jl4OvI3+i0DlOnZmbEFCq+BTtSTZ+O0o42m/1RLQ9oSR1aVhkVWVLo+pA==",
6625
6695
  "dev": true
6626
6696
  },
6627
6697
  "@microsoft/recognizers-text-data-types-timex-expression": {
@@ -6796,9 +6866,9 @@
6796
6866
  "dev": true
6797
6867
  },
6798
6868
  "@types/json-schema": {
6799
- "version": "7.0.8",
6800
- "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.8.tgz",
6801
- "integrity": "sha512-YSBPTLTVm2e2OoQIDYx8HaeWJ5tTToLH67kXR7zYNGupXMEHa2++G8k+DczX2cFVgalypqtyZIcU19AFcmOpmg==",
6869
+ "version": "7.0.9",
6870
+ "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.9.tgz",
6871
+ "integrity": "sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ==",
6802
6872
  "dev": true
6803
6873
  },
6804
6874
  "@types/json-to-ast": {
@@ -6838,15 +6908,15 @@
6838
6908
  "dev": true
6839
6909
  },
6840
6910
  "@types/mocha": {
6841
- "version": "8.2.3",
6842
- "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-8.2.3.tgz",
6843
- "integrity": "sha512-ekGvFhFgrc2zYQoX4JeZPmVzZxw6Dtllga7iGHzfbYIYkAMUx/sAFP2GdFpLff+vdHXu5fl7WX9AT+TtqYcsyw==",
6911
+ "version": "9.0.0",
6912
+ "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-9.0.0.tgz",
6913
+ "integrity": "sha512-scN0hAWyLVAvLR9AyW7HoFF5sJZglyBsbPuHO4fv7JRvfmPBMfp1ozWqOf/e4wwPNxezBZXRfWzMb6iFLgEVRA==",
6844
6914
  "dev": true
6845
6915
  },
6846
6916
  "@types/node": {
6847
- "version": "14.17.5",
6848
- "resolved": "https://registry.npmjs.org/@types/node/-/node-14.17.5.tgz",
6849
- "integrity": "sha512-bjqH2cX/O33jXT/UmReo2pM7DIJREPMnarixbQ57DOOzzFaI6D2+IcwaJQaJpv0M1E9TIhPCYVxrkcityLjlqA=="
6917
+ "version": "14.17.14",
6918
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-14.17.14.tgz",
6919
+ "integrity": "sha512-rsAj2u8Xkqfc332iXV12SqIsjVi07H479bOP4q94NAcjzmAvapumEhuVIt53koEf7JFrpjgNKjBga5Pnn/GL8A=="
6850
6920
  },
6851
6921
  "@types/node-fetch": {
6852
6922
  "version": "2.5.11",
@@ -6870,18 +6940,18 @@
6870
6940
  }
6871
6941
  },
6872
6942
  "@types/node-forge": {
6873
- "version": "0.9.10",
6874
- "resolved": "https://registry.npmjs.org/@types/node-forge/-/node-forge-0.9.10.tgz",
6875
- "integrity": "sha512-+BbPlhZeYs/WETWftQi2LeRx9VviWSwawNo+Pid5qNrSZHb60loYjpph3OrbwXMMseadu9rE9NeK34r4BHT+QQ==",
6943
+ "version": "0.10.3",
6944
+ "resolved": "https://registry.npmjs.org/@types/node-forge/-/node-forge-0.10.3.tgz",
6945
+ "integrity": "sha512-zgyZap9yq+mmonmFsuozDOVl5WGx3Uk9zYbueWgudIL7tbj1AL/8o47LplmCtuUAJfVUZ4l9l/DWDjcVUxi8Zw==",
6876
6946
  "dev": true,
6877
6947
  "requires": {
6878
6948
  "@types/node": "*"
6879
6949
  }
6880
6950
  },
6881
6951
  "@types/semver": {
6882
- "version": "7.3.7",
6883
- "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.3.7.tgz",
6884
- "integrity": "sha512-4g1jrL98mdOIwSOUh6LTlB0Cs9I0dQPwINUhBg7C6pN4HLr8GS8xsksJxilW6S6dQHVi2K/o+lQuQcg7LroCnw==",
6952
+ "version": "7.3.8",
6953
+ "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.3.8.tgz",
6954
+ "integrity": "sha512-D/2EJvAlCEtYFEYmmlGwbGXuK886HzyCc3nZX/tkFTQdEU8jZDAgiv08P162yB17y4ZXZoq7yFAnW4GDBb9Now==",
6885
6955
  "dev": true
6886
6956
  },
6887
6957
  "@types/sinon": {
@@ -6911,9 +6981,9 @@
6911
6981
  }
6912
6982
  },
6913
6983
  "@types/update-notifier": {
6914
- "version": "5.0.1",
6915
- "resolved": "https://registry.npmjs.org/@types/update-notifier/-/update-notifier-5.0.1.tgz",
6916
- "integrity": "sha512-MCYeVOuxNyaXez3r6R93uFwOOJ8EhqFpconkNN3uGzXBJgGhO87PQir61hU+IdMs7gor440UYm7nuJvcPaIooA==",
6984
+ "version": "5.1.0",
6985
+ "resolved": "https://registry.npmjs.org/@types/update-notifier/-/update-notifier-5.1.0.tgz",
6986
+ "integrity": "sha512-aGY5pH1Q/DcToKXl4MCj1c0uDUB+zSVFDRCI7Q7js5sguzBTqJV/5kJA2awofbtWYF3xnon1TYdZYnFditRPtQ==",
6917
6987
  "dev": true,
6918
6988
  "requires": {
6919
6989
  "@types/configstore": "*",
@@ -6932,13 +7002,13 @@
6932
7002
  "integrity": "sha512-bVy7s0nvaR5D1mT1a8ZkByHWNOGb6Vn4yi5TWhEdmyKlAG+08SA7Md6+jH+tYmMLueAwNeWvHHpeKrr6S4c4BA=="
6933
7003
  },
6934
7004
  "@typescript-eslint/eslint-plugin": {
6935
- "version": "4.28.3",
6936
- "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.28.3.tgz",
6937
- "integrity": "sha512-jW8sEFu1ZeaV8xzwsfi6Vgtty2jf7/lJmQmDkDruBjYAbx5DA8JtbcMnP0rNPUG+oH5GoQBTSp+9613BzuIpYg==",
7005
+ "version": "4.30.0",
7006
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.30.0.tgz",
7007
+ "integrity": "sha512-NgAnqk55RQ/SD+tZFD9aPwNSeHmDHHe5rtUyhIq0ZeCWZEvo4DK9rYz7v9HDuQZFvn320Ot+AikaCKMFKLlD0g==",
6938
7008
  "dev": true,
6939
7009
  "requires": {
6940
- "@typescript-eslint/experimental-utils": "4.28.3",
6941
- "@typescript-eslint/scope-manager": "4.28.3",
7010
+ "@typescript-eslint/experimental-utils": "4.30.0",
7011
+ "@typescript-eslint/scope-manager": "4.30.0",
6942
7012
  "debug": "^4.3.1",
6943
7013
  "functional-red-black-tree": "^1.0.1",
6944
7014
  "regexpp": "^3.1.0",
@@ -6947,15 +7017,15 @@
6947
7017
  }
6948
7018
  },
6949
7019
  "@typescript-eslint/experimental-utils": {
6950
- "version": "4.28.3",
6951
- "resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-4.28.3.tgz",
6952
- "integrity": "sha512-zZYl9TnrxwEPi3FbyeX0ZnE8Hp7j3OCR+ELoUfbwGHGxWnHg9+OqSmkw2MoCVpZksPCZYpQzC559Ee9pJNHTQw==",
7020
+ "version": "4.30.0",
7021
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-4.30.0.tgz",
7022
+ "integrity": "sha512-K8RNIX9GnBsv5v4TjtwkKtqMSzYpjqAQg/oSphtxf3xxdt6T0owqnpojztjjTcatSteH3hLj3t/kklKx87NPqw==",
6953
7023
  "dev": true,
6954
7024
  "requires": {
6955
7025
  "@types/json-schema": "^7.0.7",
6956
- "@typescript-eslint/scope-manager": "4.28.3",
6957
- "@typescript-eslint/types": "4.28.3",
6958
- "@typescript-eslint/typescript-estree": "4.28.3",
7026
+ "@typescript-eslint/scope-manager": "4.30.0",
7027
+ "@typescript-eslint/types": "4.30.0",
7028
+ "@typescript-eslint/typescript-estree": "4.30.0",
6959
7029
  "eslint-scope": "^5.1.1",
6960
7030
  "eslint-utils": "^3.0.0"
6961
7031
  },
@@ -6972,41 +7042,41 @@
6972
7042
  }
6973
7043
  },
6974
7044
  "@typescript-eslint/parser": {
6975
- "version": "4.28.3",
6976
- "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-4.28.3.tgz",
6977
- "integrity": "sha512-ZyWEn34bJexn/JNYvLQab0Mo5e+qqQNhknxmc8azgNd4XqspVYR5oHq9O11fLwdZMRcj4by15ghSlIEq+H5ltQ==",
7045
+ "version": "4.30.0",
7046
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-4.30.0.tgz",
7047
+ "integrity": "sha512-HJ0XuluSZSxeboLU7Q2VQ6eLlCwXPBOGnA7CqgBnz2Db3JRQYyBDJgQnop6TZ+rsbSx5gEdWhw4rE4mDa1FnZg==",
6978
7048
  "dev": true,
6979
7049
  "requires": {
6980
- "@typescript-eslint/scope-manager": "4.28.3",
6981
- "@typescript-eslint/types": "4.28.3",
6982
- "@typescript-eslint/typescript-estree": "4.28.3",
7050
+ "@typescript-eslint/scope-manager": "4.30.0",
7051
+ "@typescript-eslint/types": "4.30.0",
7052
+ "@typescript-eslint/typescript-estree": "4.30.0",
6983
7053
  "debug": "^4.3.1"
6984
7054
  }
6985
7055
  },
6986
7056
  "@typescript-eslint/scope-manager": {
6987
- "version": "4.28.3",
6988
- "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-4.28.3.tgz",
6989
- "integrity": "sha512-/8lMisZ5NGIzGtJB+QizQ5eX4Xd8uxedFfMBXOKuJGP0oaBBVEMbJVddQKDXyyB0bPlmt8i6bHV89KbwOelJiQ==",
7057
+ "version": "4.30.0",
7058
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-4.30.0.tgz",
7059
+ "integrity": "sha512-VJ/jAXovxNh7rIXCQbYhkyV2Y3Ac/0cVHP/FruTJSAUUm4Oacmn/nkN5zfWmWFEanN4ggP0vJSHOeajtHq3f8A==",
6990
7060
  "dev": true,
6991
7061
  "requires": {
6992
- "@typescript-eslint/types": "4.28.3",
6993
- "@typescript-eslint/visitor-keys": "4.28.3"
7062
+ "@typescript-eslint/types": "4.30.0",
7063
+ "@typescript-eslint/visitor-keys": "4.30.0"
6994
7064
  }
6995
7065
  },
6996
7066
  "@typescript-eslint/types": {
6997
- "version": "4.28.3",
6998
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-4.28.3.tgz",
6999
- "integrity": "sha512-kQFaEsQBQVtA9VGVyciyTbIg7S3WoKHNuOp/UF5RG40900KtGqfoiETWD/v0lzRXc+euVE9NXmfer9dLkUJrkA==",
7067
+ "version": "4.30.0",
7068
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-4.30.0.tgz",
7069
+ "integrity": "sha512-YKldqbNU9K4WpTNwBqtAerQKLLW/X2A/j4yw92e3ZJYLx+BpKLeheyzoPfzIXHfM8BXfoleTdiYwpsvVPvHrDw==",
7000
7070
  "dev": true
7001
7071
  },
7002
7072
  "@typescript-eslint/typescript-estree": {
7003
- "version": "4.28.3",
7004
- "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-4.28.3.tgz",
7005
- "integrity": "sha512-YAb1JED41kJsqCQt1NcnX5ZdTA93vKFCMP4lQYG6CFxd0VzDJcKttRlMrlG+1qiWAw8+zowmHU1H0OzjWJzR2w==",
7073
+ "version": "4.30.0",
7074
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-4.30.0.tgz",
7075
+ "integrity": "sha512-6WN7UFYvykr/U0Qgy4kz48iGPWILvYL34xXJxvDQeiRE018B7POspNRVtAZscWntEPZpFCx4hcz/XBT+erenfg==",
7006
7076
  "dev": true,
7007
7077
  "requires": {
7008
- "@typescript-eslint/types": "4.28.3",
7009
- "@typescript-eslint/visitor-keys": "4.28.3",
7078
+ "@typescript-eslint/types": "4.30.0",
7079
+ "@typescript-eslint/visitor-keys": "4.30.0",
7010
7080
  "debug": "^4.3.1",
7011
7081
  "globby": "^11.0.3",
7012
7082
  "is-glob": "^4.0.1",
@@ -7015,12 +7085,12 @@
7015
7085
  }
7016
7086
  },
7017
7087
  "@typescript-eslint/visitor-keys": {
7018
- "version": "4.28.3",
7019
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-4.28.3.tgz",
7020
- "integrity": "sha512-ri1OzcLnk1HH4gORmr1dllxDzzrN6goUIz/P4MHFV0YZJDCADPR3RvYNp0PW2SetKTThar6wlbFTL00hV2Q+fg==",
7088
+ "version": "4.30.0",
7089
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-4.30.0.tgz",
7090
+ "integrity": "sha512-pNaaxDt/Ol/+JZwzP7MqWc8PJQTUhZwoee/PVlQ+iYoYhagccvoHnC9e4l+C/krQYYkENxznhVSDwClIbZVxRw==",
7021
7091
  "dev": true,
7022
7092
  "requires": {
7023
- "@typescript-eslint/types": "4.28.3",
7093
+ "@typescript-eslint/types": "4.30.0",
7024
7094
  "eslint-visitor-keys": "^2.0.0"
7025
7095
  }
7026
7096
  },
@@ -7062,9 +7132,9 @@
7062
7132
  "integrity": "sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA=="
7063
7133
  },
7064
7134
  "adaptive-expressions": {
7065
- "version": "4.14.0",
7066
- "resolved": "https://registry.npmjs.org/adaptive-expressions/-/adaptive-expressions-4.14.0.tgz",
7067
- "integrity": "sha512-8wGZvVcbrzZTKBNijlO+nTzcYyS0p6F0DhOTtOeS9+mRVSZFe18vnAfpPbsKtaCQWQTv5Sm5np+u+VOnHcBtSA==",
7135
+ "version": "4.14.1",
7136
+ "resolved": "https://registry.npmjs.org/adaptive-expressions/-/adaptive-expressions-4.14.1.tgz",
7137
+ "integrity": "sha512-25ewH/b/ogMWw3yGjH40iNrLmvfYAoabS1hGb/GLimOVNOLgiUjuc2vtG3fJmJRqbpQNElrFbfk8NTuGuOBRVw==",
7068
7138
  "requires": {
7069
7139
  "@microsoft/recognizers-text-data-types-timex-expression": "1.3.0",
7070
7140
  "@types/atob-lite": "^2.0.0",
@@ -7209,17 +7279,18 @@
7209
7279
  }
7210
7280
  },
7211
7281
  "applicationinsights": {
7212
- "version": "2.1.4",
7213
- "resolved": "https://registry.npmjs.org/applicationinsights/-/applicationinsights-2.1.4.tgz",
7214
- "integrity": "sha512-5cMAyW7jwHvdrKk4KU9VD6GR4o5D458KbdmAKKRp9SP9UNuY4pQHJoX60EmE14IlCXbIJd9CWUPhF4xQpCcwoQ==",
7282
+ "version": "2.1.6",
7283
+ "resolved": "https://registry.npmjs.org/applicationinsights/-/applicationinsights-2.1.6.tgz",
7284
+ "integrity": "sha512-iXdWfHMAdPADCSJjjAiP+eoIga6LLTQ6CgoqXg0BRAiZTqWS28CiFGB1CSNHlmfpb5d4wIXkTA9Vj4OdAAP+FQ==",
7215
7285
  "requires": {
7216
7286
  "@azure/core-http": "^2.0.0",
7217
7287
  "@opentelemetry/api": "^1.0.0",
7288
+ "@opentelemetry/semantic-conventions": "^0.23.0",
7218
7289
  "@opentelemetry/tracing": "^0.23.0",
7219
7290
  "cls-hooked": "^4.2.2",
7220
7291
  "continuation-local-storage": "^3.2.1",
7221
7292
  "diagnostic-channel": "1.0.0",
7222
- "diagnostic-channel-publishers": "1.0.1"
7293
+ "diagnostic-channel-publishers": "1.0.3"
7223
7294
  }
7224
7295
  },
7225
7296
  "argparse": {
@@ -7325,11 +7396,11 @@
7325
7396
  "integrity": "sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA=="
7326
7397
  },
7327
7398
  "axios": {
7328
- "version": "0.21.1",
7329
- "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.1.tgz",
7330
- "integrity": "sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==",
7399
+ "version": "0.21.3",
7400
+ "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.3.tgz",
7401
+ "integrity": "sha512-JtoZ3Ndke/+Iwt5n+BgSli/3idTvpt5OjKyoCmz4LX5+lPiY5l7C1colYezhlxThjNa/NhngCUWZSZFypIFuaA==",
7331
7402
  "requires": {
7332
- "follow-redirects": "^1.10.0"
7403
+ "follow-redirects": "^1.14.0"
7333
7404
  }
7334
7405
  },
7335
7406
  "balanced-match": {
@@ -7450,9 +7521,9 @@
7450
7521
  "integrity": "sha1-+OcRMvf/5uAaXJaXpMbz5I1cyBk="
7451
7522
  },
7452
7523
  "c8": {
7453
- "version": "7.7.3",
7454
- "resolved": "https://registry.npmjs.org/c8/-/c8-7.7.3.tgz",
7455
- "integrity": "sha512-ZyA7n3w8i4ETV25tVYMHwJxCSnaOf/LfA8vOcuZOPbonuQfD7tBT/gMWZy7eczRpCDuHcvMXwoqAemg6R0p3+A==",
7524
+ "version": "7.8.0",
7525
+ "resolved": "https://registry.npmjs.org/c8/-/c8-7.8.0.tgz",
7526
+ "integrity": "sha512-x2Bx+IIEd608B1LmjiNQ/kizRPkCWo5XzuV57J9afPjAHSnYXALwbCSOkQ7cSaNXBNblfqcvdycj+klmL+j6yA==",
7456
7527
  "dev": true,
7457
7528
  "requires": {
7458
7529
  "@bcoe/v8-coverage": "^0.2.3",
@@ -7526,9 +7597,9 @@
7526
7597
  "integrity": "sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw="
7527
7598
  },
7528
7599
  "chalk": {
7529
- "version": "4.1.1",
7530
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.1.tgz",
7531
- "integrity": "sha512-diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg==",
7600
+ "version": "4.1.2",
7601
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
7602
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
7532
7603
  "requires": {
7533
7604
  "ansi-styles": "^4.1.0",
7534
7605
  "supports-color": "^7.1.0"
@@ -7862,9 +7933,9 @@
7862
7933
  }
7863
7934
  },
7864
7935
  "diagnostic-channel-publishers": {
7865
- "version": "1.0.1",
7866
- "resolved": "https://registry.npmjs.org/diagnostic-channel-publishers/-/diagnostic-channel-publishers-1.0.1.tgz",
7867
- "integrity": "sha512-9D6XicU15MLXVtYEaBc3q1Di/4ciUFMULApfBc8/RUUwBk7g16t7/aFKZF4Kt4B3aFBtCbsTYJRAMKCSFaYWDA==",
7936
+ "version": "1.0.3",
7937
+ "resolved": "https://registry.npmjs.org/diagnostic-channel-publishers/-/diagnostic-channel-publishers-1.0.3.tgz",
7938
+ "integrity": "sha512-RJJA1QYDHVJUpV3HYQx0TLFZLlqxRL1H5Z0Z8ywIiEHDunT9UMJKwcnWkKa/I0z3kwozg3PKfaNJP9OkIeqN2Q==",
7868
7939
  "requires": {}
7869
7940
  },
7870
7941
  "diff": {
@@ -7985,9 +8056,9 @@
7985
8056
  }
7986
8057
  },
7987
8058
  "es-abstract": {
7988
- "version": "1.18.0",
7989
- "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.18.0.tgz",
7990
- "integrity": "sha512-LJzK7MrQa8TS0ja2w3YNLzUgJCGPdPOV1yVvezjNnS89D+VR08+Szt2mz3YB2Dck/+w5tfIq/RoUAFqJJGM2yw==",
8059
+ "version": "1.18.5",
8060
+ "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.18.5.tgz",
8061
+ "integrity": "sha512-DDggyJLoS91CkJjgauM5c0yZMjiD1uK3KcaCeAmffGwZ+ODWzOkPN4QwRbsK5DOFf06fywmyLci3ZD8jLGhVYA==",
7991
8062
  "dev": true,
7992
8063
  "requires": {
7993
8064
  "call-bind": "^1.0.2",
@@ -7996,16 +8067,17 @@
7996
8067
  "get-intrinsic": "^1.1.1",
7997
8068
  "has": "^1.0.3",
7998
8069
  "has-symbols": "^1.0.2",
8070
+ "internal-slot": "^1.0.3",
7999
8071
  "is-callable": "^1.2.3",
8000
8072
  "is-negative-zero": "^2.0.1",
8001
- "is-regex": "^1.1.2",
8002
- "is-string": "^1.0.5",
8003
- "object-inspect": "^1.9.0",
8073
+ "is-regex": "^1.1.3",
8074
+ "is-string": "^1.0.6",
8075
+ "object-inspect": "^1.11.0",
8004
8076
  "object-keys": "^1.1.1",
8005
8077
  "object.assign": "^4.1.2",
8006
8078
  "string.prototype.trimend": "^1.0.4",
8007
8079
  "string.prototype.trimstart": "^1.0.4",
8008
- "unbox-primitive": "^1.0.0"
8080
+ "unbox-primitive": "^1.0.1"
8009
8081
  }
8010
8082
  },
8011
8083
  "es-to-primitive": {
@@ -8090,9 +8162,9 @@
8090
8162
  }
8091
8163
  },
8092
8164
  "eslint": {
8093
- "version": "7.31.0",
8094
- "resolved": "https://registry.npmjs.org/eslint/-/eslint-7.31.0.tgz",
8095
- "integrity": "sha512-vafgJpSh2ia8tnTkNUkwxGmnumgckLh5aAbLa1xRmIn9+owi8qBNGKL+B881kNKNTy7FFqTEkpNkUvmw0n6PkA==",
8165
+ "version": "7.32.0",
8166
+ "resolved": "https://registry.npmjs.org/eslint/-/eslint-7.32.0.tgz",
8167
+ "integrity": "sha512-VHZ8gX+EDfz+97jGcgyGCyRia/dPOd6Xh9yPv8Bl1+SoaIwD+a/vlrOmGRUyOYu7MwUhc7CxqeaDZU13S4+EpA==",
8096
8168
  "dev": true,
8097
8169
  "requires": {
8098
8170
  "@babel/code-frame": "7.12.11",
@@ -8153,36 +8225,30 @@
8153
8225
  "requires": {}
8154
8226
  },
8155
8227
  "eslint-import-resolver-node": {
8156
- "version": "0.3.4",
8157
- "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.4.tgz",
8158
- "integrity": "sha512-ogtf+5AB/O+nM6DIeBUNr2fuT7ot9Qg/1harBfBtaP13ekEWFQEEMP94BCB7zaNW3gyY+8SHYF00rnqYwXKWOA==",
8228
+ "version": "0.3.6",
8229
+ "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.6.tgz",
8230
+ "integrity": "sha512-0En0w03NRVMn9Uiyn8YRPDKvWjxCWkslUEhGNTdGx15RvPJYQ+lbOlqrlNI2vEAs4pDYK4f/HN2TbDmk5TP0iw==",
8159
8231
  "dev": true,
8160
8232
  "requires": {
8161
- "debug": "^2.6.9",
8162
- "resolve": "^1.13.1"
8233
+ "debug": "^3.2.7",
8234
+ "resolve": "^1.20.0"
8163
8235
  },
8164
8236
  "dependencies": {
8165
8237
  "debug": {
8166
- "version": "2.6.9",
8167
- "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
8168
- "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
8238
+ "version": "3.2.7",
8239
+ "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
8240
+ "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
8169
8241
  "dev": true,
8170
8242
  "requires": {
8171
- "ms": "2.0.0"
8243
+ "ms": "^2.1.1"
8172
8244
  }
8173
- },
8174
- "ms": {
8175
- "version": "2.0.0",
8176
- "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
8177
- "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=",
8178
- "dev": true
8179
8245
  }
8180
8246
  }
8181
8247
  },
8182
8248
  "eslint-module-utils": {
8183
- "version": "2.6.1",
8184
- "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.6.1.tgz",
8185
- "integrity": "sha512-ZXI9B8cxAJIH4nfkhTwcRTEAnrVfobYqwjWy/QMCZ8rHkZHFjf9yO4BzpiF9kCSfNlMG54eKigISHpX0+AaT4A==",
8249
+ "version": "2.6.2",
8250
+ "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.6.2.tgz",
8251
+ "integrity": "sha512-QG8pcgThYOuqxupd06oYTZoNOGaUdTY1PqK+oS6ElF6vs4pBdk/aYxFVQQXzcrAqp9m7cl7lb2ubazX+g16k2Q==",
8186
8252
  "dev": true,
8187
8253
  "requires": {
8188
8254
  "debug": "^3.2.7",
@@ -8214,26 +8280,26 @@
8214
8280
  }
8215
8281
  },
8216
8282
  "eslint-plugin-import": {
8217
- "version": "2.23.4",
8218
- "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.23.4.tgz",
8219
- "integrity": "sha512-6/wP8zZRsnQFiR3iaPFgh5ImVRM1WN5NUWfTIRqwOdeiGJlBcSk82o1FEVq8yXmy4lkIzTo7YhHCIxlU/2HyEQ==",
8283
+ "version": "2.24.2",
8284
+ "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.24.2.tgz",
8285
+ "integrity": "sha512-hNVtyhiEtZmpsabL4neEj+6M5DCLgpYyG9nzJY8lZQeQXEn5UPW1DpUdsMHMXsq98dbNm7nt1w9ZMSVpfJdi8Q==",
8220
8286
  "dev": true,
8221
8287
  "requires": {
8222
8288
  "array-includes": "^3.1.3",
8223
8289
  "array.prototype.flat": "^1.2.4",
8224
8290
  "debug": "^2.6.9",
8225
8291
  "doctrine": "^2.1.0",
8226
- "eslint-import-resolver-node": "^0.3.4",
8227
- "eslint-module-utils": "^2.6.1",
8292
+ "eslint-import-resolver-node": "^0.3.6",
8293
+ "eslint-module-utils": "^2.6.2",
8228
8294
  "find-up": "^2.0.0",
8229
8295
  "has": "^1.0.3",
8230
- "is-core-module": "^2.4.0",
8296
+ "is-core-module": "^2.6.0",
8231
8297
  "minimatch": "^3.0.4",
8232
- "object.values": "^1.1.3",
8298
+ "object.values": "^1.1.4",
8233
8299
  "pkg-up": "^2.0.0",
8234
8300
  "read-pkg-up": "^3.0.0",
8235
8301
  "resolve": "^1.20.0",
8236
- "tsconfig-paths": "^3.9.0"
8302
+ "tsconfig-paths": "^3.11.0"
8237
8303
  },
8238
8304
  "dependencies": {
8239
8305
  "debug": {
@@ -8491,9 +8557,9 @@
8491
8557
  "integrity": "sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc="
8492
8558
  },
8493
8559
  "fastq": {
8494
- "version": "1.11.1",
8495
- "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.11.1.tgz",
8496
- "integrity": "sha512-HOnr8Mc60eNYl1gzwp6r5RoUyAn5/glBolUzP/Ez6IFVPMPirxn/9phgL6zhOtaTy7ISwPvQ+wT+hfcRZh/bzw==",
8560
+ "version": "1.12.0",
8561
+ "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.12.0.tgz",
8562
+ "integrity": "sha512-VNX0QkHK3RsXVKr9KrlUv/FoTa0NdbYoHHl7uXHv2rzyHSlxjdNAKug2twd9luJxpcyNeAgf5iPPMutJO67Dfg==",
8497
8563
  "dev": true,
8498
8564
  "requires": {
8499
8565
  "reusify": "^1.0.4"
@@ -8558,9 +8624,9 @@
8558
8624
  "dev": true
8559
8625
  },
8560
8626
  "follow-redirects": {
8561
- "version": "1.13.3",
8562
- "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.13.3.tgz",
8563
- "integrity": "sha512-DUgl6+HDzB0iEptNQEXLx/KhTmDb8tZUHSeLqpnjpknR70H0nC2t9N73BK6fN4hOvJ84pKlIQVQ4k5FFlBedKA=="
8627
+ "version": "1.14.3",
8628
+ "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.3.tgz",
8629
+ "integrity": "sha512-3MkHxknWMUtb23apkgz/83fDoe+y+qr0TdgacGIA7bew+QLBo3vdgEN2xEsuXNivpFy4CyDhBBZnNZOtalmenw=="
8564
8630
  },
8565
8631
  "foreground-child": {
8566
8632
  "version": "2.0.0",
@@ -8789,6 +8855,15 @@
8789
8855
  "integrity": "sha512-chXa79rL/UC2KlX17jo3vRGz0azaWEx5tGqZg5pO3NUyEJVB17dMruQlzCCOfUvElghKcm5194+BCRvi2Rv/Gw==",
8790
8856
  "dev": true
8791
8857
  },
8858
+ "has-tostringtag": {
8859
+ "version": "1.0.0",
8860
+ "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.0.tgz",
8861
+ "integrity": "sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==",
8862
+ "dev": true,
8863
+ "requires": {
8864
+ "has-symbols": "^1.0.2"
8865
+ }
8866
+ },
8792
8867
  "has-yarn": {
8793
8868
  "version": "2.1.0",
8794
8869
  "resolved": "https://registry.npmjs.org/has-yarn/-/has-yarn-2.1.0.tgz",
@@ -8930,6 +9005,17 @@
8930
9005
  }
8931
9006
  }
8932
9007
  },
9008
+ "internal-slot": {
9009
+ "version": "1.0.3",
9010
+ "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.3.tgz",
9011
+ "integrity": "sha512-O0DB1JC/sPyZl7cIo78n5dR7eUSwwpYPiXRhTzNxZVAMUuB8vlnRFyLxdrVToks6XPLVnFfbzaVd5WLjhgg+vA==",
9012
+ "dev": true,
9013
+ "requires": {
9014
+ "get-intrinsic": "^1.1.0",
9015
+ "has": "^1.0.3",
9016
+ "side-channel": "^1.0.4"
9017
+ }
9018
+ },
8933
9019
  "is-arrayish": {
8934
9020
  "version": "0.2.1",
8935
9021
  "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",
@@ -8975,9 +9061,9 @@
8975
9061
  }
8976
9062
  },
8977
9063
  "is-core-module": {
8978
- "version": "2.5.0",
8979
- "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.5.0.tgz",
8980
- "integrity": "sha512-TXCMSDsEHMEEZ6eCA8rwRDbLu55MRGmrctljsBX/2v1d9/GzqHOxW5c5oPSgrUt2vBFXebu9rGqckXGPWOlYpg==",
9064
+ "version": "2.6.0",
9065
+ "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.6.0.tgz",
9066
+ "integrity": "sha512-wShG8vs60jKfPWpF2KZRaAtvt3a20OAn7+IJ6hLPECpSABLcKtFKTTI4ZtH5QcBruBHlq+WsdHWyz0BCZW7svQ==",
8981
9067
  "dev": true,
8982
9068
  "requires": {
8983
9069
  "has": "^1.0.3"
@@ -9073,20 +9159,23 @@
9073
9159
  "integrity": "sha1-DFLlS8yjkbssSUsh6GJtczbG45c="
9074
9160
  },
9075
9161
  "is-regex": {
9076
- "version": "1.1.2",
9077
- "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.2.tgz",
9078
- "integrity": "sha512-axvdhb5pdhEVThqJzYXwMlVuZwC+FF2DpcOhTS+y/8jVq4trxyPgfcwIxIKiyeuLlSQYKkmUaPQJ8ZE4yNKXDg==",
9162
+ "version": "1.1.4",
9163
+ "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz",
9164
+ "integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==",
9079
9165
  "dev": true,
9080
9166
  "requires": {
9081
9167
  "call-bind": "^1.0.2",
9082
- "has-symbols": "^1.0.1"
9168
+ "has-tostringtag": "^1.0.0"
9083
9169
  }
9084
9170
  },
9085
9171
  "is-string": {
9086
- "version": "1.0.5",
9087
- "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.0.5.tgz",
9088
- "integrity": "sha512-buY6VNRjhQMiF1qWDouloZlQbRhDPCebwxSjxMjxgemYT46YMd2NR0/H+fBhEfWX4A/w9TBJ+ol+okqJKFE6vQ==",
9089
- "dev": true
9172
+ "version": "1.0.7",
9173
+ "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz",
9174
+ "integrity": "sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==",
9175
+ "dev": true,
9176
+ "requires": {
9177
+ "has-tostringtag": "^1.0.0"
9178
+ }
9090
9179
  },
9091
9180
  "is-symbol": {
9092
9181
  "version": "1.0.3",
@@ -9580,9 +9669,9 @@
9580
9669
  "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw=="
9581
9670
  },
9582
9671
  "mocha": {
9583
- "version": "9.0.2",
9584
- "resolved": "https://registry.npmjs.org/mocha/-/mocha-9.0.2.tgz",
9585
- "integrity": "sha512-FpspiWU+UT9Sixx/wKimvnpkeW0mh6ROAKkIaPokj3xZgxeRhcna/k5X57jJghEr8X+Cgu/Vegf8zCX5ugSuTA==",
9672
+ "version": "9.1.1",
9673
+ "resolved": "https://registry.npmjs.org/mocha/-/mocha-9.1.1.tgz",
9674
+ "integrity": "sha512-0wE74YMgOkCgBUj8VyIDwmLUjTsS13WV1Pg7l0SHea2qzZzlq7MDnfbPsHKcELBRk3+izEVkRofjmClpycudCA==",
9586
9675
  "dev": true,
9587
9676
  "requires": {
9588
9677
  "@ungap/promise-all-settled": "1.1.2",
@@ -9743,9 +9832,9 @@
9743
9832
  "integrity": "sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ=="
9744
9833
  },
9745
9834
  "object-inspect": {
9746
- "version": "1.9.0",
9747
- "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.9.0.tgz",
9748
- "integrity": "sha512-i3Bp9iTqwhaLZBxGkRfo5ZbE07BQRT7MGu8+nNgwW9ItGp1TzCTw2DLEoWwjClxBjOFI/hWljTAmYGCEwmtnOw==",
9835
+ "version": "1.11.0",
9836
+ "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.11.0.tgz",
9837
+ "integrity": "sha512-jp7ikS6Sd3GxQfZJPyH3cjcbJF6GZPClgdV+EFygjFLQ5FmW/dRUnTd9PQ9k0JhoNDabWFbpF1yCdSWCC6gexg==",
9749
9838
  "dev": true
9750
9839
  },
9751
9840
  "object-keys": {
@@ -9767,15 +9856,14 @@
9767
9856
  }
9768
9857
  },
9769
9858
  "object.values": {
9770
- "version": "1.1.3",
9771
- "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.1.3.tgz",
9772
- "integrity": "sha512-nkF6PfDB9alkOUxpf1HNm/QlkeW3SReqL5WXeBLpEJJnlPSvRaDQpW3gQTksTN3fgJX4hL42RzKyOin6ff3tyw==",
9859
+ "version": "1.1.4",
9860
+ "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.1.4.tgz",
9861
+ "integrity": "sha512-TnGo7j4XSnKQoK3MfvkzqKCi0nVe/D9I9IjwTNYdb/fxYHpjrluHVOgw0AF6jrRFGMPHdfuidR09tIDiIvnaSg==",
9773
9862
  "dev": true,
9774
9863
  "requires": {
9775
9864
  "call-bind": "^1.0.2",
9776
9865
  "define-properties": "^1.1.3",
9777
- "es-abstract": "^1.18.0-next.2",
9778
- "has": "^1.0.3"
9866
+ "es-abstract": "^1.18.2"
9779
9867
  }
9780
9868
  },
9781
9869
  "omelette": {
@@ -10539,19 +10627,30 @@
10539
10627
  "resolved": "https://registry.npmjs.org/shimmer/-/shimmer-1.2.1.tgz",
10540
10628
  "integrity": "sha512-sQTKC1Re/rM6XyFM6fIAGHRPVGvyXfgzIDvzoq608vM+jeyVD0Tu1E6Np0Kc2zAIFWIj963V2800iF/9LPieQw=="
10541
10629
  },
10630
+ "side-channel": {
10631
+ "version": "1.0.4",
10632
+ "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz",
10633
+ "integrity": "sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==",
10634
+ "dev": true,
10635
+ "requires": {
10636
+ "call-bind": "^1.0.0",
10637
+ "get-intrinsic": "^1.0.2",
10638
+ "object-inspect": "^1.9.0"
10639
+ }
10640
+ },
10542
10641
  "signal-exit": {
10543
10642
  "version": "3.0.3",
10544
10643
  "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.3.tgz",
10545
10644
  "integrity": "sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA=="
10546
10645
  },
10547
10646
  "sinon": {
10548
- "version": "11.1.1",
10549
- "resolved": "https://registry.npmjs.org/sinon/-/sinon-11.1.1.tgz",
10550
- "integrity": "sha512-ZSSmlkSyhUWbkF01Z9tEbxZLF/5tRC9eojCdFh33gtQaP7ITQVaMWQHGuFM7Cuf/KEfihuh1tTl3/ABju3AQMg==",
10647
+ "version": "11.1.2",
10648
+ "resolved": "https://registry.npmjs.org/sinon/-/sinon-11.1.2.tgz",
10649
+ "integrity": "sha512-59237HChms4kg7/sXhiRcUzdSkKuydDeTiamT/jesUVHshBgL8XAmhgFo0GfK6RruMDM/iRSij1EybmMog9cJw==",
10551
10650
  "dev": true,
10552
10651
  "requires": {
10553
10652
  "@sinonjs/commons": "^1.8.3",
10554
- "@sinonjs/fake-timers": "^7.1.0",
10653
+ "@sinonjs/fake-timers": "^7.1.2",
10555
10654
  "@sinonjs/samsam": "^6.0.2",
10556
10655
  "diff": "^5.0.0",
10557
10656
  "nise": "^5.1.0",
@@ -10828,9 +10927,9 @@
10828
10927
  }
10829
10928
  },
10830
10929
  "tsconfig-paths": {
10831
- "version": "3.9.0",
10832
- "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.9.0.tgz",
10833
- "integrity": "sha512-dRcuzokWhajtZWkQsDVKbWyY+jgcLC5sqJhg2PSgf4ZkH2aHPvaOY8YWGhmjb68b5qqTfasSsDO9k7RUiEmZAw==",
10930
+ "version": "3.11.0",
10931
+ "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.11.0.tgz",
10932
+ "integrity": "sha512-7ecdYDnIdmv639mmDwslG6KQg1Z9STTz1j7Gcz0xa+nshh/gKDAHcPxRbWOsA3SPp0tXP2leTcY9Kw+NAkfZzA==",
10834
10933
  "dev": true,
10835
10934
  "requires": {
10836
10935
  "@types/json5": "^0.0.29",
@@ -10902,9 +11001,9 @@
10902
11001
  }
10903
11002
  },
10904
11003
  "typescript": {
10905
- "version": "4.3.5",
10906
- "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.5.tgz",
10907
- "integrity": "sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA=="
11004
+ "version": "4.4.2",
11005
+ "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.4.2.tgz",
11006
+ "integrity": "sha512-gzP+t5W4hdy4c+68bfcv0t400HVJMMd2+H9B7gae1nQlBzCqvrXX+6GL/b3GAgyTH966pzrZ70/fRjwAtZksSQ=="
10908
11007
  },
10909
11008
  "unbox-primitive": {
10910
11009
  "version": "1.0.1",