chore(deps): update meow to version 13.2.0 in package.json

Updates the meow dependency from version 12.1.1 to 13.2.0 to 
incorporate the latest features and improvements, ensuring 
compatibility with Node.js version 18 and above. Adjusts the 
package-lock.json to reflect the updated version.
This commit is contained in:
2025-08-04 18:40:45 +02:00
parent df51b7bccf
commit 389a59059d
2 changed files with 32 additions and 33 deletions
+31 -33
View File
@@ -19,6 +19,7 @@
"date-fns": "4.1.0",
"graphql": "16.11.0",
"graphql-tag": "2.12.6",
"meow": "13.2.0",
"pinia": "3.0.3",
"pinia-plugin-persistedstate": "4.4.1",
"subscriptions-transport-ws": "0.11.0"
@@ -5689,21 +5690,6 @@
"jiti": "lib/jiti-cli.mjs"
}
},
"node_modules/@nuxt/vite-builder/node_modules/meow": {
"version": "13.2.0",
"resolved": "https://registry.npmjs.org/meow/-/meow-13.2.0.tgz",
"integrity": "sha512-pxQJQzB6djGPXh08dacEloMFopsOqGVRKFPYvPOt9XDZ1HasbgDZA74CJGreSU4G3Ak7EFJGoiH2auq+yXISgA==",
"dev": true,
"license": "MIT",
"optional": true,
"peer": true,
"engines": {
"node": ">=18"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/@nuxt/vite-builder/node_modules/npm-run-path": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-6.0.0.tgz",
@@ -11042,6 +11028,19 @@
"node": ">=16"
}
},
"node_modules/conventional-commits-parser/node_modules/meow": {
"version": "12.1.1",
"resolved": "https://registry.npmjs.org/meow/-/meow-12.1.1.tgz",
"integrity": "sha512-BhXM0Au22RwUneMPwSCnyhTOizdWoIEPU9sp0Aqa1PnDMR5Wv2FGXYDjuzJEIX+Eo2Rb8xuYe5jrnm5QowQFkw==",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=16.10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/convert-source-map": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
@@ -13846,6 +13845,19 @@
"node": ">=16"
}
},
"node_modules/git-raw-commits/node_modules/meow": {
"version": "12.1.1",
"resolved": "https://registry.npmjs.org/meow/-/meow-12.1.1.tgz",
"integrity": "sha512-BhXM0Au22RwUneMPwSCnyhTOizdWoIEPU9sp0Aqa1PnDMR5Wv2FGXYDjuzJEIX+Eo2Rb8xuYe5jrnm5QowQFkw==",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=16.10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/git-up": {
"version": "8.1.1",
"resolved": "https://registry.npmjs.org/git-up/-/git-up-8.1.1.tgz",
@@ -16226,13 +16238,12 @@
"license": "CC0-1.0"
},
"node_modules/meow": {
"version": "12.1.1",
"resolved": "https://registry.npmjs.org/meow/-/meow-12.1.1.tgz",
"integrity": "sha512-BhXM0Au22RwUneMPwSCnyhTOizdWoIEPU9sp0Aqa1PnDMR5Wv2FGXYDjuzJEIX+Eo2Rb8xuYe5jrnm5QowQFkw==",
"dev": true,
"version": "13.2.0",
"resolved": "https://registry.npmjs.org/meow/-/meow-13.2.0.tgz",
"integrity": "sha512-pxQJQzB6djGPXh08dacEloMFopsOqGVRKFPYvPOt9XDZ1HasbgDZA74CJGreSU4G3Ak7EFJGoiH2auq+yXISgA==",
"license": "MIT",
"engines": {
"node": ">=16.10"
"node": ">=18"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
@@ -21042,19 +21053,6 @@
"hookified": "^1.10.0"
}
},
"node_modules/stylelint/node_modules/meow": {
"version": "13.2.0",
"resolved": "https://registry.npmjs.org/meow/-/meow-13.2.0.tgz",
"integrity": "sha512-pxQJQzB6djGPXh08dacEloMFopsOqGVRKFPYvPOt9XDZ1HasbgDZA74CJGreSU4G3Ak7EFJGoiH2auq+yXISgA==",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=18"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/stylelint/node_modules/postcss-safe-parser": {
"version": "7.0.1",
"resolved": "https://registry.npmjs.org/postcss-safe-parser/-/postcss-safe-parser-7.0.1.tgz",
+1
View File
@@ -59,6 +59,7 @@
"date-fns": "4.1.0",
"graphql": "16.11.0",
"graphql-tag": "2.12.6",
"meow": "13.2.0",
"pinia": "3.0.3",
"pinia-plugin-persistedstate": "4.4.1",
"subscriptions-transport-ws": "0.11.0"