Skip to content

Commit 9d6da5f

Browse files
committed
chore: upgrade css-authn to v0.2.1
1 parent a7539a5 commit 9d6da5f

File tree

2 files changed

+19
-43
lines changed

2 files changed

+19
-43
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@types/nodemailer": "^6.4.9",
5454
"ajv": "^8.12.0",
5555
"ajv-formats": "^2.1.1",
56-
"css-authn": "^0.1.0",
56+
"css-authn": "^0.2.1",
5757
"dotenv": "^16.0.0",
5858
"handlebars": "^4.7.8",
5959
"jsonwebtoken": "^9.0.2",

yarn.lock

Lines changed: 18 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -2566,23 +2566,14 @@
25662566
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz#b520529ec21d8e5945a1851dfd1c32e94e39ff45"
25672567
integrity sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==
25682568

2569-
"@inrupt/solid-client-authn-core@^1.17.5":
2570-
version "1.17.5"
2571-
resolved "https://registry.yarnpkg.com/@inrupt/solid-client-authn-core/-/solid-client-authn-core-1.17.5.tgz#fc1eb1a3f4558bc924934862b5f1865a4f50dd4e"
2572-
integrity sha512-g3WShcPAqGuarPYlw12vUCo+et4elQLI+WYcHkCHGLuQQFF73r2iTicuKpkydQdIrZ5AZgxhwr315jmkx/vcFQ==
2569+
"@inrupt/solid-client-authn-core@^2.4.1":
2570+
version "2.5.0"
2571+
resolved "https://registry.npmjs.org/@inrupt/solid-client-authn-core/-/solid-client-authn-core-2.5.0.tgz#1f9c29e001c061fe20aea7c85831af9285c9c9b6"
2572+
integrity sha512-S02hizURW3IL4d03Cn1xZTz25KqZdmS7qYfkOb/UHwPcy+VA7G8Um1xeDByqu7Bva2yPjNk5iCrKKUMmGb56mA==
25732573
dependencies:
2574-
"@inrupt/universal-fetch" "^1.0.1"
25752574
events "^3.3.0"
2576-
jose "^4.15.4"
2577-
uuid "^9.0.1"
2578-
2579-
"@inrupt/universal-fetch@^1.0.1":
2580-
version "1.0.2"
2581-
resolved "https://registry.yarnpkg.com/@inrupt/universal-fetch/-/universal-fetch-1.0.2.tgz#9e9ef73b2e19ea3c1b89411efa14cd3c212817f4"
2582-
integrity sha512-+CR1r2bWaxWZO+fzgMg6TfRJtQIcSsOBHcxnTuWpCW3USFv4BMI7geAytl87a4zfQFtCQ6NT8FpsIqTotstjrQ==
2583-
dependencies:
2584-
node-fetch "^2.6.7"
2585-
undici "^5.19.1"
2575+
jose "^5.1.3"
2576+
uuid "^11.1.0"
25862577

25872578
"@ioredis/commands@^1.1.1":
25882579
version "1.2.0"
@@ -4165,13 +4156,6 @@ bundle-name@^3.0.0:
41654156
dependencies:
41664157
run-applescript "^5.0.0"
41674158

4168-
busboy@^1.6.0:
4169-
version "1.6.0"
4170-
resolved "https://registry.yarnpkg.com/busboy/-/busboy-1.6.0.tgz#966ea36a9502e43cdb9146962523b92f531f6893"
4171-
integrity sha512-8SFQbg/0hQ9xy3UNTB0YEnsNBbWfhf7RtnzpL7TkBiTBRfrQ9Fxcnz7VJsleJpyp6rVLvXiuORqjlHi5q+PYuA==
4172-
dependencies:
4173-
streamsearch "^1.1.0"
4174-
41754159
bytes@3.0.0:
41764160
version "3.0.0"
41774161
resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.0.0.tgz#d32815404d689699f85a4ea4fa8755dd13a96048"
@@ -4606,13 +4590,12 @@ cross-spawn@^7.0.2, cross-spawn@^7.0.3:
46064590
shebang-command "^2.0.0"
46074591
which "^2.0.1"
46084592

4609-
css-authn@^0.1.0:
4610-
version "0.1.0"
4611-
resolved "https://registry.npmjs.org/css-authn/-/css-authn-0.1.0.tgz#0551a86baa0245d6cc04cf8fa6e565faf0a0e022"
4612-
integrity sha512-T13bwWeaPZOLm/LAwKdXg6Fc3snLKQclcy/mrg6zkb3yJylsco2QcoXO+7YAtEiMBJ78JYFTPQFpznuGcZePcA==
4593+
css-authn@^0.2.1:
4594+
version "0.2.1"
4595+
resolved "https://registry.npmjs.org/css-authn/-/css-authn-0.2.1.tgz#3758481233b90ba9a30d96abb6601eb562241b87"
4596+
integrity sha512-bcQIiMM8WtV9dL6dxKxRYZHo/U6fRBBEr4JeoOxq2xKl66iCDTFnxmpw/fsJ2EOycMHgCrxTnrPtqawij9kEnQ==
46134597
dependencies:
4614-
"@inrupt/solid-client-authn-core" "^1.17.5"
4615-
tough-cookie "^4.1.3"
4598+
"@inrupt/solid-client-authn-core" "^2.4.1"
46164599

