diff --git a/package-lock.json b/package-lock.json index 3d2cb4b..c51dfb3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,8 +10,8 @@ "license": "ISC", "dependencies": { "@comunica/query-sparql": "^2.1.0", - "@inrupt/solid-client": "1.23.3", - "@inrupt/solid-client-authn-node": "^1.11.7", + "@inrupt/solid-client": "1.26.0", + "@inrupt/solid-client-authn-node": "^1.14.0", "chalk": "^4.1.2", "cli-columns": "^4.0.0", "cli-select": "^1.1.2", @@ -2215,27 +2215,29 @@ "dev": true }, "node_modules/@inrupt/solid-client": { - "version": "1.23.3", - "resolved": "https://registry.npmjs.org/@inrupt/solid-client/-/solid-client-1.23.3.tgz", - "integrity": "sha512-+qzlqtXkM1V2wdZcIWpq6mS+NAfJIeAyWghQBHHLz1hmHiKaE+H0UljOt2B4oSrRYuQq/PYvD/a6N4vfMU+vWg==", + "version": "1.26.0", + "resolved": "https://registry.npmjs.org/@inrupt/solid-client/-/solid-client-1.26.0.tgz", + "integrity": "sha512-fiu5z4GHVXgsUlGSWOtxDQBPyQEcXx41Q8JiTem/qJ5oD8OPwJL+mjymJnoMfxyW+jVa5nq4XsF8GnFrF74niQ==", "dependencies": { "@rdfjs/dataset": "^1.1.0", - "@rdfjs/types": "^1.1.0", - "@types/n3": "^1.10.0", "@types/rdfjs__dataset": "^1.0.4", "cross-fetch": "^3.0.4", - "http-link-header": "^1.0.2", + "http-link-header": "^1.1.0", "jsonld": "^5.2.0", - "n3": "^1.10.0" + "n3": "^1.10.0", + "uuid": "^9.0.0" }, "engines": { "node": "^14.17.0 || ^16.0.0" + }, + "optionalDependencies": { + "fsevents": "^2.3.2" } }, "node_modules/@inrupt/solid-client-authn-core": { - "version": "1.12.3", - "resolved": "https://registry.npmjs.org/@inrupt/solid-client-authn-core/-/solid-client-authn-core-1.12.3.tgz", - "integrity": "sha512-hHVaSSojOC73ag3PyhyKW0FQPu7wMyKJWZhG2RSF+EwIwMUoSVPtsImxG/SU3SnfeQQInUHNfyqWeTNy6k3X8A==", + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@inrupt/solid-client-authn-core/-/solid-client-authn-core-1.14.0.tgz", + "integrity": "sha512-/H05XiMpgRjhHECT4Pku1jHlQoRzP4H5kcgZH+dbc54mMYrglBuCHXNGgW967zcg0eiCn0NROdovy8r4vl1LWQ==", "dependencies": { "cross-fetch": "^3.1.5", "events": "^3.3.0", @@ -2248,11 +2250,11 @@ } }, "node_modules/@inrupt/solid-client-authn-node": { - "version": "1.12.3", - "resolved": "https://registry.npmjs.org/@inrupt/solid-client-authn-node/-/solid-client-authn-node-1.12.3.tgz", - "integrity": "sha512-8uKsRZY6nyuCJEgvmeo28IAL6yL4E6lmpPYlxAPa/0uYm29Ubb3kl+QknbAjBW/p672nc0JEdEu8CiOZLh80Ew==", + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@inrupt/solid-client-authn-node/-/solid-client-authn-node-1.14.0.tgz", + "integrity": "sha512-9CPJ9iDBx16ddUR1KxqJIb/fpW2tH6AMb4tCjGB2CgeZXnF+6PR9yeoDlKMMQy0m7GBkj7E5tUadIL3RmQ9pYw==", "dependencies": { - "@inrupt/solid-client-authn-core": "^1.12.3", + "@inrupt/solid-client-authn-core": "^1.14.0", "cross-fetch": "^3.1.5", "jose": "^4.3.7", "openid-client": "^5.1.0", @@ -2577,15 +2579,6 @@ "resolved": "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.2.tgz", "integrity": "sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==" }, - "node_modules/@types/n3": { - "version": "1.10.4", - "resolved": "https://registry.npmjs.org/@types/n3/-/n3-1.10.4.tgz", - "integrity": "sha512-FfRTwcbXcScVHuAjIASveRWL6Fi6fPALl1Ge8tMESYLqU7R42LJvtdBpUi+f9YK0oQPqIN+zFFgMDFJfLMx0bg==", - "dependencies": { - "@types/node": "*", - "rdf-js": "^4.0.2" - } - }, "node_modules/@types/node": { "version": "18.11.18", "resolved": "https://registry.npmjs.org/@types/node/-/node-18.11.18.tgz", @@ -3227,6 +3220,23 @@ "node": ">=0.10.0" } }, + "node_modules/bindings": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz", + "integrity": "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==", + "dev": true, + "optional": true, + "dependencies": { + "file-uri-to-path": "1.0.0" + } + }, + "node_modules/bindings/node_modules/file-uri-to-path": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz", + "integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==", + "dev": true, + "optional": true + }, "node_modules/bl": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz", @@ -3658,6 +3668,25 @@ "node": ">=0.10.0" } }, + "node_modules/chokidar/node_modules/fsevents": { + "version": "1.2.13", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-1.2.13.tgz", + "integrity": "sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw==", + "deprecated": "fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2.", + "dev": true, + "hasInstallScript": true, + "optional": true, + "os": [ + "darwin" + ], + "dependencies": { + "bindings": "^1.5.0", + "nan": "^2.12.1" + }, + "engines": { + "node": ">= 4.0" + } + }, "node_modules/chokidar/node_modules/glob-parent": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz", @@ -5438,6 +5467,19 @@ "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==", "dev": true }, + "node_modules/fsevents": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", + "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", + "hasInstallScript": true, + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": "^8.16.0 || ^10.6.0 || >=11.0.0" + } + }, "node_modules/ftp": { "version": "0.3.10", "resolved": "https://registry.npmjs.org/ftp/-/ftp-0.3.10.tgz", @@ -7491,6 +7533,13 @@ "node": ">=12.0" } }, + "node_modules/nan": { + "version": "2.17.0", + "resolved": "https://registry.npmjs.org/nan/-/nan-2.17.0.tgz", + "integrity": "sha512-2ZTgtl0nJsO0KQCjEpxcIr5D+Yv90plTitZt9JBfQvVJDS5seMl3FOvsh3+9CoYWXf/1l5OaZzzF6nDm4cagaQ==", + "dev": true, + "optional": true + }, "node_modules/nanomatch": { "version": "1.2.13", "resolved": "https://registry.npmjs.org/nanomatch/-/nanomatch-1.2.13.tgz", @@ -13619,24 +13668,24 @@ "dev": true }, "@inrupt/solid-client": { - "version": "1.23.3", - "resolved": "https://registry.npmjs.org/@inrupt/solid-client/-/solid-client-1.23.3.tgz", - "integrity": "sha512-+qzlqtXkM1V2wdZcIWpq6mS+NAfJIeAyWghQBHHLz1hmHiKaE+H0UljOt2B4oSrRYuQq/PYvD/a6N4vfMU+vWg==", + "version": "1.26.0", + "resolved": "https://registry.npmjs.org/@inrupt/solid-client/-/solid-client-1.26.0.tgz", + "integrity": "sha512-fiu5z4GHVXgsUlGSWOtxDQBPyQEcXx41Q8JiTem/qJ5oD8OPwJL+mjymJnoMfxyW+jVa5nq4XsF8GnFrF74niQ==", "requires": { "@rdfjs/dataset": "^1.1.0", - "@rdfjs/types": "^1.1.0", - "@types/n3": "^1.10.0", "@types/rdfjs__dataset": "^1.0.4", "cross-fetch": "^3.0.4", - "http-link-header": "^1.0.2", + "fsevents": "^2.3.2", + "http-link-header": "^1.1.0", "jsonld": "^5.2.0", - "n3": "^1.10.0" + "n3": "^1.10.0", + "uuid": "^9.0.0" } }, "@inrupt/solid-client-authn-core": { - "version": "1.12.3", - "resolved": "https://registry.npmjs.org/@inrupt/solid-client-authn-core/-/solid-client-authn-core-1.12.3.tgz", - "integrity": "sha512-hHVaSSojOC73ag3PyhyKW0FQPu7wMyKJWZhG2RSF+EwIwMUoSVPtsImxG/SU3SnfeQQInUHNfyqWeTNy6k3X8A==", + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@inrupt/solid-client-authn-core/-/solid-client-authn-core-1.14.0.tgz", + "integrity": "sha512-/H05XiMpgRjhHECT4Pku1jHlQoRzP4H5kcgZH+dbc54mMYrglBuCHXNGgW967zcg0eiCn0NROdovy8r4vl1LWQ==", "requires": { "cross-fetch": "^3.1.5", "events": "^3.3.0", @@ -13646,11 +13695,11 @@ } }, "@inrupt/solid-client-authn-node": { - "version": "1.12.3", - "resolved": "https://registry.npmjs.org/@inrupt/solid-client-authn-node/-/solid-client-authn-node-1.12.3.tgz", - "integrity": "sha512-8uKsRZY6nyuCJEgvmeo28IAL6yL4E6lmpPYlxAPa/0uYm29Ubb3kl+QknbAjBW/p672nc0JEdEu8CiOZLh80Ew==", + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@inrupt/solid-client-authn-node/-/solid-client-authn-node-1.14.0.tgz", + "integrity": "sha512-9CPJ9iDBx16ddUR1KxqJIb/fpW2tH6AMb4tCjGB2CgeZXnF+6PR9yeoDlKMMQy0m7GBkj7E5tUadIL3RmQ9pYw==", "requires": { - "@inrupt/solid-client-authn-core": "^1.12.3", + "@inrupt/solid-client-authn-core": "^1.14.0", "cross-fetch": "^3.1.5", "jose": "^4.3.7", "openid-client": "^5.1.0", @@ -13904,15 +13953,6 @@ "resolved": "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.2.tgz", "integrity": "sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==" }, - "@types/n3": { - "version": "1.10.4", - "resolved": "https://registry.npmjs.org/@types/n3/-/n3-1.10.4.tgz", - "integrity": "sha512-FfRTwcbXcScVHuAjIASveRWL6Fi6fPALl1Ge8tMESYLqU7R42LJvtdBpUi+f9YK0oQPqIN+zFFgMDFJfLMx0bg==", - "requires": { - "@types/node": "*", - "rdf-js": "^4.0.2" - } - }, "@types/node": { "version": "18.11.18", "resolved": "https://registry.npmjs.org/@types/node/-/node-18.11.18.tgz", @@ -14425,6 +14465,25 @@ "integrity": "sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw==", "dev": true }, + "bindings": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz", + "integrity": "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==", + "dev": true, + "optional": true, + "requires": { + "file-uri-to-path": "1.0.0" + }, + "dependencies": { + "file-uri-to-path": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz", + "integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==", + "dev": true, + "optional": true + } + } + }, "bl": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz", @@ -14737,6 +14796,17 @@ "to-regex-range": "^2.1.0" } }, + "fsevents": { + "version": "1.2.13", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-1.2.13.tgz", + "integrity": "sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw==", + "dev": true, + "optional": true, + "requires": { + "bindings": "^1.5.0", + "nan": "^2.12.1" + } + }, "glob-parent": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz", @@ -16121,6 +16191,12 @@ "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==", "dev": true }, + "fsevents": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", + "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", + "optional": true + }, "ftp": { "version": "0.3.10", "resolved": "https://registry.npmjs.org/ftp/-/ftp-0.3.10.tgz", @@ -17619,6 +17695,13 @@ "readable-stream": "^4.0.0" } }, + "nan": { + "version": "2.17.0", + "resolved": "https://registry.npmjs.org/nan/-/nan-2.17.0.tgz", + "integrity": "sha512-2ZTgtl0nJsO0KQCjEpxcIr5D+Yv90plTitZt9JBfQvVJDS5seMl3FOvsh3+9CoYWXf/1l5OaZzzF6nDm4cagaQ==", + "dev": true, + "optional": true + }, "nanomatch": { "version": "1.2.13", "resolved": "https://registry.npmjs.org/nanomatch/-/nanomatch-1.2.13.tgz", diff --git a/package.json b/package.json index 3484a3d..f2c5f29 100644 --- a/package.json +++ b/package.json @@ -22,8 +22,8 @@ "license": "ISC", "dependencies": { "@comunica/query-sparql": "^2.1.0", - "@inrupt/solid-client": "1.23.3", - "@inrupt/solid-client-authn-node": "^1.11.7", + "@inrupt/solid-client": "1.26.0", + "@inrupt/solid-client-authn-node": "^1.14.0", "chalk": "^4.1.2", "cli-columns": "^4.0.0", "cli-select": "^1.1.2",