@pnp/cli-microsoft365 7.8.0-beta.a83837a → 7.8.0

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": "7.8.0-beta.a83837a",
3
+ "version": "7.8.0",
4
4
  "description": "Manage Microsoft 365 and SharePoint Framework projects on any platform",
5
5
  "license": "MIT",
6
6
  "main": "./dist/api.js",
@@ -245,14 +245,14 @@
245
245
  "Zachariassen Laksafoss, Trygvi <trygvi.laksafoss@gmail.com>"
246
246
  ],
247
247
  "dependencies": {
248
- "@azure/msal-common": "^14.8.1",
249
- "@azure/msal-node": "^2.6.6",
250
- "@inquirer/confirm": "^3.1.1",
251
- "@inquirer/input": "^2.1.1",
252
- "@inquirer/select": "^2.2.1",
248
+ "@azure/msal-common": "^14.10.0",
249
+ "@azure/msal-node": "^2.8.0",
250
+ "@inquirer/confirm": "^3.1.6",
251
+ "@inquirer/input": "^2.1.6",
252
+ "@inquirer/select": "^2.3.2",
253
253
  "@xmldom/xmldom": "^0.8.10",
254
- "adaptive-expressions": "^4.22.1",
255
- "adaptivecards": "^3.0.2",
254
+ "adaptive-expressions": "^4.22.2",
255
+ "adaptivecards": "^3.0.3",
256
256
  "adaptivecards-templating": "^2.3.1",
257
257
  "adm-zip": "^0.5.12",
258
258
  "applicationinsights": "^2.9.5",
@@ -269,12 +269,12 @@
269
269
  "omelette": "^0.4.17",
270
270
  "open": "^10.1.0",
271
271
  "ora": "^8.0.1",
272
- "semver": "^7.6.0",
272
+ "semver": "^7.6.1",
273
273
  "strip-json-comments": "^5.0.1",
274
- "typescript": "^5.4.3",
274
+ "typescript": "^5.4.5",
275
275
  "update-notifier": "^7.0.0",
276
276
  "uuid": "^9.0.1",
277
- "yaml": "^2.4.1"
277
+ "yaml": "^2.4.2"
278
278
  },
279
279
  "devDependencies": {
280
280
  "@actions/core": "^1.10.1",
@@ -284,22 +284,22 @@
284
284
  "@types/json-to-ast": "^2.1.4",
285
285
  "@types/minimist": "^1.2.5",
286
286
  "@types/mocha": "^10.0.6",
287
- "@types/node": "^20.12.2",
287
+ "@types/node": "^20.12.10",
288
288
  "@types/node-forge": "^1.3.11",
289
289
  "@types/omelette": "^0.4.4",
290
290
  "@types/semver": "^7.5.8",
291
291
  "@types/sinon": "^17.0.3",
292
292
  "@types/update-notifier": "^6.0.8",
293
293
  "@types/uuid": "^9.0.8",
294
- "@typescript-eslint/eslint-plugin": "^7.5.0",
295
- "@typescript-eslint/parser": "^7.5.0",
294
+ "@typescript-eslint/eslint-plugin": "^7.8.0",
295
+ "@typescript-eslint/parser": "^7.8.0",
296
296
  "c8": "^9.1.0",
297
297
  "eslint": "^8.57.0",
298
298
  "eslint-plugin-cli-microsoft365": "file:eslint-rules",
299
- "eslint-plugin-mocha": "^10.4.1",
299
+ "eslint-plugin-mocha": "^10.4.3",
300
300
  "mocha": "^10.4.0",
301
301
  "rimraf": "^5.0.5",
302
- "sinon": "^17.0.0",
302
+ "sinon": "^17.0.2",
303
303
  "source-map-support": "^0.5.21"
304
304
  }
305
- }
305
+ }