@itentialopensource/adapter-paragon_insights 0.4.0 → 0.5.1

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/BROKER.md CHANGED
@@ -22,18 +22,25 @@ Below is an example of how you may set up the properties for this call.
22
22
  {
23
23
  "path": "/{org}/get/devices",
24
24
  "method": "GET",
25
+ "pagination": {
26
+ "offsetVar": "",
27
+ "limitVar": "",
28
+ "incrementBy": "limit",
29
+ "requestLocation": "query"
30
+ },
25
31
  "query": {},
26
32
  "body": {},
27
33
  "headers": {},
28
34
  "handleFailure": "ignore",
35
+ "responseDataKey": "",
29
36
  "requestFields": {
30
37
  "org": "555"
31
38
  },
32
39
  "responseFields": {
33
- "name": "host",
34
- "ostype": "os",
40
+ "name": "{hostField}",
41
+ "ostype": "{osField}",
35
42
  "ostypePrefix": "system-",
36
- "ipaddress": "attributes.ipaddr",
43
+ "ipaddress": "{attributes.ipaddr}",
37
44
  "port": "443"
38
45
  }
39
46
  },
@@ -44,16 +51,17 @@ Below is an example of how you may set up the properties for this call.
44
51
  "body": {},
45
52
  "headers": {},
46
53
  "handleFailure": "ignore",
54
+ "responseDataKey": "",
47
55
  "requestFields": {
48
56
  "org": "777"
49
57
  },
50
58
  "responseFields": {
51
- "name": "host",
52
- "ostype": "os",
59
+ "name": "{hostField}",
60
+ "ostype": "{osField}",
53
61
  "ostypePrefix": "system-",
54
- "ipaddress": "attributes.ipaddr",
62
+ "ipaddress": "{attributes.ipaddr}",
55
63
  "port": "443",
56
- "myorg": "org"
64
+ "myorg": "{orgField}"
57
65
  }
58
66
  }
59
67
  ]
@@ -88,12 +96,13 @@ Below is an example of how you may set up the properties for this call.
88
96
  "headers": {},
89
97
  "handleFailure": "ignore",
90
98
  "statusValue": "online",
99
+ "responseDataKey": "",
91
100
  "requestFields": {
92
- "org": "myorg",
93
- "id": "name"
101
+ "org": "{myorg}",
102
+ "id": "{name}"
94
103
  },
95
104
  "responseFields": {
96
- "status": "status"
105
+ "status": "{status}"
97
106
  }
98
107
  }
99
108
  ]
@@ -129,9 +138,10 @@ Below is an example of how you may set up the properties for this call.
129
138
  "body": {},
130
139
  "headers": {},
131
140
  "handleFailure": "ignore",
141
+ "responseDataKey": "",
132
142
  "requestFields": {
133
- "org": "myorg",
134
- "id": "name"
143
+ "org": "{myorg}",
144
+ "id": "{name}"
135
145
  }
136
146
  "responseFields": {}
137
147
  },
@@ -142,8 +152,9 @@ Below is an example of how you may set up the properties for this call.
142
152
  "body": {},
143
153
  "headers": {},
144
154
  "handleFailure": "ignore",
155
+ "responseDataKey": "",
145
156
  "requestFields": {
146
- "org": "myorg"
157
+ "org": "{myorg}"
147
158
  }
148
159
  "responseFields": {}
149
160
  }
@@ -178,17 +189,18 @@ Below is an example of how you may set up the properties for this call.
178
189
  "body": {},
179
190
  "headers": {},
180
191
  "handleFailure": "ignore",
192
+ "responseDataKey": "",
181
193
  "requestFields": {
182
- "org": "myorg",
183
- "id": "name"
194
+ "org": "{myorg}",
195
+ "id": "{name}"
184
196
  },
185
197
  "responseFields": {
186
- "name": "host",
187
- "ostype": "os",
198
+ "name": "{hostField}",
199
+ "ostype": "{osField}",
188
200
  "ostypePrefix": "system-",
189
- "ipaddress": "attributes.ipaddr",
201
+ "ipaddress": "{attributes.ipaddr}",
190
202
  "port": "443",
191
- "myorg": "org"
203
+ "myorg": "{orgField}"
192
204
  }
193
205
  }
194
206
  ]
package/CHANGELOG.md CHANGED
@@ -1,4 +1,20 @@
1
1
 
