mirror of
https://github.com/wagoid/commitlint-github-action.git
synced 2025-11-07 08:06:54 +00:00
chore(deps-dev): bump testdouble from 3.16.4 to 3.16.6
Bumps [testdouble](https://github.com/testdouble/testdouble.js) from 3.16.4 to 3.16.6. - [Release notes](https://github.com/testdouble/testdouble.js/releases) - [Changelog](https://github.com/testdouble/testdouble.js/blob/main/CHANGELOG.md) - [Commits](https://github.com/testdouble/testdouble.js/compare/v3.16.4...v3.16.6) --- updated-dependencies: - dependency-name: testdouble dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
3cfd417be9
commit
cd4dbd803a
2 changed files with 8 additions and 8 deletions
14
package-lock.json
generated
14
package-lock.json
generated
|
|
@ -52,7 +52,7 @@
|
|||
"prettier": "^2.7.1",
|
||||
"rollup": "^2.70.1",
|
||||
"standard-version": "^9.5.0",
|
||||
"testdouble": "^3.16.4",
|
||||
"testdouble": "^3.16.6",
|
||||
"yaml": "^2.1.1"
|
||||
},
|
||||
"engines": {
|
||||
|
|
@ -13934,9 +13934,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/testdouble": {
|
||||
"version": "3.16.4",
|
||||
"resolved": "https://registry.npmjs.org/testdouble/-/testdouble-3.16.4.tgz",
|
||||
"integrity": "sha512-NM8gzFurcf3tgf9miWx3ussoJWUxtT1MwJ7Xpe+sqJBbiwgqLDBqh64bnuDmGCHqhQ3Vou3Z5HtRjiAs7U/mug==",
|
||||
"version": "3.16.6",
|
||||
"resolved": "https://registry.npmjs.org/testdouble/-/testdouble-3.16.6.tgz",
|
||||
"integrity": "sha512-mijMgc9y7buK9IG9zSVhzlXsFMqWbLQHRei4SLX7F7K4Qtrcnglg6lIMTCmNs6RwDUyLGWtpIe+TzkugYHB+qA==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"lodash": "^4.17.15",
|
||||
|
|
@ -25303,9 +25303,9 @@
|
|||
}
|
||||
},
|
||||
"testdouble": {
|
||||
"version": "3.16.4",
|
||||
"resolved": "https://registry.npmjs.org/testdouble/-/testdouble-3.16.4.tgz",
|
||||
"integrity": "sha512-NM8gzFurcf3tgf9miWx3ussoJWUxtT1MwJ7Xpe+sqJBbiwgqLDBqh64bnuDmGCHqhQ3Vou3Z5HtRjiAs7U/mug==",
|
||||
"version": "3.16.6",
|
||||
"resolved": "https://registry.npmjs.org/testdouble/-/testdouble-3.16.6.tgz",
|
||||
"integrity": "sha512-mijMgc9y7buK9IG9zSVhzlXsFMqWbLQHRei4SLX7F7K4Qtrcnglg6lIMTCmNs6RwDUyLGWtpIe+TzkugYHB+qA==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"lodash": "^4.17.15",
|
||||
|
|
|
|||
|
|
@ -65,7 +65,7 @@
|
|||
"prettier": "^2.7.1",
|
||||
"rollup": "^2.70.1",
|
||||
"standard-version": "^9.5.0",
|
||||
"testdouble": "^3.16.4",
|
||||
"testdouble": "^3.16.6",
|
||||
"yaml": "^2.1.1"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue