Merge pull request #70 from fabrice404/dependabot/npm_and_yarn/dependencies-patch-and-minor-dcd9e93113

npm(deps-dev): bump the dependencies-patch-and-minor group with 2 updates
This commit is contained in:
Fabrice Lamant
2025-06-17 02:38:12 +01:00
committed by GitHub
2 changed files with 10 additions and 10 deletions

16
package-lock.json generated
View File

@ -11,7 +11,7 @@
"devDependencies": {
"@eslint/js": "^9.29.0",
"@types/debug": "^4.1.12",
"@types/node": "^22.15.31",
"@types/node": "^22.15.32",
"@vitest/coverage-istanbul": "^2.1.9",
"autoprefixer": "^10.4.21",
"cheerio": "^1.1.0",
@ -20,7 +20,7 @@
"eslint": "^9.29.0",
"globals": "^15.15.0",
"nodemon": "^3.1.10",
"postcss": "^8.5.5",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.17",
"ts-node": "^10.9.2",
"typescript": "^5.8.3",
@ -1573,9 +1573,9 @@
"license": "MIT"
},
"node_modules/@types/node": {
"version": "22.15.31",
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.15.31.tgz",
"integrity": "sha512-jnVe5ULKl6tijxUhvQeNbQG/84fHfg+yMak02cT8QVhBx/F05rAVxCGBYYTh2EKz22D6JF5ktXuNwdx7b9iEGw==",
"version": "22.15.32",
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.15.32.tgz",
"integrity": "sha512-3jigKqgSjsH6gYZv2nEsqdXfZqIFGAV36XYYjf9KGZ3PSG+IhLecqPnI310RvjutyMwifE2hhhNEklOUrvx/wA==",
"dev": true,
"license": "MIT",
"dependencies": {
@ -3935,9 +3935,9 @@
}
},
"node_modules/postcss": {
"version": "8.5.5",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.5.tgz",
"integrity": "sha512-d/jtm+rdNT8tpXuHY5MMtcbJFBkhXE6593XVR9UoGCH8jSFGci7jGvMGH5RYd5PBJW+00NZQt6gf7CbagJCrhg==",
"version": "8.5.6",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz",
"integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==",
"dev": true,
"funding": [
{

View File

@ -15,7 +15,7 @@
"devDependencies": {
"@eslint/js": "^9.29.0",
"@types/debug": "^4.1.12",
"@types/node": "^22.15.31",
"@types/node": "^22.15.32",
"@vitest/coverage-istanbul": "^2.1.9",
"autoprefixer": "^10.4.21",
"cheerio": "^1.1.0",
@ -24,7 +24,7 @@
"eslint": "^9.29.0",
"globals": "^15.15.0",
"nodemon": "^3.1.10",
"postcss": "^8.5.5",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.17",
"ts-node": "^10.9.2",
"typescript": "^5.8.3",