3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-02-04 12:55:23 +00:00

Updated postcss

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe
2025-07-28 08:19:56 +01:00
parent cfb03cdca0
commit c816902025
4 changed files with 117 additions and 112 deletions

31
package-lock.json generated
View File

@ -35,7 +35,7 @@
"select2": "4.0.13",
"sheetjs": "^2.0.0",
"signature_pad": "^4.2.0",
"tableexport.jquery.plugin": "1.32.0",
"tableexport.jquery.plugin": "^1.32.0",
"tether": "^1.4.0",
"webpack": "^5.98.0"
},
@ -46,7 +46,7 @@
"jquery": "<3.6.0",
"laravel-mix": "^6.0.49",
"lodash": "^4.17.20",
"postcss": "^8.4.5"
"postcss": "^8.5.6"
},
"engines": {
"node": ">=0.12"
@ -8230,14 +8230,15 @@
"license": "ISC"
},
"node_modules/nanoid": {
"version": "3.3.7",
"version": "3.3.11",
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz",
"integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/ai"
}
],
"license": "MIT",
"bin": {
"nanoid": "bin/nanoid.cjs"
},
@ -8900,7 +8901,9 @@
}
},
"node_modules/postcss": {
"version": "8.4.38",
"version": "8.5.6",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz",
"integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==",
"funding": [
{
"type": "opencollective",
@ -8915,11 +8918,10 @@
"url": "https://github.com/sponsors/ai"
}
],
"license": "MIT",
"dependencies": {
"nanoid": "^3.3.7",
"picocolors": "^1.0.0",
"source-map-js": "^1.2.0"
"nanoid": "^3.3.11",
"picocolors": "^1.1.1",
"source-map-js": "^1.2.1"
},
"engines": {
"node": "^10 || ^12 || >=14"
@ -10329,8 +10331,9 @@
}
},
"node_modules/source-map-js": {
"version": "1.2.0",
"license": "BSD-3-Clause",
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
"integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
"engines": {
"node": ">=0.10.0"
}
@ -10688,9 +10691,9 @@
}
},
"node_modules/tableexport.jquery.plugin": {
"version": "1.32.0",
"resolved": "https://registry.npmjs.org/tableexport.jquery.plugin/-/tableexport.jquery.plugin-1.32.0.tgz",
"integrity": "sha512-TiZpNFzazMv+gipe9u2JHgBL0guh/kloZDBA0vayWZp35nOSZkIq9XrqjxLc8oX57r7JP58QcM6qEfAgI3xEqw==",
"version": "1.33.0",
"resolved": "https://registry.npmjs.org/tableexport.jquery.plugin/-/tableexport.jquery.plugin-1.33.0.tgz",
"integrity": "sha512-GAN0fOL5+6hqowPgklnqCTjzQ53Lyh6QEQmOKwHsF6Cg87QS+fU5syajpL3Ztfr8F3MtpZDaR1b0anlMHzQbgg==",
"dependencies": {
"file-saver": ">=2.0.4",
"html2canvas": ">=1.0.0",