Upgrade to Less 3

via https://github.com/atom/less-cache/pull/17

Less 3 has a way smaller dependency tree and reduces our `npm audit` from `4 vulnerabilities` to 4. (and the remaining 4 are just regex issues, which should never have counted as vulnerabilities in the first place.)
This commit is contained in:
Ben Gotow 2024-06-02 17:03:58 -05:00
parent 78fdf8432d
commit 18dce432d2
2 changed files with 156 additions and 1027 deletions

1181
app/package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -39,7 +39,7 @@
"jasmine-react-helpers": "^0.2",
"jasmine-reporters": "1.x.x",
"juice": "^7.0.0",
"less-cache": "1.1.0",
"less-cache": "1.1.1",
"lru-cache": "^4.0.1",
"mammoth": "1.4.19",
"mkdirp": "^0.5",