Files
archived-teslamate/assets/package.json
JakobLichterfeld b1bab00992 sec: upgrade esbuild to 0.25.2 and esbuild-sass-plugin to 3.3.1 to avoid GHSA-67mh-4wv8-2f99 (#4669)
* sec: upgrade esbuild to 0.25.2 and esbuild-sass-plugin to 3.3.1 to avoid GHSA-67mh-4wv8-2f99

see https://github.com/teslamate-org/teslamate/security/dependabot/60

* docs: update changelog

* style: linter findings
2025-04-18 10:51:42 +02:00

28 lines
718 B
JSON

{
"repository": {},
"description": "...",
"license": "MIT",
"scripts": {
"deploy": "node scripts/build.js"
},
"dependencies": {
"@creativebulma/bulma-divider": "^1.1.0",
"@creativebulma/bulma-tooltip": "^1.2.0",
"@geoman-io/leaflet-geoman-free": "^2.14.2",
"@mdi/font": "^7.2.96",
"bulma-switch": "^2.0.4",
"leaflet": "^1.9.4",
"leaflet-control-geocoder": "^2.4.0",
"phoenix": "file:../deps/phoenix",
"phoenix_html": "file:../deps/phoenix_html",
"phoenix_live_view": "file:../deps/phoenix_live_view"
},
"devDependencies": {
"bulma": "^0.9.4",
"esbuild": "^0.25.2",
"esbuild-sass-plugin": "^3.3.1",
"sass": "^1.63.3"
},
"name": "assets"
}