Merge pull request #38 from fabrice404/dependabot/npm_and_yarn/dependencies-patch-and-minor-26df5bc320

npm(deps-dev): bump the dependencies-patch-and-minor group with 2 updates
This commit is contained in:
Fabrice Lamant
2025-01-14 23:52:08 +00:00
committed by GitHub
2 changed files with 14 additions and 15 deletions

25
package-lock.json generated
View File

@ -11,7 +11,7 @@
"devDependencies": {
"@eslint/js": "^9.18.0",
"@types/debug": "^4.1.12",
"@types/node": "^22.10.5",
"@types/node": "^22.10.6",
"@vitest/coverage-istanbul": "^2.1.8",
"autoprefixer": "^10.4.20",
"cheerio": "^1.0.0",
@ -20,7 +20,7 @@
"eslint": "^9.18.0",
"globals": "^15.14.0",
"nodemon": "^3.1.9",
"postcss": "^8.4.41",
"postcss": "^8.5.1",
"tailwindcss": "^3.4.17",
"ts-node": "^10.9.2",
"typescript": "^5.7.3",
@ -1518,9 +1518,9 @@
"license": "MIT"
},
"node_modules/@types/node": {
"version": "22.10.5",
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.10.5.tgz",
"integrity": "sha512-F8Q+SeGimwOo86fiovQh8qiXfFEh2/ocYv7tU5pJ3EXMSSxk1Joj5wefpFK2fHTf/N6HKGSxIDBT9f3gCxXPkQ==",
"version": "22.10.6",
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.10.6.tgz",
"integrity": "sha512-qNiuwC4ZDAUNcY47xgaSuS92cjf8JbSUoaKS77bmLG1rU7MlATVSiw/IlrjtIyyskXBZ8KkNfjK/P5na7rgXbQ==",
"dev": true,
"dependencies": {
"undici-types": "~6.20.0"
@ -3461,9 +3461,9 @@
}
},
"node_modules/nanoid": {
"version": "3.3.7",
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz",
"integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==",
"version": "3.3.8",
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.8.tgz",
"integrity": "sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==",
"dev": true,
"funding": [
{
@ -3471,7 +3471,6 @@
"url": "https://github.com/sponsors/ai"
}
],
"license": "MIT",
"bin": {
"nanoid": "bin/nanoid.cjs"
},
@ -3831,9 +3830,9 @@
}
},
"node_modules/postcss": {
"version": "8.4.49",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.49.tgz",
"integrity": "sha512-OCVPnIObs4N29kxTjzLfUryOkvZEq+pf8jTF0lg8E7uETuWHA+v7j3c/xJmiqpX450191LlmZfUKkXxkTry7nA==",
"version": "8.5.1",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.1.tgz",
"integrity": "sha512-6oz2beyjc5VMn/KV1pPw8fliQkhBXrVn1Z3TVyqZxU8kZpzEKhBdmCFqI6ZbmGtamQvQGuU1sgPTk8ZrXDD7jQ==",
"dev": true,
"funding": [
{
@ -3850,7 +3849,7 @@
}
],
"dependencies": {
"nanoid": "^3.3.7",
"nanoid": "^3.3.8",
"picocolors": "^1.1.1",
"source-map-js": "^1.2.1"
},

View File

@ -15,7 +15,7 @@
"devDependencies": {
"@eslint/js": "^9.18.0",
"@types/debug": "^4.1.12",
"@types/node": "^22.10.5",
"@types/node": "^22.10.6",
"@vitest/coverage-istanbul": "^2.1.8",
"autoprefixer": "^10.4.20",
"cheerio": "^1.0.0",
@ -24,7 +24,7 @@
"eslint": "^9.18.0",
"globals": "^15.14.0",
"nodemon": "^3.1.9",
"postcss": "^8.4.41",
"postcss": "^8.5.1",
"tailwindcss": "^3.4.17",
"ts-node": "^10.9.2",
"typescript": "^5.7.3",