1
0
Fork 0
mirror of https://github.com/matomo-org/matomo-icons.git synced 2024-09-19 17:03:45 +02:00
matomo-icons/package-lock.json
Lukas Winkler c2522c68ee
update all dependencies
I had to replace the URL in the package.json to a fork.
npm@9 seems to interpret the files requirement weirdly

https://github.com/alrra/browser-logos/blob/main/package.json#L11-L13
2023-07-22 21:51:50 +02:00

22 lines
627 B
JSON

{
"name": "icons",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"browser-logos": "github:Findus23/browser-logos",
"flag-icons": "github:lipis/flag-icon-css"
}
},
"node_modules/browser-logos": {
"version": "74.0.0",
"resolved": "git+ssh://git@github.com/Findus23/browser-logos.git#81d5aff573fd57c034a66f3fa0af79cd9805e380"
},
"node_modules/flag-icons": {
"version": "6.7.0",
"resolved": "git+ssh://git@github.com/lipis/flag-icon-css.git#45fc3d388eee89b9054f2182af0a6aace74cc19b",
"license": "MIT"
}
}
}