fix a dependency broken by the major update

TODO:
- replace with a npmjs entry when https://github.com/Hocdoc/vfile-reporter-position/pull/14 is closed
This commit is contained in:
TicClick
2022-04-12 21:51:13 +02:00
parent d87025e766
commit 0900a01fde
2 changed files with 9 additions and 99 deletions

106
package-lock.json generated
View File

@@ -25,7 +25,7 @@
"remark-lint-osu-links": "github:cl8n/remark-lint-osu-links",
"remark-lint-osu-wiki-links": "github:MegaApplePi/remark-lint-osu-wiki-links",
"remark-preset-lint-markdown-style-guide": "5.1.2",
"vfile-reporter-position": "0.1.7"
"vfile-reporter-position": "github:TicClick/vfile-reporter-position#update-vfile-message-v3"
}
},
"node_modules/@babel/code-frame": {
@@ -204,15 +204,6 @@
"resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.6.tgz",
"integrity": "sha512-PBjIUxZHOuj0R15/xuwJYjFi+KZdNFrehocChv4g5hu6aFroHue8m0lBP0POdK2nKzbw0cgV1mws8+V/JAcEkQ=="
},
"node_modules/@types/vfile": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/@types/vfile/-/vfile-4.0.0.tgz",
"integrity": "sha512-eleP0/Cz8uVWxARDLi3Axq2+fDdN4ibAXoC6Pv8p6s7znXaUL7XvhgeIhjCiNMnvlLNP+tmCLd+RuCryGgmtEg==",
"deprecated": "This is a stub types definition. vfile provides its own type definitions, so you do not need this installed.",
"dependencies": {
"vfile": "*"
}
},
"node_modules/ansi-regex": {
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
@@ -4167,54 +4158,13 @@
}
},
"node_modules/vfile-reporter-position": {
"version": "0.1.7",
"resolved": "https://registry.npmjs.org/vfile-reporter-position/-/vfile-reporter-position-0.1.7.tgz",
"integrity": "sha512-J6e1OxINt/xmTERA9plUwjt2uH0RqKysrlkzQYUQkgs5NEGHpG/OeGU48AHLeSNIK7YT0nCTDekrUt3jpGxYOA==",
"version": "1.0.0",
"resolved": "git+ssh://git@github.com/TicClick/vfile-reporter-position.git#7a7a2949a5d215fcbd1f2fc30b0b8c26194ee830",
"license": "MIT",
"dependencies": {
"@types/vfile": "^4.0.0",
"chalk": "^4.0.0",
"figures": "^3.2.0",
"vfile": "^4.1.0"
}
},
"node_modules/vfile-reporter-position/node_modules/unist-util-stringify-position": {
"version": "2.0.3",
"resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-2.0.3.tgz",
"integrity": "sha512-3faScn5I+hy9VleOq/qNbAd6pAx7iH5jYBMS9I1HgQVijz/4mv5Bvw5iw1sC/90CODiKo81G/ps8AJrISn687g==",
"dependencies": {
"@types/unist": "^2.0.2"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/unified"
}
},
"node_modules/vfile-reporter-position/node_modules/vfile": {
"version": "4.2.1",
"resolved": "https://registry.npmjs.org/vfile/-/vfile-4.2.1.tgz",
"integrity": "sha512-O6AE4OskCG5S1emQ/4gl8zK586RqA3srz3nfK/Viy0UPToBc5Trp9BVFb1u0CjsKrAWwnpr4ifM/KBXPWwJbCA==",
"dependencies": {
"@types/unist": "^2.0.0",
"is-buffer": "^2.0.0",
"unist-util-stringify-position": "^2.0.0",
"vfile-message": "^2.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/unified"
}
},
"node_modules/vfile-reporter-position/node_modules/vfile-message": {
"version": "2.0.4",
"resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-2.0.4.tgz",
"integrity": "sha512-DjssxRGkMvifUOJre00juHoP9DPWuzjxKuMDrhNbk2TdaYYBNMStsNhEOt3idrtI12VQYM/1+iM0KOzXi4pxwQ==",
"dependencies": {
"@types/unist": "^2.0.0",
"unist-util-stringify-position": "^2.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/unified"
"vfile": "^5.1.0"
}
},
"node_modules/vfile-reporter/node_modules/supports-color": {
@@ -4436,14 +4386,6 @@
"resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.6.tgz",
"integrity": "sha512-PBjIUxZHOuj0R15/xuwJYjFi+KZdNFrehocChv4g5hu6aFroHue8m0lBP0POdK2nKzbw0cgV1mws8+V/JAcEkQ=="
},
"@types/vfile": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/@types/vfile/-/vfile-4.0.0.tgz",
"integrity": "sha512-eleP0/Cz8uVWxARDLi3Axq2+fDdN4ibAXoC6Pv8p6s7znXaUL7XvhgeIhjCiNMnvlLNP+tmCLd+RuCryGgmtEg==",
"requires": {
"vfile": "*"
}
},
"ansi-regex": {
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
@@ -7255,44 +7197,12 @@
}
},
"vfile-reporter-position": {
"version": "0.1.7",
"resolved": "https://registry.npmjs.org/vfile-reporter-position/-/vfile-reporter-position-0.1.7.tgz",
"integrity": "sha512-J6e1OxINt/xmTERA9plUwjt2uH0RqKysrlkzQYUQkgs5NEGHpG/OeGU48AHLeSNIK7YT0nCTDekrUt3jpGxYOA==",
"version": "git+ssh://git@github.com/TicClick/vfile-reporter-position.git#7a7a2949a5d215fcbd1f2fc30b0b8c26194ee830",
"from": "vfile-reporter-position@github:TicClick/vfile-reporter-position#update-vfile-message-v3",
"requires": {
"@types/vfile": "^4.0.0",
"chalk": "^4.0.0",
"figures": "^3.2.0",
"vfile": "^4.1.0"
},
"dependencies": {
"unist-util-stringify-position": {
"version": "2.0.3",
"resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-2.0.3.tgz",
"integrity": "sha512-3faScn5I+hy9VleOq/qNbAd6pAx7iH5jYBMS9I1HgQVijz/4mv5Bvw5iw1sC/90CODiKo81G/ps8AJrISn687g==",
"requires": {
"@types/unist": "^2.0.2"
}
},
"vfile": {
"version": "4.2.1",
"resolved": "https://registry.npmjs.org/vfile/-/vfile-4.2.1.tgz",
"integrity": "sha512-O6AE4OskCG5S1emQ/4gl8zK586RqA3srz3nfK/Viy0UPToBc5Trp9BVFb1u0CjsKrAWwnpr4ifM/KBXPWwJbCA==",
"requires": {
"@types/unist": "^2.0.0",
"is-buffer": "^2.0.0",
"unist-util-stringify-position": "^2.0.0",
"vfile-message": "^2.0.0"
}
},
"vfile-message": {
"version": "2.0.4",
"resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-2.0.4.tgz",
"integrity": "sha512-DjssxRGkMvifUOJre00juHoP9DPWuzjxKuMDrhNbk2TdaYYBNMStsNhEOt3idrtI12VQYM/1+iM0KOzXi4pxwQ==",
"requires": {
"@types/unist": "^2.0.0",
"unist-util-stringify-position": "^2.0.0"
}
}
"vfile": "^5.1.0"
}
},
"vfile-sort": {

View File

@@ -23,6 +23,6 @@
"remark-lint-osu-links": "github:cl8n/remark-lint-osu-links",
"remark-lint-osu-wiki-links": "github:MegaApplePi/remark-lint-osu-wiki-links",
"remark-preset-lint-markdown-style-guide": "5.1.2",
"vfile-reporter-position": "0.1.7"
"vfile-reporter-position": "github:TicClick/vfile-reporter-position#update-vfile-message-v3"
}
}