Merge pull request #14266 from prometheus/dependabot/npm_and_yarn/web/ui/nock-13.5.4

build(deps-dev): bump nock from 13.4.0 to 13.5.4 in /web/ui
This commit is contained in:
Ben Kochie 2024-06-06 15:54:07 +02:00 committed by GitHub
commit 50e3712651
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"
@ -12695,9 +12695,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",