diff --git a/package-lock.json b/package-lock.json index ded5d2678..c0771af75 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "@types/node": "^20.8.9", "@types/prettier": "^3.0.0", "esno": "^0.17.0", - "stac-ts": "^1.0.0" + "stac-ts": "^1.0.3" }, "engines": { "node": ">=16.0.0" @@ -6219,9 +6219,9 @@ } }, "node_modules/stac-ts": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/stac-ts/-/stac-ts-1.0.0.tgz", - "integrity": "sha512-akLofkdWE2ibp4nsvcM1VTCnaLBFmMFobFIJikeoGGVFBCW7yCpxQHuTau1U9xBKSUrYwaifWwQMTW7MrCzZFg==", + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/stac-ts/-/stac-ts-1.0.3.tgz", + "integrity": "sha512-QYqE6CFQ5XuWds3/Pi/07HGvWLMMQSesTcrylWF/Hp/ZjvBsSdDf0uokvHsz1iA/6JyZuvekfFlElRz4rsQR+w==", "dev": true }, "node_modules/stream-browserify": { diff --git a/package.json b/package.json index 43da01f2e..042429341 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@types/node": "^20.8.9", "@types/prettier": "^3.0.0", "esno": "^0.17.0", - "stac-ts": "^1.0.0" + "stac-ts": "^1.0.3" }, "scripts": { "build": "tsc",