Skip to content

Commit

Permalink
Merge pull request #1082 from Financial-Times/dependabot/npm_and_yarn…
Browse files Browse the repository at this point in the history
…/multi-8a99b2c3f2

fix: bump path-to-regexp and express
  • Loading branch information
joelcarr authored Oct 21, 2024
2 parents c4ee506 + ff1b4b7 commit 33ddb02
Show file tree
Hide file tree
Showing 8 changed files with 141 additions and 121 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.16.2",
"express": "^4.21.1",
"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.16.2"
"express": "^4.21.1"
},
"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.16.2"
"express": "^4.21.1"
},
"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.16.4",
"express": "^4.21.1",
"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.16.2",
"express": "^4.21.1",
"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.16.2",
"express": "^4.21.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"sucrase": "^3.10.1"
Expand Down
Loading

0 comments on commit 33ddb02

Please sign in to comment.