Skip to content
This repository was archived by the owner on Mar 10, 2022. It is now read-only.

Commit 6637161

Browse files
committed
chore(deps): update dependency @sourcegraph/eslint-config to ^0.25.0
1 parent 4ee226c commit 6637161

File tree

3 files changed

+20
-20
lines changed

3 files changed

+20
-20
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
"devDependencies": {
130130
"@commitlint/cli": "^12.1.1",
131131
"@commitlint/config-conventional": "^12.1.1",
132-
"@sourcegraph/eslint-config": "^0.23.0",
132+
"@sourcegraph/eslint-config": "^0.25.0",
133133
"@sourcegraph/prettierrc": "^3.0.3",
134134
"@sourcegraph/tsconfig": "^4.0.1",
135135
"@types/node": "12.20.12",

yarn.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -634,10 +634,10 @@
634634
lodash "^4.17.4"
635635
read-pkg-up "^7.0.0"
636636

637-
"@sourcegraph/eslint-config@^0.23.0":
638-
version "0.23.0"
639-
resolved "https://registry.npmjs.org/@sourcegraph/eslint-config/-/eslint-config-0.23.0.tgz"
640-
integrity sha512-J62vio5xe26PVIY+6LaIwEZJCFwGgNo5LTvHmj1n8La/Rymt3QGRtwgHAAyIvr5w0RMH2EN5qNZ9HTx8SSNuig==
637+
"@sourcegraph/eslint-config@^0.25.0":
638+
version "0.25.0"
639+
resolved "https://registry.npmjs.org/@sourcegraph/eslint-config/-/eslint-config-0.25.0.tgz"
640+
integrity sha512-dloepkXWZkLppvsRgLCuRDAbAWkF5mdB3gUO9qzA6eRfOaYNHly5hWAnSugVIuA6VFS44nCIr3uK2ij8UCAdzw==
641641
dependencies:
642642
"@sourcegraph/prettierrc" "^3.0.3"
643643
"@typescript-eslint/eslint-plugin" "^4.9.1"
@@ -3137,10 +3137,10 @@ has-flag@^4.0.0:
31373137
resolved "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz"
31383138
integrity sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==
31393139

3140-
has-symbols@^1.0.1:
3141-
version "1.0.1"
3142-
resolved "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.1.tgz"
3143-
integrity sha512-PLcsoqu++dmEIZB+6totNFKq/7Do+Z0u4oT0zKOJNl3lYK6vGwwu2hjHs+68OEZbTjiUE9bgOABXbP/GvrS0Kg==
3140+
has-symbols@^1.0.1, has-symbols@^1.0.2:
3141+
version "1.0.2"
3142+
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.2.tgz#165d3070c00309752a1236a479331e3ac56f1423"
3143+
integrity sha512-chXa79rL/UC2KlX17jo3vRGz0azaWEx5tGqZg5pO3NUyEJVB17dMruQlzCCOfUvElghKcm5194+BCRvi2Rv/Gw==
31443144

31453145
has-unicode@^2.0.0, has-unicode@~2.0.1:
31463146
version "2.0.1"
@@ -3560,12 +3560,12 @@ is-redirect@^1.0.0:
35603560
integrity sha1-HQPd7VO9jbDzDCbk+V02/HyH3CQ=
35613561

35623562
is-regex@^1.0.4, is-regex@^1.1.1:
3563-
version "1.1.2"
3564-
resolved "https://registry.npmjs.org/is-regex/-/is-regex-1.1.2.tgz"
3565-
integrity sha512-axvdhb5pdhEVThqJzYXwMlVuZwC+FF2DpcOhTS+y/8jVq4trxyPgfcwIxIKiyeuLlSQYKkmUaPQJ8ZE4yNKXDg==
3563+
version "1.1.3"
3564+
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.3.tgz#d029f9aff6448b93ebbe3f33dac71511fdcbef9f"
3565+
integrity sha512-qSVXFz28HM7y+IWX6vLCsexdlvzT1PJNFSBuaQLQ5o0IEw8UDYW6/2+eCMVyIsbM8CNLX2a/QWmSpyxYEHY7CQ==
35663566
dependencies:
35673567
call-bind "^1.0.2"
3568-
has-symbols "^1.0.1"
3568+
has-symbols "^1.0.2"
35693569

35703570
is-retry-allowed@^1.0.0:
35713571
version "1.2.0"

0 commit comments

Comments
 (0)