@pnp/cli-microsoft365 4.3.0-beta.014ebf5 → 4.3.0-beta.0aaa522

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-beta.014ebf5",
3
+ "version": "4.3.0-beta.0aaa522",
4
4
  "description": "Manage Microsoft 365 and SharePoint Framework projects on any platform",
5
5
  "license": "MIT",
6
6
  "main": "./dist/index.js",
@@ -143,6 +143,7 @@
143
143
  "Schot, Albert-Jan <appie@digiwijs.nl>",
144
144
  "Schouten, Robert <robert.schouten@wortell.nl>",
145
145
  "Schütze, Sebastian <sebastian.schuetze@razorspoint.com>",
146
+ "Shafi, Danish <33339824+builtbydans@users.noreply.github.com>",
146
147
  "Shah, Dipen <Dips365@hotmail.com>",
147
148
  "Siatka, Piotr <piotr@valointranet.com>",
148
149
  "Sinha, Kislay <kislay_sinha@outlook.com>",
@@ -154,6 +155,7 @@
154
155
  "Svenson, Mikael <miksvenson@gmail.com>",
155
156
  "Tane, Peter <peter.tane@gmail.come>",
156
157
  "Tatti, Anoop <anoop@live.co.uk>",
158
+ "Thangavel, Sekar <sekar.thangavel@gmail.com>",
157
159
  "Thorild, Fredrik <fredrik.thorild@sogeti.com>",
158
160
  "Trinder, Garry <garry.trinder@live.com>",
159
161
  "Vaghasia, Siddharth <siddh.vaghasia@gmail.com>",
@@ -167,14 +169,15 @@
167
169
  "Wojcik, Adam <adam.wojcik.it@gmail.com>"
168
170
  ],
169
171
  "dependencies": {
170
- "@azure/msal-node": "^1.3.2",
171
- "adaptive-expressions": "^4.14.1",
172
+ "@azure/msal-node": "^1.4.0",
173
+ "adaptive-expressions": "^4.15.0",
172
174
  "adaptivecards": "^2.10.0",
173
175
  "adaptivecards-templating": "^2.2.0",
174
176
  "adm-zip": "^0.5.9",
175
- "applicationinsights": "^2.1.9",
177
+ "applicationinsights": "^2.2.0",
176
178
  "axios": "^0.24.0",
177
179
  "chalk": "^4.1.2",
180
+ "csv-stringify": "^6.0.4",
178
181
  "easy-table": "^1.2.0",
179
182
  "inquirer": "^8.2.0",
180
183
  "jmespath": "^0.15.0",
@@ -186,38 +189,38 @@
186
189
  "open": "^8.4.0",
187
190
  "semver": "^7.3.4",
188
191
  "strip-json-comments": "^3.1.1",
189
- "typescript": "^4.4.4",
192
+ "typescript": "^4.5.3",
190
193
  "update-notifier": "^5.1.0",
191
194
  "uuid": "^8.3.2",
192
195
  "xmldom": "^0.6.0"
193
196
  },
194
197
  "devDependencies": {
195
- "@microsoft/microsoft-graph-types": "^2.8.0",
198
+ "@microsoft/microsoft-graph-types": "^2.10.0",
196
199
  "@types/adm-zip": "^0.4.34",
197
200
  "@types/inquirer": "^8.1.3",
198
201
  "@types/jmespath": "^0.15.0",
199
202
  "@types/json-to-ast": "^2.1.2",
200
203
  "@types/minimist": "^1.2.2",
201
204
  "@types/mocha": "^9.0.0",
202
- "@types/node": "^14.17.32",
203
- "@types/node-forge": "^0.10.9",
205
+ "@types/node": "^16.11.12",
206
+ "@types/node-forge": "^0.10.10",
204
207
  "@types/semver": "^7.3.9",
205
208
  "@types/sinon": "^10.0.6",
206
209
  "@types/update-notifier": "^5.1.0",
207
- "@types/uuid": "^8.3.1",
210
+ "@types/uuid": "^8.3.3",
208
211
  "@types/xmldom": "^0.1.31",
209
- "@typescript-eslint/eslint-plugin": "^4.33.0",
210
- "@typescript-eslint/parser": "^4.33.0",
212
+ "@typescript-eslint/eslint-plugin": "^5.6.0",
213
+ "@typescript-eslint/parser": "^5.6.0",
211
214
  "c8": "^7.10.0",
212
215
  "coveralls": "^3.1.1",
213
- "eslint": "^7.32.0",
216
+ "eslint": "^8.4.1",
214
217
  "eslint-config-standard": "^16.0.3",
215
218
  "eslint-plugin-cli-microsoft365": "file:eslint-rules",
216
- "eslint-plugin-import": "^2.25.2",
219
+ "eslint-plugin-import": "^2.25.3",
217
220
  "eslint-plugin-node": "^11.1.0",
218
- "eslint-plugin-promise": "^5.1.1",
221
+ "eslint-plugin-promise": "^5.2.0",
219
222
  "mocha": "^9.1.3",
220
223
  "rimraf": "^3.0.2",
221
- "sinon": "^11.1.2"
224
+ "sinon": "^12.0.1"
222
225
  }
223
226
  }