From 3dca27a51c6611a3dd8e7c64c2c3da4c0997539a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Dec 2022 07:06:53 +0000 Subject: [PATCH] fix(deps): bump @remix-run/node from 1.7.5 to 1.8.2 Bumps [@remix-run/node](https://github.com/remix-run/remix/tree/HEAD/packages/remix-node) from 1.7.5 to 1.8.2. - [Release notes](https://github.com/remix-run/remix/releases) - [Changelog](https://github.com/remix-run/remix/blob/main/packages/remix-node/CHANGELOG.md) - [Commits](https://github.com/remix-run/remix/commits/@remix-run/node@1.8.2/packages/remix-node) --- updated-dependencies: - dependency-name: "@remix-run/node" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 34 ++++++++++++++++++++-------------- 2 files changed, 21 insertions(+), 15 deletions(-) diff --git a/package.json b/package.json index e0bb111..19e8429 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", "@remix-run/eslint-config": "1.7.5", - "@remix-run/node": "1.7.5", + "@remix-run/node": "1.8.2", "@rollup/plugin-babel": "^5.3.1", "@rollup/plugin-node-resolve": "^11.2.1", "@types/aws-lambda": "^8.10.82", diff --git a/yarn.lock b/yarn.lock index e7a50d1..315a635 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1844,13 +1844,13 @@ eslint-plugin-react-hooks "^4.6.0" eslint-plugin-testing-library "^5.6.4" -"@remix-run/node@1.7.5": - version "1.7.5" - resolved "https://registry.yarnpkg.com/@remix-run/node/-/node-1.7.5.tgz#4c1dc16da6969b4a7fe0dba398e44bd91be2aed7" - integrity sha512-6DF8ogpds9f/b0KSW+2AH3Lvh9EIjCK4Yn8bTuo2U8xR2kWbScC3EKvBliZUr7qYr8Hfq0r1pMWCOItotSGB2A== +"@remix-run/node@1.8.2": + version "1.8.2" + resolved "https://registry.yarnpkg.com/@remix-run/node/-/node-1.8.2.tgz#7e8effb3df101f7d24b680d6a4a172272d9f23b0" + integrity sha512-I5quBtYVL9jEuToAIcoL5OsyUyC06pr3v619V8/HgrlufBV6fYW6jV6O6GVEf5wpkwEHiCgZQc73jzW6XzqX2Q== dependencies: - "@remix-run/server-runtime" "1.7.5" - "@remix-run/web-fetch" "^4.3.1" + "@remix-run/server-runtime" "1.8.2" + "@remix-run/web-fetch" "^4.3.2" "@remix-run/web-file" "^3.0.2" "@remix-run/web-stream" "^1.0.3" "@web3-storage/multipart-parser" "^1.0.0" @@ -1864,11 +1864,17 @@ resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.0.3.tgz#953b88c20ea00d0eddaffdc1b115c08474aa295d" integrity sha512-ceuyTSs7PZ/tQqi19YZNBc5X7kj1f8p+4DIyrcIYFY9h+hd1OKm4RqtiWldR9eGEvIiJfsqwM4BsuCtRIuEw6Q== -"@remix-run/server-runtime@1.7.5": - version "1.7.5" - resolved "https://registry.yarnpkg.com/@remix-run/server-runtime/-/server-runtime-1.7.5.tgz#d7b3e594d43f354cad8efe333dcae902f9dd7b7b" - integrity sha512-wy/1UDUjN1AoZBAee12rV1gbq+N6RfHetarHLoEIHWrKx3oLb0Ik+MQmjD6PbyO41JdOVQ2tn+euJHJY7sz48g== +"@remix-run/router@1.0.5": + version "1.0.5" + resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.0.5.tgz#d5c65626add4c3c185a89aa5bd38b1e42daec075" + integrity sha512-my0Mycd+jruq/1lQuO5LBB6WTlL/e8DTCYWp44DfMTDcXz8DcTlgF0ISaLsGewt+ctHN+yA8xMq3q/N7uWJPug== + +"@remix-run/server-runtime@1.8.2": + version "1.8.2" + resolved "https://registry.yarnpkg.com/@remix-run/server-runtime/-/server-runtime-1.8.2.tgz#87016defd544f936c857fb8fa6236a72e42a474f" + integrity sha512-6VLootGC4SyhG1qOOVeXsBrJ3/E3GoQ8YJh5W4IRofO5hNWWy5e4dp/z758RCTGFk4pKGjj64KSnh7NBeS0afA== dependencies: + "@remix-run/router" "1.0.5" "@types/cookie" "^0.4.0" "@web3-storage/multipart-parser" "^1.0.0" cookie "^0.4.1" @@ -1884,10 +1890,10 @@ "@remix-run/web-stream" "^1.0.0" web-encoding "1.1.5" -"@remix-run/web-fetch@^4.3.1": - version "4.3.1" - resolved "https://registry.yarnpkg.com/@remix-run/web-fetch/-/web-fetch-4.3.1.tgz#afc88e133bed1a6aecb9d09b1b02127fc844da47" - integrity sha512-TOpuJo3jI7/qJAY0yTnvNJRQl4hlWAOHUHYKAbEddcLFLydv+0/WGT6OaIurJKsBFJJTjooe3FbKiP74sUIB/g== +"@remix-run/web-fetch@^4.3.2": + version "4.3.2" + resolved "https://registry.yarnpkg.com/@remix-run/web-fetch/-/web-fetch-4.3.2.tgz#193758bb7a301535540f0e3a86c743283f81cf56" + integrity sha512-aRNaaa0Fhyegv/GkJ/qsxMhXvyWGjPNgCKrStCvAvV1XXphntZI0nQO/Fl02LIQg3cGL8lDiOXOS1gzqDOlG5w== dependencies: "@remix-run/web-blob" "^3.0.4" "@remix-run/web-form-data" "^3.0.3"