build(deps-dev): bump nock from 13.4.0 to 13.5.4 in /web/ui

Bumps [nock](https://github.com/nock/nock) from 13.4.0 to 13.5.4.
- [Release notes](https://github.com/nock/nock/releases)
- [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nock/nock/compare/v13.4.0...v13.5.4)

---
updated-dependencies:
- dependency-name: nock
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/14266/head
dependabot[bot] 2024-06-06 11:29:05 +00:00 committed by GitHub
parent 74184e137a
commit 638a11b797
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 4 deletions

View File

@ -42,7 +42,7 @@
"@lezer/highlight": "^1.2.0",
"@lezer/lr": "^1.4.1",
"isomorphic-fetch": "^3.0.0",
"nock": "^13.4.0"
"nock": "^13.5.4"
},
"peerDependencies": {
"@codemirror/autocomplete": "^6.4.0",

View File

@ -46,7 +46,7 @@
"@lezer/highlight": "^1.2.0",
"@lezer/lr": "^1.4.1",
"isomorphic-fetch": "^3.0.0",
"nock": "^13.4.0"
"nock": "^13.5.4"
},
"engines": {
"node": ">=12.0.0"
@ -12693,9 +12693,10 @@
}
},
"node_modules/nock": {
"version": "13.4.0",
"version": "13.5.4",
"resolved": "https://registry.npmjs.org/nock/-/nock-13.5.4.tgz",
"integrity": "sha512-yAyTfdeNJGGBFxWdzSKCBYxs5FxLbCg5X5Q4ets974hcQzG1+qCxvIyOo4j2Ry6MUlhWVMX4OoYDefAIIwupjw==",
"dev": true,
"license": "MIT",
"dependencies": {
"debug": "^4.1.0",
"json-stringify-safe": "^5.0.1",