From 9851485ecb11f28f9723e649c79e1b216529f3b4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 Sep 2023 00:19:06 +0000 Subject: [PATCH] build(deps): update dependencies --- authorization-server/package.json | 4 ++-- authorization-server/yarn.lock | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/authorization-server/package.json b/authorization-server/package.json index 41540818..e0341ba0 100644 --- a/authorization-server/package.json +++ b/authorization-server/package.json @@ -73,7 +73,7 @@ "@types/express": "4.17.18", "@types/jest": "29.5.5", "@types/joi": "17.2.3", - "@types/node": "18.18.0", + "@types/node": "18.18.1", "@types/passport-jwt": "3.0.10", "@types/passport-local": "1.0.36", "@types/set-cookie-parser": "2.4.4", @@ -82,7 +82,7 @@ "@typescript-eslint/parser": "6.7.3", "eslint": "8.50.0", "eslint-config-prettier": "9.0.0", - "eslint-plugin-jest": "27.4.0", + "eslint-plugin-jest": "27.4.2", "eslint-plugin-no-only-tests": "3.1.0", "eslint-plugin-prettier": "5.0.0", "jest": "29.7.0", diff --git a/authorization-server/yarn.lock b/authorization-server/yarn.lock index 7b787f9a..4ed0f34a 100644 --- a/authorization-server/yarn.lock +++ b/authorization-server/yarn.lock @@ -2242,10 +2242,10 @@ resolved "https://registry.yarnpkg.com/@types/node/-/node-20.6.5.tgz#4c6a79adf59a8e8193ac87a0e522605b16587258" integrity sha512-2qGq5LAOTh9izcc0+F+dToFigBWiK1phKPt7rNhOqJSr35y8rlIBjDwGtFSgAI6MGIhjwOVNSQZVdJsZJ2uR1w== -"@types/node@18.18.0": - version "18.18.0" - resolved "https://registry.yarnpkg.com/@types/node/-/node-18.18.0.tgz#bd19d5133a6e5e2d0152ec079ac27c120e7f1763" - integrity sha512-3xA4X31gHT1F1l38ATDIL9GpRLdwVhnEFC8Uikv5ZLlXATwrCYyPq7ZWHxzxc3J/30SUiwiYT+bQe0/XvKlWbw== +"@types/node@18.18.1": + version "18.18.1" + resolved "https://registry.yarnpkg.com/@types/node/-/node-18.18.1.tgz#80b22f3df719f15c9736207980e95f35d01ec1aa" + integrity sha512-3G42sxmm0fF2+Vtb9TJQpnjmP+uKlWvFa8KoEGquh4gqRmoUG/N0ufuhikw6HEsdG2G2oIKhog1GCTfz9v5NdQ== "@types/node@^12.12.6": version "12.20.55" @@ -4703,10 +4703,10 @@ eslint-config-prettier@9.0.0: resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-9.0.0.tgz#eb25485946dd0c66cd216a46232dc05451518d1f" integrity sha512-IcJsTkJae2S35pRsRAwoCE+925rJJStOdkKnLVgtE+tEpqU0EVVM7OqrwxqgptKdX29NUwC82I5pXsGFIgSevw== -eslint-plugin-jest@27.4.0: - version "27.4.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-27.4.0.tgz#3926cca723c40c3d7a3fe0e1fd911eff5e681f50" - integrity sha512-ukVeKmMPAUA5SWjHenvyyXnirKfHKMdOsTZdn5tZx5EW05HGVQwBohigjFZGGj3zuv1cV6hc82FvWv6LdIbkgg== +eslint-plugin-jest@27.4.2: + version "27.4.2" + resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-27.4.2.tgz#181d999ac67a9b6040db1d27935887cf5a2882ed" + integrity sha512-3Nfvv3wbq2+PZlRTf2oaAWXWwbdBejFRBR2O8tAO67o+P8zno+QGbcDYaAXODlreXVg+9gvWhKKmG2rgfb8GEg== dependencies: "@typescript-eslint/utils" "^5.10.0"