From 89532ca57e78428f3c7385dd561442f185a960b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Dec 2022 23:36:45 +0000 Subject: [PATCH] Bump replicator from 1.0.3 to 1.0.5 in /agent-codeceptjs Bumps [replicator](https://github.com/inikulin/replicator) from 1.0.3 to 1.0.5. - [Release notes](https://github.com/inikulin/replicator/releases) - [Commits](https://github.com/inikulin/replicator/compare/v1.0.3...v1.0.5) --- updated-dependencies: - dependency-name: replicator dependency-type: indirect ... Signed-off-by: dependabot[bot] --- agent-codeceptjs/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/agent-codeceptjs/package-lock.json b/agent-codeceptjs/package-lock.json index a83835b..03718b5 100644 --- a/agent-codeceptjs/package-lock.json +++ b/agent-codeceptjs/package-lock.json @@ -6752,9 +6752,9 @@ } }, "replicator": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/replicator/-/replicator-1.0.3.tgz", - "integrity": "sha512-WsKsraaM0x0QHy5CtzdgFXUxyowoBhyNkmPqmZShW6h+rOWnyT6Od3zRdTX9r616rAA6kDC9MKQGnSM/CJKfVQ==", + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/replicator/-/replicator-1.0.5.tgz", + "integrity": "sha512-saxS4y7NFkLMa92BR4bPHR41GD+f/qoDAwD2xZmN+MpDXgibkxwLO2qk7dCHYtskSkd/bWS8Jy6kC5MZUkg1tw==", "dev": true }, "request": {