From 48cca6224f8ac1f04aeff98e15d6a38e6aaf36d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 22:44:59 +0000 Subject: [PATCH] build(deps): bump @remix-run/server-runtime from 2.12.1 to 2.14.0 Bumps [@remix-run/server-runtime](https://github.com/remix-run/remix/tree/HEAD/packages/remix-server-runtime) from 2.12.1 to 2.14.0. - [Release notes](https://github.com/remix-run/remix/releases) - [Changelog](https://github.com/remix-run/remix/blob/main/packages/remix-server-runtime/CHANGELOG.md) - [Commits](https://github.com/remix-run/remix/commits/@remix-run/server-runtime@2.14.0/packages/remix-server-runtime) --- updated-dependencies: - dependency-name: "@remix-run/server-runtime" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- packages/apps/shopify-app-remix/package.json | 2 +- pnpm-lock.yaml | 32 ++++++++++---------- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/packages/apps/shopify-app-remix/package.json b/packages/apps/shopify-app-remix/package.json index 10443c870..bb39479cd 100644 --- a/packages/apps/shopify-app-remix/package.json +++ b/packages/apps/shopify-app-remix/package.json @@ -91,7 +91,7 @@ "jsonwebtoken": "^9.0.2" }, "dependencies": { - "@remix-run/server-runtime": "^2.12.1", + "@remix-run/server-runtime": "^2.14.0", "@shopify/admin-api-client": "^1.0.4", "@shopify/shopify-api": "^11.6.0", "@shopify/shopify-app-session-storage": "^3.0.8", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0a2939caf..191b540b3 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -531,8 +531,8 @@ importers: packages/apps/shopify-app-remix: dependencies: '@remix-run/server-runtime': - specifier: ^2.12.1 - version: 2.12.1(typescript@5.6.3) + specifier: ^2.14.0 + version: 2.14.0(typescript@5.6.3) '@shopify/admin-api-client': specifier: ^1.0.4 version: link:../../api-clients/admin-api-client @@ -2889,14 +2889,14 @@ packages: resolution: {integrity: sha512-S45oynt/WH19bHbIXjtli6QmwNYvaz+vtnubvNpNDvUOoA/OWh6j1OikIP3G+v5GHdxyC6EXoChG3HgYGEUfcg==} engines: {node: '>=14.0.0'} - '@remix-run/router@1.19.2': - resolution: {integrity: sha512-baiMx18+IMuD1yyvOGaHM9QrVUPGGG0jC+z+IPHnRJWUAUvaKuWKyE8gjDj2rzv3sz9zOGoRSPgeBVHRhZnBlA==} - engines: {node: '>=14.0.0'} - '@remix-run/router@1.20.0': resolution: {integrity: sha512-mUnk8rPJBI9loFDZ+YzPGdeniYK+FTmRD1TMCz7ev2SNIozyKKpnGgsxO34u6Z4z/t0ITuu7voi/AshfsGsgFg==} engines: {node: '>=14.0.0'} + '@remix-run/router@1.21.0': + resolution: {integrity: sha512-xfSkCAchbdG5PnbrKqFWwia4Bi61nH+wm8wLEqfHDyp7Y3dZzgqS2itV8i4gAq9pC2HsTpwyBC6Ds8VHZ96JlA==} + engines: {node: '>=14.0.0'} + '@remix-run/server-runtime@2.11.2': resolution: {integrity: sha512-abG6ENj0X3eHqDxqO2thWM2NSEiPnqyt58z1BbiQCv+t8g0Zuqd5QHbB4wzdNvfS0vKhg+jJiigcJneAc4sZzw==} engines: {node: '>=18.0.0'} @@ -2906,8 +2906,8 @@ packages: typescript: optional: true - '@remix-run/server-runtime@2.12.1': - resolution: {integrity: sha512-iuj9ju34f0LztPpd5dVuTXgt4x/MJeRsBiLuEx02nDSMGoNCAIx2LdeNYvE+XXdsf1Ht2NMlpRU+HBPCz3QLZg==} + '@remix-run/server-runtime@2.13.1': + resolution: {integrity: sha512-2DfBPRcHKVzE4bCNsNkKB50BhCCKF73x+jiS836OyxSIAL+x0tguV2AEjmGXefEXc5AGGzoxkus0AUUEYa29Vg==} engines: {node: '>=18.0.0'} peerDependencies: typescript: ^5.1.0 @@ -2915,8 +2915,8 @@ packages: typescript: optional: true - '@remix-run/server-runtime@2.13.1': - resolution: {integrity: sha512-2DfBPRcHKVzE4bCNsNkKB50BhCCKF73x+jiS836OyxSIAL+x0tguV2AEjmGXefEXc5AGGzoxkus0AUUEYa29Vg==} + '@remix-run/server-runtime@2.14.0': + resolution: {integrity: sha512-9Th9UzDaoFFBD7zA5mRI1KT8JktFLN4ij9jPygrKBhG/kYmNIvhcMtq9VyjcbMvFK5natTyhOhrrKRIHtijD4w==} engines: {node: '>=18.0.0'} peerDependencies: typescript: ^5.1.0 @@ -10978,10 +10978,10 @@ snapshots: '@remix-run/router@1.19.1': {} - '@remix-run/router@1.19.2': {} - '@remix-run/router@1.20.0': {} + '@remix-run/router@1.21.0': {} + '@remix-run/server-runtime@2.11.2(typescript@5.6.3)': dependencies: '@remix-run/router': 1.19.1 @@ -10994,9 +10994,9 @@ snapshots: optionalDependencies: typescript: 5.6.3 - '@remix-run/server-runtime@2.12.1(typescript@5.6.3)': + '@remix-run/server-runtime@2.13.1(typescript@5.6.3)': dependencies: - '@remix-run/router': 1.19.2 + '@remix-run/router': 1.20.0 '@types/cookie': 0.6.0 '@web3-storage/multipart-parser': 1.0.0 cookie: 0.6.0 @@ -11006,9 +11006,9 @@ snapshots: optionalDependencies: typescript: 5.6.3 - '@remix-run/server-runtime@2.13.1(typescript@5.6.3)': + '@remix-run/server-runtime@2.14.0(typescript@5.6.3)': dependencies: - '@remix-run/router': 1.20.0 + '@remix-run/router': 1.21.0 '@types/cookie': 0.6.0 '@web3-storage/multipart-parser': 1.0.0 cookie: 0.6.0