From d051d39a2c91ce3b07743d9a6a17beebfdbfbd1f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 21 Dec 2024 23:26:43 +0000 Subject: [PATCH] fix: upgrade less from 4.2.0 to 4.2.1 Snyk has created this PR to upgrade less from 4.2.0 to 4.2.1. See this package in npm: less See this project in Snyk: https://app.snyk.io/org/snipe/project/3d53e1dd-b8bf-46b5-ba61-18ce26933166?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 8 +++++--- package.json | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index c4cd6c524c4e..f7b45d41b408 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { - "name": "snipe-it", + "name": "relock-npm-lock-v2-Lx9ay8", "lockfileVersion": 3, "requires": true, "packages": { @@ -27,7 +27,7 @@ "jquery-validation": "^1.21.0", "jquery.iframe-transport": "^1.0.0", "jspdf-autotable": "^3.8.4", - "less": "^4.2.0", + "less": "^4.2.1", "less-loader": "^6.0", "list.js": "^1.5.0", "morris.js": "github:morrisjs/morris.js", @@ -7451,7 +7451,9 @@ } }, "node_modules/less": { - "version": "4.2.0", + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/less/-/less-4.2.1.tgz", + "integrity": "sha512-CasaJidTIhWmjcqv0Uj5vccMI7pJgfD9lMkKtlnTHAdJdYK/7l8pM9tumLyJ0zhbD4KJLo/YvTj+xznQd5NBhg==", "license": "Apache-2.0", "dependencies": { "copy-anything": "^2.0.1", diff --git a/package.json b/package.json index 1ccb9218e37d..92b070dfffbe 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "jquery-validation": "^1.21.0", "jquery.iframe-transport": "^1.0.0", "jspdf-autotable": "^3.8.4", - "less": "^4.2.0", + "less": "^4.2.1", "less-loader": "^6.0", "list.js": "^1.5.0", "morris.js": "github:morrisjs/morris.js",