@pnp/cli-microsoft365 10.10.0-beta.3dc1bcf → 10.10.0-beta.eb74779

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": "10.10.0-beta.3dc1bcf",
3
+ "version": "10.10.0-beta.eb74779",
4
4
  "description": "Manage Microsoft 365 and SharePoint Framework projects on any platform",
5
5
  "license": "MIT",
6
6
  "main": "./dist/api.js",
@@ -256,18 +256,18 @@
256
256
  "Zachariassen Laksafoss, Trygvi <trygvi.laksafoss@gmail.com>"
257
257
  ],
258
258
  "dependencies": {
259
- "@azure/msal-common": "^15.7.0",
260
- "@azure/msal-node": "^3.6.0",
261
- "@inquirer/confirm": "^5.1.12",
262
- "@inquirer/input": "^4.1.12",
263
- "@inquirer/select": "^4.2.3",
259
+ "@azure/msal-common": "^15.8.0",
260
+ "@azure/msal-node": "^3.6.2",
261
+ "@inquirer/confirm": "^5.1.13",
262
+ "@inquirer/input": "^4.2.0",
263
+ "@inquirer/select": "^4.2.4",
264
264
  "@xmldom/xmldom": "^0.9.8",
265
265
  "adaptive-expressions": "^4.23.2",
266
266
  "adaptivecards": "^3.0.5",
267
267
  "adaptivecards-templating": "^2.3.1",
268
268
  "adm-zip": "^0.5.16",
269
269
  "applicationinsights": "^3.7.0",
270
- "axios": "^1.9.0",
270
+ "axios": "^1.10.0",
271
271
  "chalk": "^5.4.1",
272
272
  "clipboardy": "^4.0.0",
273
273
  "configstore": "^7.0.0",
@@ -286,7 +286,7 @@
286
286
  "uuid": "^11.1.0",
287
287
  "yaml": "^2.8.0",
288
288
  "yargs-parser": "^22.0.0",
289
- "zod": "^3.25.48"
289
+ "zod": "^3.25.75"
290
290
  },
291
291
  "devDependencies": {
292
292
  "@actions/core": "^1.11.1",
@@ -296,8 +296,8 @@
296
296
  "@types/json-schema": "^7.0.15",
297
297
  "@types/json-to-ast": "^2.1.4",
298
298
  "@types/mocha": "^10.0.10",
299
- "@types/node": "^22.15.29",
300
- "@types/node-forge": "^1.3.11",
299
+ "@types/node": "^22.16.0",
300
+ "@types/node-forge": "^1.3.12",
301
301
  "@types/omelette": "^0.4.5",
302
302
  "@types/semver": "^7.7.0",
303
303
  "@types/sinon": "^17.0.4",
@@ -310,9 +310,9 @@
310
310
  "eslint": "^8.57.1",
311
311
  "eslint-plugin-cli-microsoft365": "file:eslint-rules",
312
312
  "eslint-plugin-mocha": "^10.5.0",
313
- "mocha": "^11.5.0",
313
+ "mocha": "^11.7.1",
314
314
  "rimraf": "^6.0.1",
315
- "sinon": "^20.0.0",
315
+ "sinon": "^21.0.0",
316
316
  "source-map-support": "^0.5.21"
317
317
  }
318
318
  }