@pnp/cli-microsoft365 11.4.0-beta.312ca0b → 11.4.0-beta.37c2235

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.4.0-beta.312ca0b",
3
+ "version": "11.4.0-beta.37c2235",
4
4
  "description": "Manage Microsoft 365 and SharePoint Framework projects on any platform",
5
5
  "license": "MIT",
6
6
  "main": "./dist/api.js",
@@ -147,6 +147,7 @@
147
147
  "De Cleyre, Nico <nico.de.cleyre@gmail.com>",
148
148
  "Deshpande, Vardhaman <vardhaman.rd@gmail.com>",
149
149
  "Dojcsák, János <dojcsak.janos@gmail.com>",
150
+ "Druzhkina, Antanina <totora246@gmail.com>",
150
151
  "Dyjas, Robert <15113729+robdy@users.noreply.github.com>",
151
152
  "Faleel, Mohamed Ashiq <ashiqf@gmail.com>",
152
153
  "Flores, Gaston <gaston.flrs@gmail.com>",
@@ -271,9 +272,9 @@
271
272
  "dependencies": {
272
273
  "@azure/msal-common": "^15.13.3",
273
274
  "@azure/msal-node": "^3.8.4",
274
- "@inquirer/confirm": "^5.1.21",
275
- "@inquirer/input": "^4.3.1",
276
- "@inquirer/select": "^4.4.2",
275
+ "@inquirer/confirm": "^6.0.3",
276
+ "@inquirer/input": "^5.0.3",
277
+ "@inquirer/select": "^5.0.3",
277
278
  "@xmldom/xmldom": "^0.9.8",
278
279
  "adaptive-expressions": "^4.23.3",
279
280
  "adaptivecards": "^3.0.5",
@@ -291,7 +292,7 @@
291
292
  "json-to-ast": "^2.1.0",
292
293
  "node-forge": "^1.3.3",
293
294
  "omelette": "^0.4.17",
294
- "open": "^10.2.0",
295
+ "open": "^11.0.0",
295
296
  "semver": "^7.7.3",
296
297
  "strip-json-comments": "^5.0.3",
297
298
  "typescript": "^5.9.3",
@@ -299,10 +300,10 @@
299
300
  "uuid": "^13.0.0",
300
301
  "yaml": "^2.8.2",
301
302
  "yargs-parser": "^22.0.0",
302
- "zod": "^4.1.11"
303
+ "zod": "^4.3.5"
303
304
  },
304
305
  "devDependencies": {
305
- "@actions/core": "^1.11.1",
306
+ "@actions/core": "^2.0.1",
306
307
  "@microsoft/microsoft-graph-types": "^2.43.1",
307
308
  "@stylistic/eslint-plugin": "^5.6.1",
308
309
  "@types/adm-zip": "^0.5.7",
@@ -310,15 +311,15 @@
310
311
  "@types/json-schema": "^7.0.15",
311
312
  "@types/json-to-ast": "^2.1.4",
312
313
  "@types/mocha": "^10.0.10",
313
- "@types/node": "^22.19.3",
314
+ "@types/node": "^24.10.4",
314
315
  "@types/node-forge": "^1.3.14",
315
316
  "@types/omelette": "^0.4.5",
316
317
  "@types/semver": "^7.7.1",
317
- "@types/sinon": "^17.0.4",
318
+ "@types/sinon": "^21.0.0",
318
319
  "@types/update-notifier": "^6.0.8",
319
320
  "@types/uuid": "^10.0.0",
320
321
  "@types/yargs-parser": "^21.0.3",
321
- "@typescript-eslint/eslint-plugin": "^8.50.0",
322
+ "@typescript-eslint/eslint-plugin": "^8.51.0",
322
323
  "@typescript-eslint/parser": "^8.46.4",
323
324
  "c8": "^10.1.3",
324
325
  "eslint": "^9.39.2",
@@ -326,7 +327,7 @@
326
327
  "eslint-plugin-mocha": "^11.2.0",
327
328
  "mocha": "^11.7.5",
328
329
  "rimraf": "^6.1.2",
329
- "sinon": "^21.0.0",
330
+ "sinon": "^21.0.1",
330
331
  "source-map-support": "^0.5.21",
331
332
  "tsc-watch": "^7.2.0"
332
333
  }