@ivuorinen/markdownlint-config 1.0.26 → 1.0.28

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +4 -2
package/README.md CHANGED
@@ -48,7 +48,7 @@ See [CHANGELOG][changelog-link] for a human-readable history of changes.
48
48
 
49
49
  Distributed under the MIT License. See [LICENSE][license-link] for more information.
50
50
 
51
- [changelog-link]: ./CHANGELOG.md
51
+ [changelog-link]: https://github.com/ivuorinen/base-configs-markdownlint/releases
52
52
  [markdownlint-docs-link]: https://github.com/DavidAnson/markdownlint
53
53
  [markdownlint-link]: https://github.com/DavidAnson/markdownlint
54
54
  [contributing-link]: https://github.com/ivuorinen/.github/blob/main/CONTRIBUTING.md
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ivuorinen/markdownlint-config",
3
- "version": "1.0.26",
3
+ "version": "1.0.28",
4
4
  "type": "module",
5
5
  "description": "ivuorinen's shareable configuration for markdownlint.",
6
6
  "author": {
@@ -49,6 +49,8 @@
49
49
  "@ivuorinen/semantic-release-config": "^1.2.0"
50
50
  },
51
51
  "resolutions": {
52
- "minimatch": ">=10.2.3"
52
+ "minimatch": "^10.2.4",
53
+ "picomatch": "^4.0.4",
54
+ "undici": "^8.0.0"
53
55
  }
54
56
  }