@pnp/cli-microsoft365 11.10.0-beta.68e3b93 → 11.10.0-beta.df8d498

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.10.0-beta.68e3b93",
3
+ "version": "11.10.0-beta.df8d498",
4
4
  "description": "Manage Microsoft 365 and SharePoint Framework projects on any platform",
5
5
  "license": "MIT",
6
6
  "main": "./dist/api.js",
@@ -302,34 +302,34 @@
302
302
  }
303
303
  },
304
304
  "dependencies": {
305
- "@azure/msal-common": "^16.6.2",
306
- "@azure/msal-node": "^5.2.2",
305
+ "@azure/msal-common": "^16.11.1",
306
+ "@azure/msal-node": "^5.4.0",
307
307
  "@inquirer/confirm": "^6.1.1",
308
- "@inquirer/input": "^5.1.1",
308
+ "@inquirer/input": "^5.1.2",
309
309
  "@inquirer/select": "^5.2.1",
310
310
  "@xmldom/xmldom": "^0.9.10",
311
311
  "adaptive-expressions": "^4.23.3",
312
312
  "adaptivecards": "^3.0.6",
313
313
  "adaptivecards-templating": "^2.3.1",
314
- "adm-zip": "^0.5.17",
315
- "applicationinsights": "^3.14.0",
316
- "axios": "^1.16.1",
314
+ "adm-zip": "^0.5.18",
315
+ "applicationinsights": "^3.15.1",
316
+ "axios": "^1.18.1",
317
317
  "chalk": "^5.6.2",
318
318
  "clipboardy": "^5.3.1",
319
319
  "configstore": "^8.0.0",
320
320
  "csv-parse": "^6.2.1",
321
- "csv-stringify": "^6.7.0",
321
+ "csv-stringify": "^6.8.1",
322
322
  "easy-table": "^1.2.0",
323
323
  "jmespath": "^0.16.0",
324
324
  "json-to-ast": "^2.1.0",
325
325
  "node-forge": "^1.4.0",
326
326
  "omelette": "^0.4.17",
327
327
  "open": "^11.0.0",
328
- "semver": "^7.8.1",
328
+ "semver": "^7.8.5",
329
329
  "strip-json-comments": "^5.0.3",
330
330
  "typescript": "^5.9.3",
331
331
  "update-notifier": "^7.3.1",
332
- "uuid": "^14.0.0",
332
+ "uuid": "^14.0.1",
333
333
  "yaml": "^2.9.0",
334
334
  "yargs-parser": "^22.0.0",
335
335
  "zod": "^4.4.3"
@@ -344,7 +344,7 @@
344
344
  "@types/json-schema": "^7.0.15",
345
345
  "@types/json-to-ast": "^2.1.4",
346
346
  "@types/mocha": "^10.0.10",
347
- "@types/node": "^24.12.4",
347
+ "@types/node": "^24.13.3",
348
348
  "@types/node-forge": "^1.3.14",
349
349
  "@types/omelette": "^0.4.5",
350
350
  "@types/semver": "^7.7.1",
@@ -352,16 +352,16 @@
352
352
  "@types/update-notifier": "^6.0.8",
353
353
  "@types/uuid": "^10.0.0",
354
354
  "@types/yargs-parser": "^21.0.3",
355
- "@typescript-eslint/eslint-plugin": "^8.60.0",
355
+ "@typescript-eslint/eslint-plugin": "^8.63.0",
356
356
  "@typescript-eslint/parser": "^8.58.0",
357
357
  "c8": "^11.0.0",
358
- "eslint": "^10.4.1",
358
+ "eslint": "^10.6.0",
359
359
  "eslint-plugin-mocha": "^11.3.0",
360
- "globals": "^17.6.0",
360
+ "globals": "^17.7.0",
361
361
  "mocha": "^11.7.6",
362
362
  "rimraf": "^6.1.3",
363
363
  "sinon": "^22.0.0",
364
364
  "source-map-support": "^0.5.21",
365
- "tsc-watch": "^7.2.0"
365
+ "tsc-watch": "^7.2.1"
366
366
  }
367
367
  }