Skip to content
This repository was archived by the owner on Aug 21, 2025. It is now read-only.

Commit 35ccfca

Browse files
authored
Update body-parser dependency version
1 parent b56b3da commit 35ccfca

File tree

1 file changed

+2
-1
lines changed
  • archive/Educator Resources/Course Content/Module2/code/lesson8/Lab

1 file changed

+2
-1
lines changed

archive/Educator Resources/Course Content/Module2/code/lesson8/Lab/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"dependencies": {
2626
"azure-storage": "^1.0.1",
27-
"body-parser": "1.9.2",
27+
"body-parser": ">=1.20.3",
2828
"express": ">=4.20.0",
2929
"morgan": "1.9.1"
3030
},
@@ -33,6 +33,7 @@
3333
"babel-core": "^6.18.2",
3434
"babel-preset-es2015": "^6.9.0",
3535
"babel-preset-react": "^6.5.0",
36+
"body-parser": ">=1.20.3",
3637
"expect.js": "0.3.1",
3738
"express": ">=4.20.0",
3839
"mocha": "2.5.3",

0 commit comments

Comments
 (0)