Skip to content

Commit 6926b22

Browse files
committed
chore(deps): update all non-major dependencies
1 parent ed3e415 commit 6926b22

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@
5757
"eslint": "^7.32.0",
5858
"eslint-config-airbnb": "^18.2.1",
5959
"eslint-config-airbnb-base": "^14.2.1",
60-
"eslint-plugin-import": "^2.27.4",
60+
"eslint-plugin-import": "^2.27.5",
6161
"eslint-plugin-jsx-a11y": "^6.7.1",
6262
"eslint-plugin-mocha": "^9.0.0",
63-
"eslint-plugin-react": "^7.32.0",
63+
"eslint-plugin-react": "^7.32.1",
6464
"jest": "^27.5.1",
6565
"prop-types": "^15.8.1",
6666
"react": "^17.0.2",

yarn.lock

+10-10
Original file line numberDiff line numberDiff line change
@@ -1530,7 +1530,7 @@ array.prototype.flat@^1.3.1:
15301530
es-abstract "^1.20.4"
15311531
es-shim-unscopables "^1.0.0"
15321532

1533-
array.prototype.flatmap@^1.3.0, array.prototype.flatmap@^1.3.1:
1533+
array.prototype.flatmap@^1.3.1:
15341534
version "1.3.1"
15351535
resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.3.1.tgz#1aae7903c2100433cb8261cd4ed310aab5c4a183"
15361536
integrity sha512-8UGn9O1FDVvMNB0UlLv4voxRMze7+FpHyF5mSMRjWHUMlpoDViniy05870VlxhfgTnLbpuwTzvD76MTtWxB/mQ==
@@ -2298,14 +2298,14 @@ eslint-module-utils@^2.7.4:
22982298
dependencies:
22992299
debug "^3.2.7"
23002300

2301-
eslint-plugin-import@^2.27.4:
2302-
version "2.27.4"
2303-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.27.4.tgz#319c2f6f6580e1678d674a258ee5e981c10cc25b"
2304-
integrity sha512-Z1jVt1EGKia1X9CnBCkpAOhWy8FgQ7OmJ/IblEkT82yrFU/xJaxwujaTzLWqigewwynRQ9mmHfX9MtAfhxm0sA==
2301+
eslint-plugin-import@^2.27.5:
2302+
version "2.27.5"
2303+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.27.5.tgz#876a6d03f52608a3e5bb439c2550588e51dd6c65"
2304+
integrity sha512-LmEt3GVofgiGuiE+ORpnvP+kAm3h6MLZJ4Q5HCyHADofsb4VzXFsRiWj3c0OFiV+3DWFh0qg3v9gcPlfc3zRow==
23052305
dependencies:
23062306
array-includes "^3.1.6"
23072307
array.prototype.flat "^1.3.1"
2308-
array.prototype.flatmap "^1.3.0"
2308+
array.prototype.flatmap "^1.3.1"
23092309
debug "^3.2.7"
23102310
doctrine "^2.1.0"
23112311
eslint-import-resolver-node "^0.3.7"
@@ -2349,10 +2349,10 @@ eslint-plugin-mocha@^9.0.0:
23492349
eslint-utils "^3.0.0"
23502350
ramda "^0.27.1"
23512351

2352-
eslint-plugin-react@^7.32.0:
2353-
version "7.32.0"
2354-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.32.0.tgz#d80f794a638c5770f952ba2ae793f0a516be7c09"
2355-
integrity sha512-vSBi1+SrPiLZCGvxpiZIa28fMEUaMjXtCplrvxcIxGzmFiYdsXQDwInEjuv5/i/2CTTxbkS87tE8lsQ0Qxinbw==
2352+
eslint-plugin-react@^7.32.1:
2353+
version "7.32.1"
2354+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.32.1.tgz#88cdeb4065da8ca0b64e1274404f53a0f9890200"
2355+
integrity sha512-vOjdgyd0ZHBXNsmvU+785xY8Bfe57EFbTYYk8XrROzWpr9QBvpjITvAXt9xqcE6+8cjR/g1+mfumPToxsl1www==
23562356
dependencies:
23572357
array-includes "^3.1.6"
23582358
array.prototype.flatmap "^1.3.1"

0 commit comments

Comments
 (0)