@testim/testim-cli 4.98.0 → 4.99.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.98.0",
3
+ "version": "4.99.0",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@testim/testim-cli",
9
- "version": "4.98.0",
9
+ "version": "4.99.0",
10
10
  "license": "Proprietary",
11
11
  "dependencies": {
12
12
  "@applitools/eyes-sdk-core": "13.11.32",
@@ -4356,6 +4356,11 @@
4356
4356
  "resolved": "https://registry.npmjs.org/fast-safe-stringify/-/fast-safe-stringify-2.1.1.tgz",
4357
4357
  "integrity": "sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA=="
4358
4358
  },
4359
+ "node_modules/fast-uri": {
4360
+ "version": "2.3.0",
4361
+ "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-2.3.0.tgz",
4362
+ "integrity": "sha512-eel5UKGn369gGEWOqBShmFJWfq/xSJvsgDzgLYC845GneayWvXBf0lJCBn5qTABfewy1ZDPoaR5OZCP+kssfuw=="
4363
+ },
4359
4364
  "node_modules/fastify": {
4360
4365
  "version": "3.29.5",
4361
4366
  "resolved": "https://registry.npmjs.org/fastify/-/fastify-3.29.5.tgz",
@@ -5501,14 +5506,14 @@
5501
5506
  }
5502
5507
  },
5503
5508
  "node_modules/light-my-request/node_modules/ajv": {
5504
- "version": "8.14.0",
5505
- "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.14.0.tgz",
5506
- "integrity": "sha512-oYs1UUtO97ZO2lJ4bwnWeQW8/zvOIQLGKcvPTsWmvc2SYgBb+upuNS5NxoLaMU4h8Ju3Nbj6Cq8mD2LQoqVKFA==",
5509
+ "version": "8.15.0",
5510
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.15.0.tgz",
5511
+ "integrity": "sha512-15BTtQUOsSrmHCy+B4VnAiJAJxJ8IFgu6fcjFQF3jQYZ78nLSQthlFg4ehp+NLIyfvFgOlxNsjKIEhydtFPVHQ==",
5507
5512
  "dependencies": {
5508
5513
  "fast-deep-equal": "^3.1.3",
5514
+ "fast-uri": "^2.3.0",
5509
5515
  "json-schema-traverse": "^1.0.0",
5510
- "require-from-string": "^2.0.2",
5511
- "uri-js": "^4.4.1"
5516
+ "require-from-string": "^2.0.2"
5512
5517
  },
5513
5518
  "funding": {
5514
5519
  "type": "github",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@testim/testim-cli",
3
- "version": "4.98.0",
3
+ "version": "4.99.0",
4
4
  "description": "Command line interface for running Testing on your CI",
5
5
  "author": "Oren Rubin",
6
6
  "contributors": [