chore(deps-dev): bump nock from 13.3.4 to 13.3.6 (#13573)
* chore(deps-dev): bump nock from 13.3.4 to 13.3.6 Bumps [nock](https://github.com/nock/nock) from 13.3.4 to 13.3.6. - [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.3.4...v13.3.6) --- updated-dependencies: - dependency-name: nock dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * chore: fix pnpm install --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
f23928a3af
commit
5bdbb5d4dd
|
|
@ -192,7 +192,7 @@
|
|||
"jest-junit": "16.0.0",
|
||||
"lint-staged": "15.0.1",
|
||||
"mockdate": "3.0.5",
|
||||
"nock": "13.3.4",
|
||||
"nock": "13.3.6",
|
||||
"nodemon": "3.0.1",
|
||||
"prettier": "3.0.3",
|
||||
"remark": "13.0.0",
|
||||
|
|
|
|||
|
|
@ -329,8 +329,8 @@ devDependencies:
|
|||
specifier: 3.0.5
|
||||
version: 3.0.5
|
||||
nock:
|
||||
specifier: 13.3.4
|
||||
version: 13.3.4
|
||||
specifier: 13.3.6
|
||||
version: 13.3.6
|
||||
nodemon:
|
||||
specifier: 3.0.1
|
||||
version: 3.0.1
|
||||
|
|
@ -5924,13 +5924,12 @@ packages:
|
|||
lower-case: 1.1.4
|
||||
dev: false
|
||||
|
||||
/nock@13.3.4:
|
||||
resolution: {integrity: sha512-DDpmn5oLEdCTclEqweOT4U7bEpuoifBMFUXem9sA4turDAZ5tlbrEoWqCorwXey8CaAw44mst5JOQeVNiwtkhw==}
|
||||
/nock@13.3.6:
|
||||
resolution: {integrity: sha512-lT6YuktKroUFM+27mubf2uqQZVy2Jf+pfGzuh9N6VwdHlFoZqvi4zyxFTVR1w/ChPqGY6yxGehHp6C3wqCASCw==}
|
||||
engines: {node: '>= 10.13'}
|
||||
dependencies:
|
||||
debug: 4.3.4
|
||||
json-stringify-safe: 5.0.1
|
||||
lodash: 4.17.21
|
||||
propagate: 2.0.1
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
|
@ -8128,7 +8127,7 @@ packages:
|
|||
dependencies:
|
||||
eslint-visitor-keys: 3.4.3
|
||||
lodash: 4.17.21
|
||||
yaml: 2.3.2
|
||||
yaml: 2.3.3
|
||||
dev: true
|
||||
|
||||
/yaml@2.3.2:
|
||||
|
|
@ -8136,6 +8135,11 @@ packages:
|
|||
engines: {node: '>= 14'}
|
||||
dev: true
|
||||
|
||||
/yaml@2.3.3:
|
||||
resolution: {integrity: sha512-zw0VAJxgeZ6+++/su5AFoqBbZbrEakwu+X0M5HmcwUiBL7AzcuPKjj5we4xfQLp78LkEMpD0cOnUhmgOVy3KdQ==}
|
||||
engines: {node: '>= 14'}
|
||||
dev: true
|
||||
|
||||
/yargs-parser@15.0.3:
|
||||
resolution: {integrity: sha512-/MVEVjTXy/cGAjdtQf8dW3V9b97bPN7rNn8ETj6BmAQL7ibC7O1Q9SPJbGjgh3SlwoBNXMzj/ZGIj8mBgl12YA==}
|
||||
dependencies:
|
||||
|
|
|
|||
Loading…
Reference in New Issue