From f40e69a686bb5e865e9b9f1f25d8fc1fd448f1c9 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 23 Jul 2024 13:00:21 +1200
Subject: [PATCH] build(deps-dev): Bump stac-ts from 1.0.0 to 1.0.3 (#725)
Bumps [stac-ts](https://github.com/blacha/stac-ts) from 1.0.0 to 1.0.3.
Release notes
Sourced from stac-ts's
releases.
v1.0.3
1.0.3
(2023-10-30)
Bug Fixes
- correct import location for catalog (39b4b4b)
v1.0.2
1.0.2
(2023-10-29)
Bug Fixes
- correct npm token for publishing (51c99d7)
- import docs from stac-spec repo (de2f3ba)
v1.0.1
1.0.1
(2023-10-27)
Bug Fixes
Changelog
Sourced from stac-ts's
changelog.
1.0.3
(2023-10-30)
Bug Fixes
- correct import location for catalog (39b4b4b)
1.0.2
(2023-10-29)
Bug Fixes
- correct npm token for publishing (51c99d7)
- import docs from stac-spec repo (de2f3ba)
1.0.1
(2023-10-27)
Bug Fixes
Commits
5ceb5d5
chore(master): release 1.0.3 (#57)
39b4b4b
fix: correct import location for catalog
5f50162
chore(master): release 1.0.2 (#56)
de2f3ba
fix: import docs from stac-spec repo
51c99d7
fix: correct npm token for publishing
44242eb
chore(master): release 1.0.1 (#55)
bcc6021
refactor: move to .js and type imports
6ee4b60
fix: add missing collection property (#54)
48a27ed
build(deps): bump actions/checkout from 3 to 4 (#53)
4ae6a45
docs: add more examples
- Additional commits viewable in compare
view
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=stac-ts&package-manager=npm_and_yarn&previous-version=1.0.0&new-version=1.0.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
You can trigger a rebase of this PR by commenting `@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore ` will
remove the ignore condition of the specified dependency and ignore
conditions
> **Note**
> Automatic rebases have been disabled on this pull request as it has
been open for over 30 days.
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
package-lock.json | 8 ++++----
package.json | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
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",