Skip to content

Commit 840012b

Browse files
build: bump mkver from 2.1.0 to 4.3.0
Bumps [mkver](https://github.com/photostructure/mkver) from 2.1.0 to 4.3.0. - [Release notes](https://github.com/photostructure/mkver/releases) - [Changelog](https://github.com/photostructure/mkver/blob/main/CHANGELOG.md) - [Commits](photostructure/mkver@v2.1.0...v4.3.0) --- updated-dependencies: - dependency-name: mkver dependency-version: 4.3.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 41943a9 commit 840012b

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"esbuild": "^0.25.1",
7070
"@vercel/node": "^3.2.14",
7171
"jest": "^29.7.0",
72-
"mkver": "^2.1.0",
72+
"mkver": "^4.3.0",
7373
"nock": "14.0.10",
7474
"nodemon": "^3.1.5",
7575
"smee-client": "^2.0.1",

yarn.lock

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4088,10 +4088,12 @@ mkdirp@^1.0.3, mkdirp@^1.0.4:
40884088
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e"
40894089
integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==
40904090

4091-
mkver@^2.1.0:
4092-
version "2.1.0"
4093-
resolved "https://registry.yarnpkg.com/mkver/-/mkver-2.1.0.tgz#3f47b08810ba78ed5f301f6dd9d05e7677c506b6"
4094-
integrity sha512-a5tfefhIVPqHgy98IAyVU2Tn45knQ5Um44j68EdtfXKikfbRoxOsO+0wjJCsl4k0VgSEnqWx3VuItcBynb78Pw==
4091+
mkver@^4.3.0:
4092+
version "4.3.0"
4093+
resolved "https://registry.yarnpkg.com/mkver/-/mkver-4.3.0.tgz#5047a9f12a23be10028c45f537910fceaaaa1f55"
4094+
integrity sha512-RaUgBLncA+E8JMMRIsmGh1N6ykZIm/SJdIfUesh+yx91l5uVP5IXEzgyyR8M+VsPhPFtbbSKloys3IGpE3WX4g==
4095+
dependencies:
4096+
semver "^7.7.2"
40954097

40964098
module-details-from-path@^1.0.3:
40974099
version "1.0.4"

0 commit comments

Comments
 (0)