@visulima/package 3.5.3 → 3.5.4

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/CHANGELOG.md +6 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## @visulima/package [3.5.4](https://github.com/visulima/visulima/compare/@visulima/package@3.5.3...@visulima/package@3.5.4) (2025-03-12)
2
+
3
+ ### Bug Fixes
4
+
5
+ * **package:** update @inquirer/confirm, @babel/core, @inquirer/core, @inquirer/type, @pnpm/exe, @rushstack/eslint-plugin-security, and eslint-plugin-mdx to latest versions ([c6ce243](https://github.com/visulima/visulima/commit/c6ce2433e6c4fad6ebe5f8b34fc2662146ccd47a))
6
+
1
7
  ## @visulima/package [3.5.3](https://github.com/visulima/visulima/compare/@visulima/package@3.5.2...@visulima/package@3.5.3) (2025-03-07)
2
8
 
3
9
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/package",
3
- "version": "3.5.3",
3
+ "version": "3.5.4",
4
4
  "description": "One Package to rule them all, finds your root-dir, monorepo, or package manager.",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -146,7 +146,7 @@
146
146
  ],
147
147
  "dependencies": {
148
148
  "@antfu/install-pkg": "^1.0.0",
149
- "@inquirer/confirm": "^5.1.6",
149
+ "@inquirer/confirm": "^5.1.7",
150
150
  "@visulima/fs": "3.1.2",
151
151
  "@visulima/path": "1.3.5",
152
152
  "normalize-package-data": "^7.0.0"