@zohodesk/testinglibrary 0.1.8-eslint-3 → 0.1.8-eslint-4
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/npm-shrinkwrap.json +92 -1
- package/package.json +3 -2
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zohodesk/testinglibrary",
|
|
3
|
-
"version": "0.1.8-
|
|
3
|
+
"version": "0.1.8-eslint-3",
|
|
4
4
|
"lockfileVersion": 1,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"dependencies": {
|
|
@@ -2358,6 +2358,11 @@
|
|
|
2358
2358
|
"resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.0.tgz",
|
|
2359
2359
|
"integrity": "sha512-FS7hV565M5l1R08MXqo8odwMTB02C2UqzB17RVgu9EyuYFBqJZ3/ZY97sQD5FewVu1UyDFc1yztUDrAwT0EypA=="
|
|
2360
2360
|
},
|
|
2361
|
+
"adm-zip": {
|
|
2362
|
+
"version": "0.5.10",
|
|
2363
|
+
"resolved": "https://registry.npmjs.org/adm-zip/-/adm-zip-0.5.10.tgz",
|
|
2364
|
+
"integrity": "sha512-x0HvcHqVJNTPk/Bw8JbLWlWoo6Wwnsug0fnYYro1HBrjxZ3G7/AZk7Ahv8JwDe1uIcz8eBqvu86FuF1POiG7vQ=="
|
|
2365
|
+
},
|
|
2361
2366
|
"agent-base": {
|
|
2362
2367
|
"version": "6.0.2",
|
|
2363
2368
|
"resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz",
|
|
@@ -2813,6 +2818,11 @@
|
|
|
2813
2818
|
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
|
|
2814
2819
|
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
|
|
2815
2820
|
},
|
|
2821
|
+
"color-support": {
|
|
2822
|
+
"version": "1.1.3",
|
|
2823
|
+
"resolved": "https://registry.npmjs.org/color-support/-/color-support-1.1.3.tgz",
|
|
2824
|
+
"integrity": "sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg=="
|
|
2825
|
+
},
|
|
2816
2826
|
"combined-stream": {
|
|
2817
2827
|
"version": "1.0.8",
|
|
2818
2828
|
"resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
|
|
@@ -3232,6 +3242,14 @@
|
|
|
3232
3242
|
}
|
|
3233
3243
|
}
|
|
3234
3244
|
},
|
|
3245
|
+
"fancy-log": {
|
|
3246
|
+
"version": "2.0.0",
|
|
3247
|
+
"resolved": "https://registry.npmjs.org/fancy-log/-/fancy-log-2.0.0.tgz",
|
|
3248
|
+
"integrity": "sha512-9CzxZbACXMUXW13tS0tI8XsGGmxWzO2DmYrGuBJOJ8k8q2K7hwfJA5qHjuPPe8wtsco33YR9wc+Rlr5wYFvhSA==",
|
|
3249
|
+
"requires": {
|
|
3250
|
+
"color-support": "^1.1.3"
|
|
3251
|
+
}
|
|
3252
|
+
},
|
|
3235
3253
|
"fast-glob": {
|
|
3236
3254
|
"version": "3.3.1",
|
|
3237
3255
|
"resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.1.tgz",
|
|
@@ -4482,6 +4500,14 @@
|
|
|
4482
4500
|
}
|
|
4483
4501
|
}
|
|
4484
4502
|
},
|
|
4503
|
+
"jest-sonar-reporter": {
|
|
4504
|
+
"version": "2.0.0",
|
|
4505
|
+
"resolved": "https://registry.npmjs.org/jest-sonar-reporter/-/jest-sonar-reporter-2.0.0.tgz",
|
|
4506
|
+
"integrity": "sha512-ZervDCgEX5gdUbdtWsjdipLN3bKJwpxbvhkYNXTAYvAckCihobSLr9OT/IuyNIRT1EZMDDwR6DroWtrq+IL64w==",
|
|
4507
|
+
"requires": {
|
|
4508
|
+
"xml": "^1.0.1"
|
|
4509
|
+
}
|
|
4510
|
+
},
|
|
4485
4511
|
"jest-util": {
|
|
4486
4512
|
"version": "29.7.0",
|
|
4487
4513
|
"resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.7.0.tgz",
|
|
@@ -4753,6 +4779,11 @@
|
|
|
4753
4779
|
"brace-expansion": "^1.1.7"
|
|
4754
4780
|
}
|
|
4755
4781
|
},
|
|
4782
|
+
"mkdirp": {
|
|
4783
|
+
"version": "3.0.1",
|
|
4784
|
+
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-3.0.1.tgz",
|
|
4785
|
+
"integrity": "sha512-+NsyUUAZDmo6YVHzL/stxSu3t9YS1iljliy3BSDrXJ/dkn1KYdmtZODGGjLcc9XLgVVpH4KshHB8XmZgMhaBXg=="
|
|
4786
|
+
},
|
|
4756
4787
|
"ms": {
|
|
4757
4788
|
"version": "2.1.2",
|
|
4758
4789
|
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
|
|
@@ -4818,6 +4849,11 @@
|
|
|
4818
4849
|
"resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
|
|
4819
4850
|
"integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw=="
|
|
4820
4851
|
},
|
|
4852
|
+
"node-downloader-helper": {
|
|
4853
|
+
"version": "2.1.9",
|
|
4854
|
+
"resolved": "https://registry.npmjs.org/node-downloader-helper/-/node-downloader-helper-2.1.9.tgz",
|
|
4855
|
+
"integrity": "sha512-FSvAol2Z8UP191sZtsUZwHIN0eGoGue3uEXGdWIH5228e9KH1YHXT7fN8Oa33UGf+FbqGTQg3sJfrRGzmVCaJA=="
|
|
4856
|
+
},
|
|
4821
4857
|
"node-environment-flags": {
|
|
4822
4858
|
"version": "1.0.6",
|
|
4823
4859
|
"resolved": "https://registry.npmjs.org/node-environment-flags/-/node-environment-flags-1.0.6.tgz",
|
|
@@ -5094,6 +5130,11 @@
|
|
|
5094
5130
|
}
|
|
5095
5131
|
}
|
|
5096
5132
|
},
|
|
5133
|
+
"progress": {
|
|
5134
|
+
"version": "2.0.3",
|
|
5135
|
+
"resolved": "https://registry.npmjs.org/progress/-/progress-2.0.3.tgz",
|
|
5136
|
+
"integrity": "sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA=="
|
|
5137
|
+
},
|
|
5097
5138
|
"prompts": {
|
|
5098
5139
|
"version": "2.4.2",
|
|
5099
5140
|
"resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz",
|
|
@@ -5417,6 +5458,11 @@
|
|
|
5417
5458
|
"resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
|
|
5418
5459
|
"integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A=="
|
|
5419
5460
|
},
|
|
5461
|
+
"shell-quote": {
|
|
5462
|
+
"version": "1.8.1",
|
|
5463
|
+
"resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.1.tgz",
|
|
5464
|
+
"integrity": "sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA=="
|
|
5465
|
+
},
|
|
5420
5466
|
"side-channel": {
|
|
5421
5467
|
"version": "1.0.4",
|
|
5422
5468
|
"resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz",
|
|
@@ -5443,6 +5489,46 @@
|
|
|
5443
5489
|
"resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
|
|
5444
5490
|
"integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q=="
|
|
5445
5491
|
},
|
|
5492
|
+
"slugify": {
|
|
5493
|
+
"version": "1.6.6",
|
|
5494
|
+
"resolved": "https://registry.npmjs.org/slugify/-/slugify-1.6.6.tgz",
|
|
5495
|
+
"integrity": "sha512-h+z7HKHYXj6wJU+AnS/+IH8Uh9fdcX1Lrhg1/VMdf9PwoBQXFcXiAdsy2tSK0P6gKwJLXp02r90ahUCqHk9rrw=="
|
|
5496
|
+
},
|
|
5497
|
+
"sonarqube-scanner": {
|
|
5498
|
+
"version": "3.3.0",
|
|
5499
|
+
"resolved": "https://registry.npmjs.org/sonarqube-scanner/-/sonarqube-scanner-3.3.0.tgz",
|
|
5500
|
+
"integrity": "sha512-G1A6nXT3GwoK5eRwHfFrR/7ThiDfaRefWPIFQ+ifwFOQ/V9OwziLpZBdWZgmZp21kBRnzAMvjcTzgZMqGBXQKA==",
|
|
5501
|
+
"requires": {
|
|
5502
|
+
"adm-zip": "^0.5.10",
|
|
5503
|
+
"fancy-log": "^2.0.0",
|
|
5504
|
+
"https-proxy-agent": "^7.0.1",
|
|
5505
|
+
"jest-sonar-reporter": "^2.0.0",
|
|
5506
|
+
"mkdirp": "^3.0.1",
|
|
5507
|
+
"node-downloader-helper": "^2.1.9",
|
|
5508
|
+
"progress": "^2.0.3",
|
|
5509
|
+
"shell-quote": "^1.8.1",
|
|
5510
|
+
"slugify": "^1.6.6"
|
|
5511
|
+
},
|
|
5512
|
+
"dependencies": {
|
|
5513
|
+
"agent-base": {
|
|
5514
|
+
"version": "7.1.0",
|
|
5515
|
+
"resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.0.tgz",
|
|
5516
|
+
"integrity": "sha512-o/zjMZRhJxny7OyEF+Op8X+efiELC7k7yOjMzgfzVqOzXqkBkWI79YoTdOtsuWd5BWhAGAuOY/Xa6xpiaWXiNg==",
|
|
5517
|
+
"requires": {
|
|
5518
|
+
"debug": "^4.3.4"
|
|
5519
|
+
}
|
|
5520
|
+
},
|
|
5521
|
+
"https-proxy-agent": {
|
|
5522
|
+
"version": "7.0.3",
|
|
5523
|
+
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.3.tgz",
|
|
5524
|
+
"integrity": "sha512-kCnwztfX0KZJSLOBrcL0emLeFako55NWMovvyPP2AjsghNk9RB1yjSI+jVumPHYZsNXegNoqupSW9IY3afSH8w==",
|
|
5525
|
+
"requires": {
|
|
5526
|
+
"agent-base": "^7.0.2",
|
|
5527
|
+
"debug": "4"
|
|
5528
|
+
}
|
|
5529
|
+
}
|
|
5530
|
+
}
|
|
5531
|
+
},
|
|
5446
5532
|
"source-map": {
|
|
5447
5533
|
"version": "0.6.1",
|
|
5448
5534
|
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
|
|
@@ -5946,6 +6032,11 @@
|
|
|
5946
6032
|
"resolved": "https://registry.npmjs.org/ws/-/ws-8.14.2.tgz",
|
|
5947
6033
|
"integrity": "sha512-wEBG1ftX4jcglPxgFCMJmZ2PLtSbJ2Peg6TmpJFTbe9GZYOQCDPdMYu/Tm0/bGZkw8paZnJY45J4K2PZrLYq8g=="
|
|
5948
6034
|
},
|
|
6035
|
+
"xml": {
|
|
6036
|
+
"version": "1.0.1",
|
|
6037
|
+
"resolved": "https://registry.npmjs.org/xml/-/xml-1.0.1.tgz",
|
|
6038
|
+
"integrity": "sha512-huCv9IH9Tcf95zuYCsQraZtWnJvBtLVE0QHMOs8bWyZAFZNDcYjsPq1nEx8jKA9y+Beo9v+7OBPRisQTjinQMw=="
|
|
6039
|
+
},
|
|
5949
6040
|
"xml-name-validator": {
|
|
5950
6041
|
"version": "4.0.0",
|
|
5951
6042
|
"resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-4.0.0.tgz",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zohodesk/testinglibrary",
|
|
3
|
-
"version": "0.1.8-eslint-
|
|
3
|
+
"version": "0.1.8-eslint-4",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "./build/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -33,7 +33,8 @@
|
|
|
33
33
|
"fast-glob": "3.3.1",
|
|
34
34
|
"jest": "29.6.2",
|
|
35
35
|
"jest-environment-jsdom": "29.6.2",
|
|
36
|
-
"msw": "1.2.3"
|
|
36
|
+
"msw": "1.2.3",
|
|
37
|
+
"sonarqube-scanner": "^3.3.0"
|
|
37
38
|
},
|
|
38
39
|
"bin": {
|
|
39
40
|
"ZDTestingFramework": "./bin/cli.js"
|