2
+ ## 0.5.1 [08-07-2024]
3
+
4
+ * Changes made at 2024.08.06_18:39PM
5
+
6
+ See merge request itentialopensource/adapters/adapter-paragon_insights!11
7
+
8
+ ---
9
+
10
+ ## 0.5.0 [07-23-2024]
11
+
12
+ * Minor/2024 auto migration
13
+
14
+ See merge request itentialopensource/adapters/telemetry-analytics/adapter-paragon_insights!10
15
+
16
+ ---
17
+
2
18
  ## 0.4.0 [05-01-2024]
3
19
 
4
20
  * 2024 Adapter Migration
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Adapter for Paragon Insights
1
+ # Adapter for Paragon_insights
2
2
 
3
3
  ## Table of Contents
4
4
 
package/TAB2.md CHANGED
@@ -228,28 +228,29 @@ Sample Properties can be used to help you configure the adapter in the Itential
228
228
  "enabled": false,
229
229
  "getDevice": [
230
230
  {
231
- "path": "/get/devices/{id}",
231
+ "path": "/not/mapped",
232
232
  "method": "GET",
233
233
  "query": {},
234
234
  "body": {},
235
235
  "headers": {},
236
236
  "handleFailure": "ignore",
237
237
  "requestFields": {
238
- "id": "name"
238
+ "insample": "{port}"
239
239
  },
240
240
  "responseDatakey": "",
241
241
  "responseFields": {
242
- "name": "host",
243
- "ostype": "os",
244
- "ostypePrefix": "system-",
245
- "ipaddress": "attributes.ipaddr",
246
- "port": "443"
242
+ "name": "{this}{||}{that}",
243
+ "ostype": "{osfield}",
244
+ "ostypePrefix": "meraki-",
245
+ "port": "{port}",
246
+ "ipaddress": "{ip_addr}",
247
+ "serial": "{serial}"
247
248
  }
248
249
  }
249
250
  ],
