From 7511b6c8272bb8cc0e7bea886db57b9ee4c7dbcf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Mar 2025 08:36:53 +0000 Subject: [PATCH] chore(deps-dev): bump sinon from 19.0.2 to 19.0.4 Bumps [sinon](https://github.com/sinonjs/sinon) from 19.0.2 to 19.0.4. - [Release notes](https://github.com/sinonjs/sinon/releases) - [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md) - [Commits](https://github.com/sinonjs/sinon/compare/v19.0.2...v19.0.4) --- updated-dependencies: - dependency-name: sinon dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4b5b4daa..bd7e778f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "rimraf": "^6.0.1", "semantic-release": "^24.2.3", "serverless": "^3.40.0", - "sinon": "^19.0.2", + "sinon": "^19.0.4", "sort-package-json": "^3.0.0" }, "engines": { @@ -21121,14 +21121,14 @@ } }, "node_modules/sinon": { - "version": "19.0.2", - "resolved": "https://registry.npmjs.org/sinon/-/sinon-19.0.2.tgz", - "integrity": "sha512-euuToqM+PjO4UgXeLETsfQiuoyPXlqFezr6YZDFwHR3t4qaX0fZUe1MfPMznTL5f8BWrVS89KduLdMUsxFCO6g==", + "version": "19.0.4", + "resolved": "https://registry.npmjs.org/sinon/-/sinon-19.0.4.tgz", + "integrity": "sha512-myidFob7fjmYHJb+CHNLtAYScxn3sngGq4t75L2rCGGpE/k4OQVkN3KE5FsN+XkO2+fcDZ65PGvq3KHrlLAm7g==", "dev": true, "license": "BSD-3-Clause", "dependencies": { "@sinonjs/commons": "^3.0.1", - "@sinonjs/fake-timers": "^13.0.2", + "@sinonjs/fake-timers": "^13.0.5", "@sinonjs/samsam": "^8.0.1", "diff": "^7.0.0", "nise": "^6.1.1", diff --git a/package.json b/package.json index 442de8c3..760c49bf 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "rimraf": "^6.0.1", "semantic-release": "^24.2.3", "serverless": "^3.40.0", - "sinon": "^19.0.2", + "sinon": "^19.0.4", "sort-package-json": "^3.0.0" }, "peerDependencies": {