@pnp/cli-microsoft365 10.7.0 → 10.8.0-beta.26ade35

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.7.0",
3
+ "version": "10.8.0-beta.26ade35",
4
4
  "description": "Manage Microsoft 365 and SharePoint Framework projects on any platform",
5
5
  "license": "MIT",
6
6
  "main": "./dist/api.js",
@@ -253,18 +253,18 @@
253
253
  "Zachariassen Laksafoss, Trygvi <trygvi.laksafoss@gmail.com>"
254
254
  ],
255
255
  "dependencies": {
256
- "@azure/msal-common": "^15.5.0",
257
- "@azure/msal-node": "^3.4.1",
256
+ "@azure/msal-common": "^15.5.2",
257
+ "@azure/msal-node": "^3.5.2",
258
258
  "@inquirer/confirm": "^5.1.9",
259
259
  "@inquirer/input": "^4.1.9",
260
- "@inquirer/select": "^4.1.1",
260
+ "@inquirer/select": "^4.2.0",
261
261
  "@xmldom/xmldom": "^0.9.8",
262
262
  "adaptive-expressions": "^4.23.2",
263
263
  "adaptivecards": "^3.0.5",
264
264
  "adaptivecards-templating": "^2.3.1",
265
265
  "adm-zip": "^0.5.16",
266
- "applicationinsights": "^3.6.0",
267
- "axios": "^1.8.4",
266
+ "applicationinsights": "^3.7.0",
267
+ "axios": "^1.9.0",
268
268
  "chalk": "^5.4.1",
269
269
  "clipboardy": "^4.0.0",
270
270
  "configstore": "^7.0.0",
@@ -275,7 +275,7 @@
275
275
  "json-to-ast": "^2.1.0",
276
276
  "node-forge": "^1.3.1",
277
277
  "omelette": "^0.4.17",
278
- "open": "^10.1.0",
278
+ "open": "^10.1.2",
279
279
  "semver": "^7.7.1",
280
280
  "strip-json-comments": "^5.0.1",
281
281
  "typescript": "^5.8.3",
@@ -283,7 +283,7 @@
283
283
  "uuid": "^11.1.0",
284
284
  "yaml": "^2.7.1",
285
285
  "yargs-parser": "^21.1.1",
286
- "zod": "^3.24.2"
286
+ "zod": "^3.24.4"
287
287
  },
288
288
  "devDependencies": {
289
289
  "@actions/core": "^1.11.1",
@@ -293,7 +293,7 @@
293
293
  "@types/json-schema": "^7.0.15",
294
294
  "@types/json-to-ast": "^2.1.4",
295
295
  "@types/mocha": "^10.0.10",
296
- "@types/node": "^22.14.0",
296
+ "@types/node": "^22.15.6",
297
297
  "@types/node-forge": "^1.3.11",
298
298
  "@types/omelette": "^0.4.5",
299
299
  "@types/semver": "^7.7.0",
@@ -307,9 +307,9 @@
307
307
  "eslint": "^8.57.1",
308
308
  "eslint-plugin-cli-microsoft365": "file:eslint-rules",
309
309
  "eslint-plugin-mocha": "^10.5.0",
310
- "mocha": "^11.1.0",
310
+ "mocha": "^11.2.2",
311
311
  "rimraf": "^6.0.1",
312
312
  "sinon": "^20.0.0",
313
313
  "source-map-support": "^0.5.21"
314
314
  }
315
- }
315
+ }