@pnp/cli-microsoft365 4.3.0 → 4.4.0-beta.ffe290f

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": "4.3.0",
3
+ "version": "4.4.0-beta.ffe290f",
4
4
  "description": "Manage Microsoft 365 and SharePoint Framework projects on any platform",
5
5
  "license": "MIT",
6
6
  "main": "./dist/index.js",
@@ -88,6 +88,7 @@
88
88
  "Balasubramaniam, Jayakumar <jayakumar@live.in>",
89
89
  "Bauer, Stefan <stefan.bauer@n8d.at>",
90
90
  "Bernier, Hugo <hugoabernier@live.ca>",
91
+ "Bewernitz, Christian <coder@karfau.de>",
91
92
  "Bhardwaj, Aakash <aakashbhardwaj619@gmail.com>",
92
93
  "Biret, Vincent <baywet@users.noreply.github.com>",
93
94
  "Biro, Peter <Peter.Biro@xs.nestle.com>",
@@ -121,6 +122,7 @@
121
122
  "Laskewitz, Daniel <daniel@laskewitz.nl>",
122
123
  "Lengelle, Veronique <25181757+veronicageek@users.noreply.github.com>",
123
124
  "Levert, Sebastien <slevert@outlook.com>",
125
+ "Lingstuyl, Martin <martin@i4-you.com>",
124
126
  "Maillot, Michaël <battosaimykle@gmail.com>",
125
127
  "Mastykarz, Waldek <waldek@mastykarz.nl>",
126
128
  "McDonnell, Kevin <kevin@mcd79.com>",
@@ -171,7 +173,8 @@
171
173
  "Wojcik, Adam <adam.wojcik.it@gmail.com>"
172
174
  ],
173
175
  "dependencies": {
174
- "@azure/msal-node": "^1.4.0",
176
+ "@azure/msal-node": "^1.5.0",
177
+ "@xmldom/xmldom": "^0.7.5",
175
178
  "adaptive-expressions": "^4.15.0",
176
179
  "adaptivecards": "^2.10.0",
177
180
  "adaptivecards-templating": "^2.2.0",
@@ -179,50 +182,48 @@
179
182
  "applicationinsights": "^2.2.0",
180
183
  "axios": "^0.24.0",
181
184
  "chalk": "^4.1.2",
182
- "csv-stringify": "^6.0.4",
185
+ "csv-stringify": "^6.0.5",
183
186
  "easy-table": "^1.2.0",
184
187
  "inquirer": "^8.2.0",
185
188
  "jmespath": "^0.15.0",
186
189
  "json-to-ast": "^2.1.0",
187
190
  "markshell": "^1.3.8",
188
191
  "minimist": "^1.2.5",
189
- "node-forge": "^0.10.0",
192
+ "node-forge": "^1.2.0",
190
193
  "omelette": "^0.4.17",
191
194
  "open": "^8.4.0",
192
195
  "semver": "^7.3.4",
193
196
  "strip-json-comments": "^3.1.1",
194
- "typescript": "^4.5.3",
197
+ "typescript": "^4.5.4",
195
198
  "update-notifier": "^5.1.0",
196
- "uuid": "^8.3.2",
197
- "xmldom": "^0.6.0"
199
+ "uuid": "^8.3.2"
198
200
  },
199
201
  "devDependencies": {
200
- "@microsoft/microsoft-graph-types": "^2.10.0",
202
+ "@microsoft/microsoft-graph-types": "^2.11.0",
201
203
  "@types/adm-zip": "^0.4.34",
202
204
  "@types/inquirer": "^8.1.3",
203
205
  "@types/jmespath": "^0.15.0",
204
206
  "@types/json-to-ast": "^2.1.2",
205
207
  "@types/minimist": "^1.2.2",
206
208
  "@types/mocha": "^9.0.0",
207
- "@types/node": "^16.11.12",
208
- "@types/node-forge": "^0.10.10",
209
+ "@types/node": "^16.11.19",
210
+ "@types/node-forge": "^1.0.0",
209
211
  "@types/semver": "^7.3.9",
210
212
  "@types/sinon": "^10.0.6",
211
213
  "@types/update-notifier": "^5.1.0",
212
- "@types/uuid": "^8.3.3",
213
- "@types/xmldom": "^0.1.31",
214
- "@typescript-eslint/eslint-plugin": "^5.6.0",
215
- "@typescript-eslint/parser": "^5.6.0",
216
- "c8": "^7.10.0",
214
+ "@types/uuid": "^8.3.4",
215
+ "@typescript-eslint/eslint-plugin": "^5.9.0",
216
+ "@typescript-eslint/parser": "^5.9.0",
217
+ "c8": "^7.11.0",
217
218
  "coveralls": "^3.1.1",
218
- "eslint": "^8.4.1",
219
+ "eslint": "^8.6.0",
219
220
  "eslint-config-standard": "^16.0.3",
220
221
  "eslint-plugin-cli-microsoft365": "file:eslint-rules",
221
- "eslint-plugin-import": "^2.25.3",
222
+ "eslint-plugin-import": "^2.25.4",
222
223
  "eslint-plugin-node": "^11.1.0",
223
- "eslint-plugin-promise": "^5.2.0",
224
+ "eslint-plugin-promise": "^6.0.0",
224
225
  "mocha": "^9.1.3",
225
226
  "rimraf": "^3.0.2",
226
227
  "sinon": "^12.0.1"
227
228
  }
228
- }
229
+ }