diff --git a/subscription-example/package-lock.json b/subscription-example/package-lock.json index e583339..8de5b3f 100644 --- a/subscription-example/package-lock.json +++ b/subscription-example/package-lock.json @@ -17,7 +17,7 @@ "minimist": "^1.2.8", "morgan": "^1.10.0", "node-gyp": "^10.1.0", - "tar": "7.2.0", + "tar": "7.4.2", "undefsafe": "~2.0.5", "uuidv4": "^6.2.13" }, @@ -2282,13 +2282,13 @@ } }, "node_modules/tar": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/tar/-/tar-7.2.0.tgz", - "integrity": "sha512-hctwP0Nb4AB60bj8WQgRYaMOuJYRAPMGiQUAotms5igN8ppfQM+IvjQ5HcKu1MaZh2Wy2KWVTe563Yj8dfc14w==", + "version": "7.4.2", + "resolved": "https://registry.npmjs.org/tar/-/tar-7.4.2.tgz", + "integrity": "sha512-pP4ToLATHpXOrbxOZudW6rnfyPWJZoyERNrpTpQEtW6LkvpXw+WDnpj2GBQX9tyQ6teUyPESyyiOCFgp6HnGdw==", "dependencies": { "@isaacs/fs-minipass": "^4.0.0", "chownr": "^3.0.0", - "minipass": "^7.1.0", + "minipass": "^7.1.2", "minizlib": "^3.0.1", "mkdirp": "^3.0.1", "yallist": "^5.0.0" @@ -4202,13 +4202,13 @@ } }, "tar": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/tar/-/tar-7.2.0.tgz", - "integrity": "sha512-hctwP0Nb4AB60bj8WQgRYaMOuJYRAPMGiQUAotms5igN8ppfQM+IvjQ5HcKu1MaZh2Wy2KWVTe563Yj8dfc14w==", + "version": "7.4.2", + "resolved": "https://registry.npmjs.org/tar/-/tar-7.4.2.tgz", + "integrity": "sha512-pP4ToLATHpXOrbxOZudW6rnfyPWJZoyERNrpTpQEtW6LkvpXw+WDnpj2GBQX9tyQ6teUyPESyyiOCFgp6HnGdw==", "requires": { "@isaacs/fs-minipass": "^4.0.0", "chownr": "^3.0.0", - "minipass": "^7.1.0", + "minipass": "^7.1.2", "minizlib": "^3.0.1", "mkdirp": "^3.0.1", "yallist": "^5.0.0" diff --git a/subscription-example/package.json b/subscription-example/package.json index 6a0548a..ae75731 100644 --- a/subscription-example/package.json +++ b/subscription-example/package.json @@ -22,7 +22,7 @@ "node-gyp": "^10.1.0", "undefsafe": "~2.0.5", "uuidv4": "^6.2.13", - "tar": "7.2.0" + "tar": "7.4.2" }, "devDependencies": { "nodemon": "^3.1.3"