Merge pull request #31 from fabrice404/dependabot/npm_and_yarn/dependencies-patch-and-minor-3d4aa924e6

npm(deps-dev): bump globals from 15.13.0 to 15.14.0 in the dependencies-patch-and-minor group
This commit is contained in:
Fabrice Lamant
2024-12-18 23:44:55 +00:00
committed by GitHub
2 changed files with 5 additions and 6 deletions

9
package-lock.json generated
View File

@ -18,7 +18,7 @@
"daisyui": "^4.12.22", "daisyui": "^4.12.22",
"debug": "^4.4.0", "debug": "^4.4.0",
"eslint": "^9.17.0", "eslint": "^9.17.0",
"globals": "^15.13.0", "globals": "^15.14.0",
"nodemon": "^3.1.9", "nodemon": "^3.1.9",
"postcss": "^8.4.41", "postcss": "^8.4.41",
"tailwindcss": "^3.4.17", "tailwindcss": "^3.4.17",
@ -2902,11 +2902,10 @@
} }
}, },
"node_modules/globals": { "node_modules/globals": {
"version": "15.13.0", "version": "15.14.0",
"resolved": "https://registry.npmjs.org/globals/-/globals-15.13.0.tgz", "resolved": "https://registry.npmjs.org/globals/-/globals-15.14.0.tgz",
"integrity": "sha512-49TewVEz0UxZjr1WYYsWpPrhyC/B/pA8Bq0fUmet2n+eR7yn0IvNzNaoBwnK6mdkzcN+se7Ez9zUgULTz2QH4g==", "integrity": "sha512-OkToC372DtlQeje9/zHIo5CT8lRP/FUgEOKBEhU4e0abL7J7CD24fD9ohiLN5hagG/kWCYj4K5oaxxtj2Z0Dig==",
"dev": true, "dev": true,
"license": "MIT",
"engines": { "engines": {
"node": ">=18" "node": ">=18"
}, },

View File

@ -22,7 +22,7 @@
"daisyui": "^4.12.22", "daisyui": "^4.12.22",
"debug": "^4.4.0", "debug": "^4.4.0",
"eslint": "^9.17.0", "eslint": "^9.17.0",
"globals": "^15.13.0", "globals": "^15.14.0",
"nodemon": "^3.1.9", "nodemon": "^3.1.9",
"postcss": "^8.4.41", "postcss": "^8.4.41",
"tailwindcss": "^3.4.17", "tailwindcss": "^3.4.17",