react-viewer/ssr-test/package.json
dependabot[bot] 366a78d579
chore(deps): bump path-to-regexp and express in /ssr-test
Bumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp) to 0.1.12 and updates ancestor dependency express. These dependencies need to be updated together.


Updates `path-to-regexp` from 0.1.7 to 0.1.12
- [Release notes](https://github.com/pillarjs/path-to-regexp/releases)
- [Changelog](https://github.com/pillarjs/path-to-regexp/blob/master/History.md)
- [Commits](https://github.com/pillarjs/path-to-regexp/compare/v0.1.7...v0.1.12)

Updates `express` from 4.17.1 to 4.21.2

---
updated-dependencies:
- dependency-name: path-to-regexp
  dependency-type: indirect
- dependency-name: express
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-02 12:32:21 +00:00

24 lines
531 B
JSON

{
"name": "ssr-test",
"version": "0.0.1",
"scripts": {
"start": "babel-node server.js",
"build": "webpack"
},
"dependencies": {
"@babel/cli": "^7.5.5",
"@babel/node": "^7.5.5",
"express": "^4.21.2"
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/plugin-proposal-decorators": "^7.4.4",
"@babel/preset-react": "^7.0.0",
"@types/react": "^16.8.24",
"@types/react-dom": "^16.8.5",
"babel-loader": "^8.0.6",
"webpack": "^4.38.0",
"webpack-cli": "^3.3.12"
}
}