Compare commits

4 Commits

Author SHA1 Message Date
a5d5c1eee8 Merge pull request #113 from fabrice404/dependabot/npm_and_yarn/ui/dependencies-patch-and-minor-d6087f71ff
npm(deps-dev): bump daisyui from 5.5.8 to 5.5.11 in /ui in the dependencies-patch-and-minor group
2025-12-11 01:00:04 +01:00
b9a508da19 Merge pull request #112 from fabrice404/dependabot/npm_and_yarn/scraper/dependencies-patch-and-minor-e68fff4225
npm(deps-dev): bump @types/node from 24.10.2 to 24.10.3 in /scraper in the dependencies-patch-and-minor group
2025-12-11 00:20:51 +01:00
b1651fe7e9 npm(deps-dev): bump daisyui
Bumps the dependencies-patch-and-minor group in /ui with 1 update: [daisyui](https://github.com/saadeghi/daisyui/tree/HEAD/packages/daisyui).


Updates `daisyui` from 5.5.8 to 5.5.11
- [Release notes](https://github.com/saadeghi/daisyui/releases)
- [Changelog](https://github.com/saadeghi/daisyui/blob/master/CHANGELOG.md)
- [Commits](https://github.com/saadeghi/daisyui/commits/v5.5.11/packages/daisyui)

---
updated-dependencies:
- dependency-name: daisyui
  dependency-version: 5.5.11
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies-patch-and-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-10 23:20:45 +00:00
7380235ffb npm(deps-dev): bump @types/node
Bumps the dependencies-patch-and-minor group in /scraper with 1 update: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).


Updates `@types/node` from 24.10.2 to 24.10.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 24.10.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies-patch-and-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-10 23:20:43 +00:00
4 changed files with 10 additions and 10 deletions

View File

@ -17,7 +17,7 @@
"devDependencies": {
"@eslint/js": "^9.39.1",
"@types/debug": "^4.1.12",
"@types/node": "^24.10.2",
"@types/node": "^24.10.3",
"eslint": "^9.39.1",
"eslint-plugin-perfectionist": "^4.15.1",
"typescript": "^5.9.3",
@ -313,9 +313,9 @@
"license": "MIT"
},
"node_modules/@types/node": {
"version": "24.10.2",
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.10.2.tgz",
"integrity": "sha512-WOhQTZ4G8xZ1tjJTvKOpyEVSGgOTvJAfDK3FNFgELyaTpzhdgHVHeqW8V+UJvzF5BT+/B54T/1S2K6gd9c7bbA==",
"version": "24.10.3",
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.10.3.tgz",
"integrity": "sha512-gqkrWUsS8hcm0r44yn7/xZeV1ERva/nLgrLxFRUGb7aoNMIJfZJ3AC261zDQuOAKC7MiXai1WCpYc48jAHoShQ==",
"license": "MIT",
"peer": true,
"dependencies": {

View File

@ -20,7 +20,7 @@
"devDependencies": {
"@eslint/js": "^9.39.1",
"@types/debug": "^4.1.12",
"@types/node": "^24.10.2",
"@types/node": "^24.10.3",
"eslint": "^9.39.1",
"eslint-plugin-perfectionist": "^4.15.1",
"typescript": "^5.9.3",

8
ui/package-lock.json generated
View File

@ -18,7 +18,7 @@
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"daisyui": "^5.5.8",
"daisyui": "^5.5.11",
"eslint": "^9.39.1",
"eslint-config-next": "16.0.8",
"tailwindcss": "^4",
@ -2715,9 +2715,9 @@
"license": "MIT"
},
"node_modules/daisyui": {
"version": "5.5.8",
"resolved": "https://registry.npmjs.org/daisyui/-/daisyui-5.5.8.tgz",
"integrity": "sha512-6psL9jIEOFOw68V10j/BKCWcRgx8dh81mmNxShr+g7HDM6UHNoPharlp9zq/PQkHNuGU1ZQsajR3HgpvavbRKQ==",
"version": "5.5.11",
"resolved": "https://registry.npmjs.org/daisyui/-/daisyui-5.5.11.tgz",
"integrity": "sha512-xQ1JIgYbhKe9DKhFtOWAKf91F1mK3HECa5xoINmSHMqW9KjEP+yOWttTN1K7zOwuDmk68CbovCDbMKLVtDmPBQ==",
"dev": true,
"license": "MIT",
"funding": {

View File

@ -19,7 +19,7 @@
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"daisyui": "^5.5.8",
"daisyui": "^5.5.11",
"eslint": "^9.39.1",
"eslint-config-next": "16.0.8",
"tailwindcss": "^4",