diff --git a/examples/benchmark/package.json b/examples/benchmark/package.json index 7710317bdba..ac29c1d4195 100644 --- a/examples/benchmark/package.json +++ b/examples/benchmark/package.json @@ -17,7 +17,7 @@ "react": "^18.2.0" }, "devDependencies": { - "@babel/core": "7.19.1", + "@babel/core": "7.19.3", "@babel/node": "7.19.1", "@types/babel__core": "^7", "@types/benchmark": "2.1.2", diff --git a/examples/github-app/package.json b/examples/github-app/package.json index 2a1169b6001..69d6cfdd3ab 100644 --- a/examples/github-app/package.json +++ b/examples/github-app/package.json @@ -21,11 +21,11 @@ "private": true, "license": "Apache-2.0", "devDependencies": { - "@anansi/babel-preset": "3.2.17", + "@anansi/babel-preset": "3.2.18", "@anansi/browserslist-config": "1.4.0", "@anansi/eslint-plugin": "0.14.2", "@anansi/webpack-config": "13.0.13", - "@babel/core": "7.19.1", + "@babel/core": "7.19.3", "@linaria/babel-preset": "4.2.0", "@linaria/core": "4.1.2", "@linaria/react": "4.1.3", diff --git a/examples/normalizr-github/package.json b/examples/normalizr-github/package.json index dc345f920ac..46404927e5a 100644 --- a/examples/normalizr-github/package.json +++ b/examples/normalizr-github/package.json @@ -14,7 +14,7 @@ "@rest-hooks/normalizr": "workspace:^" }, "devDependencies": { - "@babel/core": "7.19.1", + "@babel/core": "7.19.3", "@babel/node": "7.19.1", "@types/babel__core": "^7", "rollup": "2.79.1", diff --git a/examples/normalizr-redux/package.json b/examples/normalizr-redux/package.json index 045950f34af..80ac36030f1 100644 --- a/examples/normalizr-redux/package.json +++ b/examples/normalizr-redux/package.json @@ -10,7 +10,7 @@ "start": "babel-node ./ --root-mode upward --extensions '.ts,.tsx,.js'" }, "devDependencies": { - "@babel/core": "7.19.1", + "@babel/core": "7.19.3", "@babel/node": "7.19.1", "@octokit/rest": "19.0.4", "@rest-hooks/normalizr": "^9.0.0", diff --git a/examples/normalizr-relationships/package.json b/examples/normalizr-relationships/package.json index 97ddadfd78e..04ba3ddc9b9 100644 --- a/examples/normalizr-relationships/package.json +++ b/examples/normalizr-relationships/package.json @@ -10,7 +10,7 @@ "start": "babel-node ./ --root-mode upward --extensions '.ts,.tsx,.js'" }, "devDependencies": { - "@babel/core": "7.19.1", + "@babel/core": "7.19.3", "@babel/node": "7.19.1", "@types/babel__core": "^7", "mockdate": "^3.0.5", diff --git a/examples/todo-app/package.json b/examples/todo-app/package.json index 4c3055bd5ce..88fdf637fa8 100644 --- a/examples/todo-app/package.json +++ b/examples/todo-app/package.json @@ -21,11 +21,11 @@ "private": true, "license": "Apache-2.0", "devDependencies": { - "@anansi/babel-preset": "3.2.17", + "@anansi/babel-preset": "3.2.18", "@anansi/browserslist-config": "1.4.0", "@anansi/eslint-plugin": "0.14.2", "@anansi/webpack-config": "13.0.13", - "@babel/core": "7.19.1", + "@babel/core": "7.19.3", "@linaria/babel-preset": "4.2.0", "@linaria/core": "4.1.2", "@linaria/react": "4.1.3", diff --git a/package.json b/package.json index a74e9e29951..e957e255489 100644 --- a/package.json +++ b/package.json @@ -32,12 +32,12 @@ "extends @anansi/browserslist-config" ], "devDependencies": { - "@anansi/babel-preset": "3.2.17", + "@anansi/babel-preset": "3.2.18", "@anansi/browserslist-config": "1.4.0", "@anansi/eslint-plugin": "0.14.2", "@anansi/jest-preset": "0.7.28", - "@babel/cli": "7.18.10", - "@babel/core": "7.19.1", + "@babel/cli": "7.19.3", + "@babel/core": "7.19.3", "@babel/node": "7.19.1", "@commitlint/cli": "17.1.2", "@commitlint/config-conventional": "17.1.0", @@ -57,7 +57,7 @@ "benchmark": "^2.1.4", "conventional-changelog-anansi": "^0.2.0", "copyfiles": "^2.4.1", - "core-js": "3.25.1", + "core-js": "3.25.3", "coveralls": "^3.1.0", "cpy-cli": "4.2.0", "cross-fetch": "^3.0.6", diff --git a/packages/core/package.json b/packages/core/package.json index 3edf4e326f2..8e2e37367fc 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -121,8 +121,8 @@ } }, "devDependencies": { - "@babel/cli": "7.18.10", - "@babel/core": "7.19.1", + "@babel/cli": "7.19.3", + "@babel/core": "7.19.3", "@types/babel__core": "^7", "downlevel-dts": "^0.10.0", "npm-run-all": "^4.1.5", diff --git a/packages/endpoint/package.json b/packages/endpoint/package.json index 373efa787b2..b0988fce0d2 100644 --- a/packages/endpoint/package.json +++ b/packages/endpoint/package.json @@ -102,8 +102,8 @@ "@babel/runtime": "^7.13.0" }, "devDependencies": { - "@babel/cli": "7.18.10", - "@babel/core": "7.19.1", + "@babel/cli": "7.19.3", + "@babel/core": "7.19.3", "@types/babel__core": "^7", "downlevel-dts": "^0.10.0", "npm-run-all": "^4.1.5", diff --git a/packages/experimental/package.json b/packages/experimental/package.json index 16e198b80f3..4c73042f3cd 100644 --- a/packages/experimental/package.json +++ b/packages/experimental/package.json @@ -94,8 +94,8 @@ } }, "devDependencies": { - "@babel/cli": "7.18.10", - "@babel/core": "7.19.1", + "@babel/cli": "7.19.3", + "@babel/core": "7.19.3", "@types/babel__core": "^7", "downlevel-dts": "^0.10.0", "rollup": "2.79.1", diff --git a/packages/graphql/package.json b/packages/graphql/package.json index 94ec3fbc09f..e29d6d72b7d 100644 --- a/packages/graphql/package.json +++ b/packages/graphql/package.json @@ -106,8 +106,8 @@ "@rest-hooks/endpoint": "^3.0.0" }, "devDependencies": { - "@babel/cli": "7.18.10", - "@babel/core": "7.19.1", + "@babel/cli": "7.19.3", + "@babel/core": "7.19.3", "@types/babel__core": "^7", "downlevel-dts": "^0.10.0", "npm-run-all": "^4.1.5", diff --git a/packages/hooks/package.json b/packages/hooks/package.json index 4ed0045f11f..17167b88fa5 100644 --- a/packages/hooks/package.json +++ b/packages/hooks/package.json @@ -85,8 +85,8 @@ } }, "devDependencies": { - "@babel/cli": "7.18.10", - "@babel/core": "7.19.1", + "@babel/cli": "7.19.3", + "@babel/core": "7.19.3", "@types/babel__core": "^7", "downlevel-dts": "^0.10.0", "rollup": "2.79.1", diff --git a/packages/img/package.json b/packages/img/package.json index bc17c3ab554..7e4e5646274 100644 --- a/packages/img/package.json +++ b/packages/img/package.json @@ -82,8 +82,8 @@ } }, "devDependencies": { - "@babel/cli": "7.18.10", - "@babel/core": "7.19.1", + "@babel/cli": "7.19.3", + "@babel/core": "7.19.3", "@types/babel__core": "^7", "downlevel-dts": "^0.10.0", "rollup": "2.79.1", diff --git a/packages/legacy/package.json b/packages/legacy/package.json index b35d2fa7c09..62342817df1 100644 --- a/packages/legacy/package.json +++ b/packages/legacy/package.json @@ -102,8 +102,8 @@ } }, "devDependencies": { - "@babel/cli": "7.18.10", - "@babel/core": "7.19.1", + "@babel/cli": "7.19.3", + "@babel/core": "7.19.3", "@types/babel__core": "^7", "downlevel-dts": "^0.10.0", "npm-run-all": "^4.1.5", diff --git a/packages/normalizr/package.json b/packages/normalizr/package.json index 814df414de7..e6e0fbf03dd 100644 --- a/packages/normalizr/package.json +++ b/packages/normalizr/package.json @@ -93,8 +93,8 @@ ], "license": "MIT", "devDependencies": { - "@babel/cli": "7.18.10", - "@babel/core": "7.19.1", + "@babel/cli": "7.19.3", + "@babel/core": "7.19.3", "@types/babel__core": "^7", "downlevel-dts": "^0.10.0", "immutable": "4.1.0", diff --git a/packages/rest-hooks/package.json b/packages/rest-hooks/package.json index 74a233e7570..4f0362d4e2b 100644 --- a/packages/rest-hooks/package.json +++ b/packages/rest-hooks/package.json @@ -120,8 +120,8 @@ } }, "devDependencies": { - "@babel/cli": "7.18.10", - "@babel/core": "7.19.1", + "@babel/cli": "7.19.3", + "@babel/core": "7.19.3", "@types/babel__core": "^7", "downlevel-dts": "^0.10.0", "npm-run-all": "^4.1.5", diff --git a/packages/rest/package.json b/packages/rest/package.json index c3e954510e4..2ac6e0c47a9 100644 --- a/packages/rest/package.json +++ b/packages/rest/package.json @@ -101,8 +101,8 @@ "@rest-hooks/endpoint": "^3.0.0" }, "devDependencies": { - "@babel/cli": "7.18.10", - "@babel/core": "7.19.1", + "@babel/cli": "7.19.3", + "@babel/core": "7.19.3", "@types/babel__core": "^7", "downlevel-dts": "^0.10.0", "npm-run-all": "^4.1.5", diff --git a/packages/ssr/package.json b/packages/ssr/package.json index 96c0e150480..6e3665f4656 100644 --- a/packages/ssr/package.json +++ b/packages/ssr/package.json @@ -115,8 +115,8 @@ } }, "devDependencies": { - "@babel/cli": "7.18.10", - "@babel/core": "7.19.1", + "@babel/cli": "7.19.3", + "@babel/core": "7.19.3", "@types/babel__core": "^7", "downlevel-dts": "^0.10.0", "npm-run-all": "^4.1.5", diff --git a/packages/test/package.json b/packages/test/package.json index 7e51b439392..b956ed3777f 100644 --- a/packages/test/package.json +++ b/packages/test/package.json @@ -117,8 +117,8 @@ } }, "devDependencies": { - "@babel/cli": "7.18.10", - "@babel/core": "7.19.1", + "@babel/cli": "7.19.3", + "@babel/core": "7.19.3", "@types/babel__core": "^7", "downlevel-dts": "^0.10.0", "rollup": "2.79.1", diff --git a/packages/use-enhanced-reducer/package.json b/packages/use-enhanced-reducer/package.json index 3032686c061..7a389d0c1d3 100644 --- a/packages/use-enhanced-reducer/package.json +++ b/packages/use-enhanced-reducer/package.json @@ -82,8 +82,8 @@ } }, "devDependencies": { - "@babel/cli": "7.18.10", - "@babel/core": "7.19.1", + "@babel/cli": "7.19.3", + "@babel/core": "7.19.3", "@types/babel__core": "^7", "downlevel-dts": "^0.10.0", "rollup": "2.79.1", diff --git a/yarn.lock b/yarn.lock index 4592fa75e65..838a205c38a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -14,14 +14,14 @@ __metadata: languageName: node linkType: hard -"@anansi/babel-preset@npm:3.2.17": - version: 3.2.17 - resolution: "@anansi/babel-preset@npm:3.2.17" +"@anansi/babel-preset@npm:3.2.18": + version: 3.2.18 + resolution: "@anansi/babel-preset@npm:3.2.18" dependencies: "@anansi/ts-utils": ^0.2.6 "@babel/plugin-proposal-class-properties": ^7.18.6 "@babel/plugin-proposal-class-static-block": ^7.18.6 - "@babel/plugin-proposal-decorators": ^7.19.1 + "@babel/plugin-proposal-decorators": ^7.19.3 "@babel/plugin-proposal-export-default-from": ^7.18.10 "@babel/plugin-proposal-export-namespace-from": ^7.18.9 "@babel/plugin-proposal-optional-chaining": ^7.18.9 @@ -34,8 +34,8 @@ __metadata: "@babel/plugin-transform-react-constant-elements": ^7.18.12 "@babel/plugin-transform-react-inline-elements": ^7.18.6 "@babel/plugin-transform-runtime": ^7.19.1 - "@babel/plugin-transform-typescript": ^7.19.1 - "@babel/preset-env": ^7.19.1 + "@babel/plugin-transform-typescript": ^7.19.3 + "@babel/preset-env": ^7.19.3 "@babel/preset-react": ^7.18.6 babel-plugin-lodash: ^3.3.4 babel-plugin-macros: ^3.1.0 @@ -74,7 +74,7 @@ __metadata: optional: true typescript: optional: true - checksum: f0c537c8ab208b7464feafc6b07660e51dd986e61a61bb4abc528148d153cfb473f53c44b03052924f65ae62fa4ab685bb245b670b30a79d168cfa606fb47537 + checksum: 58f254bed59ae44d1274860c203b5565fd42628381d3e4541f729cbb7219814b87101959600dc9bc633426b75746609d2935ce86068a9090db2f74e3896afc7e languageName: node linkType: hard @@ -329,9 +329,9 @@ __metadata: languageName: node linkType: hard -"@babel/cli@npm:7.18.10": - version: 7.18.10 - resolution: "@babel/cli@npm:7.18.10" +"@babel/cli@npm:7.19.3": + version: 7.19.3 + resolution: "@babel/cli@npm:7.19.3" dependencies: "@jridgewell/trace-mapping": ^0.3.8 "@nicolo-ribaudo/chokidar-2": 2.1.8-no-fsevents.3 @@ -352,7 +352,7 @@ __metadata: bin: babel: ./bin/babel.js babel-external-helpers: ./bin/babel-external-helpers.js - checksum: 558dbba4718ae4a1d77ba0b8517b9cec7766a1e3a0e9dcb67f5269cb851a9bf09afb744cdf9fd5a9bbb2bde1ffabe9887c2da763313f52fcf87de279e655121a + checksum: baa2317754ee0d9bfd1054bfcfe7140429cd0d79c38c29f05228f8cfbccb17bed4f02d24c550fb73cc8a2b0b88bb67dde9177a770c0dfad482c1626935d4e95a languageName: node linkType: hard @@ -365,33 +365,33 @@ __metadata: languageName: node linkType: hard -"@babel/compat-data@npm:^7.17.7, @babel/compat-data@npm:^7.18.8, @babel/compat-data@npm:^7.19.1": - version: 7.19.1 - resolution: "@babel/compat-data@npm:7.19.1" - checksum: f985887ea08a140e4af87a94d3fb17af0345491eb97f5a85b1840255c2e2a97429f32a8fd12a7aae9218af5f1024f1eb12a5cd280d2d69b2337583c17ea506ba +"@babel/compat-data@npm:^7.17.7, @babel/compat-data@npm:^7.18.8, @babel/compat-data@npm:^7.19.3": + version: 7.19.3 + resolution: "@babel/compat-data@npm:7.19.3" + checksum: e6014cdb31f3e893a1bde6dd3ae05c8f946778318fa337b18b546ace6f9c9f7a5033fd9447070ebc8e820fa9fc7e0a30d4e354989e091900305a876b44346c8f languageName: node linkType: hard -"@babel/core@npm:7.19.1, @babel/core@npm:^7.11.6, @babel/core@npm:^7.12.3, @babel/core@npm:^7.13.16, @babel/core@npm:^7.14.0, @babel/core@npm:^7.18.5, @babel/core@npm:^7.18.9": - version: 7.19.1 - resolution: "@babel/core@npm:7.19.1" +"@babel/core@npm:7.19.3, @babel/core@npm:^7.11.6, @babel/core@npm:^7.12.3, @babel/core@npm:^7.13.16, @babel/core@npm:^7.14.0, @babel/core@npm:^7.18.5, @babel/core@npm:^7.18.9": + version: 7.19.3 + resolution: "@babel/core@npm:7.19.3" dependencies: "@ampproject/remapping": ^2.1.0 "@babel/code-frame": ^7.18.6 - "@babel/generator": ^7.19.0 - "@babel/helper-compilation-targets": ^7.19.1 + "@babel/generator": ^7.19.3 + "@babel/helper-compilation-targets": ^7.19.3 "@babel/helper-module-transforms": ^7.19.0 "@babel/helpers": ^7.19.0 - "@babel/parser": ^7.19.1 + "@babel/parser": ^7.19.3 "@babel/template": ^7.18.10 - "@babel/traverse": ^7.19.1 - "@babel/types": ^7.19.0 + "@babel/traverse": ^7.19.3 + "@babel/types": ^7.19.3 convert-source-map: ^1.7.0 debug: ^4.1.0 gensync: ^1.0.0-beta.2 json5: ^2.2.1 semver: ^6.3.0 - checksum: 941c8c119b80bdba5fafc80bbaa424d51146b6d3c30b8fae35879358dd37c11d3d0926bc7e970a0861229656eedaa8c884d4a3a25cc904086eb73b827a2f1168 + checksum: dd883311209ad5a2c65b227daeb7247d90a382c50f4c6ad60c5ee40927eb39c34f0690d93b775c0427794261b72fa8f9296589a2dbda0782366a9f1c6de00c08 languageName: node linkType: hard @@ -409,14 +409,14 @@ __metadata: languageName: node linkType: hard -"@babel/generator@npm:^7.14.0, @babel/generator@npm:^7.18.9, @babel/generator@npm:^7.19.0, @babel/generator@npm:^7.7.2": - version: 7.19.0 - resolution: "@babel/generator@npm:7.19.0" +"@babel/generator@npm:^7.14.0, @babel/generator@npm:^7.18.9, @babel/generator@npm:^7.19.3, @babel/generator@npm:^7.7.2": + version: 7.19.3 + resolution: "@babel/generator@npm:7.19.3" dependencies: - "@babel/types": ^7.19.0 + "@babel/types": ^7.19.3 "@jridgewell/gen-mapping": ^0.3.2 jsesc: ^2.5.1 - checksum: aa3d5785cf8f8e81672dcc61aef351188efeadb20d9f66d79113d82cbcf3bbbdeb829989fa14582108572ddbc4e4027bdceb06ccaf5ec40fa93c2dda8fbcd4aa + checksum: b1585e398f6c37f442a2fdac964a326b348fbc8fb99a6aaf4f72bbe993adb0ca792bc0a9c65e59930b2a2e55eb5aa3aab360ceb678d3d40692eb0cda2b7b6aa6 languageName: node linkType: hard @@ -449,17 +449,17 @@ __metadata: languageName: node linkType: hard -"@babel/helper-compilation-targets@npm:^7.17.7, @babel/helper-compilation-targets@npm:^7.18.9, @babel/helper-compilation-targets@npm:^7.19.0, @babel/helper-compilation-targets@npm:^7.19.1": - version: 7.19.1 - resolution: "@babel/helper-compilation-targets@npm:7.19.1" +"@babel/helper-compilation-targets@npm:^7.17.7, @babel/helper-compilation-targets@npm:^7.18.9, @babel/helper-compilation-targets@npm:^7.19.0, @babel/helper-compilation-targets@npm:^7.19.3": + version: 7.19.3 + resolution: "@babel/helper-compilation-targets@npm:7.19.3" dependencies: - "@babel/compat-data": ^7.19.1 + "@babel/compat-data": ^7.19.3 "@babel/helper-validator-option": ^7.18.6 browserslist: ^4.21.3 semver: ^6.3.0 peerDependencies: "@babel/core": ^7.0.0 - checksum: c2d3039265e498b341a6b597f855f2fcef02659050fefedf36ad4e6815e6aafe1011a761214cc80d98260ed07ab15a8cbe959a0458e97bec5f05a450e1b1741b + checksum: aafcb4490c98cddb3255fff98bfbdb881b4def85a1935fd9b1f9b1f0f8b502696839f6b387fb508ca991ea72ba82ce6913bab99f21df4ce80bda2b79e91a09f5 languageName: node linkType: hard @@ -654,10 +654,10 @@ __metadata: languageName: node linkType: hard -"@babel/helper-validator-identifier@npm:^7.18.6": - version: 7.18.6 - resolution: "@babel/helper-validator-identifier@npm:7.18.6" - checksum: e295254d616bbe26e48c196a198476ab4d42a73b90478c9842536cf910ead887f5af6b5c4df544d3052a25ccb3614866fa808dc1e3a5a4291acd444e243c0648 +"@babel/helper-validator-identifier@npm:^7.18.6, @babel/helper-validator-identifier@npm:^7.19.1": + version: 7.19.1 + resolution: "@babel/helper-validator-identifier@npm:7.19.1" + checksum: 0eca5e86a729162af569b46c6c41a63e18b43dbe09fda1d2a3c8924f7d617116af39cac5e4cd5d431bb760b4dca3c0970e0c444789b1db42bcf1fa41fbad0a3a languageName: node linkType: hard @@ -720,12 +720,12 @@ __metadata: languageName: node linkType: hard -"@babel/parser@npm:^7.1.0, @babel/parser@npm:^7.13.16, @babel/parser@npm:^7.14.0, @babel/parser@npm:^7.14.7, @babel/parser@npm:^7.18.10, @babel/parser@npm:^7.19.1": - version: 7.19.1 - resolution: "@babel/parser@npm:7.19.1" +"@babel/parser@npm:^7.1.0, @babel/parser@npm:^7.13.16, @babel/parser@npm:^7.14.0, @babel/parser@npm:^7.14.7, @babel/parser@npm:^7.18.10, @babel/parser@npm:^7.19.3": + version: 7.19.3 + resolution: "@babel/parser@npm:7.19.3" bin: parser: ./bin/babel-parser.js - checksum: b1e0acb346b2a533c857e1e97ac0886cdcbd76aafef67835a2b23f760c10568eb53ad8a27dd5f862d8ba4e583742e6067f107281ccbd68959d61bc61e4ddaa51 + checksum: 854f1390328a8cea5d95ed2a8655a8976cdb41e72393845df0f86088dc777817a5e015a1a61739d312accccf1a22358fb70707a013d25596251cceba2c8985ee languageName: node linkType: hard @@ -792,9 +792,9 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-proposal-decorators@npm:^7.19.1": - version: 7.19.1 - resolution: "@babel/plugin-proposal-decorators@npm:7.19.1" +"@babel/plugin-proposal-decorators@npm:^7.19.3": + version: 7.19.3 + resolution: "@babel/plugin-proposal-decorators@npm:7.19.3" dependencies: "@babel/helper-create-class-features-plugin": ^7.19.0 "@babel/helper-plugin-utils": ^7.19.0 @@ -803,7 +803,7 @@ __metadata: "@babel/plugin-syntax-decorators": ^7.19.0 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: a80c048ce1940a91dd468cab7f6f7087903c64fd83f669da74a420e1d0f3eeac623f16b6bc02532148733a4e602771d19e080f5b858fbd0e69cfb74317226ed6 + checksum: d5ff9b963907e960968733a736e329d5c6fd9fe3432379cb8f34858ada9163e92d0c393603602c70126ee6b61f2fff274284b3da9f43e7f3b9f00dbc7052b747 languageName: node linkType: hard @@ -1738,16 +1738,16 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-typescript@npm:^7.18.6, @babel/plugin-transform-typescript@npm:^7.19.1, @babel/plugin-transform-typescript@npm:^7.5.0": - version: 7.19.1 - resolution: "@babel/plugin-transform-typescript@npm:7.19.1" +"@babel/plugin-transform-typescript@npm:^7.18.6, @babel/plugin-transform-typescript@npm:^7.19.3, @babel/plugin-transform-typescript@npm:^7.5.0": + version: 7.19.3 + resolution: "@babel/plugin-transform-typescript@npm:7.19.3" dependencies: "@babel/helper-create-class-features-plugin": ^7.19.0 "@babel/helper-plugin-utils": ^7.19.0 "@babel/plugin-syntax-typescript": ^7.18.6 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 434752f9cfb3cfe5dc0a3c8118b404bb7340b665c01cf6b817a9d6dafa10ca128fccecf4c507286fb00a92b89bcabeb8256e67c18aef5db9fdc4eb8a71881d70 + checksum: 094c8c4ad05fee7f1bda243923cadb2b05b58448ea7cf9560e734c7cffd72acfeab3e1e0d2b084eb47a5a950ac316f970b83904b3504c203fa6fe9d8d61526a8 languageName: node linkType: hard @@ -1774,12 +1774,12 @@ __metadata: languageName: node linkType: hard -"@babel/preset-env@npm:>=7, @babel/preset-env@npm:^7.18.2, @babel/preset-env@npm:^7.19.1": - version: 7.19.1 - resolution: "@babel/preset-env@npm:7.19.1" +"@babel/preset-env@npm:>=7, @babel/preset-env@npm:^7.18.2, @babel/preset-env@npm:^7.19.3": + version: 7.19.3 + resolution: "@babel/preset-env@npm:7.19.3" dependencies: - "@babel/compat-data": ^7.19.1 - "@babel/helper-compilation-targets": ^7.19.1 + "@babel/compat-data": ^7.19.3 + "@babel/helper-compilation-targets": ^7.19.3 "@babel/helper-plugin-utils": ^7.19.0 "@babel/helper-validator-option": ^7.18.6 "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": ^7.18.6 @@ -1847,7 +1847,7 @@ __metadata: "@babel/plugin-transform-unicode-escapes": ^7.18.10 "@babel/plugin-transform-unicode-regex": ^7.18.6 "@babel/preset-modules": ^0.1.5 - "@babel/types": ^7.19.0 + "@babel/types": ^7.19.3 babel-plugin-polyfill-corejs2: ^0.3.3 babel-plugin-polyfill-corejs3: ^0.6.0 babel-plugin-polyfill-regenerator: ^0.4.1 @@ -1855,7 +1855,7 @@ __metadata: semver: ^6.3.0 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 3fcd4f3e768b8b0c9e8f9fb2b23d694d838d3cc936c783aaa9c436b863ae24811059b6ffed80e2ac7d54e7d2c18b0a190f4de05298cf461d27b2817b617ea71f + checksum: f967cf48fa54f4b87cfd6dcad0d8c6249379af55c657f7519d2e3538ebb5e3f73b465677d88a6730e569f45150a2966e14b43bd1134d434a12ca351c14381871 languageName: node linkType: hard @@ -1961,32 +1961,32 @@ __metadata: languageName: node linkType: hard -"@babel/traverse@npm:^7.14.0, @babel/traverse@npm:^7.18.10, @babel/traverse@npm:^7.18.9, @babel/traverse@npm:^7.19.0, @babel/traverse@npm:^7.19.1, @babel/traverse@npm:^7.7.2": - version: 7.19.1 - resolution: "@babel/traverse@npm:7.19.1" +"@babel/traverse@npm:^7.14.0, @babel/traverse@npm:^7.18.10, @babel/traverse@npm:^7.18.9, @babel/traverse@npm:^7.19.0, @babel/traverse@npm:^7.19.1, @babel/traverse@npm:^7.19.3, @babel/traverse@npm:^7.7.2": + version: 7.19.3 + resolution: "@babel/traverse@npm:7.19.3" dependencies: "@babel/code-frame": ^7.18.6 - "@babel/generator": ^7.19.0 + "@babel/generator": ^7.19.3 "@babel/helper-environment-visitor": ^7.18.9 "@babel/helper-function-name": ^7.19.0 "@babel/helper-hoist-variables": ^7.18.6 "@babel/helper-split-export-declaration": ^7.18.6 - "@babel/parser": ^7.19.1 - "@babel/types": ^7.19.0 + "@babel/parser": ^7.19.3 + "@babel/types": ^7.19.3 debug: ^4.1.0 globals: ^11.1.0 - checksum: 9d782b5089ebc989e54c2406814ed1206cb745ed2734e6602dee3e23d4b6ebbb703ff86e536276630f8de83fda6cde99f0634e3c3d847ddb40572d0303ba8800 + checksum: ef16c98fca7f2c347febd06737c13230ea103d619a0d6c142445bc8eff6359d2fce026f27dece02b4838f614cda8a9330bc4a576ccc6cd0ce21844d1d0205769 languageName: node linkType: hard -"@babel/types@npm:^7.0.0, @babel/types@npm:^7.0.0-beta.49, @babel/types@npm:^7.18.10, @babel/types@npm:^7.18.4, @babel/types@npm:^7.18.6, @babel/types@npm:^7.18.9, @babel/types@npm:^7.19.0, @babel/types@npm:^7.3.0, @babel/types@npm:^7.3.3, @babel/types@npm:^7.4.4, @babel/types@npm:^7.8.3": - version: 7.19.0 - resolution: "@babel/types@npm:7.19.0" +"@babel/types@npm:^7.0.0, @babel/types@npm:^7.0.0-beta.49, @babel/types@npm:^7.18.10, @babel/types@npm:^7.18.4, @babel/types@npm:^7.18.6, @babel/types@npm:^7.18.9, @babel/types@npm:^7.19.0, @babel/types@npm:^7.19.3, @babel/types@npm:^7.3.0, @babel/types@npm:^7.3.3, @babel/types@npm:^7.4.4, @babel/types@npm:^7.8.3": + version: 7.19.3 + resolution: "@babel/types@npm:7.19.3" dependencies: "@babel/helper-string-parser": ^7.18.10 - "@babel/helper-validator-identifier": ^7.18.6 + "@babel/helper-validator-identifier": ^7.19.1 to-fast-properties: ^2.0.0 - checksum: 9b346715a68aeede70ba9c685a144b0b26c53bcd595d448e24c8fa8df4d5956a5712e56ebadb7c85dcc32f218ee42788e37b93d50d3295c992072224cb3ef3fe + checksum: 34a5b3db3b99a1a80ec2a784c2bb0e48769a38f1526dc377a5753a3ac5e5704663c405a393117ecc7a9df9da07b01625be7c4c3fee43ae46aba23b0c40928d77 languageName: node linkType: hard @@ -3744,8 +3744,8 @@ __metadata: version: 0.0.0-use.local resolution: "@rest-hooks/core@workspace:packages/core" dependencies: - "@babel/cli": 7.18.10 - "@babel/core": 7.19.1 + "@babel/cli": 7.19.3 + "@babel/core": 7.19.3 "@babel/runtime": ^7.13.0 "@rest-hooks/normalizr": ^9.0.0 "@rest-hooks/use-enhanced-reducer": ^1.1.5 @@ -3774,8 +3774,8 @@ __metadata: version: 0.0.0-use.local resolution: "@rest-hooks/endpoint@workspace:packages/endpoint" dependencies: - "@babel/cli": 7.18.10 - "@babel/core": 7.19.1 + "@babel/cli": 7.19.3 + "@babel/core": 7.19.3 "@babel/runtime": ^7.13.0 "@types/babel__core": ^7 downlevel-dts: ^0.10.0 @@ -3796,8 +3796,8 @@ __metadata: version: 0.0.0-use.local resolution: "@rest-hooks/experimental@workspace:packages/experimental" dependencies: - "@babel/cli": 7.18.10 - "@babel/core": 7.19.1 + "@babel/cli": 7.19.3 + "@babel/core": 7.19.3 "@babel/runtime": ^7.13.0 "@types/babel__core": ^7 "@types/path-to-regexp": ^1.7.0 @@ -3827,8 +3827,8 @@ __metadata: version: 0.0.0-use.local resolution: "@rest-hooks/graphql@workspace:packages/graphql" dependencies: - "@babel/cli": 7.18.10 - "@babel/core": 7.19.1 + "@babel/cli": 7.19.3 + "@babel/core": 7.19.3 "@babel/runtime": ^7.13.0 "@rest-hooks/endpoint": ^3.0.0 "@types/babel__core": ^7 @@ -3849,8 +3849,8 @@ __metadata: version: 0.0.0-use.local resolution: "@rest-hooks/hooks@workspace:packages/hooks" dependencies: - "@babel/cli": 7.18.10 - "@babel/core": 7.19.1 + "@babel/cli": 7.19.3 + "@babel/core": 7.19.3 "@babel/runtime": ^7.13.0 "@types/babel__core": ^7 downlevel-dts: ^0.10.0 @@ -3876,8 +3876,8 @@ __metadata: version: 0.0.0-use.local resolution: "@rest-hooks/img@workspace:packages/img" dependencies: - "@babel/cli": 7.18.10 - "@babel/core": 7.19.1 + "@babel/cli": 7.19.3 + "@babel/core": 7.19.3 "@babel/runtime": ^7.13.0 "@types/babel__core": ^7 downlevel-dts: ^0.10.0 @@ -3904,8 +3904,8 @@ __metadata: version: 0.0.0-use.local resolution: "@rest-hooks/legacy@workspace:packages/legacy" dependencies: - "@babel/cli": 7.18.10 - "@babel/core": 7.19.1 + "@babel/cli": 7.19.3 + "@babel/core": 7.19.3 "@types/babel__core": ^7 downlevel-dts: ^0.10.0 npm-run-all: ^4.1.5 @@ -3931,8 +3931,8 @@ __metadata: version: 0.0.0-use.local resolution: "@rest-hooks/normalizr@workspace:packages/normalizr" dependencies: - "@babel/cli": 7.18.10 - "@babel/core": 7.19.1 + "@babel/cli": 7.19.3 + "@babel/core": 7.19.3 "@babel/runtime": ^7.13.0 "@types/babel__core": ^7 downlevel-dts: ^0.10.0 @@ -3953,8 +3953,8 @@ __metadata: version: 0.0.0-use.local resolution: "@rest-hooks/rest@workspace:packages/rest" dependencies: - "@babel/cli": 7.18.10 - "@babel/core": 7.19.1 + "@babel/cli": 7.19.3 + "@babel/core": 7.19.3 "@babel/runtime": ^7.13.0 "@rest-hooks/endpoint": ^3.0.0 "@types/babel__core": ^7 @@ -3975,8 +3975,8 @@ __metadata: version: 0.0.0-use.local resolution: "@rest-hooks/ssr@workspace:packages/ssr" dependencies: - "@babel/cli": 7.18.10 - "@babel/core": 7.19.1 + "@babel/cli": 7.19.3 + "@babel/core": 7.19.3 "@babel/runtime": ^7.13.0 "@types/babel__core": ^7 downlevel-dts: ^0.10.0 @@ -4005,8 +4005,8 @@ __metadata: version: 0.0.0-use.local resolution: "@rest-hooks/test@workspace:packages/test" dependencies: - "@babel/cli": 7.18.10 - "@babel/core": 7.19.1 + "@babel/cli": 7.19.3 + "@babel/core": 7.19.3 "@babel/runtime": ^7.13.0 "@testing-library/react-hooks": ~8.0.0 "@types/babel__core": ^7 @@ -4037,8 +4037,8 @@ __metadata: version: 0.0.0-use.local resolution: "@rest-hooks/use-enhanced-reducer@workspace:packages/use-enhanced-reducer" dependencies: - "@babel/cli": 7.18.10 - "@babel/core": 7.19.1 + "@babel/cli": 7.19.3 + "@babel/core": 7.19.3 "@types/babel__core": ^7 downlevel-dts: ^0.10.0 rollup: 2.79.1 @@ -7812,10 +7812,10 @@ __metadata: languageName: node linkType: hard -"core-js@npm:3.25.1, core-js@npm:^3.21.0, core-js@npm:^3.25.1": - version: 3.25.1 - resolution: "core-js@npm:3.25.1" - checksum: bfacb078e790913841e2d5008b9b6705ae56ed23f83c7f0ae08d330d874561012611089d53b71520105234ed0abba36f28d91b391514a16541a8c8d98c464239 +"core-js@npm:3.25.3, core-js@npm:^3.21.0, core-js@npm:^3.25.1": + version: 3.25.3 + resolution: "core-js@npm:3.25.3" + checksum: 26ca0a5e575e6da03dc30099f48bc00db50a1c0a3f81299165f111cb163869ae453de5e345f2cb7bc8be85a9adcee11fca94f0fbdbdf6d483c68e1c55a9efc5a languageName: node linkType: hard @@ -9530,7 +9530,7 @@ __metadata: version: 0.0.0-use.local resolution: "example-benchmark@workspace:examples/benchmark" dependencies: - "@babel/core": 7.19.1 + "@babel/core": 7.19.3 "@babel/node": 7.19.1 "@rest-hooks/core": "workspace:^" "@rest-hooks/endpoint": "workspace:^" @@ -10435,13 +10435,13 @@ __metadata: version: 0.0.0-use.local resolution: "github-app@workspace:examples/github-app" dependencies: - "@anansi/babel-preset": 3.2.17 + "@anansi/babel-preset": 3.2.18 "@anansi/browserslist-config": 1.4.0 "@anansi/eslint-plugin": 0.14.2 "@anansi/router": 0.6.24 "@anansi/webpack-config": 13.0.13 "@ant-design/icons": ^4.7.0 - "@babel/core": 7.19.1 + "@babel/core": 7.19.3 "@linaria/babel-preset": 4.2.0 "@linaria/core": 4.1.2 "@linaria/react": 4.1.3 @@ -15250,7 +15250,7 @@ __metadata: version: 0.0.0-use.local resolution: "normalizr-github-example@workspace:examples/normalizr-github" dependencies: - "@babel/core": 7.19.1 + "@babel/core": 7.19.3 "@babel/node": 7.19.1 "@rest-hooks/endpoint": "workspace:^" "@rest-hooks/normalizr": "workspace:^" @@ -15270,7 +15270,7 @@ __metadata: version: 0.0.0-use.local resolution: "normalizr-redux-example@workspace:examples/normalizr-redux" dependencies: - "@babel/core": 7.19.1 + "@babel/core": 7.19.3 "@babel/node": 7.19.1 "@octokit/rest": 19.0.4 "@rest-hooks/endpoint": "workspace:^" @@ -15294,7 +15294,7 @@ __metadata: version: 0.0.0-use.local resolution: "normalizr-relationships@workspace:examples/normalizr-relationships" dependencies: - "@babel/core": 7.19.1 + "@babel/core": 7.19.3 "@babel/node": 7.19.1 "@rest-hooks/endpoint": "workspace:^" "@rest-hooks/normalizr": "workspace:^" @@ -18980,8 +18980,8 @@ __metadata: version: 0.0.0-use.local resolution: "rest-hooks@workspace:packages/rest-hooks" dependencies: - "@babel/cli": 7.18.10 - "@babel/core": 7.19.1 + "@babel/cli": 7.19.3 + "@babel/core": 7.19.3 "@babel/runtime": ^7.13.0 "@rest-hooks/core": ^3.3.0 "@rest-hooks/endpoint": ^3.0.0 @@ -19214,12 +19214,12 @@ __metadata: version: 0.0.0-use.local resolution: "root-workspace-0b6124@workspace:." dependencies: - "@anansi/babel-preset": 3.2.17 + "@anansi/babel-preset": 3.2.18 "@anansi/browserslist-config": 1.4.0 "@anansi/eslint-plugin": 0.14.2 "@anansi/jest-preset": 0.7.28 - "@babel/cli": 7.18.10 - "@babel/core": 7.19.1 + "@babel/cli": 7.19.3 + "@babel/core": 7.19.3 "@babel/node": 7.19.1 "@commitlint/cli": 17.1.2 "@commitlint/config-conventional": 17.1.0 @@ -19239,7 +19239,7 @@ __metadata: benchmark: ^2.1.4 conventional-changelog-anansi: ^0.2.0 copyfiles: ^2.4.1 - core-js: 3.25.1 + core-js: 3.25.3 coveralls: ^3.1.0 cpy-cli: 4.2.0 cross-fetch: ^3.0.6 @@ -20814,11 +20814,11 @@ __metadata: version: 0.0.0-use.local resolution: "todo-app@workspace:examples/todo-app" dependencies: - "@anansi/babel-preset": 3.2.17 + "@anansi/babel-preset": 3.2.18 "@anansi/browserslist-config": 1.4.0 "@anansi/eslint-plugin": 0.14.2 "@anansi/webpack-config": 13.0.13 - "@babel/core": 7.19.1 + "@babel/core": 7.19.3 "@linaria/babel-preset": 4.2.0 "@linaria/core": 4.1.2 "@linaria/react": 4.1.3