mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-20 08:33:11 +00:00
refactor: update all
This commit is contained in:
36
package-lock.json
generated
36
package-lock.json
generated
@@ -501,9 +501,9 @@
|
||||
}
|
||||
},
|
||||
"@openstapps/core": {
|
||||
"version": "0.51.0",
|
||||
"resolved": "https://registry.npmjs.org/@openstapps/core/-/core-0.51.0.tgz",
|
||||
"integrity": "sha512-OzO5zsUY3zLnk6X4G9K/6lkoi0z/AdNZBRVhP6nLiVKeB4Y15nMan0XQJqYa3qnTCDpCYvEMi6id7osfCXmlUg==",
|
||||
"version": "0.52.0",
|
||||
"resolved": "https://registry.npmjs.org/@openstapps/core/-/core-0.52.0.tgz",
|
||||
"integrity": "sha512-G9zJUdK7fCNo475BMvZbC+W69ys7WlWjmyw4bO2ejmFBZrAnJ66IeZ7ezGim/DujUHqzo7uTMmkGN+miFd4E+w==",
|
||||
"requires": {
|
||||
"@openstapps/core-tools": "0.25.0",
|
||||
"@types/geojson": "1.0.6",
|
||||
@@ -835,9 +835,9 @@
|
||||
}
|
||||
},
|
||||
"@types/node": {
|
||||
"version": "14.17.19",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-14.17.19.tgz",
|
||||
"integrity": "sha512-jjYI6NkyfXykucU6ELEoT64QyKOdvaA6enOqKtP4xUsGY0X0ZUZz29fUmrTRo+7v7c6TgDu82q3GHHaCEkqZwA=="
|
||||
"version": "14.17.20",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-14.17.20.tgz",
|
||||
"integrity": "sha512-gI5Sl30tmhXsqkNvopFydP7ASc4c2cLfGNQrVKN3X90ADFWFsPEsotm/8JHSUJQKTHbwowAHtcJPeyVhtKv0TQ=="
|
||||
},
|
||||
"@types/nodemailer": {
|
||||
"version": "6.4.1",
|
||||
@@ -5145,16 +5145,32 @@
|
||||
}
|
||||
},
|
||||
"typedoc": {
|
||||
"version": "0.22.4",
|
||||
"resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.22.4.tgz",
|
||||
"integrity": "sha512-M/a8NnPxq3/iZNNVjzFCK5gu4m//HTJIPbSS0JQVbkHJPP9wyepR12agylWTSqeVZe0xsbidVtO26+PP7iD/jw==",
|
||||
"version": "0.22.5",
|
||||
"resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.22.5.tgz",
|
||||
"integrity": "sha512-KFrWGU1iKiTGw0RcyjLNYDmhd7uICU14HgBNPmFKY/sT4Pm/fraaLyWyisst9vGTUAKxqibqoDITR7+ZcAkhHg==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"glob": "^7.1.7",
|
||||
"glob": "^7.2.0",
|
||||
"lunr": "^2.3.9",
|
||||
"marked": "^3.0.4",
|
||||
"minimatch": "^3.0.4",
|
||||
"shiki": "^0.9.11"
|
||||
},
|
||||
"dependencies": {
|
||||
"glob": {
|
||||
"version": "7.2.0",
|
||||
"resolved": "https://registry.npmjs.org/glob/-/glob-7.2.0.tgz",
|
||||
"integrity": "sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"fs.realpath": "^1.0.0",
|
||||
"inflight": "^1.0.4",
|
||||
"inherits": "2",
|
||||
"minimatch": "^3.0.4",
|
||||
"once": "^1.3.0",
|
||||
"path-is-absolute": "^1.0.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"typescript": {
|
||||
|
||||
Reference in New Issue
Block a user