@testim/testim-cli 4.85.0 → 4.86.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.
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@testim/testim-cli",
3
- "version": "4.85.0",
3
+ "version": "4.86.0",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@testim/testim-cli",
9
- "version": "4.85.0",
9
+ "version": "4.86.0",
10
10
  "license": "Proprietary",
11
11
  "dependencies": {
12
12
  "@applitools/eyes-sdk-core": "13.11.32",
@@ -31,7 +31,7 @@
31
31
  "istanbul-reports": "3.1.5",
32
32
  "jimp": "0.22.10",
33
33
  "jsonwebtoken": "9.0.0",
34
- "linkedom": "git+https://github.com/omril1/linkedom.git#cd031e9b299ef58ffdaaf6d9a60490bb843c8afa",
34
+ "linkedom": "0.16.10",
35
35
  "lodash": "4.17.21",
36
36
  "memory-fs": "0.5.0",
37
37
  "ms": "2.1.2",
@@ -5744,14 +5744,14 @@
5744
5744
  "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A=="
5745
5745
  },
5746
5746
  "node_modules/linkedom": {
5747
- "version": "0.16.8",
5748
- "resolved": "git+ssh://git@github.com/omril1/linkedom.git#cd031e9b299ef58ffdaaf6d9a60490bb843c8afa",
5749
- "integrity": "sha512-v2i9qe0nxELGlXvrUult3m61ON2hF8kQAjVwuMLh7M58ztUCNrF5tKLR3JtZ0Q32q3kSqwyaBU5BGvYCpNEUVw==",
5747
+ "version": "0.16.10",
5748
+ "resolved": "https://registry.npmjs.org/linkedom/-/linkedom-0.16.10.tgz",
5749
+ "integrity": "sha512-c316CX1FiPMU1v4+ExUzxr/gD5xqyCX2M3qtyL2nuoYQTsk0F5jRRwOFG7jRRxD3w7ONbLTLMrGBvq++Hmzzhg==",
5750
5750
  "dependencies": {
5751
5751
  "css-select": "^5.1.0",
5752
5752
  "cssom": "^0.5.0",
5753
5753
  "html-escaper": "^3.0.3",
5754
- "htmlparser2": "^9.0.0",
5754
+ "htmlparser2": "^9.1.0",
5755
5755
  "uhyphen": "^0.2.0"
5756
5756
  }
5757
5757
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@testim/testim-cli",
3
- "version": "4.85.0",
3
+ "version": "4.86.0",
4
4
  "description": "Command line interface for running Testing on your CI",
5
5
  "author": "Oren Rubin",
6
6
  "contributors": [
@@ -68,7 +68,7 @@
68
68
  "istanbul-reports": "3.1.5",
69
69
  "jimp": "0.22.10",
70
70
  "jsonwebtoken": "9.0.0",
71
- "linkedom": "git+https://github.com/omril1/linkedom.git#cd031e9b299ef58ffdaaf6d9a60490bb843c8afa",
71
+ "linkedom": "0.16.10",
72
72
  "lodash": "4.17.21",
73
73
  "memory-fs": "0.5.0",
74
74
  "ms": "2.1.2",