diff --git a/package-lock.json b/package-lock.json index 4683e14c..907a3a35 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "@linzjs/style": "^5.4.0", "@types/node": "^20.12.10", "@types/prettier": "^3.0.0", - "stac-ts": "^1.0.0" + "stac-ts": "^1.0.3" }, "engines": { "node": "^20.13.1" @@ -5852,9 +5852,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 654c0252..9a7ec8b0 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@linzjs/style": "^5.4.0", "@types/node": "^20.12.10", "@types/prettier": "^3.0.0", - "stac-ts": "^1.0.0" + "stac-ts": "^1.0.3" }, "scripts": { "build": "tsc",