From 4787a511b9047b78c66db523e4fbc6fc46e1003b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 15:52:55 +0000 Subject: [PATCH] chore(deps): bump the fastify group with 5 updates Bumps the fastify group with 5 updates: | Package | From | To | | --- | --- | --- | | [@fastify/cookie](https://github.com/fastify/fastify-cookie) | `11.0.1` | `11.0.2` | | [@fastify/cors](https://github.com/fastify/fastify-cors) | `10.0.1` | `10.0.2` | | [@fastify/formbody](https://github.com/fastify/fastify-formbody) | `8.0.1` | `8.0.2` | | [@fastify/static](https://github.com/fastify/fastify-static) | `8.0.3` | `8.0.4` | | [fastify](https://github.com/fastify/fastify) | `5.2.0` | `5.2.1` | Updates `@fastify/cookie` from 11.0.1 to 11.0.2 - [Release notes](https://github.com/fastify/fastify-cookie/releases) - [Commits](https://github.com/fastify/fastify-cookie/compare/v11.0.1...v11.0.2) Updates `@fastify/cors` from 10.0.1 to 10.0.2 - [Release notes](https://github.com/fastify/fastify-cors/releases) - [Commits](https://github.com/fastify/fastify-cors/compare/v10.0.1...v10.0.2) Updates `@fastify/formbody` from 8.0.1 to 8.0.2 - [Release notes](https://github.com/fastify/fastify-formbody/releases) - [Commits](https://github.com/fastify/fastify-formbody/compare/v8.0.1...v8.0.2) Updates `@fastify/static` from 8.0.3 to 8.0.4 - [Release notes](https://github.com/fastify/fastify-static/releases) - [Commits](https://github.com/fastify/fastify-static/compare/v8.0.3...v8.0.4) Updates `fastify` from 5.2.0 to 5.2.1 - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](https://github.com/fastify/fastify/compare/v5.2.0...v5.2.1) --- updated-dependencies: - dependency-name: "@fastify/cookie" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: fastify - dependency-name: "@fastify/cors" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: fastify - dependency-name: "@fastify/formbody" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: fastify - dependency-name: "@fastify/static" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: fastify - dependency-name: fastify dependency-type: direct:production update-type: version-update:semver-patch dependency-group: fastify ... Signed-off-by: dependabot[bot] --- package-lock.json | 137 ++++++++++++++++----------- packages/core/package.json | 10 +- packages/graph-explorer/package.json | 2 +- packages/spex/package.json | 2 +- packages/yasgui/package.json | 2 +- 5 files changed, 90 insertions(+), 63 deletions(-) diff --git a/package-lock.json b/package-lock.json index 90caf467..6651953a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -944,20 +944,38 @@ } }, "node_modules/@fastify/cookie": { - "version": "11.0.1", - "resolved": "https://registry.npmjs.org/@fastify/cookie/-/cookie-11.0.1.tgz", - "integrity": "sha512-n1Ooz4bgQ5LcOlJQboWPfsMNxIrGV0SgU85UkctdpTlCQE0mtA3rlspOPUdqk9ubiiZn053ucnia4DjTquI4/g==", - "license": "MIT", + "version": "11.0.2", + "resolved": "https://registry.npmjs.org/@fastify/cookie/-/cookie-11.0.2.tgz", + "integrity": "sha512-GWdwdGlgJxyvNv+QcKiGNevSspMQXncjMZ1J8IvuDQk0jvkzgWWZFNC2En3s+nHndZBGV8IbLwOI/sxCZw/mzA==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/fastify" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/fastify" + } + ], "dependencies": { "cookie": "^1.0.0", "fastify-plugin": "^5.0.0" } }, "node_modules/@fastify/cors": { - "version": "10.0.1", - "resolved": "https://registry.npmjs.org/@fastify/cors/-/cors-10.0.1.tgz", - "integrity": "sha512-O8JIf6448uQbOgzSkCqhClw6gFTAqrdfeA6R3fc/3gwTJGUp7gl8/3tbNB+6INuu4RmgVOq99BmvdGbtu5pgOA==", - "license": "MIT", + "version": "10.0.2", + "resolved": "https://registry.npmjs.org/@fastify/cors/-/cors-10.0.2.tgz", + "integrity": "sha512-DGdxOG36sS/tZv1NFiCJGi7wGuXOSPL2CmNX5PbOVKx0C6LuIALRMrqLByHTCcX1Rbl8NJ9IWlJex32bzydvlw==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/fastify" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/fastify" + } + ], "dependencies": { "fastify-plugin": "^5.0.0", "mnemonist": "0.39.8" @@ -979,15 +997,29 @@ } }, "node_modules/@fastify/formbody": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/@fastify/formbody/-/formbody-8.0.1.tgz", - "integrity": "sha512-LPrcadSIK8TrQk510Zdj56fnw7cyHq0/PW0YHGGM8ycGL4X7XAex+FKcwpzB4i5lF9eykc71a4EtcO9AEoByqw==", - "license": "MIT", + "version": "8.0.2", + "resolved": "https://registry.npmjs.org/@fastify/formbody/-/formbody-8.0.2.tgz", + "integrity": "sha512-84v5J2KrkXzjgBpYnaNRPqwgMsmY7ZDjuj0YVuMR3NXCJRCgKEZy/taSP1wUYGn0onfxJpLyRGDLa+NMaDJtnA==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/fastify" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/fastify" + } + ], "dependencies": { "fast-querystring": "^1.1.2", "fastify-plugin": "^5.0.0" } }, + "node_modules/@fastify/forwarded": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@fastify/forwarded/-/forwarded-3.0.0.tgz", + "integrity": "sha512-kJExsp4JCms7ipzg7SJ3y8DwmePaELHxKYtg+tZow+k0znUTf3cb+npgyqm8+ATZOdmfgfydIebPDWM172wfyA==" + }, "node_modules/@fastify/merge-json-schemas": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/@fastify/merge-json-schemas/-/merge-json-schemas-0.1.1.tgz", @@ -997,6 +1029,15 @@ "fast-deep-equal": "^3.1.3" } }, + "node_modules/@fastify/proxy-addr": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/@fastify/proxy-addr/-/proxy-addr-5.0.0.tgz", + "integrity": "sha512-37qVVA1qZ5sgH7KpHkkC4z9SK6StIsIcOmpjvMPXNb3vx2GQxhZocogVYbr2PbbeLCQxYIPDok307xEvRZOzGA==", + "dependencies": { + "@fastify/forwarded": "^3.0.0", + "ipaddr.js": "^2.1.0" + } + }, "node_modules/@fastify/send": { "version": "3.2.0", "resolved": "https://registry.npmjs.org/@fastify/send/-/send-3.2.0.tgz", @@ -1011,10 +1052,19 @@ } }, "node_modules/@fastify/static": { - "version": "8.0.3", - "resolved": "https://registry.npmjs.org/@fastify/static/-/static-8.0.3.tgz", - "integrity": "sha512-GHSoOVDIxEYEeVR5l044bRCuAKDErD/+9VE+Z9fnaTRr+DDz0Avrm4kKai1mHbPx6C0U7BVNthjd/gcMquZZUA==", - "license": "MIT", + "version": "8.0.4", + "resolved": "https://registry.npmjs.org/@fastify/static/-/static-8.0.4.tgz", + "integrity": "sha512-JdJIlXDYXZxbTFQazWOEfHxyD5uRXqRsLnp4rV9MwJnxadA0rrWBI8ZelPF2TPk/xDi5wunY/6ZmfwHXld13bA==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/fastify" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/fastify" + } + ], "dependencies": { "@fastify/accept-negotiator": "^2.0.0", "@fastify/send": "^3.2.0", @@ -7515,9 +7565,9 @@ "license": "BSD-3-Clause" }, "node_modules/fastify": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/fastify/-/fastify-5.2.0.tgz", - "integrity": "sha512-3s+Qt5S14Eq5dCpnE0FxTp3z4xKChI83ZnMv+k0FwX+VUoZrgCFoLAxpfdi/vT4y6Mk+g7aAMt9pgXDoZmkefQ==", + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/fastify/-/fastify-5.2.1.tgz", + "integrity": "sha512-rslrNBF67eg8/Gyn7P2URV8/6pz8kSAscFL4EThZJ8JBMaXacVdVE4hmUcnPNKERl5o/xTiBSLfdowBRhVF1WA==", "funding": [ { "type": "github", @@ -7532,6 +7582,7 @@ "@fastify/ajv-compiler": "^4.0.0", "@fastify/error": "^4.0.0", "@fastify/fast-json-stringify-compiler": "^5.0.0", + "@fastify/proxy-addr": "^5.0.0", "abstract-logging": "^2.0.1", "avvio": "^9.0.0", "fast-json-stringify": "^6.0.0", @@ -7539,7 +7590,6 @@ "light-my-request": "^6.0.0", "pino": "^9.0.0", "process-warning": "^4.0.0", - "proxy-addr": "^2.0.7", "rfdc": "^1.3.1", "secure-json-parse": "^3.0.1", "semver": "^7.6.0", @@ -7808,15 +7858,6 @@ "node": ">=12.20.0" } }, - "node_modules/forwarded": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz", - "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==", - "license": "MIT", - "engines": { - "node": ">= 0.6" - } - }, "node_modules/fs-extra": { "version": "7.0.1", "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-7.0.1.tgz", @@ -8687,12 +8728,11 @@ } }, "node_modules/ipaddr.js": { - "version": "1.9.1", - "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz", - "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==", - "license": "MIT", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-2.2.0.tgz", + "integrity": "sha512-Ag3wB2o37wslZS19hZqorUnrnzSkpOVy+IiiDEiTqNubEYpYuHWIf6K4psgN2ZWKExS4xhVCrRVfb/wfW8fWJA==", "engines": { - "node": ">= 0.10" + "node": ">= 10" } }, "node_modules/is-array-buffer": { @@ -12303,19 +12343,6 @@ "dev": true, "license": "MIT" }, - "node_modules/proxy-addr": { - "version": "2.0.7", - "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz", - "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==", - "license": "MIT", - "dependencies": { - "forwarded": "0.2.0", - "ipaddr.js": "1.9.1" - }, - "engines": { - "node": ">= 0.10" - } - }, "node_modules/pstree.remy": { "version": "1.1.8", "resolved": "https://registry.npmjs.org/pstree.remy/-/pstree.remy-1.1.8.tgz", @@ -15711,17 +15738,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", @@ -15772,7 +15799,7 @@ "version": "2.1.2", "license": "Apache-2.0", "dependencies": { - "@fastify/static": "^8.0.3", + "@fastify/static": "^8.0.4", "graph-explorer": "^1.2.0", "import-meta-resolve": "^4.1.0" }, @@ -15896,7 +15923,7 @@ "version": "2.2.2", "license": "Apache-2.0", "dependencies": { - "@fastify/static": "^8.0.3", + "@fastify/static": "^8.0.4", "@zazuko/spex": "^0.2.1", "import-meta-resolve": "^4.1.0" }, @@ -15928,7 +15955,7 @@ "version": "3.4.3", "license": "Apache-2.0", "dependencies": { - "@fastify/static": "^8.0.3", + "@fastify/static": "^8.0.4", "@zazuko/yasgui": "^4.4.3", "import-meta-resolve": "^4.1.0" }, diff --git a/packages/core/package.json b/packages/core/package.json index d3837462..ebdbe800 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -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", diff --git a/packages/graph-explorer/package.json b/packages/graph-explorer/package.json index 8c807c06..14ebd344 100644 --- a/packages/graph-explorer/package.json +++ b/packages/graph-explorer/package.json @@ -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" }, diff --git a/packages/spex/package.json b/packages/spex/package.json index 2d770848..36f0e9b5 100644 --- a/packages/spex/package.json +++ b/packages/spex/package.json @@ -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" }, diff --git a/packages/yasgui/package.json b/packages/yasgui/package.json index e58401d4..77590cc2 100644 --- a/packages/yasgui/package.json +++ b/packages/yasgui/package.json @@ -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" },