@testim/testim-cli 4.102.0 → 4.103.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.
- package/cli.js +1 -1
- package/cli.js.map +2 -2
- package/npm-shrinkwrap.json +15 -9
- package/package.json +1 -1
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@testim/testim-cli",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.103.0",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@testim/testim-cli",
|
|
9
|
-
"version": "4.
|
|
9
|
+
"version": "4.103.0",
|
|
10
10
|
"license": "Proprietary",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@applitools/eyes-sdk-core": "13.11.32",
|
|
@@ -5165,12 +5165,15 @@
|
|
|
5165
5165
|
"integrity": "sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ=="
|
|
5166
5166
|
},
|
|
5167
5167
|
"node_modules/is-core-module": {
|
|
5168
|
-
"version": "2.
|
|
5169
|
-
"resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.
|
|
5170
|
-
"integrity": "sha512-
|
|
5168
|
+
"version": "2.14.0",
|
|
5169
|
+
"resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.14.0.tgz",
|
|
5170
|
+
"integrity": "sha512-a5dFJih5ZLYlRtDc0dZWP7RiKr6xIKzmn/oAYCDvdLThadVgyJwlaoQPmRtMSpz+rk0OGAgIu+TcM9HUF0fk1A==",
|
|
5171
5171
|
"dev": true,
|
|
5172
5172
|
"dependencies": {
|
|
5173
|
-
"hasown": "^2.0.
|
|
5173
|
+
"hasown": "^2.0.2"
|
|
5174
|
+
},
|
|
5175
|
+
"engines": {
|
|
5176
|
+
"node": ">= 0.4"
|
|
5174
5177
|
},
|
|
5175
5178
|
"funding": {
|
|
5176
5179
|
"url": "https://github.com/sponsors/ljharb"
|
|
@@ -8601,9 +8604,12 @@
|
|
|
8601
8604
|
}
|
|
8602
8605
|
},
|
|
8603
8606
|
"node_modules/object-inspect": {
|
|
8604
|
-
"version": "1.13.
|
|
8605
|
-
"resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.
|
|
8606
|
-
"integrity": "sha512-
|
|
8607
|
+
"version": "1.13.2",
|
|
8608
|
+
"resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.2.tgz",
|
|
8609
|
+
"integrity": "sha512-IRZSRuzJiynemAXPYtPe5BoI/RESNYR7TYm50MC5Mqbd3Jmw5y790sErYw3V6SryFJD64b74qQQs9wn5Bg/k3g==",
|
|
8610
|
+
"engines": {
|
|
8611
|
+
"node": ">= 0.4"
|
|
8612
|
+
},
|
|
8607
8613
|
"funding": {
|
|
8608
8614
|
"url": "https://github.com/sponsors/ljharb"
|
|
8609
8615
|
}
|