Skip to content

Commit

Permalink
Merge pull request #1101 from Financial-Times/dependabot/npm_and_yarn…
Browse files Browse the repository at this point in the history
…/multi-6bc014718a

fix: bump path-to-regexp and express
  • Loading branch information
ft-dependency-auto-merger authored Dec 6, 2024
2 parents cf60250 + c6f2a16 commit e32cd5d
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 17 deletions.
2 changes: 1 addition & 1 deletion examples/combined-hbs-jsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@financial-times/dotcom-server-handlebars": "file:../../packages/dotcom-server-handlebars",
"@financial-times/dotcom-server-react-jsx": "file:../../packages/dotcom-server-react-jsx",
"@financial-times/dotcom-ui-header": "file:../../packages/dotcom-ui-header",
"express": "^4.21.1",
"express": "^4.21.2",
"handlebars": "^4.5.3",
"sucrase": "^3.10.1"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/dynamic-imports/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@financial-times/dotcom-server-handlebars": "file:../../packages/dotcom-server-handlebars",
"express": "^4.21.1"
"express": "^4.21.2"
},
"devDependencies": {
"@financial-times/dotcom-build-js": "file:../../packages/dotcom-build-js",
Expand Down
2 changes: 1 addition & 1 deletion examples/express-with-handlebars/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@financial-times/dotcom-server-handlebars": "file:../../packages/dotcom-server-handlebars",
"express": "^4.21.1"
"express": "^4.21.2"
},
"devDependencies": {
"nodemon": "^1.18.9"
Expand Down
2 changes: 1 addition & 1 deletion examples/express-with-jsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@financial-times/dotcom-server-react-jsx": "file:../../packages/dotcom-server-react-jsx",
"express": "^4.21.1",
"express": "^4.21.2",
"sucrase": "^3.10.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/ft-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@financial-times/dotcom-middleware-navigation": "file:../../packages/dotcom-middleware-navigation",
"@financial-times/dotcom-ui-layout": "file:../../packages/dotcom-ui-layout",
"@financial-times/dotcom-ui-shell": "file:../../packages/dotcom-ui-shell",
"express": "^4.21.1",
"express": "^4.21.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"sucrase": "^3.10.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/kitchen-sink/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@financial-times/dotcom-ui-layout": "file:../../packages/dotcom-ui-layout",
"@financial-times/dotcom-ui-shell": "file:../../packages/dotcom-ui-shell",
"@financial-times/n-tracking": "7.2.1",
"express": "^4.21.1",
"express": "^4.21.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"sucrase": "^3.10.1"
Expand Down
28 changes: 18 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/dotcom-middleware-asset-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"license": "MIT",
"dependencies": {
"@financial-times/dotcom-server-asset-loader": "file:../../packages/dotcom-server-asset-loader",
"express": "^4.21.1"
"express": "^4.21.2"
},
"devDependencies": {
"@types/express": "4.17.12",
Expand Down

0 comments on commit e32cd5d

Please sign in to comment.