@pnp/cli-microsoft365 5.9.0-beta.bc3200c → 5.9.0-beta.fd6d022

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": "5.9.0-beta.bc3200c",
3
+ "version": "5.9.0-beta.fd6d022",
4
4
  "description": "Manage Microsoft 365 and SharePoint Framework projects on any platform",
5
5
  "license": "MIT",
6
6
  "main": "./dist/api.js",
@@ -157,6 +157,7 @@
157
157
  "Nachan, Smita <smita.nachan@gmail.com>",
158
158
  "Nikolić, Aleksandar <alexandair@live.com>",
159
159
  "Otto <berot3@gmail.com>",
160
+ "Pandey, Vividh <vividh.pandey.13@gmail.com>",
160
161
  "Patil, Atharva <atharvapatil19202@gmail.com>",
161
162
  "Plenevaux, Yannick <yannick.plenevaux@gmail.com>",
162
163
  "Powney, Mark <powney.mark@outlook.com>",
@@ -201,13 +202,13 @@
201
202
  "Wojcik, Adam <adam.wojcik.it@gmail.com>"
202
203
  ],
203
204
  "dependencies": {
204
- "@azure/msal-node": "^1.12.1",
205
+ "@azure/msal-node": "^1.14.1",
205
206
  "@xmldom/xmldom": "^0.8.2",
206
- "adaptive-expressions": "^4.16.0",
207
- "adaptivecards": "^2.10.0",
208
- "adaptivecards-templating": "^2.2.0",
207
+ "adaptive-expressions": "^4.17.1",
208
+ "adaptivecards": "^2.11.1",
209
+ "adaptivecards-templating": "^2.3.1",
209
210
  "adm-zip": "^0.5.9",
210
- "applicationinsights": "^2.3.4",
211
+ "applicationinsights": "^2.3.5",
211
212
  "axios": "^0.27.2",
212
213
  "chalk": "^4.1.2",
213
214
  "clipboardy": "^2.3.0",
@@ -222,36 +223,36 @@
222
223
  "open": "^8.4.0",
223
224
  "semver": "^7.3.7",
224
225
  "strip-json-comments": "^3.1.1",
225
- "typescript": "^4.7.4",
226
+ "typescript": "^4.8.4",
226
227
  "update-notifier": "^5.1.0",
227
- "uuid": "^8.3.2"
228
+ "uuid": "^9.0.0"
228
229
  },
229
230
  "devDependencies": {
230
- "@microsoft/microsoft-graph-types": "^2.22.0",
231
+ "@microsoft/microsoft-graph-types": "^2.25.0",
231
232
  "@types/adm-zip": "^0.5.0",
232
233
  "@types/inquirer": "^8.2.1",
233
234
  "@types/jmespath": "^0.15.0",
234
235
  "@types/json-to-ast": "^2.1.2",
235
236
  "@types/minimist": "^1.2.2",
236
- "@types/mocha": "^9.1.1",
237
- "@types/node": "^16.11.47",
238
- "@types/node-forge": "^1.0.4",
239
- "@types/semver": "^7.3.10",
237
+ "@types/mocha": "^10.0.0",
238
+ "@types/node": "^16.11.64",
239
+ "@types/node-forge": "^1.3.0",
240
+ "@types/semver": "^7.3.12",
240
241
  "@types/sinon": "^10.0.13",
241
242
  "@types/update-notifier": "^5.1.0",
242
243
  "@types/uuid": "^8.3.4",
243
- "@typescript-eslint/eslint-plugin": "^5.32.0",
244
- "@typescript-eslint/parser": "^5.32.0",
244
+ "@typescript-eslint/eslint-plugin": "^5.39.0",
245
+ "@typescript-eslint/parser": "^5.39.0",
245
246
  "c8": "^7.12.0",
246
- "eslint": "^8.21.0",
247
+ "eslint": "^8.24.0",
247
248
  "eslint-config-standard": "^17.0.0",
248
249
  "eslint-plugin-cli-microsoft365": "file:eslint-rules",
249
250
  "eslint-plugin-import": "^2.26.0",
250
251
  "eslint-plugin-node": "^11.1.0",
251
- "eslint-plugin-promise": "^6.0.0",
252
+ "eslint-plugin-promise": "^6.0.1",
252
253
  "mocha": "^10.0.0",
253
254
  "rimraf": "^3.0.2",
254
- "sinon": "^14.0.0",
255
+ "sinon": "^14.0.1",
255
256
  "source-map-support": "^0.5.21"
256
257
  }
257
258
  }