Skip to content

Commit

Permalink
chore(deps): upgrade some dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ludovicm67 committed Oct 22, 2024
1 parent 60e85fc commit 87b37bd
Show file tree
Hide file tree
Showing 6 changed files with 58 additions and 57 deletions.
101 changes: 51 additions & 50 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@fastify/cookie": "^10.0.1",
"@fastify/cors": "^10.0.1",
"@fastify/formbody": "^8.0.1",
"@fastify/static": "^8.0.1",
"@fastify/static": "^8.0.2",
"@fontsource/playfair-display": "^5.1.0",
"@fontsource/roboto": "^5.1.0",
"@rdfjs-elements/formats-pretty": "^0.6.7",
Expand All @@ -67,8 +67,8 @@
"import-meta-resolve": "^4.1.0",
"json5": "^2.2.3",
"lodash": "^4.17.21",
"pino": "^9.4.0",
"pino-pretty": "^11.2.2",
"pino": "^9.5.0",
"pino-pretty": "^11.3.0",
"sparql-http-client": "^3.0.1",
"string-replace-stream": "^0.0.2",
"yaml": "^2.6.0"
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.1",
"@fastify/static": "^8.0.2",
"graph-explorer": "^1.2.0",
"import-meta-resolve": "^4.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/markdown-content/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"markdown-content"
],
"dependencies": {
"hast-util-select": "^6.0.2",
"hast-util-select": "^6.0.3",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"rehype-stringify": "^10.0.1",
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.1",
"@fastify/static": "^8.0.2",
"@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 @@ -34,7 +34,7 @@
"yasgui"
],
"dependencies": {
"@fastify/static": "^8.0.1",
"@fastify/static": "^8.0.2",
"@zazuko/yasgui": "^4.3.3",
"import-meta-resolve": "^4.1.0"
},
Expand Down

0 comments on commit 87b37bd

Please sign in to comment.