250
251
  "getDevicesFiltered": [
251
252
  {
252
- "path": "/get/devices",
253
+ "path": "/not/mapped",
253
254
  "method": "GET",
254
255
  "pagination": {
255
256
  "offsetVar": "",
@@ -264,42 +265,44 @@ Sample Properties can be used to help you configure the adapter in the Itential
264
265
  "requestFields": {},
265
266
  "responseDatakey": "",
266
267
  "responseFields": {
267
- "name": "host",
268
- "ostype": "os",
269
- "ostypePrefix": "system-",
270
- "ipaddress": "attributes.ipaddr",
271
- "port": "443"
268
+ "name": "{this}{||}{that}",
269
+ "ostype": "{osfield}",
270
+ "ostypePrefix": "meraki-",
271
+ "port": "{port}",
272
+ "ipaddress": "{ip_addr}",
273
+ "serial": "{serial}",
274
+ "id": "{myid}"
272
275
  }
273
276
  }
274
277
  ],
275
278
  "isAlive": [
276
279
  {
277
- "path": "/get/devices/{id}/status",
280
+ "path": "/not/mapped/{devID}",
278
281
  "method": "GET",
279
282
  "query": {},
280
283
  "body": {},
281
284
  "headers": {},
282
285
  "handleFailure": "ignore",
283
286
  "requestFields": {
284
- "id": "name"
287
+ "devID": "{id}"
285
288
  },
286
289
  "responseDatakey": "",
287
290
  "responseFields": {
288
- "status": "status",
289
- "statusValue": "online"
291
+ "status": "return2xx",
292
+ "statusValue": "AD.200"
290
293
  }
291
294
  }
292
295
  ],
293
296
  "getConfig": [
294
297
  {
295
- "path": "/get/devices/{id}/configPart1",
298
+ "path": "/not/mapped/{devID}",
296
299
  "method": "GET",
297
300
  "query": {},
298
301
  "body": {},
299
302
  "headers": {},
300
303
  "handleFailure": "ignore",
301
304
  "requestFields": {
302
- "id": "name"
305
+ "devID": "{id}"
303
306
  },
304
307
  "responseDatakey": "",
305
308
  "responseFields": {}
@@ -307,7 +310,7 @@ Sample Properties can be used to help you configure the adapter in the Itential
307
310
  ],
308
311
  "getCount": [
309
312
  {
310
- "path": "/get/devices",
313
+ "path": "/not/mapped",
311
314
  "method": "GET",
312
315
  "query": {},
313
316
  "body": {},
@@ -323,15 +326,15 @@ Sample Properties can be used to help you configure the adapter in the Itential
323
326
  "enabled": false,
324
327
  "entities": [
325
328
  {
326
- "entityType": "",
327
- "frequency": 1440,
329
+ "entityType": "device",
330
+ "frequency": 3600,
328
331
  "flushOnFail": false,
329
- "limit": 1000,
332
+ "limit": 10000,
330
333
  "retryAttempts": 5,
331
334
  "sort": true,
332
335
  "populate": [
333
336
  {
334
- "path": "",
337
+ "path": "/not/mapped",
335
338
  "method": "GET",
336
339
  "pagination": {
337
340
  "offsetVar": "",
@@ -345,7 +348,15 @@ Sample Properties can be used to help you configure the adapter in the Itential
345
348
  "handleFailure": "ignore",
346
349
  "requestFields": {},
347
350
  "responseDatakey": "",
348
- "responseFields": {}
351
+ "responseFields": {
352
+ "name": "{this}{||}{that}",
353
+ "ostype": "{osfield}",
354
+ "ostypePrefix": "meraki-",
355
+ "port": "{port}",
356
+ "ipaddress": "{ip_addr}",
357
+ "serial": "{serial}",
358
+ "id": "{myid}"
359
+ }
349
360
  }
350
361
  ],
351
362
  "cachedTasks": [
@@ -360,7 +371,7 @@ Sample Properties can be used to help you configure the adapter in the Itential
360
371
  }
361
372
  }
362
373
  ```
363
- ### [Swagger](https://gitlab.com/itentialopensource/adapters/telemetry-analytics/adapter-paragon_insights/-/blob/master/report/adapter-openapi.json)
374
+ ### [Swagger](https://gitlab.com/itentialopensource/adapters/adapter-paragon_insights/-/blob/master/report/adapter-openapi.json)
364
375
 
365
- ## [Generic Adapter Information](https://gitlab.com/itentialopensource/adapters/telemetry-analytics/adapter-paragon_insights/-/blob/master/README.md)
376
+ ## [Generic Adapter Information](https://gitlab.com/itentialopensource/adapters/adapter-paragon_insights/-/blob/master/README.md)
366
377
 
@@ -0,0 +1,9 @@
1
+ {
2
+ "ComplianceEntries": [
3
+ {
4
+ "name": "Compliance Summary",
5
+ "numInvalidProjects": 0,
6
+ "numValidProjects": 0
7
+ }
8
+ ]
9
+ }
@@ -0,0 +1,5 @@
1
+ ---------------------------------------------------------------------------------------------
2
+ **** Project Compliance Summary ****
3
+ 0 project(s) are not valid
4
+ 0 project(s) are valid
5
+ ---------------------------------------------------------------------------------------------
package/metadata.json CHANGED
@@ -28,13 +28,24 @@
28
28
  "isDeprecated": false
29
29
  },
30
30
  "brokerSince": "",
31
+ "authMethods": [
32
+ {
33
+ "type": "Multi Factor Auth",
34
+ "primary": true
35
+ }
36
+ ],
31
37
  "documentation": {
32
38
  "storeLink": "",
33
39
  "npmLink": "https://www.npmjs.com/package/@itentialopensource/adapter-paragon_insights",
34
- "repoLink": "https://gitlab.com/itentialopensource/adapters/telemetry-analytics/adapter-paragon_insights",
40
+ "repoLink": "https://gitlab.com/itentialopensource/adapters/adapter-paragon_insights",
35
41
  "docLink": "https://docs.itential.com/opensource/docs/paragon-insights",
36
42
  "demoLinks": [],
37
- "trainingLinks": [],
43
+ "trainingLinks": [
44
+ {
45
+ "title": "Itential Academy",
46
+ "link": "https://www.itential.com/itential-academy/"
47
+ }
48
+ ],
38
49
  "faqLink": "https://docs.itential.com/opensource/docs/troubleshooting-an-adapter",
39
50
  "contributeLink": "https://gitlab.com/itentialopensource/adapters/contributing-guide",
40
51
  "issueLink": "https://itential.atlassian.net/servicedesk/customer/portals",
@@ -58,10 +69,5 @@
58
69
  "transformationProjects": [],
59
70
  "exampleProjects": []
60
71
  },
61
- "authMethods": [
62
- {
63
- "type": "Multi Factor Auth",
64
- "primary": true
65
- }
66
- ]
72
+ "supportLevel": "community"
67
73
  }
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-paragon_insights",
3
- "version": "0.4.0",
3
+ "version": "0.5.1",
4
4
  "description": "This adapter integrates with system described as: Paragon Insights",
5
5
  "main": "adapter.js",
6
6
  "systemName": "Juniper Paragon Insights",
7
7
  "wizardVersion": "2.44.7",
8
- "engineVersion": "1.67.16",
8
+ "engineVersion": "1.67.19",
9
9
  "adapterType": "http",
10
10
  "scripts": {
11
11
  "artifactize": "npm i && node utils/packModificationScript.js",
@@ -44,7 +44,7 @@
44
44
  ],
45
45
  "license": "Apache-2.0",
46
46
  "engines": {
47
- "node": ">= 8.0.0",
47
+ "node": ">= 14.0.0",
48
48
  "npm": ">= 6.0.0"
49
49
  },
50
50
  "repository": {
@@ -54,22 +54,22 @@
54
54
  "author": "Itential",
55
55
  "homepage": "https://gitlab.com/itentialopensource/adapters/adapter-paragon_insights#readme",
56
56
  "dependencies": {
57
- "@itentialopensource/adapter-utils": "^5.3.10",
58
- "acorn": "^8.10.0",
59
- "ajv": "^8.12.0",
60
- "axios": "^1.6.8",
57
+ "@itentialopensource/adapter-utils": "^5.6.0",
58
+ "acorn": "^8.12.1",
59
+ "ajv": "^8.17.1",
60
+ "axios": "^1.7.2",
61
61
  "commander": "^11.0.0",
62
62
  "dns-lookup-promise": "^1.0.4",
63
- "fs-extra": "^11.1.1",
63
+ "fs-extra": "^11.2.0",
64
64
  "json-query": "^2.2.2",
65
- "mocha": "^10.3.0",
65
+ "mocha": "^10.7.0",
66
66
  "mocha-param": "^2.0.1",
67
67
  "mongodb": "^4.16.0",
68
68
  "ping": "^0.4.4",
69
69
  "prompts": "^2.4.2",
70
70
  "readline-sync": "^1.4.10",
71
- "semver": "^7.5.3",
72
- "winston": "^3.9.0"
71
+ "semver": "^7.6.3",
72
+ "winston": "^3.13.1"
73
73
  },
74
74
  "devDependencies": {
75
75
  "chai": "^4.3.7",
Binary file
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.2.4",
2
+ "version": "0.4.0",
3
3
  "configLines": 24187,
4
4
  "scriptLines": 1783,
5
5
  "codeLines": 49585,
@@ -0,0 +1,120 @@
1
+ {
2
+ "errors": [],
3
+ "statistics": [
4
+ {
5
+ "owner": "errorJson",
6
+ "description": "New adapter errors available for use",
7
+ "value": 0
8
+ },
9
+ {
10
+ "owner": "errorJson",
11
+ "description": "Adapter errors no longer available for use",
12
+ "value": 0
13
+ },
14
+ {
15
+ "owner": "errorJson",
16
+ "description": "Adapter errors that have been updated (e.g. recommendation changes)",
17
+ "value": 31
18
+ },
19
+ {
20
+ "owner": "packageJson",
21
+ "description": "Number of production dependencies",
22
+ "value": 16
23
+ },
24
+ {
25
+ "owner": "packageJson",
26
+ "description": "Number of development dependencies",
27
+ "value": 6
28
+ },
29
+ {
30
+ "owner": "packageJson",
31
+ "description": "Number of npm scripts",
32
+ "value": 21
33
+ },
34
+ {
35
+ "owner": "packageJson",
36
+ "description": "Runtime Library dependency",
37
+ "value": "^5.3.10"
38
+ },
39
+ {
40
+ "owner": "propertiesSchemaJson",
41
+ "description": "Adapter properties defined in the propertiesSchema file",
42
+ "value": 78
43
+ },
44
+ {
45
+ "owner": "markdown",
46
+ "description": "Number of lines in the README.md",
47
+ "value": 344
48
+ },
49
+ {
50
+ "owner": "markdown",
51
+ "description": "Number of lines in the SUMMARY.md",
52
+ "value": 9
53
+ },
54
+ {
55
+ "owner": "markdown",
56
+ "description": "Number of lines in the PROPERTIES.md",
57
+ "value": 647
58
+ },
59
+ {
60
+ "owner": "markdown",
61
+ "description": "Number of lines in the TROUBLESHOOT.md",
62
+ "value": 48
63
+ },
64
+ {
65
+ "owner": "markdown",
66
+ "description": "Number of lines in the ENHANCE.md",
67
+ "value": 70
68
+ },
69
+ {
70
+ "owner": "markdown",
71
+ "description": "Number of lines in the BROKER.md",
72
+ "value": 70
73
+ },
74
+ {
75
+ "owner": "unitTestJS",
76
+ "description": "Number of lines of code in unit tests",
77
+ "value": 15415
78
+ },
79
+ {
80
+ "owner": "unitTestJS",
81
+ "description": "Number of unit tests",
82
+ "value": 1027
83
+ },
84
+ {
85
+ "owner": "integrationTestJS",
86
+ "description": "Number of lines of code in integration tests",
87
+ "value": 12909
88
+ },
89
+ {
90
+ "owner": "integrationTestJS",
91
+ "description": "Number of integration tests",
92
+ "value": 488
93
+ },
94
+ {
95
+ "owner": "staticFile",
96
+ "description": "Number of lines of code in adapterBase.js",
97
+ "value": 1453
98
+ },
99
+ {
100
+ "owner": "staticFile",
101
+ "description": "Number of static files added",
102
+ "value": 36
103
+ },
104
+ {
105
+ "owner": "Overall",
106
+ "description": "Total lines of Code",
107
+ "value": 29777
108
+ },
109
+ {
110
+ "owner": "Overall",
111
+ "description": "Total Tests",
112
+ "value": 1515
113
+ },
114
+ {
115
+ "owner": "Overall",
116
+ "description": "Total Files",
117
+ "value": 6
118
+ }
119
+ ]
120
+ }
@@ -145,28 +145,29 @@
145
145
  "enabled": false,
146
146
  "getDevice": [
147
147
  {
148
- "path": "/get/devices/{id}",
148
+ "path": "/not/mapped",
149
149
  "method": "GET",
150
150
  "query": {},
151
151
  "body": {},
152
152
  "headers": {},
153
153
  "handleFailure": "ignore",
154
154
  "requestFields": {
155
- "id": "name"
155
+ "insample": "{port}"
156
156
  },
157
157
  "responseDatakey": "",
158
158
  "responseFields": {
159
- "name": "host",
160
- "ostype": "os",
161
- "ostypePrefix": "system-",
162
- "ipaddress": "attributes.ipaddr",
163
- "port": "443"
159
+ "name": "{this}{||}{that}",
160
+ "ostype": "{osfield}",
161
+ "ostypePrefix": "meraki-",
162
+ "port": "{port}",
163
+ "ipaddress": "{ip_addr}",
164
+ "serial": "{serial}"
164
165
  }
165
166
  }
166
167
  ],
167
168
  "getDevicesFiltered": [
168
169
  {
169
- "path": "/get/devices",
170
+ "path": "/not/mapped",
170
171
  "method": "GET",
171
172
  "pagination": {
172
173
  "offsetVar": "",
@@ -181,42 +182,44 @@
181
182
  "requestFields": {},
182
183
  "responseDatakey": "",
183
184
  "responseFields": {
184
- "name": "host",
185
- "ostype": "os",
186
- "ostypePrefix": "system-",
187
- "ipaddress": "attributes.ipaddr",
188
- "port": "443"
185
+ "name": "{this}{||}{that}",
186
+ "ostype": "{osfield}",
187
+ "ostypePrefix": "meraki-",
188
+ "port": "{port}",
189
+ "ipaddress": "{ip_addr}",
190
+ "serial": "{serial}",
191
+ "id": "{myid}"
189
192
  }
190
193
  }
191
194
  ],
192
195
  "isAlive": [
193
196
  {
194
- "path": "/get/devices/{id}/status",
197
+ "path": "/not/mapped/{devID}",
195
198
  "method": "GET",
196
199
  "query": {},
197
200
  "body": {},
198
201
  "headers": {},
199
202
  "handleFailure": "ignore",
200
203
  "requestFields": {
201
- "id": "name"
204
+ "devID": "{id}"
202
205
  },
203
206
  "responseDatakey": "",
204
207
  "responseFields": {
205
- "status": "status",
206
- "statusValue": "online"
208
+ "status": "return2xx",
209
+ "statusValue": "AD.200"
207
210
  }
208
211
  }
209
212
  ],
210
213
  "getConfig": [
211
214
  {
212
- "path": "/get/devices/{id}/configPart1",
215
+ "path": "/not/mapped/{devID}",
213
216
  "method": "GET",
214
217
  "query": {},
215
218
  "body": {},
216
219
  "headers": {},
217
220
  "handleFailure": "ignore",
218
221
  "requestFields": {
219
- "id": "name"
222
+ "devID": "{id}"
220
223
  },
221
224
  "responseDatakey": "",
222
225
  "responseFields": {}
@@ -224,7 +227,7 @@
224
227
  ],
225
228
  "getCount": [
226
229
  {
227
- "path": "/get/devices",
230
+ "path": "/not/mapped",
228
231
  "method": "GET",
229
232
  "query": {},
230
233
  "body": {},
@@ -240,15 +243,15 @@
240
243
  "enabled": false,
241
244
  "entities": [
242
245
  {
243
- "entityType": "",
244
- "frequency": 1440,
246
+ "entityType": "device",
247
+ "frequency": 3600,
245
248
  "flushOnFail": false,
246
- "limit": 1000,
249
+ "limit": 10000,
247
250
  "retryAttempts": 5,
248
251
  "sort": true,
249
252
  "populate": [
250
253
  {
251
- "path": "",
254
+ "path": "/not/mapped",
252
255
  "method": "GET",
253
256
  "pagination": {
254
257
  "offsetVar": "",
@@ -262,7 +265,15 @@
262
265
  "handleFailure": "ignore",
263
266
  "requestFields": {},
264
267
  "responseDatakey": "",
265
- "responseFields": {}
268
+ "responseFields": {
269
+ "name": "{this}{||}{that}",
270
+ "ostype": "{osfield}",
271
+ "ostypePrefix": "meraki-",
272
+ "port": "{port}",
273
+ "ipaddress": "{ip_addr}",
274
+ "serial": "{serial}",
275
+ "id": "{myid}"
276
+ }
266
277
  }
267
278
  ],
268
279
  "cachedTasks": [
@@ -314,16 +314,16 @@ describe('[unit] Paragon_insights Adapter Test', () => {
314
314
  assert.notEqual(undefined, packageDotJson.dependencies);
315
315
  assert.notEqual(null, packageDotJson.dependencies);
316
316
  assert.notEqual('', packageDotJson.dependencies);
317
- assert.equal('^8.12.0', packageDotJson.dependencies.ajv);
318
- assert.equal('^1.6.8', packageDotJson.dependencies.axios);
317
+ assert.equal('^8.17.1', packageDotJson.dependencies.ajv);
318
+ assert.equal('^1.7.2', packageDotJson.dependencies.axios);
319
319
  assert.equal('^11.0.0', packageDotJson.dependencies.commander);
320
- assert.equal('^11.1.1', packageDotJson.dependencies['fs-extra']);
321
- assert.equal('^10.3.0', packageDotJson.dependencies.mocha);
320
+ assert.equal('^11.2.0', packageDotJson.dependencies['fs-extra']);
321
+ assert.equal('^10.7.0', packageDotJson.dependencies.mocha);
322
322
  assert.equal('^2.0.1', packageDotJson.dependencies['mocha-param']);
323
323
  assert.equal('^0.4.4', packageDotJson.dependencies.ping);
324
324
  assert.equal('^1.4.10', packageDotJson.dependencies['readline-sync']);
325
- assert.equal('^7.5.3', packageDotJson.dependencies.semver);
326
- assert.equal('^3.9.0', packageDotJson.dependencies.winston);
325
+ assert.equal('^7.6.3', packageDotJson.dependencies.semver);
326
+ assert.equal('^3.13.1', packageDotJson.dependencies.winston);
327
327
  done();
328
328
  } catch (error) {
329
329
  log.error(`Test Failure: ${error}`);