Skip to content

Commit c4db1e6

Browse files
Merge pull request #41 from express-rate-limit/dependabot/npm_and_yarn/js-yaml-4.1.1
chore(deps): bump js-yaml from 4.1.0 to 4.1.1
2 parents 38bfc84 + 212a18d commit c4db1e6

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

db/linting/.sqlfluff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[sqlfluff]
22
large_file_skip_char_limit = 0
33
large_file_skip_byte_limit = 0
4-
exclude_rules = L016,LT05,RF05
4+
exclude_rules = L016,LT05,RF05,RF04

db/tests/unit/ind_increment.test.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ SELECT
1919
'00000000-2222-2222-2222-000000000000'::uuid AS id,
2020
'dedicated-test-expired'::text AS name_,
2121
'individual'::text AS type_,
22-
'2023-01-01 08:00:00+0'::timestamptz AS expires_at;;
22+
'2023-01-01 08:00:00+0'::timestamptz AS expires_at;
2323

2424
INSERT INTO rate_limit.individual_records (key, session_id)
2525
SELECT

package-lock.json

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)