Skip to content

Commit bb7aa49

Browse files
Bump limiter from 2.1.0 to 3.0.0 (#255)
Bumps [limiter](https://github.com/jhurliman/node-rate-limiter) from 2.1.0 to 3.0.0. - [Commits](https://github.com/jhurliman/node-rate-limiter/commits/v3.0.0) --- updated-dependencies: - dependency-name: limiter dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fd1ece9 commit bb7aa49

File tree

2 files changed

+5
-12
lines changed

2 files changed

+5
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"graphql": "^16.8.1",
4646
"graphql-request": "^6.1.0",
4747
"knex": "^3.0.1",
48-
"limiter": "^2.1.0",
48+
"limiter": "^3.0.0",
4949
"node-fetch": "^3.3.1",
5050
"winston": "^3.11.0",
5151
"yn": "^5.0.0"

yarn.lock

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10996,11 +10996,6 @@ jsprim@^1.2.2:
1099610996
object.assign "^4.1.4"
1099710997
object.values "^1.1.6"
1099810998

10999-
just-performance@4.3.0:
11000-
version "4.3.0"
11001-
resolved "https://registry.yarnpkg.com/just-performance/-/just-performance-4.3.0.tgz#cc2bc8c9227f09e97b6b1df4cd0de2df7ae16db1"
11002-
integrity sha512-L7RjvtJsL0QO8xFs5wEoDDzzJwoiowRw6Rn/GnvldlchS2JQr9wFYPiwZcDfrbbujEKqKN0tvENdbjXdYhDp5Q==
11003-
1100410999
jwa@^1.4.1:
1100511000
version "1.4.1"
1100611001
resolved "https://registry.yarnpkg.com/jwa/-/jwa-1.4.1.tgz#743c32985cb9e98655530d53641b66c8645b039a"
@@ -11186,12 +11181,10 @@ lilconfig@^2.0.3, lilconfig@^2.0.5:
1118611181
resolved "https://registry.yarnpkg.com/lilconfig/-/lilconfig-2.1.0.tgz#78e23ac89ebb7e1bfbf25b18043de756548e7f52"
1118711182
integrity sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==
1118811183

11189-
limiter@^2.1.0:
11190-
version "2.1.0"
11191-
resolved "https://registry.yarnpkg.com/limiter/-/limiter-2.1.0.tgz#d38d7c5b63729bb84fb0c4d8594b7e955a5182a2"
11192-
integrity sha512-361TYz6iay6n+9KvUUImqdLuFigK+K79qrUtBsXhJTLdH4rIt/r1y8r1iozwh8KbZNpujbFTSh74mJ7bwbAMOw==
11193-
dependencies:
11194-
just-performance "4.3.0"
11184+
limiter@^3.0.0:
11185+
version "3.0.0"
11186+
resolved "https://registry.yarnpkg.com/limiter/-/limiter-3.0.0.tgz#03556b76d1a81f547caeecc6b83ecc6f24495715"
11187+
integrity sha512-hev7DuXojsTFl2YwyzUJMDnZ/qBDd3yZQLSH3aD4tdL1cqfc3TMnoecEJtWFaQFdErZsKoFMBTxF/FBSkgDbEg==
1119511188

1119611189
lines-and-columns@^1.1.6:
1119711190
version "1.2.4"

0 commit comments

Comments
 (0)