Skip to content

Commit 341baa5

Browse files
committed
fix(deps): update dependency @poool/react-access to v2.0.2
1 parent cb40ce0 commit 341baa5

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@babel/eslint-parser": "7.18.9",
3636
"@babel/eslint-plugin": "7.18.10",
3737
"@babel/runtime-corejs3": "7.18.9",
38-
"@poool/react-access": "2.0.1",
38+
"@poool/react-access": "2.0.2",
3939
"core-js": "3.24.1",
4040
"history": "5.3.0",
4141
"react": "17.0.2",

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1315,14 +1315,14 @@
13151315
"@babel/runtime-corejs3" "7.17.9"
13161316
core-js "3.22.0"
13171317

1318-
"@poool/react-access@2.0.1":
1319-
version "2.0.1"
1320-
resolved "https://registry.yarnpkg.com/@poool/react-access/-/react-access-2.0.1.tgz#360062a1cbf0e59003fd40b7e8823aca53c67ee1"
1321-
integrity sha512-ID3HrzJ6Gzsf5T8c11WA5yvlfIK+FbdQejtfnVEGYuZy03VppOlVN3ci7wtR4x92ThRZlUQ+ooc0vDld6sdmtA==
1318+
"@poool/react-access@2.0.2":
1319+
version "2.0.2"
1320+
resolved "https://registry.yarnpkg.com/@poool/react-access/-/react-access-2.0.2.tgz#ecb76e0f53cbc7ae0e24e5ca3b9b2c9af4053e1b"
1321+
integrity sha512-0HqNKJjh9VTBNwkfQ92wXqJ0ZBfdVze7FGvt2L7cH/J+YPT6AkkNeXHUurmWfj9vrkkzHZrwvIn3tiQ/kunEEg==
13221322
dependencies:
1323-
"@babel/runtime-corejs3" "7.17.9"
1323+
"@babel/runtime-corejs3" "7.18.9"
13241324
"@poool/junipero-utils" "2.0.0-rc.21"
1325-
core-js "3.22.2"
1325+
core-js "3.25.0"
13261326
prop-types "15.8.1"
13271327

13281328
"@types/body-parser@*":
@@ -2167,16 +2167,16 @@ core-js@3.22.0:
21672167
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.22.0.tgz#b52007870c5e091517352e833b77f0b2d2b259f3"
21682168
integrity sha512-8h9jBweRjMiY+ORO7bdWSeWfHhLPO7whobj7Z2Bl0IDo00C228EdGgH7FE4jGumbEjzcFfkfW8bXgdkEDhnwHQ==
21692169

2170-
core-js@3.22.2:
2171-
version "3.22.2"
2172-
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.22.2.tgz#3ea0a245b0895fa39d1faa15fe75d91ade504a01"
2173-
integrity sha512-Z5I2vzDnEIqO2YhELVMFcL1An2CIsFe9Q7byZhs8c/QxummxZlAHw33TUHbIte987LkisOgL0LwQ1P9D6VISnA==
2174-
21752170
core-js@3.24.1:
21762171
version "3.24.1"
21772172
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.24.1.tgz#cf7724d41724154010a6576b7b57d94c5d66e64f"
21782173
integrity sha512-0QTBSYSUZ6Gq21utGzkfITDylE8jWC9Ne1D2MrhvlsZBI1x39OdDIVbzSqtgMndIy6BlHxBXpMGqzZmnztg2rg==
21792174

2175+
core-js@3.25.0:
2176+
version "3.25.0"
2177+
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.25.0.tgz#be71d9e0dd648ffd70c44a7ec2319d039357eceb"
2178+
integrity sha512-CVU1xvJEfJGhyCpBrzzzU1kjCfgsGUxhEvwUV2e/cOedYWHdmluamx+knDnmhqALddMG16fZvIqvs9aijsHHaA==
2179+
21802180
core-util-is@~1.0.0:
21812181
version "1.0.3"
21822182
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.3.tgz#a6042d3634c2b27e9328f837b965fac83808db85"

0 commit comments

Comments
 (0)