momentic-mobile 0.9.1 → 0.9.2

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": "momentic-mobile",
3
- "version": "0.9.1",
3
+ "version": "0.9.2",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "momentic-mobile",
9
- "version": "0.9.1",
9
+ "version": "0.9.2",
10
10
  "dependencies": {
11
11
  "@actions/exec": "^1.1.1",
12
12
  "@actions/io": "^1.1.3",
@@ -490,6 +490,21 @@
490
490
  "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
491
491
  "license": "MIT"
492
492
  },
493
+ "node_modules/@appium/base-driver/node_modules/serve-static": {
494
+ "version": "1.16.2",
495
+ "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.16.2.tgz",
496
+ "integrity": "sha512-VqpjJZKadQB/PEbEwvFdO43Ax5dFBZ2UECszz8bQ7pi7wt//PWe1P6MN7eCnjsatYtBT6EuiClbjSWP2WrIoTw==",
497
+ "license": "MIT",
498
+ "dependencies": {
499
+ "encodeurl": "~2.0.0",
500
+ "escape-html": "~1.0.3",
501
+ "parseurl": "~1.3.3",
502
+ "send": "0.19.0"
503
+ },
504
+ "engines": {
505
+ "node": ">= 0.8.0"
506
+ }
507
+ },
493
508
  "node_modules/@appium/base-driver/node_modules/statuses": {
494
509
  "version": "2.0.1",
495
510
  "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz",
@@ -3249,9 +3264,9 @@
3249
3264
  "license": "MIT"
3250
3265
  },
3251
3266
  "node_modules/@standard-schema/spec": {
3252
- "version": "1.0.0",
3253
- "resolved": "https://registry.npmjs.org/@standard-schema/spec/-/spec-1.0.0.tgz",
3254
- "integrity": "sha512-m2bOd0f2RT9k8QJx1JN85cZYyH1RqFBdlwtkSlf4tBDYLCiiZnv1fIIwacK6cqwXavOydf0NPToMQgpKq+dVlA==",
3267
+ "version": "1.1.0",
3268
+ "resolved": "https://registry.npmjs.org/@standard-schema/spec/-/spec-1.1.0.tgz",
3269
+ "integrity": "sha512-l2aFy5jALhniG5HgqrD6jXLi/rUWrKvqN/qJx6yoJsgKhblVd+iqqU4RCXavm/jPityDo5TCvKMnpjKnOriy0w==",
3255
3270
  "license": "MIT"
3256
3271
  },
3257
3272
  "node_modules/@tokenizer/token": {
@@ -11062,13 +11077,43 @@
11062
11077
  "license": "MIT"
11063
11078
  },
11064
11079
  "node_modules/fetch-cookie": {
11065
- "version": "3.1.0",
11066
- "resolved": "https://registry.npmjs.org/fetch-cookie/-/fetch-cookie-3.1.0.tgz",
11067
- "integrity": "sha512-s/XhhreJpqH0ftkGVcQt8JE9bqk+zRn4jF5mPJXWZeQMCI5odV9K+wEWYbnzFPHgQZlvPSMjS4n4yawWE8RINw==",
11080
+ "version": "3.2.0",
11081
+ "resolved": "https://registry.npmjs.org/fetch-cookie/-/fetch-cookie-3.2.0.tgz",
11082
+ "integrity": "sha512-n61pQIxP25C6DRhcJxn7BDzgHP/+S56Urowb5WFxtcRMpU6drqXD90xjyAsVQYsNSNNVbaCcYY1DuHsdkZLuiA==",
11068
11083
  "license": "Unlicense",
11069
11084
  "dependencies": {
11070
11085
  "set-cookie-parser": "^2.4.8",
11071
- "tough-cookie": "^5.0.0"
11086
+ "tough-cookie": "^6.0.0"
11087
+ }
11088
+ },
11089
+ "node_modules/fetch-cookie/node_modules/tldts": {
11090
+ "version": "7.0.19",
11091
+ "resolved": "https://registry.npmjs.org/tldts/-/tldts-7.0.19.tgz",
11092
+ "integrity": "sha512-8PWx8tvC4jDB39BQw1m4x8y5MH1BcQ5xHeL2n7UVFulMPH/3Q0uiamahFJ3lXA0zO2SUyRXuVVbWSDmstlt9YA==",
11093
+ "license": "MIT",
11094
+ "dependencies": {
11095
+ "tldts-core": "^7.0.19"
11096
+ },
11097
+ "bin": {
11098
+ "tldts": "bin/cli.js"
11099
+ }
11100
+ },
11101
+ "node_modules/fetch-cookie/node_modules/tldts-core": {
11102
+ "version": "7.0.19",
11103
+ "resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-7.0.19.tgz",
11104
+ "integrity": "sha512-lJX2dEWx0SGH4O6p+7FPwYmJ/bu1JbcGJ8RLaG9b7liIgZ85itUVEPbMtWRVrde/0fnDPEPHW10ZsKW3kVsE9A==",
11105
+ "license": "MIT"
11106
+ },
11107
+ "node_modules/fetch-cookie/node_modules/tough-cookie": {
11108
+ "version": "6.0.0",
11109
+ "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-6.0.0.tgz",
11110
+ "integrity": "sha512-kXuRi1mtaKMrsLUxz3sQYvVl37B0Ns6MzfrtV5DvJceE9bPyspOqk9xxv7XbZWcfLWbFmm997vl83qUWVJA64w==",
11111
+ "license": "BSD-3-Clause",
11112
+ "dependencies": {
11113
+ "tldts": "^7.0.5"
11114
+ },
11115
+ "engines": {
11116
+ "node": ">=16"
11072
11117
  }
11073
11118
  },
