Compare commits

...

3 Commits

Author SHA1 Message Date
3536a1960a chore(deps): update dependency @types/node to v18.19.75 2025-02-09 17:02:35 +00:00
ngn
b8cc5e4121 Merge pull request 'fix(deps): update dependency @tailwindcss/forms to v0.5.10' (#12) from renovate/tailwindcss-forms-0.x-lockfile into custom
All checks were successful
Build and publish the docker image / build (push) Successful in 1m27s
Reviewed-on: #12
2025-02-09 19:15:13 +03:00
5403e39b39 fix(deps): update dependency @tailwindcss/forms to v0.5.10 2025-02-05 17:03:03 +00:00

16
package-lock.json generated
View File

@ -3278,14 +3278,15 @@
}
},
"node_modules/@tailwindcss/forms": {
"version": "0.5.3",
"resolved": "https://registry.npmjs.org/@tailwindcss/forms/-/forms-0.5.3.tgz",
"integrity": "sha512-y5mb86JUoiUgBjY/o6FJSFZSEttfb3Q5gllE4xoKjAAD+vBrnIhE4dViwUuow3va8mpH4s9jyUbUbrRGoRdc2Q==",
"version": "0.5.10",
"resolved": "https://registry.npmjs.org/@tailwindcss/forms/-/forms-0.5.10.tgz",
"integrity": "sha512-utI1ONF6uf/pPNO68kmN1b8rEwNXv3czukalo8VtJH8ksIkZXr3Q3VYudZLkCsDd4Wku120uF02hYK25XGPorw==",
"license": "MIT",
"dependencies": {
"mini-svg-data-uri": "^1.2.3"
},
"peerDependencies": {
"tailwindcss": ">=3.0.0 || >= 3.0.0-alpha.1"
"tailwindcss": ">=3.0.0 || >= 3.0.0-alpha.1 || >= 4.0.0-alpha.20 || >= 4.0.0-beta.1"
}
},
"node_modules/@tailwindcss/typography": {
@ -3498,10 +3499,11 @@
"peer": true
},
"node_modules/@types/node": {
"version": "18.19.0",
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.0.tgz",
"integrity": "sha512-667KNhaD7U29mT5wf+TZUnrzPrlL2GNQ5N0BMjO2oNULhBxX0/FKCkm6JMu0Jh7Z+1LwUlR21ekd7KhIboNFNw==",
"version": "18.19.75",
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.75.tgz",
"integrity": "sha512-UIksWtThob6ZVSyxcOqCLOUNg/dyO1Qvx4McgeuhrEtHTLFTf7BBhEazaE4K806FGTPtzd/2sE90qn4fVr7cyw==",
"dev": true,
"license": "MIT",
"dependencies": {
"undici-types": "~5.26.4"
}