Skip to content

Commit

Permalink
MAJ dépendances ⬆️
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentlaine committed Oct 3, 2024
1 parent 383b901 commit b62659b
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
"flatbush": "^4.4.0",
"helmet": "^7.1.0",
"helmet": "^8.0.0",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"passport": "^0.7.0",
Expand All @@ -52,7 +52,7 @@
"@nestjs/cli": "^10.4.4",
"@nestjs/schematics": "^10.1.3",
"@nestjs/testing": "^10.3.10",
"@types/express": "^4.17.17",
"@types/express": "^5.0.0",
"@types/jest": "^29.5.2",
"@types/node": "^22.2.0",
"@types/passport-jwt": "^4.0.1",
Expand Down
30 changes: 25 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1091,7 +1091,17 @@
"@types/range-parser" "*"
"@types/send" "*"

"@types/express@*", "@types/express@^4.17.17":
"@types/express-serve-static-core@^5.0.0":
version "5.0.0"
resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-5.0.0.tgz#91f06cda1049e8f17eeab364798ed79c97488a1c"
integrity sha512-AbXMTZGt40T+KON9/Fdxx0B2WK5hsgxcfXJLr5bFpZ7b4JCex2WyQPTEKdXqfHiY5nKKBScZ7yCoO6Pvgxfvnw==
dependencies:
"@types/node" "*"
"@types/qs" "*"
"@types/range-parser" "*"
"@types/send" "*"

"@types/express@*":
version "4.17.21"
resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.21.tgz#c26d4a151e60efe0084b23dc3369ebc631ed192d"
integrity sha512-ejlPM315qwLpaQlQDTjPdsUFSc6ZsP4AN6AlWnogPjQ7CVi7PYF3YVz+CY3jE2pwYf7E/7HlDAN0rV2GxTG0HQ==
Expand All @@ -1101,6 +1111,16 @@
"@types/qs" "*"
"@types/serve-static" "*"

"@types/express@^5.0.0":
version "5.0.0"
resolved "https://registry.yarnpkg.com/@types/express/-/express-5.0.0.tgz#13a7d1f75295e90d19ed6e74cab3678488eaa96c"
integrity sha512-DvZriSMehGHL1ZNLzi6MidnsDhUZM/x2pRdDIKdwbUNqqwHxMlRdkxtn6/EPKyqKpHqTl/4nRZsRNLpZxZRpPQ==
dependencies:
"@types/body-parser" "*"
"@types/express-serve-static-core" "^5.0.0"
"@types/qs" "*"
"@types/serve-static" "*"

"@types/geojson@^7946.0.10":
version "7946.0.14"
resolved "https://registry.yarnpkg.com/@types/geojson/-/geojson-7946.0.14.tgz#319b63ad6df705ee2a65a73ef042c8271e696613"
Expand Down Expand Up @@ -3256,10 +3276,10 @@ hasown@^2.0.0:
dependencies:
function-bind "^1.1.2"

helmet@^7.1.0:
version "7.2.0"
resolved "https://registry.yarnpkg.com/helmet/-/helmet-7.2.0.tgz#8b2dcc425b4a46c88f6953481b40453cbe66b167"
integrity sha512-ZRiwvN089JfMXokizgqEPXsl2Guk094yExfoDXR0cBYWxtBbaSww/w+vT4WEJsBW2iTUi1GgZ6swmoug3Oy4Xw==
helmet@^8.0.0:
version "8.0.0"
resolved "https://registry.yarnpkg.com/helmet/-/helmet-8.0.0.tgz#05370fb1953aa7b81bd0ddfa459221247be6ea5c"
integrity sha512-VyusHLEIIO5mjQPUI1wpOAEu+wl6Q0998jzTxqUYGE45xCIcAxy3MsbEK/yyJUJ3ADeMoB6MornPH6GMWAf+Pw==

hexoid@^1.0.0:
version "1.0.0"
Expand Down

0 comments on commit b62659b

Please sign in to comment.