11074
11119
  "node_modules/fetch-retry": {
@@ -14693,9 +14738,9 @@
14693
14738
  }
14694
14739
  },
14695
14740
  "node_modules/send": {
14696
- "version": "0.19.1",
14697
- "resolved": "https://registry.npmjs.org/send/-/send-0.19.1.tgz",
14698
- "integrity": "sha512-p4rRk4f23ynFEfcD9LA0xRYngj+IyGiEYyqqOak8kaN0TvNmuxC2dcVeBn62GpCeR2CpWqyHCNScTP91QbAVFg==",
14741
+ "version": "0.19.2",
14742
+ "resolved": "https://registry.npmjs.org/send/-/send-0.19.2.tgz",
14743
+ "integrity": "sha512-VMbMxbDeehAxpOtWJXlcUS5E8iXh6QmN+BkRX1GARS3wRaXEEgzCcB10gTQazO42tpNIya8xIyNx8fll1OFPrg==",
14699
14744
  "license": "MIT",
14700
14745
  "dependencies": {
14701
14746
  "debug": "2.6.9",
@@ -14704,13 +14749,13 @@
14704
14749
  "encodeurl": "~2.0.0",
14705
14750
  "escape-html": "~1.0.3",
14706
14751
  "etag": "~1.8.1",
14707
- "fresh": "0.5.2",
14708
- "http-errors": "2.0.0",
14752
+ "fresh": "~0.5.2",
14753
+ "http-errors": "~2.0.1",
14709
14754
  "mime": "1.6.0",
14710
14755
  "ms": "2.1.3",
14711
- "on-finished": "2.4.1",
14756
+ "on-finished": "~2.4.1",
14712
14757
  "range-parser": "~1.2.1",
14713
- "statuses": "2.0.1"
14758
+ "statuses": "~2.0.2"
14714
14759
  },
14715
14760
  "engines": {
14716
14761
  "node": ">= 0.8.0"
@@ -14731,22 +14776,6 @@
14731
14776
  "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
14732
14777
  "license": "MIT"
14733
14778
  },
14734
- "node_modules/send/node_modules/http-errors": {
14735
- "version": "2.0.0",
14736
- "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz",
14737
- "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==",
14738
- "license": "MIT",
14739
- "dependencies": {
14740
- "depd": "2.0.0",
14741
- "inherits": "2.0.4",
14742
- "setprototypeof": "1.2.0",
14743
- "statuses": "2.0.1",
14744
- "toidentifier": "1.0.1"
14745
- },
14746
- "engines": {
14747
- "node": ">= 0.8"
14748
- }
14749
- },
14750
14779
  "node_modules/send/node_modules/mime": {
14751
14780
  "version": "1.6.0",
14752
14781
  "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz",
@@ -14759,15 +14788,6 @@
14759
14788
  "node": ">=4"
14760
14789
  }
14761
14790
  },
14762
- "node_modules/send/node_modules/statuses": {
14763
- "version": "2.0.1",
14764
- "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz",
14765
- "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==",
14766
- "license": "MIT",
14767
- "engines": {
14768
- "node": ">= 0.8"
14769
- }
14770
- },
14771
14791
  "node_modules/serialize-error": {
14772
14792
  "version": "12.0.0",
14773
14793
  "resolved": "https://registry.npmjs.org/serialize-error/-/serialize-error-12.0.0.tgz",
@@ -14812,105 +14832,20 @@
14812
14832
  "license": "MIT"
14813
14833
  },
