From 44bb47b6c2116eb480681e2b1e23eeace796b3f5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 Dec 2023 19:14:28 +0000 Subject: [PATCH] pkg: Update all non-major dependencies --- examples/benchmark/package.json | 2 +- examples/github-app/package-lock.json | 24 ++-- examples/github-app/package.json | 4 +- examples/nextjs/package-lock.json | 97 +++++++-------- examples/nextjs/package.json | 4 +- package.json | 4 +- website/package.json | 2 +- yarn.lock | 169 +++++++++++++------------- 8 files changed, 154 insertions(+), 152 deletions(-) diff --git a/examples/benchmark/package.json b/examples/benchmark/package.json index 7db9da3b6809..dafc9ee70146 100644 --- a/examples/benchmark/package.json +++ b/examples/benchmark/package.json @@ -31,7 +31,7 @@ "@babel/node": "7.22.19", "@types/babel__core": "^7", "@types/benchmark": "2.1.5", - "@types/react": "18.2.42", + "@types/react": "18.2.43", "webpack": "^5.76.2", "webpack-cli": "^5.1.4" } diff --git a/examples/github-app/package-lock.json b/examples/github-app/package-lock.json index 3ae7e58a90dd..d999abaa34cd 100644 --- a/examples/github-app/package-lock.json +++ b/examples/github-app/package-lock.json @@ -9,7 +9,7 @@ "version": "0.4.15", "license": "Apache-2.0", "dependencies": { - "@anansi/router": "0.9.2", + "@anansi/router": "0.9.3", "@ant-design/icons": "^5.0.0", "@data-client/graphql": "^0.9.0", "@data-client/hooks": "^0.1.1", @@ -38,7 +38,7 @@ "@linaria/shaker": "5.0.3", "@types/lodash": "4.14.192", "@types/parse-link-header": "^2.0.0", - "@types/react": "18.2.42", + "@types/react": "18.2.43", "@types/react-dom": "18.2.17", "@types/uuid": "^9.0.0", "@typescript-eslint/eslint-plugin": "6.13.2", @@ -169,12 +169,12 @@ } }, "node_modules/@anansi/router": { - "version": "0.9.2", - "resolved": "https://registry.npmjs.org/@anansi/router/-/router-0.9.2.tgz", - "integrity": "sha512-jGYlYr4WhfFuU5QZNaAbg08jcKAjTUdMX1xZZk3RBkKQEiHDbyWZ3CZ8sKEckEUgUZGe31mboX6P+bD79rMxLQ==", + "version": "0.9.3", + "resolved": "https://registry.npmjs.org/@anansi/router/-/router-0.9.3.tgz", + "integrity": "sha512-la/2HID9HcJmthQr80bzddaYsb/A3G9GtpTs9CfjOgTY4geFTdyxDPel8Pad5IkGH127w3F5HY5M5ITaoXQo8w==", "dependencies": { "@babel/runtime": "^7.17.0", - "@pojo-router/core": "^0.6.2", + "@pojo-router/core": "^0.6.3", "history": "^5.3.0", "nano-memoize": "^3.0.16" }, @@ -4386,9 +4386,9 @@ } }, "node_modules/@pojo-router/core": { - "version": "0.6.2", - "resolved": "https://registry.npmjs.org/@pojo-router/core/-/core-0.6.2.tgz", - "integrity": "sha512-//b6KxzwE3BiVHtVVrUId/EL+kNBnoh/9VU8a+S6lLViOHTj+WKv3QLan/4/zODEycyXtGfKSnhiUv242ZuqSg==", + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/@pojo-router/core/-/core-0.6.3.tgz", + "integrity": "sha512-aEgUhYNSe0Ff8c1YKiYywMVXwuwVuh+34B7ibopZeW6bv+ksnk6yCxpt6bDLQREMoor13z2Bi3H+byRT7UrQQw==", "dependencies": { "@babel/runtime": "^7.17.0", "history": "5.3.0", @@ -5071,9 +5071,9 @@ "license": "MIT" }, "node_modules/@types/react": { - "version": "18.2.42", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.42.tgz", - "integrity": "sha512-c1zEr96MjakLYus/wPnuWDo1/zErfdU9rNsIGmE+NV71nx88FG9Ttgo5dqorXTu/LImX2f63WBP986gJkMPNbA==", + "version": "18.2.43", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.43.tgz", + "integrity": "sha512-nvOV01ZdBdd/KW6FahSbcNplt2jCJfyWdTos61RYHV+FVv5L/g9AOX1bmbVcWcLFL8+KHQfh1zVIQrud6ihyQA==", "dependencies": { "@types/prop-types": "*", "@types/scheduler": "*", diff --git a/examples/github-app/package.json b/examples/github-app/package.json index 67a65968b711..b9fe22b9b73c 100644 --- a/examples/github-app/package.json +++ b/examples/github-app/package.json @@ -35,7 +35,7 @@ "@linaria/shaker": "5.0.3", "@types/lodash": "4.14.192", "@types/parse-link-header": "^2.0.0", - "@types/react": "18.2.42", + "@types/react": "18.2.43", "@types/react-dom": "18.2.17", "@types/uuid": "^9.0.0", "@typescript-eslint/eslint-plugin": "6.13.2", @@ -47,7 +47,7 @@ "webpack-dev-server": "4.15.1" }, "dependencies": { - "@anansi/router": "0.9.2", + "@anansi/router": "0.9.3", "@ant-design/icons": "^5.0.0", "@data-client/graphql": "^0.9.0", "@data-client/hooks": "^0.1.1", diff --git a/examples/nextjs/package-lock.json b/examples/nextjs/package-lock.json index d5904353150b..f43693607f38 100644 --- a/examples/nextjs/package-lock.json +++ b/examples/nextjs/package-lock.json @@ -15,10 +15,10 @@ "@data-client/test": "^0.9.0", "@js-temporal/polyfill": "^0.4.4", "@types/node": "20.10.4", - "@types/react": "18.2.42", + "@types/react": "18.2.43", "@types/react-dom": "18.2.17", "classnames": "^2.3.2", - "next": "14.0.3", + "next": "14.0.4", "react": "18.2.0", "react-dom": "18.2.0", "redux": "^5.0.0", @@ -2511,14 +2511,14 @@ } }, "node_modules/@next/env": { - "version": "14.0.3", - "resolved": "https://registry.npmjs.org/@next/env/-/env-14.0.3.tgz", - "integrity": "sha512-7xRqh9nMvP5xrW4/+L0jgRRX+HoNRGnfJpD+5Wq6/13j3dsdzxO3BCXn7D3hMqsDb+vjZnJq+vI7+EtgrYZTeA==" + "version": "14.0.4", + "resolved": "https://registry.npmjs.org/@next/env/-/env-14.0.4.tgz", + "integrity": "sha512-irQnbMLbUNQpP1wcE5NstJtbuA/69kRfzBrpAD7Gsn8zm/CY6YQYc3HQBz8QPxwISG26tIm5afvvVbu508oBeQ==" }, "node_modules/@next/swc-darwin-arm64": { - "version": "14.0.3", - "resolved": "https://registry.npmjs.org/@next/swc-darwin-arm64/-/swc-darwin-arm64-14.0.3.tgz", - "integrity": "sha512-64JbSvi3nbbcEtyitNn2LEDS/hcleAFpHdykpcnrstITFlzFgB/bW0ER5/SJJwUPj+ZPY+z3e+1jAfcczRLVGw==", + "version": "14.0.4", + "resolved": "https://registry.npmjs.org/@next/swc-darwin-arm64/-/swc-darwin-arm64-14.0.4.tgz", + "integrity": "sha512-mF05E/5uPthWzyYDyptcwHptucf/jj09i2SXBPwNzbgBNc+XnwzrL0U6BmPjQeOL+FiB+iG1gwBeq7mlDjSRPg==", "cpu": [ "arm64" ], @@ -2531,9 +2531,9 @@ } }, "node_modules/@next/swc-darwin-x64": { - "version": "14.0.3", - "resolved": "https://registry.npmjs.org/@next/swc-darwin-x64/-/swc-darwin-x64-14.0.3.tgz", - "integrity": "sha512-RkTf+KbAD0SgYdVn1XzqE/+sIxYGB7NLMZRn9I4Z24afrhUpVJx6L8hsRnIwxz3ERE2NFURNliPjJ2QNfnWicQ==", + "version": "14.0.4", + "resolved": "https://registry.npmjs.org/@next/swc-darwin-x64/-/swc-darwin-x64-14.0.4.tgz", + "integrity": "sha512-IZQ3C7Bx0k2rYtrZZxKKiusMTM9WWcK5ajyhOZkYYTCc8xytmwSzR1skU7qLgVT/EY9xtXDG0WhY6fyujnI3rw==", "cpu": [ "x64" ], @@ -2546,9 +2546,9 @@ } }, "node_modules/@next/swc-linux-arm64-gnu": { - "version": "14.0.3", - "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-14.0.3.tgz", - "integrity": "sha512-3tBWGgz7M9RKLO6sPWC6c4pAw4geujSwQ7q7Si4d6bo0l6cLs4tmO+lnSwFp1Tm3lxwfMk0SgkJT7EdwYSJvcg==", + "version": "14.0.4", + "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-14.0.4.tgz", + "integrity": "sha512-VwwZKrBQo/MGb1VOrxJ6LrKvbpo7UbROuyMRvQKTFKhNaXjUmKTu7wxVkIuCARAfiI8JpaWAnKR+D6tzpCcM4w==", "cpu": [ "arm64" ], @@ -2561,9 +2561,9 @@ } }, "node_modules/@next/swc-linux-arm64-musl": { - "version": "14.0.3", - "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-14.0.3.tgz", - "integrity": "sha512-v0v8Kb8j8T23jvVUWZeA2D8+izWspeyeDGNaT2/mTHWp7+37fiNfL8bmBWiOmeumXkacM/AB0XOUQvEbncSnHA==", + "version": "14.0.4", + "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-14.0.4.tgz", + "integrity": "sha512-8QftwPEW37XxXoAwsn+nXlodKWHfpMaSvt81W43Wh8dv0gkheD+30ezWMcFGHLI71KiWmHK5PSQbTQGUiidvLQ==", "cpu": [ "arm64" ], @@ -2576,9 +2576,9 @@ } }, "node_modules/@next/swc-linux-x64-gnu": { - "version": "14.0.3", - "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-14.0.3.tgz", - "integrity": "sha512-VM1aE1tJKLBwMGtyBR21yy+STfl0MapMQnNrXkxeyLs0GFv/kZqXS5Jw/TQ3TSUnbv0QPDf/X8sDXuMtSgG6eg==", + "version": "14.0.4", + "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-14.0.4.tgz", + "integrity": "sha512-/s/Pme3VKfZAfISlYVq2hzFS8AcAIOTnoKupc/j4WlvF6GQ0VouS2Q2KEgPuO1eMBwakWPB1aYFIA4VNVh667A==", "cpu": [ "x64" ], @@ -2591,9 +2591,9 @@ } }, "node_modules/@next/swc-linux-x64-musl": { - "version": "14.0.3", - "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-14.0.3.tgz", - "integrity": "sha512-64EnmKy18MYFL5CzLaSuUn561hbO1Gk16jM/KHznYP3iCIfF9e3yULtHaMy0D8zbHfxset9LTOv6cuYKJgcOxg==", + "version": "14.0.4", + "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-14.0.4.tgz", + "integrity": "sha512-m8z/6Fyal4L9Bnlxde5g2Mfa1Z7dasMQyhEhskDATpqr+Y0mjOBZcXQ7G5U+vgL22cI4T7MfvgtrM2jdopqWaw==", "cpu": [ "x64" ], @@ -2606,9 +2606,9 @@ } }, "node_modules/@next/swc-win32-arm64-msvc": { - "version": "14.0.3", - "resolved": "https://registry.npmjs.org/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-14.0.3.tgz", - "integrity": "sha512-WRDp8QrmsL1bbGtsh5GqQ/KWulmrnMBgbnb+59qNTW1kVi1nG/2ndZLkcbs2GX7NpFLlToLRMWSQXmPzQm4tog==", + "version": "14.0.4", + "resolved": "https://registry.npmjs.org/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-14.0.4.tgz", + "integrity": "sha512-7Wv4PRiWIAWbm5XrGz3D8HUkCVDMMz9igffZG4NB1p4u1KoItwx9qjATHz88kwCEal/HXmbShucaslXCQXUM5w==", "cpu": [ "arm64" ], @@ -2621,9 +2621,9 @@ } }, "node_modules/@next/swc-win32-ia32-msvc": { - "version": "14.0.3", - "resolved": "https://registry.npmjs.org/@next/swc-win32-ia32-msvc/-/swc-win32-ia32-msvc-14.0.3.tgz", - "integrity": "sha512-EKffQeqCrj+t6qFFhIFTRoqb2QwX1mU7iTOvMyLbYw3QtqTw9sMwjykyiMlZlrfm2a4fA84+/aeW+PMg1MjuTg==", + "version": "14.0.4", + "resolved": "https://registry.npmjs.org/@next/swc-win32-ia32-msvc/-/swc-win32-ia32-msvc-14.0.4.tgz", + "integrity": "sha512-zLeNEAPULsl0phfGb4kdzF/cAVIfaC7hY+kt0/d+y9mzcZHsMS3hAS829WbJ31DkSlVKQeHEjZHIdhN+Pg7Gyg==", "cpu": [ "ia32" ], @@ -2636,9 +2636,9 @@ } }, "node_modules/@next/swc-win32-x64-msvc": { - "version": "14.0.3", - "resolved": "https://registry.npmjs.org/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-14.0.3.tgz", - "integrity": "sha512-ERhKPSJ1vQrPiwrs15Pjz/rvDHZmkmvbf/BjPN/UCOI++ODftT0GtasDPi0j+y6PPJi5HsXw+dpRaXUaw4vjuQ==", + "version": "14.0.4", + "resolved": "https://registry.npmjs.org/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-14.0.4.tgz", + "integrity": "sha512-yEh2+R8qDlDCjxVpzOTEpBLQTEFAcP2A8fUFLaWNap9GitYKkKv1//y2S6XY6zsR4rCOPRpU7plYDR+az2n30A==", "cpu": [ "x64" ], @@ -3308,9 +3308,9 @@ "integrity": "sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==" }, "node_modules/@types/react": { - "version": "18.2.42", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.42.tgz", - "integrity": "sha512-c1zEr96MjakLYus/wPnuWDo1/zErfdU9rNsIGmE+NV71nx88FG9Ttgo5dqorXTu/LImX2f63WBP986gJkMPNbA==", + "version": "18.2.43", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.43.tgz", + "integrity": "sha512-nvOV01ZdBdd/KW6FahSbcNplt2jCJfyWdTos61RYHV+FVv5L/g9AOX1bmbVcWcLFL8+KHQfh1zVIQrud6ihyQA==", "dependencies": { "@types/prop-types": "*", "@types/scheduler": "*", @@ -6673,14 +6673,15 @@ "peer": true }, "node_modules/next": { - "version": "14.0.3", - "resolved": "https://registry.npmjs.org/next/-/next-14.0.3.tgz", - "integrity": "sha512-AbYdRNfImBr3XGtvnwOxq8ekVCwbFTv/UJoLwmaX89nk9i051AEY4/HAWzU0YpaTDw8IofUpmuIlvzWF13jxIw==", + "version": "14.0.4", + "resolved": "https://registry.npmjs.org/next/-/next-14.0.4.tgz", + "integrity": "sha512-qbwypnM7327SadwFtxXnQdGiKpkuhaRLE2uq62/nRul9cj9KhQ5LhHmlziTNqUidZotw/Q1I9OjirBROdUJNgA==", "dependencies": { - "@next/env": "14.0.3", + "@next/env": "14.0.4", "@swc/helpers": "0.5.2", "busboy": "1.6.0", "caniuse-lite": "^1.0.30001406", + "graceful-fs": "^4.2.11", "postcss": "8.4.31", "styled-jsx": "5.1.1", "watchpack": "2.4.0" @@ -6692,15 +6693,15 @@ "node": ">=18.17.0" }, "optionalDependencies": { - "@next/swc-darwin-arm64": "14.0.3", - "@next/swc-darwin-x64": "14.0.3", - "@next/swc-linux-arm64-gnu": "14.0.3", - "@next/swc-linux-arm64-musl": "14.0.3", - "@next/swc-linux-x64-gnu": "14.0.3", - "@next/swc-linux-x64-musl": "14.0.3", - "@next/swc-win32-arm64-msvc": "14.0.3", - "@next/swc-win32-ia32-msvc": "14.0.3", - "@next/swc-win32-x64-msvc": "14.0.3" + "@next/swc-darwin-arm64": "14.0.4", + "@next/swc-darwin-x64": "14.0.4", + "@next/swc-linux-arm64-gnu": "14.0.4", + "@next/swc-linux-arm64-musl": "14.0.4", + "@next/swc-linux-x64-gnu": "14.0.4", + "@next/swc-linux-x64-musl": "14.0.4", + "@next/swc-win32-arm64-msvc": "14.0.4", + "@next/swc-win32-ia32-msvc": "14.0.4", + "@next/swc-win32-x64-msvc": "14.0.4" }, "peerDependencies": { "@opentelemetry/api": "^1.1.0", diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index bb8b45610334..672895c09a9d 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -16,10 +16,10 @@ "@data-client/test": "^0.9.0", "@js-temporal/polyfill": "^0.4.4", "@types/node": "20.10.4", - "@types/react": "18.2.42", + "@types/react": "18.2.43", "@types/react-dom": "18.2.17", "classnames": "^2.3.2", - "next": "14.0.3", + "next": "14.0.4", "react": "18.2.0", "react-dom": "18.2.0", "redux": "^5.0.0", diff --git a/package.json b/package.json index 1c8d7e92e0b9..2bf6b4684ee6 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "@testing-library/react-native": "12.4.1", "@types/jest": "29.5.10", "@types/node": "20.10.4", - "@types/react": "18.2.42", + "@types/react": "18.2.43", "@typescript-eslint/eslint-plugin": "6.13.2", "@typescript-eslint/parser": "6.13.2", "babel-plugin-module-resolver": "5.0.0", @@ -108,7 +108,7 @@ "rollup-plugin-node-resolve": "^5.2.0", "rollup-plugin-replace": "^2.2.0", "rollup-plugin-terser": "^7.0.2", - "ts-node": "10.9.1", + "ts-node": "10.9.2", "typescript": "5.3.3", "whatwg-fetch": "3.0.0" }, diff --git a/website/package.json b/website/package.json index 087cab545d85..b4d6e3bfb2bf 100644 --- a/website/package.json +++ b/website/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@docusaurus/module-type-aliases": "^3.0.1", "@tsconfig/docusaurus": "^2.0.0", - "@types/react": "18.2.42", + "@types/react": "18.2.43", "@types/react-dom": "^18.2.7", "@types/react-helmet": "^6.1.5", "@types/react-router-dom": "^5.3.3", diff --git a/yarn.lock b/yarn.lock index d69e984f5521..186f83f158ec 100644 --- a/yarn.lock +++ b/yarn.lock @@ -281,10 +281,10 @@ __metadata: linkType: hard "@anansi/cli@npm:^3.0.15": - version: 3.1.5 - resolution: "@anansi/cli@npm:3.1.5" + version: 3.1.6 + resolution: "@anansi/cli@npm:3.1.6" dependencies: - "@anansi/generator-js": "npm:^12.2.1" + "@anansi/generator-js": "npm:^12.3.0" bin-version-check: "npm:^5.1.0" chalk: "npm:^4.1.2" commander: "npm:^11.1.0" @@ -299,17 +299,17 @@ __metadata: optional: true bin: anansi: ./run.mjs - checksum: 1100f435f0919c016380eac6efd95bbd31fee6d8446c3c094195bd30181289a8d4e907d6c1371adb719f956a79eb9eb92ae91b04ca7ecd6e216105116919ee53 + checksum: 1b4bc5cbeffcc59a4f27a9cd030d8a6d9d4a5ddda0d52f1ad5fd8a2401efed88a4d0f7b3fc4ad7af5148702881a60c27e00bb1a5fb072d0a8a07a815be5873a9 languageName: node linkType: hard "@anansi/core@npm:^0.18.4": - version: 0.18.12 - resolution: "@anansi/core@npm:0.18.12" + version: 0.18.13 + resolution: "@anansi/core@npm:0.18.13" dependencies: - "@anansi/router": "npm:^0.9.2" + "@anansi/router": "npm:^0.9.3" "@babel/runtime": "npm:^7.17.0" - "@data-client/ssr": "npm:^0.9.7" + "@data-client/ssr": "npm:^0.9.9" chalk: "npm:^4.1.2" compression: "npm:^1.7.4" cross-fetch: "npm:^4.0.0" @@ -352,7 +352,7 @@ __metadata: bin: serve-anansi: ./lib/scripts/serve.js start-anansi: ./lib/scripts/startDevserver.js - checksum: fb5dd0707dacd065b4ffd1d5cf7798ef706ffc33e99d15e439d7cd366cdeb00d79d94fb2818ff23748a57a2fe0ebcfed5ab2f9d5a50775bcba96704b0a478545 + checksum: e0450535059f43301d4d6e74f596dda14cd462642e9eb298f3ddab492a5faa8f4d5b8a71932ef8d98da954b9aa5c5357c8b8f5ccd02951b627be98d82cc672f5 languageName: node linkType: hard @@ -389,9 +389,9 @@ __metadata: languageName: node linkType: hard -"@anansi/generator-js@npm:^12.2.1": - version: 12.2.1 - resolution: "@anansi/generator-js@npm:12.2.1" +"@anansi/generator-js@npm:^12.3.0": + version: 12.3.0 + resolution: "@anansi/generator-js@npm:12.3.0" dependencies: "@babel/runtime": "npm:^7.17.0" "@types/inquirer": "npm:^9.0.7" @@ -408,7 +408,7 @@ __metadata: pacote: "npm:^17.0.5" shelobsay: "npm:^2.0.0" yeoman-generator: "npm:^7.1.1" - checksum: 2826dcb42879b0300fda31bfd5df03f247c5f924b3d3a2728ad4a635526c282ddc8ad04973e340b91034183a2fd84485f9639fc8c1f7d13882babe061192ada1 + checksum: ed2428aceb0044a5431301e0dcf1198e84a0a0c5919cd4000fc6d09488ac73ee93ffd280cbb343aba9e9bbe3470acc94830338b029a7a9fb75b4d80a15f03ca7 languageName: node linkType: hard @@ -443,12 +443,12 @@ __metadata: languageName: node linkType: hard -"@anansi/router@npm:^0.9.1, @anansi/router@npm:^0.9.2": - version: 0.9.2 - resolution: "@anansi/router@npm:0.9.2" +"@anansi/router@npm:^0.9.1, @anansi/router@npm:^0.9.3": + version: 0.9.3 + resolution: "@anansi/router@npm:0.9.3" dependencies: "@babel/runtime": "npm:^7.17.0" - "@pojo-router/core": "npm:^0.6.2" + "@pojo-router/core": "npm:^0.6.3" history: "npm:^5.3.0" nano-memoize: "npm:^3.0.16" peerDependencies: @@ -457,7 +457,7 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: fd9968b3b4dad10cff79e9c513765de265e6cd9c1fcbe713749767b1035b2c0d4674d992864d2e3ff5c6f85ae19daedc7582010f264dcf992905b3ae408935eb + checksum: 9de4bfd3aa90fe6e423c6ca231f6159752bb875a78bf4208d464da902be424902126920f10cefb38798897c15450e2ccacc620ae1a66818d018d1a990f5b731b languageName: node linkType: hard @@ -3261,7 +3261,7 @@ __metadata: languageName: unknown linkType: soft -"@data-client/ssr@npm:^0.9.7, @data-client/ssr@workspace:packages/ssr": +"@data-client/ssr@npm:^0.9.9, @data-client/ssr@workspace:packages/ssr": version: 0.0.0-use.local resolution: "@data-client/ssr@workspace:packages/ssr" dependencies: @@ -4718,72 +4718,72 @@ __metadata: languageName: node linkType: hard -"@next/env@npm:14.0.3": - version: 14.0.3 - resolution: "@next/env@npm:14.0.3" - checksum: 8688367c22461a075b5406463d16c284cf58e6861418e974fbd5901721da73402988340f8dd72d8e2e41e32ae0b7f24f91bd49029ee6e63424361587165febc5 +"@next/env@npm:14.0.4": + version: 14.0.4 + resolution: "@next/env@npm:14.0.4" + checksum: 59b893d30aea0556379a24f6e4eac830677feb149bd8416b72383ea2600ce194fa22a79b2dd86e0b295c4a8f0702e461f48edaff1ac9173eddef42a4cce7fd98 languageName: node linkType: hard -"@next/swc-darwin-arm64@npm:14.0.3": - version: 14.0.3 - resolution: "@next/swc-darwin-arm64@npm:14.0.3" +"@next/swc-darwin-arm64@npm:14.0.4": + version: 14.0.4 + resolution: "@next/swc-darwin-arm64@npm:14.0.4" conditions: os=darwin & cpu=arm64 languageName: node linkType: hard -"@next/swc-darwin-x64@npm:14.0.3": - version: 14.0.3 - resolution: "@next/swc-darwin-x64@npm:14.0.3" +"@next/swc-darwin-x64@npm:14.0.4": + version: 14.0.4 + resolution: "@next/swc-darwin-x64@npm:14.0.4" conditions: os=darwin & cpu=x64 languageName: node linkType: hard -"@next/swc-linux-arm64-gnu@npm:14.0.3": - version: 14.0.3 - resolution: "@next/swc-linux-arm64-gnu@npm:14.0.3" +"@next/swc-linux-arm64-gnu@npm:14.0.4": + version: 14.0.4 + resolution: "@next/swc-linux-arm64-gnu@npm:14.0.4" conditions: os=linux & cpu=arm64 & libc=glibc languageName: node linkType: hard -"@next/swc-linux-arm64-musl@npm:14.0.3": - version: 14.0.3 - resolution: "@next/swc-linux-arm64-musl@npm:14.0.3" +"@next/swc-linux-arm64-musl@npm:14.0.4": + version: 14.0.4 + resolution: "@next/swc-linux-arm64-musl@npm:14.0.4" conditions: os=linux & cpu=arm64 & libc=musl languageName: node linkType: hard -"@next/swc-linux-x64-gnu@npm:14.0.3": - version: 14.0.3 - resolution: "@next/swc-linux-x64-gnu@npm:14.0.3" +"@next/swc-linux-x64-gnu@npm:14.0.4": + version: 14.0.4 + resolution: "@next/swc-linux-x64-gnu@npm:14.0.4" conditions: os=linux & cpu=x64 & libc=glibc languageName: node linkType: hard -"@next/swc-linux-x64-musl@npm:14.0.3": - version: 14.0.3 - resolution: "@next/swc-linux-x64-musl@npm:14.0.3" +"@next/swc-linux-x64-musl@npm:14.0.4": + version: 14.0.4 + resolution: "@next/swc-linux-x64-musl@npm:14.0.4" conditions: os=linux & cpu=x64 & libc=musl languageName: node linkType: hard -"@next/swc-win32-arm64-msvc@npm:14.0.3": - version: 14.0.3 - resolution: "@next/swc-win32-arm64-msvc@npm:14.0.3" +"@next/swc-win32-arm64-msvc@npm:14.0.4": + version: 14.0.4 + resolution: "@next/swc-win32-arm64-msvc@npm:14.0.4" conditions: os=win32 & cpu=arm64 languageName: node linkType: hard -"@next/swc-win32-ia32-msvc@npm:14.0.3": - version: 14.0.3 - resolution: "@next/swc-win32-ia32-msvc@npm:14.0.3" +"@next/swc-win32-ia32-msvc@npm:14.0.4": + version: 14.0.4 + resolution: "@next/swc-win32-ia32-msvc@npm:14.0.4" conditions: os=win32 & cpu=ia32 languageName: node linkType: hard -"@next/swc-win32-x64-msvc@npm:14.0.3": - version: 14.0.3 - resolution: "@next/swc-win32-x64-msvc@npm:14.0.3" +"@next/swc-win32-x64-msvc@npm:14.0.4": + version: 14.0.4 + resolution: "@next/swc-win32-x64-msvc@npm:14.0.4" conditions: os=win32 & cpu=x64 languageName: node linkType: hard @@ -5472,9 +5472,9 @@ __metadata: languageName: node linkType: hard -"@pojo-router/core@npm:^0.6.2": - version: 0.6.2 - resolution: "@pojo-router/core@npm:0.6.2" +"@pojo-router/core@npm:^0.6.3": + version: 0.6.3 + resolution: "@pojo-router/core@npm:0.6.3" dependencies: "@babel/runtime": "npm:^7.17.0" history: "npm:5.3.0" @@ -5485,7 +5485,7 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 01b1e7b2082749909119bc9db4c55fa25635683d94250774a4199f3c1f8bab506e6c42aee2d1faa839136ffdcb1abf516148c33cf2f2af938dd331bb1c9dcb92 + checksum: 8d175a11d6c29d77910dd79fd709dc024dede76358f6b1cf43f800cfb605407ebfdb88cff5cb10cae1390efd83b26521b87ff74e812c683440704a62c2c9d1fa languageName: node linkType: hard @@ -7160,14 +7160,14 @@ __metadata: languageName: node linkType: hard -"@types/react@npm:*, @types/react@npm:18.2.42, @types/react@npm:^18.0.30": - version: 18.2.42 - resolution: "@types/react@npm:18.2.42" +"@types/react@npm:*, @types/react@npm:18.2.43, @types/react@npm:^18.0.30": + version: 18.2.43 + resolution: "@types/react@npm:18.2.43" dependencies: "@types/prop-types": "npm:*" "@types/scheduler": "npm:*" csstype: "npm:^3.0.2" - checksum: 2946d78c1f9a220a4dfedd7995b8bcba47235b19756bf3dd845c604bb24fff8d0ff5be81c0c98ac7f4488791e8c7e6cbcc4898c40c0209d74a1223b8fbfb994f + checksum: 10477a50fbd3c0cc5b8a2ade679f442717f68fb27c8460b2aa1d3256cd18c48f742bbe5b9ee37a8c4c5f832ffa37b3a23c09fd96dd880a8e3182d8929c05e803 languageName: node linkType: hard @@ -13577,7 +13577,7 @@ __metadata: "@js-temporal/polyfill": "npm:^0.4.4" "@types/babel__core": "npm:^7" "@types/benchmark": "npm:2.1.5" - "@types/react": "npm:18.2.42" + "@types/react": "npm:18.2.43" benchmark: "npm:^2.1.4" normalizr: "npm:^3.6.2" react: "npm:^18.2.0" @@ -15035,7 +15035,7 @@ __metadata: languageName: node linkType: hard -"graceful-fs@npm:^4.1.11, graceful-fs@npm:^4.1.2, graceful-fs@npm:^4.1.3, graceful-fs@npm:^4.1.5, graceful-fs@npm:^4.1.6, graceful-fs@npm:^4.2.0, graceful-fs@npm:^4.2.10, graceful-fs@npm:^4.2.3, graceful-fs@npm:^4.2.4, graceful-fs@npm:^4.2.6, graceful-fs@npm:^4.2.9": +"graceful-fs@npm:^4.1.11, graceful-fs@npm:^4.1.2, graceful-fs@npm:^4.1.3, graceful-fs@npm:^4.1.5, graceful-fs@npm:^4.1.6, graceful-fs@npm:^4.2.0, graceful-fs@npm:^4.2.10, graceful-fs@npm:^4.2.11, graceful-fs@npm:^4.2.3, graceful-fs@npm:^4.2.4, graceful-fs@npm:^4.2.6, graceful-fs@npm:^4.2.9": version: 4.2.11 resolution: "graceful-fs@npm:4.2.11" checksum: 386d011a553e02bc594ac2ca0bd6d9e4c22d7fa8cfbfc448a6d148c59ea881b092db9dbe3547ae4b88e55f1b01f7c4a2ecc53b310c042793e63aa44cf6c257f2 @@ -20684,22 +20684,23 @@ __metadata: linkType: hard "next@npm:^14.0.0": - version: 14.0.3 - resolution: "next@npm:14.0.3" - dependencies: - "@next/env": "npm:14.0.3" - "@next/swc-darwin-arm64": "npm:14.0.3" - "@next/swc-darwin-x64": "npm:14.0.3" - "@next/swc-linux-arm64-gnu": "npm:14.0.3" - "@next/swc-linux-arm64-musl": "npm:14.0.3" - "@next/swc-linux-x64-gnu": "npm:14.0.3" - "@next/swc-linux-x64-musl": "npm:14.0.3" - "@next/swc-win32-arm64-msvc": "npm:14.0.3" - "@next/swc-win32-ia32-msvc": "npm:14.0.3" - "@next/swc-win32-x64-msvc": "npm:14.0.3" + version: 14.0.4 + resolution: "next@npm:14.0.4" + dependencies: + "@next/env": "npm:14.0.4" + "@next/swc-darwin-arm64": "npm:14.0.4" + "@next/swc-darwin-x64": "npm:14.0.4" + "@next/swc-linux-arm64-gnu": "npm:14.0.4" + "@next/swc-linux-arm64-musl": "npm:14.0.4" + "@next/swc-linux-x64-gnu": "npm:14.0.4" + "@next/swc-linux-x64-musl": "npm:14.0.4" + "@next/swc-win32-arm64-msvc": "npm:14.0.4" + "@next/swc-win32-ia32-msvc": "npm:14.0.4" + "@next/swc-win32-x64-msvc": "npm:14.0.4" "@swc/helpers": "npm:0.5.2" busboy: "npm:1.6.0" caniuse-lite: "npm:^1.0.30001406" + graceful-fs: "npm:^4.2.11" postcss: "npm:8.4.31" styled-jsx: "npm:5.1.1" watchpack: "npm:2.4.0" @@ -20734,7 +20735,7 @@ __metadata: optional: true bin: next: dist/bin/next - checksum: 73aa3d5dd7b65b53ef68fa7723a7a98536482a69ae2d56e7b335194168f00b2851397bbdfe490b53dba2c70dfb8ad0150035fab4c762d6bc331e884487c4ff07 + checksum: e6c829fd473d8c3605b2b62d15e1bf41e9d90cf59a2c213b4adeadff2846999bc9a653ffef18f6aa13cc9f5d6de02469c222acf5a4184901a4690a4504bd468f languageName: node linkType: hard @@ -24216,7 +24217,7 @@ __metadata: "@js-temporal/polyfill": "npm:^0.4.4" "@monaco-editor/react": "npm:^4.4.6" "@tsconfig/docusaurus": "npm:^2.0.0" - "@types/react": "npm:18.2.42" + "@types/react": "npm:18.2.43" "@types/react-dom": "npm:^18.2.7" "@types/react-helmet": "npm:^6.1.5" "@types/react-router-dom": "npm:^5.3.3" @@ -24455,12 +24456,12 @@ __metadata: linkType: hard "react-native-safe-area-context@npm:^4.4.1": - version: 4.7.4 - resolution: "react-native-safe-area-context@npm:4.7.4" + version: 4.8.0 + resolution: "react-native-safe-area-context@npm:4.8.0" peerDependencies: react: "*" react-native: "*" - checksum: 72744331ec2487e8f4a04efda0343e5fae75a2db95762711f2ae18c5b16c25eec89262e8f8cffb6224410b103c5077251c201a8489179259f5fd161b7f8baf13 + checksum: ccc59970bd0bf12ee019e5b05ee1b93933ea80fe17a4fa01c71a533aaa70269ecde086c04dbede6c736b6d68968ed571b17c045133ca54fdb1a7db478865624a languageName: node linkType: hard @@ -25753,7 +25754,7 @@ __metadata: "@testing-library/react-native": "npm:12.4.1" "@types/jest": "npm:29.5.10" "@types/node": "npm:20.10.4" - "@types/react": "npm:18.2.42" + "@types/react": "npm:18.2.43" "@typescript-eslint/eslint-plugin": "npm:6.13.2" "@typescript-eslint/parser": "npm:6.13.2" babel-plugin-module-resolver: "npm:5.0.0" @@ -25797,7 +25798,7 @@ __metadata: rollup-plugin-node-resolve: "npm:^5.2.0" rollup-plugin-replace: "npm:^2.2.0" rollup-plugin-terser: "npm:^7.0.2" - ts-node: "npm:10.9.1" + ts-node: "npm:10.9.2" typescript: "npm:5.3.3" whatwg-fetch: "npm:3.0.0" languageName: unknown @@ -28018,9 +28019,9 @@ __metadata: languageName: node linkType: hard -"ts-node@npm:10.9.1": - version: 10.9.1 - resolution: "ts-node@npm:10.9.1" +"ts-node@npm:10.9.2": + version: 10.9.2 + resolution: "ts-node@npm:10.9.2" dependencies: "@cspotcode/source-map-support": "npm:^0.8.0" "@tsconfig/node10": "npm:^1.0.7" @@ -28052,7 +28053,7 @@ __metadata: ts-node-script: dist/bin-script.js ts-node-transpile-only: dist/bin-transpile.js ts-script: dist/bin-script-deprecated.js - checksum: 95187932fb83f3901e22546bd2feeac7d2feb4f412f42ac3a595f049a23e8dcf70516dffb51866391228ea2dbcfaea039e250fb2bb334d48a86ab2b6aea0ae2d + checksum: 5f29938489f96982a25ba650b64218e83a3357d76f7bede80195c65ab44ad279c8357264639b7abdd5d7e75fc269a83daa0e9c62fd8637a3def67254ecc9ddc2 languageName: node linkType: hard