@mistydemeo/cargodisttest 0.2.176 → 0.2.188

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 +10 -12
  2. package/package.json +3 -3
@@ -12,7 +12,7 @@
12
12
  "console.table": "^0.10.0",
13
13
  "detect-libc": "^2.0.3",
14
14
  "rimraf": "^5.0.7",
15
- "tar": "^7.1.0"
15
+ "tar": "^7.4.0"
16
16
  },
17
17
  "devDependencies": {
18
18
  "prettier": "^3.3.2"
@@ -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.176"
27
+ "version": "0.2.188"
28
28
  },
29
29
  "node_modules/@isaacs/cliui": {
30
30
  "dependencies": {
@@ -411,10 +411,9 @@
411
411
  "engines": {
412
412
  "node": ">=16 || 14 >=14.17"
413
413
  },
414
- "integrity": "sha512-UZ7eQ+h8ywIRAW1hIEl2AqdwzJucU/Kp59+8kkZeSvafXhZjul247BvIJjEVFVeON6d7lM46XX1HXCduKAS8VA==",
415
- "license": "ISC",
416
- "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.1.tgz",
417
- "version": "7.1.1"
414
+ "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==",
415
+ "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz",
416
+ "version": "7.1.2"
418
417
  },
419
418
  "node_modules/minizlib": {
420
419
  "dependencies": {
@@ -641,7 +640,7 @@
641
640
  "dependencies": {
642
641
  "@isaacs/fs-minipass": "^4.0.0",
643
642
  "chownr": "^3.0.0",
644
- "minipass": "^7.1.0",
643
+ "minipass": "^7.1.2",
645
644
  "minizlib": "^3.0.1",
646
645
  "mkdirp": "^3.0.1",
647
646
  "yallist": "^5.0.0"
@@ -649,10 +648,9 @@
649
648
  "engines": {
650
649
  "node": ">=18"
651
650
  },
652
- "integrity": "sha512-ENhg4W6BmjYxl8GTaE7/h99f0aXiSWv4kikRZ9n2/JRxypZniE84ILZqimAhxxX7Zb8Px6pFdheW3EeHfhnXQQ==",
653
- "license": "ISC",
654
- "resolved": "https://registry.npmjs.org/tar/-/tar-7.1.0.tgz",
655
- "version": "7.1.0"
651
+ "integrity": "sha512-XQs0S8fuAkQWuqhDeCdMlJXDX80D7EOVLDPVFkna9yQfzS+PHKgfxcei0jf6/+QAWcjqrnC8uM3fSAnrQl+XYg==",
652
+ "resolved": "https://registry.npmjs.org/tar/-/tar-7.4.0.tgz",
653
+ "version": "7.4.0"
656
654
  },
657
655
  "node_modules/tunnel": {
658
656
  "engines": {
@@ -790,5 +788,5 @@
790
788
  }
791
789
  },
792
790
  "requires": true,
793
- "version": "0.2.176"
791
+ "version": "0.2.188"
794
792
  }
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "artifactDownloadUrl": "https://mistydemeo.artifacts.axodotdev.host/axolotlsay/ax_mXUwU3G2rW59ZeLu9RW6A",
2
+ "artifactDownloadUrl": "https://mistydemeo.artifacts.axodotdev.host/axolotlsay/ax_Rzmk9X5tbhyKKFt7Pe1RV",
3
3
  "bin": {
4
4
  "axolotlsay": "run-axolotlsay.js"
5
5
  },
@@ -9,7 +9,7 @@
9
9
  "console.table": "^0.10.0",
10
10
  "detect-libc": "^2.0.3",
11
11
  "rimraf": "^5.0.7",
12
- "tar": "^7.1.0"
12
+ "tar": "^7.4.0"
13
13
  },
14
14
  "description": "💬 a CLI for learning to distribute CLIs in rust",
15
15
  "devDependencies": {
@@ -73,7 +73,7 @@
73
73
  "zipExt": ".tar.gz"
74
74
  }
75
75
  },
76
- "version": "0.2.176",
76
+ "version": "0.2.188",
77
77
  "volta": {
78
78
  "node": "18.14.1",
79
79
  "npm": "9.5.0"