From bc174bb01b551854155838932213d58efd12e4f4 Mon Sep 17 00:00:00 2001 From: Justin Wind Date: Wed, 6 Apr 2022 11:38:24 -0700 Subject: [PATCH] update dependencies --- package-lock.json | 51 +++++++++++++++++++++++++++++++---------------- package.json | 2 +- 2 files changed, 35 insertions(+), 18 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6326f99..63d2772 100644 --- a/package-lock.json +++ b/package-lock.json @@ -396,20 +396,28 @@ "integrity": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==" }, "@mapbox/node-pre-gyp": { - "version": "1.0.8", - "resolved": "https://registry.npmjs.org/@mapbox/node-pre-gyp/-/node-pre-gyp-1.0.8.tgz", - "integrity": "sha512-CMGKi28CF+qlbXh26hDe6NxCd7amqeAzEqnS6IHeO6LoaKyM/n+Xw3HT1COdq8cuioOdlKdqn/hCmqPUOMOywg==", + "version": "1.0.9", + "resolved": "https://registry.npmjs.org/@mapbox/node-pre-gyp/-/node-pre-gyp-1.0.9.tgz", + "integrity": "sha512-aDF3S3rK9Q2gey/WAttUlISduDItz5BU3306M9Eyv6/oS40aMprnopshtlKTykxRNIBEZuRMaZAnbrQ4QtKGyw==", "optional": true, "requires": { - "detect-libc": "^1.0.3", + "detect-libc": "^2.0.0", "https-proxy-agent": "^5.0.0", "make-dir": "^3.1.0", - "node-fetch": "^2.6.5", + "node-fetch": "^2.6.7", "nopt": "^5.0.0", "npmlog": "^5.0.1", "rimraf": "^3.0.2", "semver": "^7.3.5", "tar": "^6.1.11" + }, + "dependencies": { + "detect-libc": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.1.tgz", + "integrity": "sha512-463v3ZeIrcWtdgIg6vI6XUncguvr2TnGl4SzDXinkt9mSLpBJKXT3mW6xT3VQdDN11+WVs29pgvivTc4Lp8v+w==", + "optional": true + } } }, "@phc/format": { @@ -465,23 +473,21 @@ } }, "@squeep/authentication-module": { - "version": "git+https://git.squeep.com/squeep-authentication-module/#017c7190ecb48afa9b9cd164c8d9cd3b62fb29df", - "from": "git+https://git.squeep.com/squeep-authentication-module/#v1.2.1", + "version": "git+https://git.squeep.com/squeep-authentication-module/#69041023d56cd6f36ebc838bac931bba7e032c40", + "from": "git+https://git.squeep.com/squeep-authentication-module/#v1.2.2", "requires": { "@squeep/api-dingus": "git+https://git.squeep.com/squeep-api-dingus/#v1.2.5", - "@squeep/html-template-helper": "git+https://git.squeep.com/squeep-html-template-helper#v1.0.4", + "@squeep/html-template-helper": "git+https://git.squeep.com/squeep-html-template-helper#v1.1.1", "@squeep/indieauth-helper": "git+https://git.squeep.com/squeep-indieauth-helper/#v1.1.1", - "@squeep/mystery-box": "git+https://git.squeep.com/squeep-mystery-box/#v1.0.4", + "@squeep/mystery-box": "git+https://git.squeep.com/squeep-mystery-box/#v1.0.6", "argon2": "^0.28.4", "node-linux-pam": "^0.2.1" - }, - "dependencies": { - "@squeep/html-template-helper": { - "version": "git+https://git.squeep.com/squeep-html-template-helper#f8d8a0142eaf713a9258c4f5738cdcb6b6e5c7bd", - "from": "git+https://git.squeep.com/squeep-html-template-helper#v1.0.4" - } } }, + "@squeep/base64url": { + "version": "git+https://git.squeep.com/squeep-base64url#3a5f50494917a415f5fb3d43f3b0cacb961186f9", + "from": "git+https://git.squeep.com/squeep-base64url#v1.0.0" + }, "@squeep/html-template-helper": { "version": "git+https://git.squeep.com/squeep-html-template-helper#292abdfd6500142f063909cfdec3b6c2184141b1", "from": "git+https://git.squeep.com/squeep-html-template-helper#v1.1.1", @@ -506,10 +512,18 @@ "eslint": "^8.12.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-security": "^1.4.0", + "eslint-plugin-sonarjs": "^0.12.0", "mocha": "^9.2.2", "nyc": "^15.1.0", "pre-commit": "^1.2.2", "sinon": "^13.0.1" + }, + "dependencies": { + "eslint-plugin-sonarjs": { + "version": "0.12.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-sonarjs/-/eslint-plugin-sonarjs-0.12.0.tgz", + "integrity": "sha512-soxjK67hoYxO8hesKqXWN50GSM+oG2r35N5WnAMehetahO6zoVpv3HZbdziP0jYWNopEe6te/BFUZOYAZI+qhg==" + } } }, "@squeep/logger-json-console": { @@ -517,8 +531,11 @@ "from": "git+https://git.squeep.com/squeep-logger-json-console#v1.0.0" }, "@squeep/mystery-box": { - "version": "git+https://git.squeep.com/squeep-mystery-box/#c47d2327a3a642792e9521677cd5f551e9aa7bfb", - "from": "git+https://git.squeep.com/squeep-mystery-box/#v1.0.4" + "version": "git+https://git.squeep.com/squeep-mystery-box/#4a7973e78ebbe86b85d37198d9a90b473b8bd4dd", + "from": "git+https://git.squeep.com/squeep-mystery-box/#v1.0.6", + "requires": { + "@squeep/base64url": "git+https://git.squeep.com/squeep-base64url#v1.0.0" + } }, "@squeep/web-linking": { "version": "git+https://git.squeep.com/squeep-web-linking/#9a786b67a16416996df95b63c1a295dae98cf663", diff --git a/package.json b/package.json index 60ff777..f5c0332 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ ], "dependencies": { "@squeep/api-dingus": "git+https://git.squeep.com/squeep-api-dingus/#v1.2.5", - "@squeep/authentication-module": "git+https://git.squeep.com/squeep-authentication-module/#v1.2.1", + "@squeep/authentication-module": "git+https://git.squeep.com/squeep-authentication-module/#v1.2.2", "@squeep/html-template-helper": "git+https://git.squeep.com/squeep-html-template-helper#v1.1.1", "@squeep/logger-json-console": "git+https://git.squeep.com/squeep-logger-json-console#v1.0.0", "@squeep/web-linking": "git+https://git.squeep.com/squeep-web-linking/#v1.0.4", -- 2.43.2