Skip to content

Commit

Permalink
Merge pull request #626 from zazuko/dependabot/npm_and_yarn/fastify-5…
Browse files Browse the repository at this point in the history
…2774e9bed

chore(deps): bump the fastify group with 5 updates
  • Loading branch information
ludovicm67 authored Jan 14, 2025
2 parents 00793ff + 4787a51 commit 0600aa1
Show file tree
Hide file tree
Showing 5 changed files with 90 additions and 63 deletions.
137 changes: 82 additions & 55 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,17 +52,17 @@
"dependencies": {
"@fastify/accepts": "^5.0.2",
"@fastify/compress": "^8.0.1",
"@fastify/cookie": "^11.0.1",
"@fastify/cors": "^10.0.1",
"@fastify/formbody": "^8.0.1",
"@fastify/static": "^8.0.3",
"@fastify/cookie": "^11.0.2",
"@fastify/cors": "^10.0.2",
"@fastify/formbody": "^8.0.2",
"@fastify/static": "^8.0.4",
"@fontsource/playfair-display": "^5.1.1",
"@fontsource/roboto": "^5.1.1",
"@rdfjs-elements/formats-pretty": "^0.6.8",
"@types/sparql-http-client": "^3.0.4",
"ajv": "^8.17.1",
"commander": "^13.0.0",
"fastify": "^5.2.0",
"fastify": "^5.2.1",
"handlebars": "^4.7.8",
"import-meta-resolve": "^4.1.0",
"json5": "^2.2.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/graph-explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"graph-explorer"
],
"dependencies": {
"@fastify/static": "^8.0.3",
"@fastify/static": "^8.0.4",
"graph-explorer": "^1.2.0",
"import-meta-resolve": "^4.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/spex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"test": "c8 --all --reporter=lcovonly --reporter=text node --test **/*.test.js"
},
"dependencies": {
"@fastify/static": "^8.0.3",
"@fastify/static": "^8.0.4",
"@zazuko/spex": "^0.2.1",
"import-meta-resolve": "^4.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/yasgui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"yasgui"
],
"dependencies": {
"@fastify/static": "^8.0.3",
"@fastify/static": "^8.0.4",
"@zazuko/yasgui": "^4.4.3",
"import-meta-resolve": "^4.1.0"
},
Expand Down

0 comments on commit 0600aa1

Please sign in to comment.