Skip to content
This repository was archived by the owner on Nov 11, 2023. It is now read-only.

Commit 5d0a542

Browse files
build(deps-dev): bump eslint-plugin-import from 2.25.3 to 2.25.4
Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.25.3 to 2.25.4. - [Release notes](https://github.com/import-js/eslint-plugin-import/releases) - [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md) - [Commits](import-js/eslint-plugin-import@v2.25.3...v2.25.4) --- updated-dependencies: - dependency-name: eslint-plugin-import dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a2732fe commit 5d0a542

2 files changed

Lines changed: 25 additions & 33 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"file-saver": "2.0.5",
9595
"gatsby": "^3.14.6",
9696
"gatsby-link": "3.14.0",
97-
"gatsby-plugin-algolia": "0.22.2",
97+
"gatsby-plugin-algolia": "0.26.0",
9898
"gatsby-plugin-catch-links": "3.14.0",
9999
"gatsby-plugin-feed": "^3.14.0",
100100
"gatsby-plugin-image": "^1.14.1",
@@ -128,7 +128,7 @@
128128
"react-intl": "5.22.0",
129129
"react-markdown": "6.0.2",
130130
"react-timeago": "^6.2.1",
131-
"react-youtube": "^7.13.1",
131+
"react-youtube": "^7.14.0",
132132
"remark": "13.0.0",
133133
"remark-frontmatter": "3.0.0",
134134
"remark-html": "13.0.2",
@@ -147,7 +147,7 @@
147147
"eslint-config-airbnb-base": "^14.2.1",
148148
"eslint-plugin-chai-friendly": "^0.7.2",
149149
"eslint-plugin-cypress": "^2.12.1",
150-
"eslint-plugin-import": "^2.25.3",
150+
"eslint-plugin-import": "^2.25.4",
151151
"gatsby-cli": "^3.14.0",
152152
"husky": "^7.0.4",
153153
"prettier": "^2.5.1",

yarn.lock

Lines changed: 22 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -6672,14 +6672,13 @@ eslint-import-resolver-node@^0.3.6:
66726672
debug "^3.2.7"
66736673
resolve "^1.20.0"
66746674

6675-
eslint-module-utils@^2.7.1:
6676-
version "2.7.1"
6677-
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.7.1.tgz#b435001c9f8dd4ab7f6d0efcae4b9696d4c24b7c"
6678-
integrity sha512-fjoetBXQZq2tSTWZ9yWVl2KuFrTZZH3V+9iD1V1RfpDgxzJR+mPd/KZmMiA8gbPqdBzpNiEHOuT7IYEWxrH0zQ==
6675+
eslint-module-utils@^2.7.2:
6676+
version "2.7.3"
6677+
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.7.3.tgz#ad7e3a10552fdd0642e1e55292781bd6e34876ee"
6678+
integrity sha512-088JEC7O3lDZM9xGe0RerkOMd0EjFl+Yvd1jPWIkMT5u3H9+HC34mWWPnqPrN13gieT9pBOO+Qt07Nb/6TresQ==
66796679
dependencies:
66806680
debug "^3.2.7"
66816681
find-up "^2.1.0"
6682-
pkg-dir "^2.0.0"
66836682

66846683
eslint-plugin-chai-friendly@^0.7.2:
66856684
version "0.7.2"
@@ -6711,24 +6710,24 @@ eslint-plugin-graphql@^4.0.0:
67116710
lodash.flatten "^4.4.0"
67126711
lodash.without "^4.4.0"
67136712

6714-
eslint-plugin-import@^2.24.2, eslint-plugin-import@^2.25.3:
6715-
version "2.25.3"
6716-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.25.3.tgz#a554b5f66e08fb4f6dc99221866e57cfff824766"
6717-
integrity sha512-RzAVbby+72IB3iOEL8clzPLzL3wpDrlwjsTBAQXgyp5SeTqqY+0bFubwuo+y/HLhNZcXV4XqTBO4LGsfyHIDXg==
6713+
eslint-plugin-import@^2.24.2, eslint-plugin-import@^2.25.4:
6714+
version "2.25.4"
6715+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.25.4.tgz#322f3f916a4e9e991ac7af32032c25ce313209f1"
6716+
integrity sha512-/KJBASVFxpu0xg1kIBn9AUa8hQVnszpwgE7Ld0lKAlx7Ie87yzEzCgSkekt+le/YVhiaosO4Y14GDAOc41nfxA==
67186717
dependencies:
67196718
array-includes "^3.1.4"
67206719
array.prototype.flat "^1.2.5"
67216720
debug "^2.6.9"
67226721
doctrine "^2.1.0"
67236722
eslint-import-resolver-node "^0.3.6"
6724-
eslint-module-utils "^2.7.1"
6723+
eslint-module-utils "^2.7.2"
67256724
has "^1.0.3"
67266725
is-core-module "^2.8.0"
67276726
is-glob "^4.0.3"
67286727
minimatch "^3.0.4"
67296728
object.values "^1.1.5"
67306729
resolve "^1.20.0"
6731-
tsconfig-paths "^3.11.0"
6730+
tsconfig-paths "^3.12.0"
67326731

67336732
eslint-plugin-jsx-a11y@^6.4.1:
67346733
version "6.4.1"
@@ -7627,10 +7626,10 @@ gatsby-page-utils@^1.14.0:
76277626
lodash "^4.17.21"
76287627
micromatch "^4.0.4"
76297628

7630-
gatsby-plugin-algolia@0.22.2:
7631-
version "0.22.2"
7632-
resolved "https://registry.yarnpkg.com/gatsby-plugin-algolia/-/gatsby-plugin-algolia-0.22.2.tgz#eab52a1ada820bda510c3dc768eb3276238795c4"
7633-
integrity sha512-P4LC+e5KE9v2S4t9188MmIldL8QTPKPrI4KI+pgnzgbuMpLYT39Acypdp1c8CpsIo9tNoQmlbqX07EI6SW5J1Q==
7629+
gatsby-plugin-algolia@0.26.0:
7630+
version "0.26.0"
7631+
resolved "https://registry.yarnpkg.com/gatsby-plugin-algolia/-/gatsby-plugin-algolia-0.26.0.tgz#9ed2869f51f82fcff4cb815872e679b8e2502c30"
7632+
integrity sha512-rBYTAPjg+NZA6JL2m6kaNwo2NlnUnSkF8LeL8ImMhvTJBor7w/NTUJh+/GPCI8Su0RbLfj98DE7C0Q4usNgQtg==
76347633
dependencies:
76357634
algoliasearch "^4.9.1"
76367635
deep-equal "^2.0.5"
@@ -12175,13 +12174,6 @@ pixelmatch@^4.0.2:
1217512174
dependencies:
1217612175
pngjs "^3.0.0"
1217712176

12178-
pkg-dir@^2.0.0:
12179-
version "2.0.0"
12180-
resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-2.0.0.tgz#f6d5d1109e19d63edf428e0bd57e12777615334b"
12181-
integrity sha1-9tXREJ4Z1j7fQo4L1X4Sd3YVM0s=
12182-
dependencies:
12183-
find-up "^2.1.0"
12184-
1218512177
pkg-dir@^4.1.0, pkg-dir@^4.2.0:
1218612178
version "4.2.0"
1218712179
resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-4.2.0.tgz#f099133df7ede422e81d1d8448270eeb3e4261f3"
@@ -13006,10 +12998,10 @@ react-transition-group@^4.4.0:
1300612998
loose-envify "^1.4.0"
1300712999
prop-types "^15.6.2"
1300813000

13009-
react-youtube@^7.13.1:
13010-
version "7.13.1"
13011-
resolved "https://registry.yarnpkg.com/react-youtube/-/react-youtube-7.13.1.tgz#3b327599a687bf22e071468818522920b36bcb57"
13012-
integrity sha512-b++TLHmHDpd0ZBS1wcbYabbuchU+W4jtx5A2MUQX0BINNKKsaIQX29sn/aLvZ9v5luwAoceia3VGtyz9blaB9w==
13001+
react-youtube@^7.14.0:
13002+
version "7.14.0"
13003+
resolved "https://registry.yarnpkg.com/react-youtube/-/react-youtube-7.14.0.tgz#0505d86491521ca94ef0afb74af3f7936dc7bc86"
13004+
integrity sha512-SUHZ4F4pd1EHmQu0CV0KSQvAs5KHOT5cfYaq4WLCcDbU8fBo1ouTXaAOIASWbrz8fHwg+G1evfoSIYpV2AwSAg==
1301313005
dependencies:
1301413006
fast-deep-equal "3.1.3"
1301513007
prop-types "15.7.2"
@@ -15205,10 +15197,10 @@ ts-node@^9:
1520515197
source-map-support "^0.5.17"
1520615198
yn "3.1.1"
1520715199

15208-
tsconfig-paths@^3.11.0:
15209-
version "3.11.0"
15210-
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.11.0.tgz#954c1fe973da6339c78e06b03ce2e48810b65f36"
15211-
integrity sha512-7ecdYDnIdmv639mmDwslG6KQg1Z9STTz1j7Gcz0xa+nshh/gKDAHcPxRbWOsA3SPp0tXP2leTcY9Kw+NAkfZzA==
15200+
tsconfig-paths@^3.12.0:
15201+
version "3.12.0"
15202+
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.12.0.tgz#19769aca6ee8f6a1a341e38c8fa45dd9fb18899b"
15203+
integrity sha512-e5adrnOYT6zqVnWqZu7i/BQ3BnhzvGbjEjejFXO20lKIKpwTaupkCPgEfv4GZK1IBciJUEhYs3J3p75FdaTFVg==
1521215204
dependencies:
1521315205
"@types/json5" "^0.0.29"
1521415206
json5 "^1.0.1"

0 commit comments

Comments
 (0)