Merge pull request #29 from fabrice404/dependabot/npm_and_yarn/dependencies-patch-and-minor-b00cf5d758

npm(deps-dev): bump the dependencies-patch-and-minor group with 4 updates
This commit is contained in:
Fabrice Lamant
2024-12-13 23:42:36 +00:00
committed by GitHub
2 changed files with 22 additions and 24 deletions

38
package-lock.json generated
View File

@ -9,17 +9,17 @@
"version": "1.0.0",
"license": "ISC",
"devDependencies": {
"@eslint/js": "^9.16.0",
"@eslint/js": "^9.17.0",
"@types/debug": "^4.1.12",
"@types/node": "^22.10.2",
"@vitest/coverage-istanbul": "^2.1.8",
"autoprefixer": "^10.4.20",
"cheerio": "^1.0.0",
"daisyui": "^4.12.21",
"daisyui": "^4.12.22",
"debug": "^4.4.0",
"eslint": "^9.16.0",
"eslint": "^9.17.0",
"globals": "^15.13.0",
"nodemon": "^3.1.7",
"nodemon": "^3.1.9",
"postcss": "^8.4.41",
"tailwindcss": "^3.4.16",
"ts-node": "^10.9.2",
@ -983,11 +983,10 @@
}
},
"node_modules/@eslint/js": {
"version": "9.16.0",
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.16.0.tgz",
"integrity": "sha512-tw2HxzQkrbeuvyj1tG2Yqq+0H9wGoI2IMk4EOsQeX+vmd75FtJAzf+gTA69WF+baUKRYQ3x2kbLE08js5OsTVg==",
"version": "9.17.0",
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.17.0.tgz",
"integrity": "sha512-Sxc4hqcs1kTu0iID3kcZDW3JHq2a77HO9P8CP6YEA/FpH3Ll8UXE2r/86Rz9YJLKme39S9vU5OWNjC6Xl0Cr3w==",
"dev": true,
"license": "MIT",
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
}
@ -2225,9 +2224,9 @@
}
},
"node_modules/daisyui": {
"version": "4.12.21",
"resolved": "https://registry.npmjs.org/daisyui/-/daisyui-4.12.21.tgz",
"integrity": "sha512-dKfJoGTf5b7D75pVYdNcbhBQd73IOUh9wuXeWHm0qXus4FYvFJJpS9/EX41hAyhojE6s09/ow6wGgPGERzD5wg==",
"version": "4.12.22",
"resolved": "https://registry.npmjs.org/daisyui/-/daisyui-4.12.22.tgz",
"integrity": "sha512-HDLWbmTnXxhE1MrMgSWjVgdRt+bVYHvfNbW3GTsyIokRSqTHonUTrxV3RhpPDjGIWaHt+ELtDCTYCtUFgL2/Nw==",
"dev": true,
"dependencies": {
"css-selector-tokenizer": "^0.8",
@ -2478,18 +2477,17 @@
}
},
"node_modules/eslint": {
"version": "9.16.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-9.16.0.tgz",
"integrity": "sha512-whp8mSQI4C8VXd+fLgSM0lh3UlmcFtVwUQjyKCFfsp+2ItAIYhlq/hqGahGqHE6cv9unM41VlqKk2VtKYR2TaA==",
"version": "9.17.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-9.17.0.tgz",
"integrity": "sha512-evtlNcpJg+cZLcnVKwsai8fExnqjGPicK7gnUtlNuzu+Fv9bI0aLpND5T44VLQtoMEnI57LoXO9XAkIXwohKrA==",
"dev": true,
"license": "MIT",
"dependencies": {
"@eslint-community/eslint-utils": "^4.2.0",
"@eslint-community/regexpp": "^4.12.1",
"@eslint/config-array": "^0.19.0",
"@eslint/core": "^0.9.0",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "9.16.0",
"@eslint/js": "9.17.0",
"@eslint/plugin-kit": "^0.2.3",
"@humanfs/node": "^0.16.6",
"@humanwhocodes/module-importer": "^1.0.1",
@ -2498,7 +2496,7 @@
"@types/json-schema": "^7.0.15",
"ajv": "^6.12.4",
"chalk": "^4.0.0",
"cross-spawn": "^7.0.5",
"cross-spawn": "^7.0.6",
"debug": "^4.3.2",
"escape-string-regexp": "^4.0.0",
"eslint-scope": "^8.2.0",
@ -3494,9 +3492,9 @@
"license": "MIT"
},
"node_modules/nodemon": {
"version": "3.1.7",
"resolved": "https://registry.npmjs.org/nodemon/-/nodemon-3.1.7.tgz",
"integrity": "sha512-hLj7fuMow6f0lbB0cD14Lz2xNjwsyruH251Pk4t/yIitCFJbmY1myuLlHm/q06aST4jg6EgAh74PIBBrRqpVAQ==",
"version": "3.1.9",
"resolved": "https://registry.npmjs.org/nodemon/-/nodemon-3.1.9.tgz",
"integrity": "sha512-hdr1oIb2p6ZSxu3PB2JWWYS7ZQ0qvaZsc3hK8DR8f02kRzc8rjYmxAIvdz+aYC+8F2IjNaB7HMcSDg8nQpJxyg==",
"dev": true,
"dependencies": {
"chokidar": "^3.5.2",

View File

@ -13,17 +13,17 @@
"license": "ISC",
"description": "",
"devDependencies": {
"@eslint/js": "^9.16.0",
"@eslint/js": "^9.17.0",
"@types/debug": "^4.1.12",
"@types/node": "^22.10.2",
"@vitest/coverage-istanbul": "^2.1.8",
"autoprefixer": "^10.4.20",
"cheerio": "^1.0.0",
"daisyui": "^4.12.21",
"daisyui": "^4.12.22",
"debug": "^4.4.0",
"eslint": "^9.16.0",
"eslint": "^9.17.0",
"globals": "^15.13.0",
"nodemon": "^3.1.7",
"nodemon": "^3.1.9",
"postcss": "^8.4.41",
"tailwindcss": "^3.4.16",
"ts-node": "^10.9.2",