From 0e6c11cf361a5eb997f6b4dfb6da8ae2810db77c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 10:27:21 +0000 Subject: [PATCH] deps(dev): bump sinon-ts from 1.0.2 to 2.0.0 Bumps [sinon-ts](https://github.com/achingbrain/sinon-ts) from 1.0.2 to 2.0.0. - [Release notes](https://github.com/achingbrain/sinon-ts/releases) - [Changelog](https://github.com/achingbrain/sinon-ts/blob/master/CHANGELOG.md) - [Commits](https://github.com/achingbrain/sinon-ts/compare/v1.0.2...v2.0.0) --- updated-dependencies: - dependency-name: sinon-ts dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/ipns/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ipns/package.json b/packages/ipns/package.json index cb19b4a..d04aef7 100644 --- a/packages/ipns/package.json +++ b/packages/ipns/package.json @@ -173,7 +173,7 @@ "aegir": "^41.0.0", "datastore-core": "^9.0.3", "sinon": "^17.0.0", - "sinon-ts": "^1.0.0" + "sinon-ts": "^2.0.0" }, "browser": { "./dist/src/utils/resolve-dns-link.js": "./dist/src/utils/resolve-dns-link.browser.js"