@mistydemeo/cargodisttest 0.2.155 → 0.2.156

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.
Files changed (2) hide show
  1. package/npm-shrinkwrap.json +13 -13
  2. package/package.json +3 -3
@@ -7,7 +7,7 @@
7
7
  "axolotlsay": "run-axolotlsay.js"
8
8
  },
9
9
  "dependencies": {
10
- "axios": "^1.7.2",
10
+ "axios": "^1.7.0",
11
11
  "axios-proxy-builder": "^0.1.2",
12
12
  "console.table": "^0.10.0",
13
13
  "detect-libc": "^2.0.3",
@@ -24,7 +24,7 @@
24
24
  "hasInstallScript": true,
25
25
  "license": "MIT OR Apache-2.0",
26
26
  "name": "@mistydemeo/cargodisttest",
27
- "version": "0.2.155"
27
+ "version": "0.2.156"
28
28
  },
29
29
  "node_modules/@isaacs/cliui": {
30
30
  "dependencies": {
@@ -101,10 +101,10 @@
101
101
  "form-data": "^4.0.0",
102
102
  "proxy-from-env": "^1.1.0"
103
103
  },
104
- "integrity": "sha512-2A8QhOMrbomlDuiLeK9XibIBzuHeRcqqNOHp0Cyp5EoJ1IFDh+XZH3A6BkXtv0K4gFGCI0Y4BM7B1wOEi0Rmgw==",
104
+ "integrity": "sha512-+LV37nQcd1EpFalkXksWNBiA17NZ5m5/WspmHGmZmdx1qBOg/VNq/c4eRJiA9VQQHBOs+N0ZhhdU10h2TyNK7Q==",
105
105
  "license": "MIT",
106
- "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.2.tgz",
107
- "version": "1.7.2"
106
+ "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.1.tgz",
107
+ "version": "1.7.1"
108
108
  },
109
109
  "node_modules/axios-proxy-builder": {
110
110
  "dependencies": {
@@ -313,7 +313,7 @@
313
313
  },
314
314
  "dependencies": {
315
315
  "foreground-child": "^3.1.0",
316
- "jackspeak": "^3.1.2",
316
+ "jackspeak": "^2.3.6",
317
317
  "minimatch": "^9.0.1",
318
318
  "minipass": "^7.0.4",
319
319
  "path-scurry": "^1.11.0"
@@ -324,10 +324,10 @@
324
324
  "funding": {
325
325
  "url": "https://github.com/sponsors/isaacs"
326
326
  },
327
- "integrity": "sha512-JDKXl1DiuuHJ6fVS2FXjownaavciiHNUU4mOvV/B793RLh05vZL1rcPnCSaOgv1hDT6RDlY7AB7ZUvFYAtPgAw==",
327
+ "integrity": "sha512-0c6RlJt1TICLyvJYIApxb8GsXoai0KUP7AxKKAtsYXdgJR1mGEUa7DgwShbdk1nly0PYoZj01xd4hzbq3fsjpw==",
328
328
  "license": "ISC",
329
- "resolved": "https://registry.npmjs.org/glob/-/glob-10.3.16.tgz",
330
- "version": "10.3.16"
329
+ "resolved": "https://registry.npmjs.org/glob/-/glob-10.3.15.tgz",
330
+ "version": "10.3.15"
331
331
  },
332
332
  "node_modules/is-fullwidth-code-point": {
333
333
  "engines": {
@@ -354,13 +354,13 @@
354
354
  "funding": {
355
355
  "url": "https://github.com/sponsors/isaacs"
356
356
  },
357
- "integrity": "sha512-kWmLKn2tRtfYMF/BakihVVRzBKOxz4gJMiL2Rj91WnAB5TPZumSH99R/Yf1qE1u4uRimvCSJfm6hnxohXeEXjQ==",
357
+ "integrity": "sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==",
358
358
  "license": "BlueOak-1.0.0",
359
359
  "optionalDependencies": {
360
360
  "@pkgjs/parseargs": "^0.11.0"
361
361
  },
362
- "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.1.2.tgz",
363
- "version": "3.1.2"
362
+ "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-2.3.6.tgz",
363
+ "version": "2.3.6"
364
364
  },
365
365
  "node_modules/lru-cache": {
366
366
  "engines": {
@@ -791,5 +791,5 @@
791
791
  }
792
792
  },
793
793
  "requires": true,
794
- "version": "0.2.155"
794
+ "version": "0.2.156"
795
795
  }
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
- "artifactDownloadUrl": "https://github.com/mistydemeo/cargodisttest/releases/download/v0.2.155",
2
+ "artifactDownloadUrl": "https://github.com/mistydemeo/cargodisttest/releases/download/v0.2.156",
3
3
  "bin": {
4
4
  "axolotlsay": "run-axolotlsay.js"
5
5
  },
6
6
  "dependencies": {
7
- "axios": "^1.7.2",
7
+ "axios": "^1.7.0",
8
8
  "axios-proxy-builder": "^0.1.2",
9
9
  "console.table": "^0.10.0",
10
10
  "detect-libc": "^2.0.3",
@@ -72,7 +72,7 @@
72
72
  "zipExt": ".tar.gz"
73
73
  }
74
74
  },
75
- "version": "0.2.155",
75
+ "version": "0.2.156",
76
76
  "volta": {
77
77
  "node": "18.14.1",
78
78
  "npm": "9.5.0"