Merge branch 'renovate/meow-14.x' into 'main'

fix(deps): update dependency meow to v14

See merge request unboundsoftware/dancefinder/dancefinder-app!2547
This commit was merged in pull request #2596.
This commit is contained in:
2025-09-15 14:08:42 +02:00
2 changed files with 19 additions and 6 deletions
+18 -5
View File
@@ -19,7 +19,7 @@
"date-fns": "4.1.0",
"graphql": "16.11.0",
"graphql-tag": "2.12.6",
"meow": "13.2.0",
"meow": "14.0.0",
"pinia": "3.0.3",
"pinia-plugin-persistedstate": "4.5.0",
"subscriptions-transport-ws": "0.11.0"
@@ -15233,12 +15233,12 @@
"license": "CC0-1.0"
},
"node_modules/meow": {
"version": "13.2.0",
"resolved": "https://registry.npmjs.org/meow/-/meow-13.2.0.tgz",
"integrity": "sha512-pxQJQzB6djGPXh08dacEloMFopsOqGVRKFPYvPOt9XDZ1HasbgDZA74CJGreSU4G3Ak7EFJGoiH2auq+yXISgA==",
"version": "14.0.0",
"resolved": "https://registry.npmjs.org/meow/-/meow-14.0.0.tgz",
"integrity": "sha512-JhC3R1f6dbspVtmF3vKjAWz1EVIvwFrGGPLSdU6rK79xBwHWTuHoLnRX/t1/zHS1Ch1Y2UtIrih7DAHuH9JFJA==",
"license": "MIT",
"engines": {
"node": ">=18"
"node": ">=20"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
@@ -19367,6 +19367,19 @@
"hookified": "^1.11.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 -1
View File
@@ -59,7 +59,7 @@
"date-fns": "4.1.0",
"graphql": "16.11.0",
"graphql-tag": "2.12.6",
"meow": "13.2.0",
"meow": "14.0.0",
"pinia": "3.0.3",
"pinia-plugin-persistedstate": "4.5.0",
"subscriptions-transport-ws": "0.11.0"