mirror of
https://github.com/peaceiris/actions-hugo.git
synced 2025-06-21 13:05:29 +08:00
deps: bump ts-jest from 25.4.0 to 25.5.0
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 25.4.0 to 25.5.0. - [Release notes](https://github.com/kulshekhar/ts-jest/releases) - [Changelog](https://github.com/kulshekhar/ts-jest/blob/master/CHANGELOG.md) - [Commits](https://github.com/kulshekhar/ts-jest/compare/v25.4.0...v25.5.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
dc79cf98c4
commit
0c93074aab
15
package-lock.json
generated
15
package-lock.json
generated
@ -11436,9 +11436,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"ts-jest": {
|
||||
"version": "25.4.0",
|
||||
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-25.4.0.tgz",
|
||||
"integrity": "sha512-+0ZrksdaquxGUBwSdTIcdX7VXdwLIlSRsyjivVA9gcO+Cvr6ByqDhu/mi5+HCcb6cMkiQp5xZ8qRO7/eCqLeyw==",
|
||||
"version": "25.5.0",
|
||||
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-25.5.0.tgz",
|
||||
"integrity": "sha512-govrjbOk1UEzcJ5cX5k8X8IUtFuP3lp3mrF3ZuKtCdAOQzdeCM7qualhb/U8s8SWFwEDutOqfF5PLkJ+oaYD4w==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"bs-logger": "0.x",
|
||||
@ -11448,8 +11448,7 @@
|
||||
"lodash.memoize": "4.x",
|
||||
"make-error": "1.x",
|
||||
"micromatch": "4.x",
|
||||
"mkdirp": "1.x",
|
||||
"resolve": "1.x",
|
||||
"mkdirp": "0.x",
|
||||
"semver": "6.x",
|
||||
"yargs-parser": "18.x"
|
||||
},
|
||||
@ -11488,12 +11487,6 @@
|
||||
"picomatch": "^2.0.5"
|
||||
}
|
||||
},
|
||||
"mkdirp": {
|
||||
"version": "1.0.4",
|
||||
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz",
|
||||
"integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==",
|
||||
"dev": true
|
||||
},
|
||||
"semver": {
|
||||
"version": "6.3.0",
|
||||
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
|
||||
|
@ -73,7 +73,7 @@
|
||||
"nock": "^12.0.3",
|
||||
"prettier": "2.0.5",
|
||||
"standard-version": "^7.1.0",
|
||||
"ts-jest": "^25.4.0",
|
||||
"ts-jest": "^25.5.0",
|
||||
"typescript": "^3.8.3"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user