Skip to content

Commit

Permalink
[update-deps] Dependency Update
Browse files Browse the repository at this point in the history
  • Loading branch information
robertfmurdock committed Sep 13, 2024
1 parent 76bfbc2 commit 2be5ed2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ com-zegreatrob-testmints-testmints-bom = "com.zegreatrob.testmints:testmints-bom
com-zegreatrob-tools-tools-bom = "com.zegreatrob.tools:tools-bom:1.4.28"
io-github-oshai-kotlin-logging = "io.github.oshai:kotlin-logging:7.0.0"
io-ktor-ktor-bom = "io.ktor:ktor-bom:3.0.0-rc-1"
org-jetbrains-kotlin-wrappers-kotlin-wrappers-bom = "org.jetbrains.kotlin-wrappers:kotlin-wrappers-bom:1.0.0-pre.805"
org-jetbrains-kotlinx-kotlinx-coroutines-bom = "org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.9.0-RC.2"
org-jetbrains-kotlin-wrappers-kotlin-wrappers-bom = "org.jetbrains.kotlin-wrappers:kotlin-wrappers-bom:1.0.0-pre.806"
org-jetbrains-kotlinx-kotlinx-coroutines-bom = "org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.9.0"
org-jetbrains-kotlinx-kotlinx-datetime = "org.jetbrains.kotlinx:kotlinx-datetime:0.6.1"
org-jetbrains-kotlinx-kotlinx-serialization-bom = "org.jetbrains.kotlinx:kotlinx-serialization-bom:1.7.2"
org-junit-junit-bom = "org.junit:junit-bom:5.11.0"
Expand Down
16 changes: 8 additions & 8 deletions kotlin-js-store/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12874,10 +12874,10 @@ jose@^5.0.0, jose@^5.6.3:
resolved "https://registry.yarnpkg.com/jose/-/jose-5.6.3.tgz#415688bc84875461c86dfe271ea6029112a23e27"
integrity sha512-1Jh//hEEwMhNYPDDLwXHa2ePWgWiFNNUadVmguAAw2IJ6sj9mNxV5tGXJNqlMkJAybF6Lgw1mISDxTePP/187g==

jose@^5.8.0:
version "5.8.0"
resolved "https://registry.yarnpkg.com/jose/-/jose-5.8.0.tgz#0165cee08d89a6546d7eeeb9524dc42f458a56de"
integrity sha512-E7CqYpL/t7MMnfGnK/eg416OsFCVUrU/Y3Vwe7QjKhu/BkS1Ms455+2xsqZQVN57/U2MHMBvEb5SrmAZWAIntA==
jose@^5.9.1:
version "5.9.1"
resolved "https://registry.yarnpkg.com/jose/-/jose-5.9.1.tgz#c0c00480ee1cf2e259479594a56d008e98a28fad"
integrity sha512-8verKvy4GThlXSRe1qOcHGcRW9tKVv0YrLildFf6q3RQh3V/OxCXAkVsLhsw9tNOXFJ/EsIGOxWMmISBd/osTQ==

js-string-escape@^1.0.1:
version "1.0.1"
Expand Down Expand Up @@ -16792,10 +16792,10 @@ strip-outer@^1.0.1:
dependencies:
escape-string-regexp "^1.0.2"

stripe@^16.10.0:
version "16.10.0"
resolved "https://registry.yarnpkg.com/stripe/-/stripe-16.10.0.tgz#9c136c95b95b765bb78dc695d8da498c69a86856"
integrity sha512-H0qeSCkZVvk4fVchUbg0rNNviwOyw3Rsr9X6MKe84ajBeMz4ogEOZykaUcb/n0GSdvWlXAtbnB1gxl3xOlH+ZA==
stripe@^16.11.0:
version "16.11.0"
resolved "https://registry.yarnpkg.com/stripe/-/stripe-16.11.0.tgz#dc2579122aadff4ab98ff5de993f990e6dc1fc88"
integrity sha512-Rl4S2UAU/uWr3diETk3wkpXSe7LBPJ4BdXRzto5XVGGUhvLi8Q0MShwI5yhPH6Cdv2kmLu/Yl14QMlHgeRp7Qw==
dependencies:
"@types/node" ">=8.1.0"
qs "^6.11.0"
Expand Down
4 changes: 2 additions & 2 deletions libraries/js-dependencies/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"html-webpack-harddisk-plugin": "^2.0.0",
"html-webpack-plugin": "^5.6.0",
"html2canvas": "^1.4.1",
"jose": "^5.8.0",
"jose": "^5.9.1",
"jsdom": "25.0.0",
"jwks-rsa": "3.1.0",
"jwt-decode": "4.0.0",
Expand All @@ -85,7 +85,7 @@
"serverless-offline-ssm": "^6.2.0",
"serverless-prune-plugin": "^2.0.2",
"source-map-loader": "^5.0.0",
"stripe": "^16.10.0",
"stripe": "^16.11.0",
"style-loader": "^4.0.0",
"styled-components": "^6.1.13",
"text-loader": "0.0.1",
Expand Down

0 comments on commit 2be5ed2

Please sign in to comment.