This is an automated email from the ASF dual-hosted git repository.
andy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/jena.git
The following commit(s) were added to refs/heads/main by this push:
new 0f0ccd8162 Bump sinon from 20.0.0 to 21.0.0 in
/jena-fuseki2/jena-fuseki-ui
0f0ccd8162 is described below
commit 0f0ccd8162e545da63ae2b3dfab7e2d67b035c2b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jun 18 00:54:56 2025 +0000
Bump sinon from 20.0.0 to 21.0.0 in /jena-fuseki2/jena-fuseki-ui
Bumps [sinon](https://github.com/sinonjs/sinon) from 20.0.0 to 21.0.0.
- [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/commits)
---
updated-dependencies:
- dependency-name: sinon
dependency-version: 21.0.0
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
---
jena-fuseki2/jena-fuseki-ui/package.json | 2 +-
jena-fuseki2/jena-fuseki-ui/yarn.lock | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/jena-fuseki2/jena-fuseki-ui/package.json
b/jena-fuseki2/jena-fuseki-ui/package.json
index 2593ec7af2..41836e277b 100644
--- a/jena-fuseki2/jena-fuseki-ui/package.json
+++ b/jena-fuseki2/jena-fuseki-ui/package.json
@@ -69,7 +69,7 @@
"nodemon": "^3.0.1",
"run-script-os": "^1.1.6",
"sass-embedded": "^1.89.1",
- "sinon": "^20.0.0",
+ "sinon": "^21.0.0",
"vite": "^6.0.11",
"vite-plugin-istanbul": "^7.0.0",
"vitest": "^3.0.5",
diff --git a/jena-fuseki2/jena-fuseki-ui/yarn.lock
b/jena-fuseki2/jena-fuseki-ui/yarn.lock
index 87d8a9f89f..fb8a1ff80f 100644
--- a/jena-fuseki2/jena-fuseki-ui/yarn.lock
+++ b/jena-fuseki2/jena-fuseki-ui/yarn.lock
@@ -6390,10 +6390,10 @@ simple-update-notifier@^2.0.0:
dependencies:
semver "^7.5.3"
-sinon@^20.0.0:
- version "20.0.0"
- resolved
"https://registry.yarnpkg.com/sinon/-/sinon-20.0.0.tgz#4b653468735f7152ba694d05498c2b5d024ab006"
- integrity
sha512-+FXOAbdnj94AQIxH0w1v8gzNxkawVvNqE3jUzRLptR71Oykeu2RrQXXl/VQjKay+Qnh73fDt/oDfMo6xMeDQbQ==
+sinon@^21.0.0:
+ version "21.0.0"
+ resolved
"https://registry.yarnpkg.com/sinon/-/sinon-21.0.0.tgz#dbda73abc7e6cb803fef3368cfbecbb5936e8a9e"
+ integrity
sha512-TOgRcwFPbfGtpqvZw+hyqJDvqfapr1qUlOizROIk4bBLjlsjlB00Pg6wMFXNtJRpu+eCZuVOaLatG7M8105kAw==
dependencies:
"@sinonjs/commons" "^3.0.1"
"@sinonjs/fake-timers" "^13.0.5"