Skip to content

Commit

Permalink
build(deps-dev): bump @remix-run/dev from 2.12.1 to 2.13.1
Browse files Browse the repository at this point in the history
Bumps [@remix-run/dev](https://github.com/remix-run/remix/tree/HEAD/packages/remix-dev) from 2.12.1 to 2.13.1.
- [Release notes](https://github.com/remix-run/remix/releases)
- [Changelog](https://github.com/remix-run/remix/blob/main/packages/remix-dev/CHANGELOG.md)
- [Commits](https://github.com/remix-run/remix/commits/@remix-run/[email protected]/packages/remix-dev)

---
updated-dependencies:
- dependency-name: "@remix-run/dev"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
1 parent 3bebfb7 commit 80fbc45
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 18 deletions.
2 changes: 1 addition & 1 deletion apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"devDependencies": {
"@llm/sdk": "*",
"@remix-run/dev": "^2.12.1",
"@remix-run/dev": "^2.13.1",
"@remix-run/node": "^2.11.2",
"@remix-run/react": "^2.11.2",
"@types/react": "^18.3.10",
Expand Down
70 changes: 53 additions & 17 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1375,10 +1375,10 @@
resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.1.1.tgz#1ec17e2edbec25c8306d424ecfbf13c7de1aaa31"
integrity sha512-cq8o4cWH0ibXh9VGi5P20Tu9XF/0fFXl9EUinr9QfTM7a7p0oTA4iJRCQWppXR1Pg8dSM0UCItCkPwsk9qWWYA==

"@remix-run/dev@^2.12.1":
version "2.12.1"
resolved "https://registry.yarnpkg.com/@remix-run/dev/-/dev-2.12.1.tgz#f8b790e514b8a48fed4facb5f8328d234ce69375"
integrity sha512-XjvpQZDvPL5L2NPUL9suwn0eo/WCHSewivpEEm2G1Ke06xL7LenIc8HzwkgsJqDrfvxePAFPj+RCcrygQvtMzA==
"@remix-run/dev@^2.13.1":
version "2.13.1"
resolved "https://registry.yarnpkg.com/@remix-run/dev/-/dev-2.13.1.tgz#54bf499e90d5339254b7cecb2dcabca7eca2df95"
integrity sha512-7+06Dail6zMyRlRvgrZ4cmQjs2gUb+M24iP4jbmql+0B7VAAPwzCRU0x+BF5z8GSef13kDrH3iXv/BQ2O2yOgw==
dependencies:
"@babel/core" "^7.21.8"
"@babel/generator" "^7.21.5"
Expand All @@ -1390,9 +1390,9 @@
"@babel/types" "^7.22.5"
"@mdx-js/mdx" "^2.3.0"
"@npmcli/package-json" "^4.0.1"
"@remix-run/node" "2.12.1"
"@remix-run/router" "1.19.2"
"@remix-run/server-runtime" "2.12.1"
"@remix-run/node" "2.13.1"
"@remix-run/router" "1.20.0"
"@remix-run/server-runtime" "2.13.1"
"@types/mdx" "^2.0.5"
"@vanilla-extract/integration" "^6.2.0"
arg "^5.0.1"
Expand All @@ -1406,7 +1406,7 @@
esbuild-plugins-node-modules-polyfill "^1.6.0"
execa "5.1.1"
exit-hook "2.2.1"
express "^4.19.2"
express "^4.20.0"
fs-extra "^10.0.0"
get-port "^5.1.1"
gunzip-maybe "^1.4.2"
Expand All @@ -1432,7 +1432,7 @@
set-cookie-parser "^2.6.0"
tar-fs "^2.1.1"
tsconfig-paths "^4.0.0"
ws "^7.4.5"
ws "^7.5.10"

"@remix-run/[email protected]":
version "2.12.1"
Expand All @@ -1441,7 +1441,7 @@
dependencies:
"@remix-run/node" "2.12.1"

"@remix-run/[email protected]", "@remix-run/node@^2.11.2":
"@remix-run/[email protected]":
version "2.12.1"
resolved "https://registry.yarnpkg.com/@remix-run/node/-/node-2.12.1.tgz#ab9ec3319682f935427a70d916f4621ee8162d64"
integrity sha512-d+IHvEEU3qziporgpEyKFvKdmNaDu+a/9pIxBkNKVWdKx2JR0VRFIaUxxpxISWtkJcoNuERhW2xYa6YvtFp4ig==
Expand All @@ -1454,6 +1454,19 @@
stream-slice "^0.1.2"
undici "^6.11.1"

"@remix-run/[email protected]", "@remix-run/node@^2.11.2":
version "2.13.1"
resolved "https://registry.yarnpkg.com/@remix-run/node/-/node-2.13.1.tgz#572f838201a11f8d9d8ef56929eb2a2c46e0f5ea"
integrity sha512-2ly7bENj2n2FNBdEN60ZEbNCs5dAOex/QJoo6EZ8RNFfUQxVKAZkMwfQ4ETV2SLWDgkRLj3Jo5n/dx7O2ZGhGw==
dependencies:
"@remix-run/server-runtime" "2.13.1"
"@remix-run/web-fetch" "^4.4.2"
"@web3-storage/multipart-parser" "^1.0.0"
cookie-signature "^1.1.0"
source-map-support "^0.5.21"
stream-slice "^0.1.2"
undici "^6.11.1"

"@remix-run/react@^2.11.2":
version "2.12.1"
resolved "https://registry.yarnpkg.com/@remix-run/react/-/react-2.12.1.tgz#6672956d9ebe5b60fdb5dadbf92f3f92dafe2dac"
Expand All @@ -1470,6 +1483,11 @@
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.19.2.tgz#0c896535473291cb41f152c180bedd5680a3b273"
integrity sha512-baiMx18+IMuD1yyvOGaHM9QrVUPGGG0jC+z+IPHnRJWUAUvaKuWKyE8gjDj2rzv3sz9zOGoRSPgeBVHRhZnBlA==

"@remix-run/[email protected]":
version "1.20.0"
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.20.0.tgz#03554155b45d8b529adf635b2f6ad1165d70d8b4"
integrity sha512-mUnk8rPJBI9loFDZ+YzPGdeniYK+FTmRD1TMCz7ev2SNIozyKKpnGgsxO34u6Z4z/t0ITuu7voi/AshfsGsgFg==

"@remix-run/serve@^2.11.2":
version "2.12.1"
resolved "https://registry.yarnpkg.com/@remix-run/serve/-/serve-2.12.1.tgz#a9d2800516ee541308c123eeba5d7304e158d5da"
Expand Down Expand Up @@ -1497,6 +1515,19 @@
source-map "^0.7.3"
turbo-stream "2.4.0"

"@remix-run/[email protected]":
version "2.13.1"
resolved "https://registry.yarnpkg.com/@remix-run/server-runtime/-/server-runtime-2.13.1.tgz#91cc669fee41288b7f7c287558f144cc4b5ed65a"
integrity sha512-2DfBPRcHKVzE4bCNsNkKB50BhCCKF73x+jiS836OyxSIAL+x0tguV2AEjmGXefEXc5AGGzoxkus0AUUEYa29Vg==
dependencies:
"@remix-run/router" "1.20.0"
"@types/cookie" "^0.6.0"
"@web3-storage/multipart-parser" "^1.0.0"
cookie "^0.6.0"
set-cookie-parser "^2.4.8"
source-map "^0.7.3"
turbo-stream "2.4.0"

"@remix-run/web-blob@^3.1.0":
version "3.1.0"
resolved "https://registry.yarnpkg.com/@remix-run/web-blob/-/web-blob-3.1.0.tgz#e0c669934c1eb6028960047e57a13ed38bbfb434"
Expand Down Expand Up @@ -3312,7 +3343,12 @@ [email protected]:
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.3.1.tgz#e7e0a1f9ef43b4c8ba925c5c5a96e806d16873bb"
integrity sha512-+IJOX0OqlHCszo2mBUq+SrEbCj6w7Kpffqx60zYbPTFaO4+yYgRjHwcZNpWvaTylDHaV7PPmBHzSecZiMhtPgw==

[email protected], cookie@^0.6.0:
[email protected]:
version "0.7.1"
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.7.1.tgz#2f73c42142d5d5cf71310a74fc4ae61670e5dbc9"
integrity sha512-6DnInpx7SJ2AK3+CTUE/ZM0vWTUboZCegxhC2xiIydHR9jNuTAASBrfEpHhiGOZw/nX51bHt6YQl8jsGo4y/0w==

cookie@^0.6.0:
version "0.6.0"
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.6.0.tgz#2798b04b071b0ecbff0dbb62a505a8efa4e19051"
integrity sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==
Expand Down Expand Up @@ -4558,17 +4594,17 @@ [email protected]:
utils-merge "1.0.1"
vary "~1.1.2"

express@^4.19.2:
version "4.21.0"
resolved "https://registry.yarnpkg.com/express/-/express-4.21.0.tgz#d57cb706d49623d4ac27833f1cbc466b668eb915"
integrity sha512-VqcNGcj/Id5ZT1LZ/cfihi3ttTn+NJmkli2eZADigjq29qTlWi/hAQ43t/VLPq8+UX06FCEx3ByOYet6ZFblng==
express@^4.19.2, express@^4.20.0:
version "4.21.1"
resolved "https://registry.yarnpkg.com/express/-/express-4.21.1.tgz#9dae5dda832f16b4eec941a4e44aa89ec481b281"
integrity sha512-YSFlK1Ee0/GC8QaO91tHcDxJiE/X4FbpAyQWkxAvG6AXCuR65YzK8ua6D9hvi/TzUfZMpc+BwuM1IPw8fmQBiQ==
dependencies:
accepts "~1.3.8"
array-flatten "1.1.1"
body-parser "1.20.3"
content-disposition "0.5.4"
content-type "~1.0.4"
cookie "0.6.0"
cookie "0.7.1"
cookie-signature "1.0.6"
debug "2.6.9"
depd "2.0.0"
Expand Down Expand Up @@ -10488,7 +10524,7 @@ [email protected]:
dependencies:
async-limiter "~1.0.0"

ws@^7.4.5:
ws@^7.5.10:
version "7.5.10"
resolved "https://registry.yarnpkg.com/ws/-/ws-7.5.10.tgz#58b5c20dc281633f6c19113f39b349bd8bd558d9"
integrity sha512-+dbF1tHwZpXcbOJdVOkzLDxZP1ailvSxM6ZweXTegylPny803bFhA+vqBYw4s31NSAk4S2Qz+AKXK9a4wkdjcQ==
Expand Down

0 comments on commit 80fbc45

Please sign in to comment.