14814
14834
  "node_modules/serve-static": {
14815
- "version": "1.16.2",
14816
- "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.16.2.tgz",
14817
- "integrity": "sha512-VqpjJZKadQB/PEbEwvFdO43Ax5dFBZ2UECszz8bQ7pi7wt//PWe1P6MN7eCnjsatYtBT6EuiClbjSWP2WrIoTw==",
14835
+ "version": "1.16.3",
14836
+ "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.16.3.tgz",
14837
+ "integrity": "sha512-x0RTqQel6g5SY7Lg6ZreMmsOzncHFU7nhnRWkKgWuMTu5NN0DR5oruckMqRvacAN9d5w6ARnRBXl9xhDCgfMeA==",
14818
14838
  "license": "MIT",
14819
14839
  "dependencies": {
14820
14840
  "encodeurl": "~2.0.0",
14821
14841
  "escape-html": "~1.0.3",
14822
14842
  "parseurl": "~1.3.3",
14823
- "send": "0.19.0"
14843
+ "send": "~0.19.1"
14824
14844
  },
14825
14845
  "engines": {
14826
14846
  "node": ">= 0.8.0"
14827
14847
  }
14828
14848
  },
14829
- "node_modules/serve-static/node_modules/debug": {
14830
- "version": "2.6.9",
14831
- "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
14832
- "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
14833
- "license": "MIT",
14834
- "dependencies": {
14835
- "ms": "2.0.0"
14836
- }
14837
- },
14838
- "node_modules/serve-static/node_modules/debug/node_modules/ms": {
14839
- "version": "2.0.0",
14840
- "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
14841
- "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
14842
- "license": "MIT"
14843
- },
14844
- "node_modules/serve-static/node_modules/http-errors": {
14845
- "version": "2.0.0",
14846
- "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz",
14847
- "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==",
14848
- "license": "MIT",
14849
- "dependencies": {
14850
- "depd": "2.0.0",
14851
- "inherits": "2.0.4",
14852
- "setprototypeof": "1.2.0",
14853
- "statuses": "2.0.1",
14854
- "toidentifier": "1.0.1"
14855
- },
14856
- "engines": {
14857
- "node": ">= 0.8"
14858
- }
14859
- },
14860
- "node_modules/serve-static/node_modules/mime": {
14861
- "version": "1.6.0",
14862
- "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz",
14863
- "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==",
14864
- "license": "MIT",
14865
- "bin": {
14866
- "mime": "cli.js"
14867
- },
14868
- "engines": {
14869
- "node": ">=4"
14870
- }
14871
- },
14872
- "node_modules/serve-static/node_modules/send": {
14873
- "version": "0.19.0",
14874
- "resolved": "https://registry.npmjs.org/send/-/send-0.19.0.tgz",
14875
- "integrity": "sha512-dW41u5VfLXu8SJh5bwRmyYUbAoSB3c9uQh6L8h/KtsFREPWpbX1lrljJo186Jc4nmci/sGUZ9a0a0J2zgfq2hw==",
14876
- "license": "MIT",
14877
- "dependencies": {
14878
- "debug": "2.6.9",
14879
- "depd": "2.0.0",
14880
- "destroy": "1.2.0",
14881
- "encodeurl": "~1.0.2",
14882
- "escape-html": "~1.0.3",
14883
- "etag": "~1.8.1",
14884
- "fresh": "0.5.2",
14885
- "http-errors": "2.0.0",
14886
- "mime": "1.6.0",
14887
- "ms": "2.1.3",
14888
- "on-finished": "2.4.1",
14889
- "range-parser": "~1.2.1",
14890
- "statuses": "2.0.1"
14891
- },
14892
- "engines": {
14893
- "node": ">= 0.8.0"
14894
- }
14895
- },
14896
- "node_modules/serve-static/node_modules/send/node_modules/encodeurl": {
14897
- "version": "1.0.2",
14898
- "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz",
14899
- "integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==",
14900
- "license": "MIT",
14901
- "engines": {
14902
- "node": ">= 0.8"
14903
- }
14904
- },
14905
- "node_modules/serve-static/node_modules/statuses": {
14906
- "version": "2.0.1",
14907
- "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz",
14908
- "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==",
14909
- "license": "MIT",
14910
- "engines": {
14911
- "node": ">= 0.8"
14912
- }
14913
- },
14914
14849
  "node_modules/set-blocking": {
14915
14850
  "version": "2.0.0",
14916
14851
  "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "momentic-mobile",
3
- "version": "0.9.1",
3
+ "version": "0.9.2",
4
4
  "bin": {
5
5
  "momentic-mobile": "./bin/cli.js"
6
6
  },