mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-11 13:57:41 -08:00
Upgrade less from 4.2.0 to 4.2.1 #15996
Some checks are pending
Crowdin Action / upload-sources-to-crowdin (push) Waiting to run
Docker images (Alpine) / docker (push) Waiting to run
Docker images / docker (push) Waiting to run
Tests in MySQL / PHP ${{ matrix.php-version }} (8.1) (push) Waiting to run
Tests in MySQL / PHP ${{ matrix.php-version }} (8.2) (push) Waiting to run
Tests in MySQL / PHP ${{ matrix.php-version }} (8.3) (push) Waiting to run
Tests in SQLite / PHP ${{ matrix.php-version }} (8.1.1) (push) Waiting to run
Some checks are pending
Crowdin Action / upload-sources-to-crowdin (push) Waiting to run
Docker images (Alpine) / docker (push) Waiting to run
Docker images / docker (push) Waiting to run
Tests in MySQL / PHP ${{ matrix.php-version }} (8.1) (push) Waiting to run
Tests in MySQL / PHP ${{ matrix.php-version }} (8.2) (push) Waiting to run
Tests in MySQL / PHP ${{ matrix.php-version }} (8.3) (push) Waiting to run
Tests in SQLite / PHP ${{ matrix.php-version }} (8.1.1) (push) Waiting to run
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
1acb7e0fe4
commit
ec85e4b5b0
7
package-lock.json
generated
7
package-lock.json
generated
|
@ -27,7 +27,7 @@
|
||||||
"jquery-validation": "^1.21.0",
|
"jquery-validation": "^1.21.0",
|
||||||
"jquery.iframe-transport": "^1.0.0",
|
"jquery.iframe-transport": "^1.0.0",
|
||||||
"jspdf-autotable": "^3.8.4",
|
"jspdf-autotable": "^3.8.4",
|
||||||
"less": "^4.2.0",
|
"less": "^4.2.1",
|
||||||
"less-loader": "^6.0",
|
"less-loader": "^6.0",
|
||||||
"list.js": "^1.5.0",
|
"list.js": "^1.5.0",
|
||||||
"morris.js": "github:morrisjs/morris.js",
|
"morris.js": "github:morrisjs/morris.js",
|
||||||
|
@ -7468,8 +7468,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/less": {
|
"node_modules/less": {
|
||||||
"version": "4.2.0",
|
"version": "4.2.1",
|
||||||
"license": "Apache-2.0",
|
"resolved": "https://registry.npmjs.org/less/-/less-4.2.1.tgz",
|
||||||
|
"integrity": "sha512-CasaJidTIhWmjcqv0Uj5vccMI7pJgfD9lMkKtlnTHAdJdYK/7l8pM9tumLyJ0zhbD4KJLo/YvTj+xznQd5NBhg==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"copy-anything": "^2.0.1",
|
"copy-anything": "^2.0.1",
|
||||||
"parse-node-version": "^1.0.1",
|
"parse-node-version": "^1.0.1",
|
||||||
|
|
|
@ -47,7 +47,7 @@
|
||||||
"jquery-validation": "^1.21.0",
|
"jquery-validation": "^1.21.0",
|
||||||
"jquery.iframe-transport": "^1.0.0",
|
"jquery.iframe-transport": "^1.0.0",
|
||||||
"jspdf-autotable": "^3.8.4",
|
"jspdf-autotable": "^3.8.4",
|
||||||
"less": "^4.2.0",
|
"less": "^4.2.1",
|
||||||
"less-loader": "^6.0",
|
"less-loader": "^6.0",
|
||||||
"list.js": "^1.5.0",
|
"list.js": "^1.5.0",
|
||||||
"morris.js": "github:morrisjs/morris.js",
|
"morris.js": "github:morrisjs/morris.js",
|
||||||
|
|
Loading…
Reference in a new issue