build(deps-dev): bump @kie/mock-github from 0.1.1 to 0.1.2 (#3)

Bumps [@kie/mock-github](https://github.com/kiegroup/mock-github) from 0.1.1 to 0.1.2.
- [Release notes](https://github.com/kiegroup/mock-github/releases)
- [Commits](https://github.com/kiegroup/mock-github/compare/v0.1.1...v0.1.2)

---
updated-dependencies:
- dependency-name: "@kie/mock-github"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

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:
dependabot[bot] 2022-12-22 16:39:25 +01:00 committed by GitHub
parent b3e8f8bb88
commit e0619bada8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -21,7 +21,7 @@
"bper": "dist/cli/index.js" "bper": "dist/cli/index.js"
}, },
"devDependencies": { "devDependencies": {
"@kie/mock-github": "^0.1.1", "@kie/mock-github": "^0.1.2",
"@types/fs-extra": "^9.0.13", "@types/fs-extra": "^9.0.13",
"@types/jest": "^28.1.8", "@types/jest": "^28.1.8",
"@types/node": "^18.11.17", "@types/node": "^18.11.17",
@ -1609,9 +1609,9 @@
} }
}, },
"node_modules/@kie/mock-github": { "node_modules/@kie/mock-github": {
"version": "0.1.1", "version": "0.1.2",
"resolved": "https://registry.npmjs.org/@kie/mock-github/-/mock-github-0.1.1.tgz", "resolved": "https://registry.npmjs.org/@kie/mock-github/-/mock-github-0.1.2.tgz",
"integrity": "sha512-JO9a8ZcuMraTMHavzwIyGy2tl4+44cW3K5A42uTah8uM2HAitXMF47/q4cAFkMWKaL0pu3T8QEcZ+FdgpaTR+w==", "integrity": "sha512-WgJr0LmDye+YVZLmsRFVHlluLGVbRMosa1VKW7Nv1PvytcqHy1pdj8ljRN74uVHl7AcV0JDP/4Qb+wRwC4n18Q==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@octokit/openapi-types-ghec": "^14.0.0", "@octokit/openapi-types-ghec": "^14.0.0",
@ -8527,9 +8527,9 @@
} }
}, },
"@kie/mock-github": { "@kie/mock-github": {
"version": "0.1.1", "version": "0.1.2",
"resolved": "https://registry.npmjs.org/@kie/mock-github/-/mock-github-0.1.1.tgz", "resolved": "https://registry.npmjs.org/@kie/mock-github/-/mock-github-0.1.2.tgz",
"integrity": "sha512-JO9a8ZcuMraTMHavzwIyGy2tl4+44cW3K5A42uTah8uM2HAitXMF47/q4cAFkMWKaL0pu3T8QEcZ+FdgpaTR+w==", "integrity": "sha512-WgJr0LmDye+YVZLmsRFVHlluLGVbRMosa1VKW7Nv1PvytcqHy1pdj8ljRN74uVHl7AcV0JDP/4Qb+wRwC4n18Q==",
"dev": true, "dev": true,
"requires": { "requires": {
"@octokit/openapi-types-ghec": "^14.0.0", "@octokit/openapi-types-ghec": "^14.0.0",

View file

@ -44,7 +44,7 @@
}, },
"homepage": "https://github.com/lampajr/backporting#readme", "homepage": "https://github.com/lampajr/backporting#readme",
"devDependencies": { "devDependencies": {
"@kie/mock-github": "^0.1.1", "@kie/mock-github": "^0.1.2",
"@types/fs-extra": "^9.0.13", "@types/fs-extra": "^9.0.13",
"@types/jest": "^28.1.8", "@types/jest": "^28.1.8",
"@types/node": "^18.11.17", "@types/node": "^18.11.17",