build: update @openstapps/core

This commit is contained in:
Jovan Krunić
2021-09-10 14:31:54 +02:00
parent 4ab7b40b73
commit 1596b6e3b8
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -506,9 +506,9 @@
} }
}, },
"@openstapps/core": { "@openstapps/core": {
"version": "0.50.0", "version": "0.51.0",
"resolved": "https://registry.npmjs.org/@openstapps/core/-/core-0.50.0.tgz", "resolved": "https://registry.npmjs.org/@openstapps/core/-/core-0.51.0.tgz",
"integrity": "sha512-0g2YQF6j9j9Mhqsc6HkD+EbkGvjoXI9Q3+1U+B3FdSxE23ubA6Fp/DM17uN5/OvXrygjNXnU6oehwW80iKXVJw==", "integrity": "sha512-OzO5zsUY3zLnk6X4G9K/6lkoi0z/AdNZBRVhP6nLiVKeB4Y15nMan0XQJqYa3qnTCDpCYvEMi6id7osfCXmlUg==",
"requires": { "requires": {
"@openstapps/core-tools": "0.25.0", "@openstapps/core-tools": "0.25.0",
"@types/geojson": "1.0.6", "@types/geojson": "1.0.6",

View File

@@ -33,7 +33,7 @@
}, },
"dependencies": { "dependencies": {
"@elastic/elasticsearch": "5.6.22", "@elastic/elasticsearch": "5.6.22",
"@openstapps/core": "0.50.0", "@openstapps/core": "0.51.0",
"@openstapps/core-tools": "0.25.0", "@openstapps/core-tools": "0.25.0",
"@openstapps/logger": "0.7.0", "@openstapps/logger": "0.7.0",
"@types/express-prometheus-middleware": "1.2.1", "@types/express-prometheus-middleware": "1.2.1",