Bump @remix-run/node from 1.10.0 to 1.11.0
Bumps [@remix-run/node](https://github.com/remix-run/remix/tree/HEAD/packages/remix-node) from 1.10.0 to 1.11.0. - [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.11.0/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] <support@github.com>
This commit is contained in:
parent
b6212b2868
commit
a24d43e82b
97
package-lock.json
generated
97
package-lock.json
generated
@ -6,7 +6,7 @@
|
|||||||
"": {
|
"": {
|
||||||
"name": "remix-template-remix",
|
"name": "remix-template-remix",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@remix-run/node": "^1.6.3",
|
"@remix-run/node": "^1.11.0",
|
||||||
"@remix-run/react": "^1.6.7",
|
"@remix-run/react": "^1.6.7",
|
||||||
"@remix-run/serve": "^1.6.3",
|
"@remix-run/serve": "^1.6.3",
|
||||||
"react": "^18.2.0",
|
"react": "^18.2.0",
|
||||||
@ -2734,7 +2734,7 @@
|
|||||||
"express": "^4.17.1"
|
"express": "^4.17.1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@remix-run/node": {
|
"node_modules/@remix-run/express/node_modules/@remix-run/node": {
|
||||||
"version": "1.10.0",
|
"version": "1.10.0",
|
||||||
"resolved": "https://registry.npmjs.org/@remix-run/node/-/node-1.10.0.tgz",
|
"resolved": "https://registry.npmjs.org/@remix-run/node/-/node-1.10.0.tgz",
|
||||||
"integrity": "sha512-nV7npr9uL/s7ZULBiE8bup77X0xcxAIr6n+lTDTi1jxrJZqViC5/SmJIp5IO57/Hh3L6qCST4FfcWIp/yF3X8g==",
|
"integrity": "sha512-nV7npr9uL/s7ZULBiE8bup77X0xcxAIr6n+lTDTi1jxrJZqViC5/SmJIp5IO57/Hh3L6qCST4FfcWIp/yF3X8g==",
|
||||||
@ -2753,6 +2753,53 @@
|
|||||||
"node": ">=14"
|
"node": ">=14"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/@remix-run/node": {
|
||||||
|
"version": "1.11.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/@remix-run/node/-/node-1.11.0.tgz",
|
||||||
|
"integrity": "sha512-9tryyo7kBPvKpdThq/uYNERm9meFkP2eDkMW4QOR5sRSlUaMeL6CJwrur7+2ECKC812OhFWV3FJZbnyencOGVg==",
|
||||||
|
"dependencies": {
|
||||||
|
"@remix-run/server-runtime": "1.11.0",
|
||||||
|
"@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",
|
||||||
|
"abort-controller": "^3.0.0",
|
||||||
|
"cookie-signature": "^1.1.0",
|
||||||
|
"source-map-support": "^0.5.21",
|
||||||
|
"stream-slice": "^0.1.2"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=14"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/@remix-run/node/node_modules/@remix-run/router": {
|
||||||
|
"version": "1.3.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.3.0.tgz",
|
||||||
|
"integrity": "sha512-nwQoYb3m4DDpHTeOwpJEuDt8lWVcujhYYSFGLluC+9es2PyLjm+jjq3IeRBQbwBtPLJE/lkuHuGHr8uQLgmJRA==",
|
||||||
|
"engines": {
|
||||||
|
"node": ">=14"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/@remix-run/node/node_modules/@remix-run/server-runtime": {
|
||||||
|
"version": "1.11.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/@remix-run/server-runtime/-/server-runtime-1.11.0.tgz",
|
||||||
|
"integrity": "sha512-6yP6d5KXRSwMgydKkwXi+B2sqDkCVn0/DgflHz8F0jRxnBn2ZWW1T9QTQdaXO3yL+wI6h4MN++TUbK/yiz40IA==",
|
||||||
|
"dependencies": {
|
||||||
|
"@remix-run/router": "1.3.0",
|
||||||
|
"@types/cookie": "^0.4.0",
|
||||||
|
"@web3-storage/multipart-parser": "^1.0.0",
|
||||||
|
"cookie": "^0.4.1",
|
||||||
|
"set-cookie-parser": "^2.4.8",
|
||||||
|
"source-map": "^0.7.3"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=14"
|
||||||
|
},
|
||||||
|
"peerDependencies": {
|
||||||
|
"react": ">=16.8",
|
||||||
|
"react-dom": ">=16.8"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/@remix-run/react": {
|
"node_modules/@remix-run/react": {
|
||||||
"version": "1.6.7",
|
"version": "1.6.7",
|
||||||
"resolved": "https://registry.npmjs.org/@remix-run/react/-/react-1.6.7.tgz",
|
"resolved": "https://registry.npmjs.org/@remix-run/react/-/react-1.6.7.tgz",
|
||||||
@ -15495,14 +15542,32 @@
|
|||||||
"integrity": "sha512-Gnqfj16EUG5SS/AuMVjBupQsdLxdDDagytMJlI5GwNxPeep34LNqkuK/fNsnHWw7RT2N6Lcu0bTP00Nt4FH7gw==",
|
"integrity": "sha512-Gnqfj16EUG5SS/AuMVjBupQsdLxdDDagytMJlI5GwNxPeep34LNqkuK/fNsnHWw7RT2N6Lcu0bTP00Nt4FH7gw==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@remix-run/node": "1.10.0"
|
"@remix-run/node": "1.10.0"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"@remix-run/node": {
|
||||||
|
"version": "1.10.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/@remix-run/node/-/node-1.10.0.tgz",
|
||||||
|
"integrity": "sha512-nV7npr9uL/s7ZULBiE8bup77X0xcxAIr6n+lTDTi1jxrJZqViC5/SmJIp5IO57/Hh3L6qCST4FfcWIp/yF3X8g==",
|
||||||
|
"requires": {
|
||||||
|
"@remix-run/server-runtime": "1.10.0",
|
||||||
|
"@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",
|
||||||
|
"abort-controller": "^3.0.0",
|
||||||
|
"cookie-signature": "^1.1.0",
|
||||||
|
"source-map-support": "^0.5.21",
|
||||||
|
"stream-slice": "^0.1.2"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@remix-run/node": {
|
"@remix-run/node": {
|
||||||
"version": "1.10.0",
|
"version": "1.11.0",
|
||||||
"resolved": "https://registry.npmjs.org/@remix-run/node/-/node-1.10.0.tgz",
|
"resolved": "https://registry.npmjs.org/@remix-run/node/-/node-1.11.0.tgz",
|
||||||
"integrity": "sha512-nV7npr9uL/s7ZULBiE8bup77X0xcxAIr6n+lTDTi1jxrJZqViC5/SmJIp5IO57/Hh3L6qCST4FfcWIp/yF3X8g==",
|
"integrity": "sha512-9tryyo7kBPvKpdThq/uYNERm9meFkP2eDkMW4QOR5sRSlUaMeL6CJwrur7+2ECKC812OhFWV3FJZbnyencOGVg==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@remix-run/server-runtime": "1.10.0",
|
"@remix-run/server-runtime": "1.11.0",
|
||||||
"@remix-run/web-fetch": "^4.3.2",
|
"@remix-run/web-fetch": "^4.3.2",
|
||||||
"@remix-run/web-file": "^3.0.2",
|
"@remix-run/web-file": "^3.0.2",
|
||||||
"@remix-run/web-stream": "^1.0.3",
|
"@remix-run/web-stream": "^1.0.3",
|
||||||
@ -15511,6 +15576,26 @@
|
|||||||
"cookie-signature": "^1.1.0",
|
"cookie-signature": "^1.1.0",
|
||||||
"source-map-support": "^0.5.21",
|
"source-map-support": "^0.5.21",
|
||||||
"stream-slice": "^0.1.2"
|
"stream-slice": "^0.1.2"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"@remix-run/router": {
|
||||||
|
"version": "1.3.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.3.0.tgz",
|
||||||
|
"integrity": "sha512-nwQoYb3m4DDpHTeOwpJEuDt8lWVcujhYYSFGLluC+9es2PyLjm+jjq3IeRBQbwBtPLJE/lkuHuGHr8uQLgmJRA=="
|
||||||
|
},
|
||||||
|
"@remix-run/server-runtime": {
|
||||||
|
"version": "1.11.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/@remix-run/server-runtime/-/server-runtime-1.11.0.tgz",
|
||||||
|
"integrity": "sha512-6yP6d5KXRSwMgydKkwXi+B2sqDkCVn0/DgflHz8F0jRxnBn2ZWW1T9QTQdaXO3yL+wI6h4MN++TUbK/yiz40IA==",
|
||||||
|
"requires": {
|
||||||
|
"@remix-run/router": "1.3.0",
|
||||||
|
"@types/cookie": "^0.4.0",
|
||||||
|
"@web3-storage/multipart-parser": "^1.0.0",
|
||||||
|
"cookie": "^0.4.1",
|
||||||
|
"set-cookie-parser": "^2.4.8",
|
||||||
|
"source-map": "^0.7.3"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@remix-run/react": {
|
"@remix-run/react": {
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
"start": "remix-serve build"
|
"start": "remix-serve build"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@remix-run/node": "^1.6.3",
|
"@remix-run/node": "^1.11.0",
|
||||||
"@remix-run/react": "^1.6.7",
|
"@remix-run/react": "^1.6.7",
|
||||||
"@remix-run/serve": "^1.6.3",
|
"@remix-run/serve": "^1.6.3",
|
||||||
"react": "^18.2.0",
|
"react": "^18.2.0",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user