46174600
css-select@^5.1.0:
46184601
version "5.1.0"
@@ -6513,7 +6496,7 @@ jose@^4.10.3:
65136496
resolved "https://registry.yarnpkg.com/jose/-/jose-4.14.4.tgz#59e09204e2670c3164ee24cbfe7115c6f8bff9ca"
65146497
integrity sha512-j8GhLiKmUAh+dsFXlX1aJCbt5KMibuKb+d7j1JaOJG6s2UjX1PQlW+OKB/sD4a/5ZYF4RcmYmLSndOoU3Lt/3g==
65156498

6516-
jose@^4.15.2, jose@^4.15.4:
6499+
jose@^4.15.2:
65176500
version "4.15.4"
65186501
resolved "https://registry.yarnpkg.com/jose/-/jose-4.15.4.tgz#02a9a763803e3872cf55f29ecef0dfdcc218cc03"
65196502
integrity sha512-W+oqK4H+r5sITxfxpSU+MMdr/YSWGvgZMQDIsNoBDGGy4i7GBPTtvFKibQzW06n3U3TqHjhvBJsirShsEJ6eeQ==
@@ -8687,11 +8670,6 @@ streamify-string@^1.0.1:
86878670
resolved "https://registry.yarnpkg.com/streamify-string/-/streamify-string-1.0.1.tgz#9e220de33e1c475dd30e0206f5b1815cc6c9525b"
86888671
integrity sha512-RXvBglotrvSIuQQ7oC55pdV40wZ/17gTb68ipMC4LA0SqMN4Sqfsf31Dpei7qXpYqZQ8ueVnPglUvtep3tlhqw==
86898672

8690-
streamsearch@^1.1.0:
8691-
version "1.1.0"
8692-
resolved "https://registry.yarnpkg.com/streamsearch/-/streamsearch-1.1.0.tgz#404dd1e2247ca94af554e841a8ef0eaa238da764"
8693-
integrity sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==
8694-
86958673
streamx@^2.13.0, streamx@^2.15.0:
86968674
version "2.16.1"
86978675
resolved "https://registry.npmjs.org/streamx/-/streamx-2.16.1.tgz#2b311bd34832f08aa6bb4d6a80297c9caef89614"
@@ -8928,7 +8906,7 @@ toposort@^2.0.2:
89288906
resolved "https://registry.yarnpkg.com/toposort/-/toposort-2.0.2.tgz#ae21768175d1559d48bef35420b2f4962f09c330"
89298907
integrity sha512-0a5EOkAUp8D4moMi2W8ZF8jcga7BgZd91O/yabJCFY8az+XSzeGyTKs0Aoo897iV1Nj6guFq8orWDS96z91oGg==
89308908

8931-
tough-cookie@^4.0.0, tough-cookie@^4.1.3:
8909+
tough-cookie@^4.0.0:
89328910
version "4.1.3"
89338911
resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-4.1.3.tgz#97b9adb0728b42280aa3d814b6b999b2ff0318bf"
89348912
integrity sha512-aX/y5pVRkfRnfmuX+OdbSdXvPe6ieKX/G2s7e98f4poJHnqH3281gDPm/metm6E/WRamfx7WC4HUqkWHfQHprw==
@@ -9097,13 +9075,6 @@ undici-types@~6.20.0:
90979075
resolved "https://registry.npmjs.org/undici-types/-/undici-types-6.20.0.tgz#8171bf22c1f588d1554d55bf204bc624af388433"
90989076
integrity sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==
90999077

9100-
undici@^5.19.1:
9101-
version "5.22.1"
9102-
resolved "https://registry.yarnpkg.com/undici/-/undici-5.22.1.tgz#877d512effef2ac8be65e695f3586922e1a57d7b"
9103-
integrity sha512-Ji2IJhFXZY0x/0tVBXeQwgPlLWw13GVzpsWPQ3rV50IFMMof2I55PZZxtm4P6iNq+L5znYN9nSTAq0ZyE6lSJw==
9104-
dependencies:
9105-
busboy "^1.6.0"
9106-
91079078
universalify@^0.2.0:
91089079
version "0.2.0"
91099080
resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.2.0.tgz#6451760566fa857534745ab1dde952d1b1761be0"
@@ -9177,6 +9148,11 @@ uue@3.1.2:
91779148
escape-string-regexp "~1.0.5"
91789149
extend "~3.0.0"
91799150

9151+
uuid@^11.1.0:
9152+
version "11.1.0"
9153+
resolved "https://registry.npmjs.org/uuid/-/uuid-11.1.0.tgz#9549028be1753bb934fc96e2bca09bb4105ae912"
9154+
integrity sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A==
9155+
91809156
uuid@^9.0.0:
91819157
version "9.0.0"
91829158
resolved "https://registry.yarnpkg.com/uuid/-/uuid-9.0.0.tgz#592f550650024a38ceb0c562f2f6aa435761efb5"

0 commit comments

Comments
 (0)