From f3ddbdaa0579119bb3000e76886efb420241fc03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 04:39:42 +0000 Subject: [PATCH] chore(deps-dev): bump copy-file-util from 1.2.0 to 1.2.1 Bumps [copy-file-util](https://github.com/center-key/copy-file-util) from 1.2.0 to 1.2.1. - [Release notes](https://github.com/center-key/copy-file-util/releases) - [Commits](https://github.com/center-key/copy-file-util/compare/v1.2.0...v1.2.1) --- updated-dependencies: - dependency-name: copy-file-util dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6665fa0..e885d62 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4109,9 +4109,9 @@ } }, "node_modules/copy-file-util": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/copy-file-util/-/copy-file-util-1.2.0.tgz", - "integrity": "sha512-NxJxLyKgeicX4IbKDZYSas+MiXPHSi9moAP1W77rodAjABaFf4GM/ohLmWFjOzIM7itFpmTNgNNvtiGIWdIDrQ==", + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/copy-file-util/-/copy-file-util-1.2.1.tgz", + "integrity": "sha512-ex4ckxhwJWYDvchobLXvHsfVl2RJ01SYAlfmBToVwDks1I3h7um7r4m5VyuZzqJRkjKntb/K0Qp8JmluG6SswA==", "dev": true, "dependencies": { "chalk": "~5.3", @@ -11233,7 +11233,7 @@ } }, "packages/nostr-fetch": { - "version": "0.16.0", + "version": "0.17.0", "license": "MIT", "dependencies": { "@nostr-fetch/kernel": "^0.17.0"