Compare commits

...

2 Commits

Author SHA1 Message Date
de7ede8499 fix(deps): update dependency tailwind-merge to v2.5.3
All checks were successful
Lint / Lint (push) Successful in 36s
SonarQube Scan / SonarQube Trigger (push) Successful in 1m0s
2024-10-05 16:03:18 +00:00
df525d6a33 fix(deps): update dependency postcss-preset-env to v10.0.6
All checks were successful
Lint / Lint (push) Successful in 33s
SonarQube Scan / SonarQube Trigger (push) Successful in 1m1s
2024-10-05 15:03:21 +00:00

22
package-lock.json generated
View File

@ -5713,9 +5713,9 @@
} }
}, },
"node_modules/postcss-custom-media": { "node_modules/postcss-custom-media": {
"version": "11.0.1", "version": "11.0.2",
"resolved": "https://registry.npmjs.org/postcss-custom-media/-/postcss-custom-media-11.0.1.tgz", "resolved": "https://registry.npmjs.org/postcss-custom-media/-/postcss-custom-media-11.0.2.tgz",
"integrity": "sha512-vfBliYVgEEJUFXCRPQ7jYt1wlD322u+/5GT0tZqMVYFInkpDHfjhU3nk2quTRW4uFc/umOOqLlxvrEOZRvloMw==", "integrity": "sha512-IDtxB1VgPayRLjNBMjuf827sn1j2m9EGnhIxpx2coVerbWJF+twt590+PKvdDc4K8QNFqFJh+W/SOiHpasVXsg==",
"funding": [ "funding": [
{ {
"type": "github", "type": "github",
@ -5726,6 +5726,7 @@
"url": "https://opencollective.com/csstools" "url": "https://opencollective.com/csstools"
} }
], ],
"license": "MIT",
"dependencies": { "dependencies": {
"@csstools/cascade-layer-name-parser": "^2.0.1", "@csstools/cascade-layer-name-parser": "^2.0.1",
"@csstools/css-parser-algorithms": "^3.0.1", "@csstools/css-parser-algorithms": "^3.0.1",
@ -6497,9 +6498,9 @@
} }
}, },
"node_modules/postcss-preset-env": { "node_modules/postcss-preset-env": {
"version": "10.0.5", "version": "10.0.6",
"resolved": "https://registry.npmjs.org/postcss-preset-env/-/postcss-preset-env-10.0.5.tgz", "resolved": "https://registry.npmjs.org/postcss-preset-env/-/postcss-preset-env-10.0.6.tgz",
"integrity": "sha512-ipPOgr3RY0utgJDbNoCX2dxKoQ4e4WO1pC21QhDlxCAX8+qC8O2Ezkzb54fd+8XtZ1UveA5gLjBsVo6dJDoWIg==", "integrity": "sha512-qixfM2wbvKJhUjJELLB8lV2UCsyrMdSXqiXHiNKMgAbNturstc80j/8MsthJeOpxYEekrCrFzcaoOJm8JRSdBg==",
"funding": [ "funding": [
{ {
"type": "github", "type": "github",
@ -6553,7 +6554,7 @@
"postcss-color-functional-notation": "^7.0.2", "postcss-color-functional-notation": "^7.0.2",
"postcss-color-hex-alpha": "^10.0.0", "postcss-color-hex-alpha": "^10.0.0",
"postcss-color-rebeccapurple": "^10.0.0", "postcss-color-rebeccapurple": "^10.0.0",
"postcss-custom-media": "^11.0.1", "postcss-custom-media": "^11.0.2",
"postcss-custom-properties": "^14.0.1", "postcss-custom-properties": "^14.0.1",
"postcss-custom-selectors": "^8.0.1", "postcss-custom-selectors": "^8.0.1",
"postcss-dir-pseudo-class": "^9.0.0", "postcss-dir-pseudo-class": "^9.0.0",
@ -7482,9 +7483,10 @@
} }
}, },
"node_modules/tailwind-merge": { "node_modules/tailwind-merge": {
"version": "2.5.2", "version": "2.5.3",
"resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-2.5.2.tgz", "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-2.5.3.tgz",
"integrity": "sha512-kjEBm+pvD+6eAwzJL2Bi+02/9LFLal1Gs61+QB7HvTfQQ0aXwC5LGT8PEt1gS0CWKktKe6ysPTAy3cBC5MeiIg==", "integrity": "sha512-d9ZolCAIzom1nf/5p4LdD5zvjmgSxY0BGgdSvmXIoMYAiPdAW/dSpP7joCDYFY7r/HkEa2qmPtkgsu0xjQeQtw==",
"license": "MIT",
"funding": { "funding": {
"type": "github", "type": "github",
"url": "https://github.com/sponsors/dcastil" "url": "https://github.com/sponsors/dcastil"