diff --git a/README.md b/README.md index a013ed621..d1b063298 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ implemented as a single page application (SPA) for ease of development and to limit the overall number of catalog reads necessary when browsing (as catalogs may be nested and do not necessarily contain references to their parents). -Version: **3.3.2** (supports all STAC versions between 0.6.0 and 1.1.0) +Version: **3.3.3** (supports all STAC versions between 0.6.0 and 1.1.0) This package has also been published to npm as [`@radiantearth/stac-browser`](https://www.npmjs.com/package/@radiantearth/stac-browser). diff --git a/package-lock.json b/package-lock.json index 4e9ac3939..434e00206 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@radiantearth/stac-browser", - "version": "3.3.2", + "version": "3.3.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@radiantearth/stac-browser", - "version": "3.3.2", + "version": "3.3.3", "license": "ISC", "dependencies": { "@apidevtools/json-schema-ref-parser": "^10.1.0", @@ -25,11 +25,11 @@ "oidc-client-ts": "^3.0.1", "remove-markdown": "^0.5.0", "stac-layer": "^0.15.0", - "stac-node-validator": "2.0.0-beta.13", + "stac-node-validator": "2.0.0-beta.15", "streamsaver-js": "^2.0.7", "urijs": "^1.19.11", "v-clipboard": "3.0.0-next.1", - "vue": "^2.6.12", + "vue": "^2.7.0", "vue-chartjs": "^5.2.0", "vue-i18n": "^8.28.2", "vue-multiselect": "^2.1.6", @@ -15654,9 +15654,9 @@ } }, "node_modules/stac-node-validator": { - "version": "2.0.0-beta.13", - "resolved": "https://registry.npmjs.org/stac-node-validator/-/stac-node-validator-2.0.0-beta.13.tgz", - "integrity": "sha512-JCFT03f8oUG5AC+YtMoktGCQXXgOPvWOC5LOFgXFKfymlHlUqVdsYOUY0hckW0nO6xpe9LANN6K0sbpV0qTIjw==", + "version": "2.0.0-beta.15", + "resolved": "https://registry.npmjs.org/stac-node-validator/-/stac-node-validator-2.0.0-beta.15.tgz", + "integrity": "sha512-fm0dqNXD8lujz9wBR35dKKK9+cbEYRtMmmg3kCAGpNf/lC1tq7/liq1oRqxgqPFloAm1xuA8/0hLHv9XvU7akA==", "license": "Apache-2.0", "dependencies": { "ajv": "^8.8.2", diff --git a/package.json b/package.json index 5f8126505..8a877c2e1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@radiantearth/stac-browser", - "version": "3.3.2", + "version": "3.3.3", "description": "A full-fledged UI in Vue for browsing and searching static STAC catalogs and STAC APIs.", "main": "src/main.js", "scripts": { @@ -53,11 +53,11 @@ "oidc-client-ts": "^3.0.1", "remove-markdown": "^0.5.0", "stac-layer": "^0.15.0", - "stac-node-validator": "2.0.0-beta.13", + "stac-node-validator": "2.0.0-beta.15", "streamsaver-js": "^2.0.7", "urijs": "^1.19.11", "v-clipboard": "3.0.0-next.1", - "vue": "^2.6.12", + "vue": "^2.7.0", "vue-chartjs": "^5.2.0", "vue-i18n": "^8.28.2", "vue-multiselect": "^2.1.6",