Skip to content

Commit 0f0ccd8

Browse files
dependabot[bot]afs
authored andcommitted
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]>
1 parent 45b7754 commit 0f0ccd8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

jena-fuseki2/jena-fuseki-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"nodemon": "^3.0.1",
7070
"run-script-os": "^1.1.6",
7171
"sass-embedded": "^1.89.1",
72-
"sinon": "^20.0.0",
72+
"sinon": "^21.0.0",
7373
"vite": "^6.0.11",
7474
"vite-plugin-istanbul": "^7.0.0",
7575
"vitest": "^3.0.5",

jena-fuseki2/jena-fuseki-ui/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6390,10 +6390,10 @@ simple-update-notifier@^2.0.0:
63906390
dependencies:
63916391
semver "^7.5.3"
63926392

6393-
sinon@^20.0.0:
6394-
version "20.0.0"
6395-
resolved "https://registry.yarnpkg.com/sinon/-/sinon-20.0.0.tgz#4b653468735f7152ba694d05498c2b5d024ab006"
6396-
integrity sha512-+FXOAbdnj94AQIxH0w1v8gzNxkawVvNqE3jUzRLptR71Oykeu2RrQXXl/VQjKay+Qnh73fDt/oDfMo6xMeDQbQ==
6393+
sinon@^21.0.0:
6394+
version "21.0.0"
6395+
resolved "https://registry.yarnpkg.com/sinon/-/sinon-21.0.0.tgz#dbda73abc7e6cb803fef3368cfbecbb5936e8a9e"
6396+
integrity sha512-TOgRcwFPbfGtpqvZw+hyqJDvqfapr1qUlOizROIk4bBLjlsjlB00Pg6wMFXNtJRpu+eCZuVOaLatG7M8105kAw==
63976397
dependencies:
63986398
"@sinonjs/commons" "^3.0.1"
63996399
"@sinonjs/fake-timers" "^13.0.5"

0 commit comments

Comments
 (0)