From 2ae14f9a18aa35b141cb9cc5f824bc7be5469823 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 02:08:19 +0000 Subject: [PATCH] build(deps): Bump @wtrpc/core from 1.0.2 to 1.0.4 Bumps [@wtrpc/core](https://github.com/blacha/wtrpc) from 1.0.2 to 1.0.4. - [Release notes](https://github.com/blacha/wtrpc/releases) - [Changelog](https://github.com/blacha/wtrpc/blob/master/CHANGELOG.md) - [Commits](https://github.com/blacha/wtrpc/compare/v1.0.2...v1.0.4) --- updated-dependencies: - dependency-name: "@wtrpc/core" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index afa0ed8a..7b2b9300 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@linzjs/geojson": "^7.10.0", "@octokit/core": "^5.0.0", "@octokit/plugin-rest-endpoint-methods": "^10.1.1", - "@wtrpc/core": "^1.0.2", + "@wtrpc/core": "^1.0.4", "ajv": "^8.17.1", "ajv-formats": "^2.1.1", "cmd-ts": "^0.13.0", @@ -2381,9 +2381,9 @@ "dev": true }, "node_modules/@wtrpc/core": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@wtrpc/core/-/core-1.0.2.tgz", - "integrity": "sha512-KsFprkuE158VbBwhB8bWEgJFI6TtpkXUi+E5qdSevxj83xW4+tFHnvp/EobugH9sXKRrABkr3xp8S20Y8dhFeQ==", + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/@wtrpc/core/-/core-1.0.4.tgz", + "integrity": "sha512-lEnsegczFjnbsbV4HIt95Casl2sYpA5Iufgu8jXGaR08G84VmfMwvkVU09e4o1MMB04bbbxnkxJU1FvVMZFuBw==", "engines": { "node": "^12.20.0 || ^14.13.1 || >=16.0.0" } diff --git a/package.json b/package.json index 4f9387cd..a1e08555 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "@linzjs/geojson": "^7.10.0", "@octokit/core": "^5.0.0", "@octokit/plugin-rest-endpoint-methods": "^10.1.1", - "@wtrpc/core": "^1.0.2", + "@wtrpc/core": "^1.0.4", "ajv": "^8.17.1", "ajv-formats": "^2.1.1", "cmd-ts": "^0.13.0",