@pnp/cli-microsoft365 11.8.0-beta.52da392 → 11.8.0-beta.9056aef

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": "11.8.0-beta.52da392",
3
+ "version": "11.8.0-beta.9056aef",
4
4
  "description": "Manage Microsoft 365 and SharePoint Framework projects on any platform",
5
5
  "license": "MIT",
6
6
  "main": "./dist/api.js",
@@ -279,18 +279,18 @@
279
279
  }
280
280
  },
281
281
  "dependencies": {
282
- "@azure/msal-common": "^16.4.1",
283
- "@azure/msal-node": "^5.1.2",
284
- "@inquirer/confirm": "^6.0.10",
285
- "@inquirer/input": "^5.0.10",
286
- "@inquirer/select": "^5.1.2",
287
- "@xmldom/xmldom": "^0.9.9",
282
+ "@azure/msal-common": "^16.5.2",
283
+ "@azure/msal-node": "^5.1.5",
284
+ "@inquirer/confirm": "^6.0.12",
285
+ "@inquirer/input": "^5.0.12",
286
+ "@inquirer/select": "^5.1.4",
287
+ "@xmldom/xmldom": "^0.9.10",
288
288
  "adaptive-expressions": "^4.23.3",
289
- "adaptivecards": "^3.0.5",
289
+ "adaptivecards": "^3.0.6",
290
290
  "adaptivecards-templating": "^2.3.1",
291
291
  "adm-zip": "^0.5.17",
292
292
  "applicationinsights": "^3.14.0",
293
- "axios": "^1.14.0",
293
+ "axios": "^1.15.2",
294
294
  "chalk": "^5.6.2",
295
295
  "clipboardy": "^5.3.1",
296
296
  "configstore": "^8.0.0",
@@ -306,13 +306,13 @@
306
306
  "strip-json-comments": "^5.0.3",
307
307
  "typescript": "^5.9.3",
308
308
  "update-notifier": "^7.3.1",
309
- "uuid": "^13.0.0",
309
+ "uuid": "^13.0.1",
310
310
  "yaml": "^2.8.3",
311
311
  "yargs-parser": "^22.0.0",
312
- "zod": "^4.3.6"
312
+ "zod": "^4.4.1"
313
313
  },
314
314
  "devDependencies": {
315
- "@actions/core": "^3.0.0",
315
+ "@actions/core": "^3.0.1",
316
316
  "@eslint/js": "^10.0.1",
317
317
  "@microsoft/microsoft-graph-types": "^2.43.1",
318
318
  "@stylistic/eslint-plugin": "^5.10.0",
@@ -321,23 +321,23 @@
321
321
  "@types/json-schema": "^7.0.15",
322
322
  "@types/json-to-ast": "^2.1.4",
323
323
  "@types/mocha": "^10.0.10",
324
- "@types/node": "^24.12.0",
324
+ "@types/node": "^24.12.2",
325
325
  "@types/node-forge": "^1.3.14",
326
326
  "@types/omelette": "^0.4.5",
327
327
  "@types/semver": "^7.7.1",
328
- "@types/sinon": "^21.0.0",
328
+ "@types/sinon": "^21.0.1",
329
329
  "@types/update-notifier": "^6.0.8",
330
330
  "@types/uuid": "^10.0.0",
331
331
  "@types/yargs-parser": "^21.0.3",
332
- "@typescript-eslint/eslint-plugin": "^8.58.0",
332
+ "@typescript-eslint/eslint-plugin": "^8.59.1",
333
333
  "@typescript-eslint/parser": "^8.58.0",
334
334
  "c8": "^11.0.0",
335
- "eslint": "^10.1.0",
335
+ "eslint": "^10.2.1",
336
336
  "eslint-plugin-mocha": "^11.2.0",
337
- "globals": "^17.4.0",
337
+ "globals": "^17.5.0",
338
338
  "mocha": "^11.7.5",
339
339
  "rimraf": "^6.1.3",
340
- "sinon": "^21.0.3",
340
+ "sinon": "^21.1.2",
341
341
  "source-map-support": "^0.5.21",
342
342
  "tsc-watch": "^7.2.0"
343
343
  }