@pnp/cli-microsoft365 4.3.0-beta.5bf07a3 → 4.3.0-beta.e2f87dd

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnp/cli-microsoft365",
3
- "version": "4.3.0-beta.5bf07a3",
3
+ "version": "4.3.0-beta.e2f87dd",
4
4
  "description": "Manage Microsoft 365 and SharePoint Framework projects on any platform",
5
5
  "license": "MIT",
6
6
  "main": "./dist/index.js",
@@ -143,6 +143,7 @@
143
143
  "Schot, Albert-Jan <appie@digiwijs.nl>",
144
144
  "Schouten, Robert <robert.schouten@wortell.nl>",
145
145
  "Schütze, Sebastian <sebastian.schuetze@razorspoint.com>",
146
+ "Shafi, Danish <33339824+builtbydans@users.noreply.github.com>",
146
147
  "Shah, Dipen <Dips365@hotmail.com>",
147
148
  "Siatka, Piotr <piotr@valointranet.com>",
148
149
  "Sinha, Kislay <kislay_sinha@outlook.com>",
@@ -154,6 +155,7 @@
154
155
  "Svenson, Mikael <miksvenson@gmail.com>",
155
156
  "Tane, Peter <peter.tane@gmail.come>",
156
157
  "Tatti, Anoop <anoop@live.co.uk>",
158
+ "Thangavel, Sekar <sekar.thangavel@gmail.com>",
157
159
  "Thorild, Fredrik <fredrik.thorild@sogeti.com>",
158
160
  "Trinder, Garry <garry.trinder@live.com>",
159
161
  "Vaghasia, Siddharth <siddh.vaghasia@gmail.com>",
@@ -167,12 +169,12 @@
167
169
  "Wojcik, Adam <adam.wojcik.it@gmail.com>"
168
170
  ],
169
171
  "dependencies": {
170
- "@azure/msal-node": "^1.3.2",
171
- "adaptive-expressions": "^4.14.1",
172
+ "@azure/msal-node": "^1.4.0",
173
+ "adaptive-expressions": "^4.15.0",
172
174
  "adaptivecards": "^2.10.0",
173
175
  "adaptivecards-templating": "^2.2.0",
174
176
  "adm-zip": "^0.5.9",
175
- "applicationinsights": "^2.1.9",
177
+ "applicationinsights": "^2.2.0",
176
178
  "axios": "^0.24.0",
177
179
  "chalk": "^4.1.2",
178
180
  "easy-table": "^1.2.0",
@@ -186,38 +188,38 @@
186
188
  "open": "^8.4.0",
187
189
  "semver": "^7.3.4",
188
190
  "strip-json-comments": "^3.1.1",
189
- "typescript": "^4.4.4",
191
+ "typescript": "^4.5.3",
190
192
  "update-notifier": "^5.1.0",
191
193
  "uuid": "^8.3.2",
192
194
  "xmldom": "^0.6.0"
193
195
  },
194
196
  "devDependencies": {
195
- "@microsoft/microsoft-graph-types": "^2.8.0",
197
+ "@microsoft/microsoft-graph-types": "^2.10.0",
196
198
  "@types/adm-zip": "^0.4.34",
197
199
  "@types/inquirer": "^8.1.3",
198
200
  "@types/jmespath": "^0.15.0",
199
201
  "@types/json-to-ast": "^2.1.2",
200
202
  "@types/minimist": "^1.2.2",
201
203
  "@types/mocha": "^9.0.0",
202
- "@types/node": "^14.17.32",
203
- "@types/node-forge": "^0.10.9",
204
+ "@types/node": "^16.11.12",
205
+ "@types/node-forge": "^0.10.10",
204
206
  "@types/semver": "^7.3.9",
205
207
  "@types/sinon": "^10.0.6",
206
208
  "@types/update-notifier": "^5.1.0",
207
- "@types/uuid": "^8.3.1",
209
+ "@types/uuid": "^8.3.3",
208
210
  "@types/xmldom": "^0.1.31",
209
- "@typescript-eslint/eslint-plugin": "^4.33.0",
210
- "@typescript-eslint/parser": "^4.33.0",
211
+ "@typescript-eslint/eslint-plugin": "^5.6.0",
212
+ "@typescript-eslint/parser": "^5.6.0",
211
213
  "c8": "^7.10.0",
212
214
  "coveralls": "^3.1.1",
213
- "eslint": "^7.32.0",
215
+ "eslint": "^8.4.1",
214
216
  "eslint-config-standard": "^16.0.3",
215
217
  "eslint-plugin-cli-microsoft365": "file:eslint-rules",
216
- "eslint-plugin-import": "^2.25.2",
218
+ "eslint-plugin-import": "^2.25.3",
217
219
  "eslint-plugin-node": "^11.1.0",
218
- "eslint-plugin-promise": "^5.1.1",
220
+ "eslint-plugin-promise": "^5.2.0",
219
221
  "mocha": "^9.1.3",
220
222
  "rimraf": "^3.0.2",
221
- "sinon": "^11.1.2"
223
+ "sinon": "^12.0.1"
222
224
  }
223
225
  }