From f9e11b06550f99f70b00e820f408841c90103982 Mon Sep 17 00:00:00 2001 From: Louis <6723574+louisgv@users.noreply.github.com> Date: Thu, 15 Dec 2022 05:50:04 -0400 Subject: [PATCH 1/3] chore: bump deps --- .npmrc | 4 +- cli/create-plasmo/package.json | 2 +- cli/plasmo/package.json | 10 +- .../features/helpers/create-parcel-bundler.ts | 7 +- examples | 2 +- package.json | 14 +- packages/config | 2 +- packages/constants | 2 +- packages/gcp-refresh-token | 2 +- packages/init/package.json | 2 +- packages/messaging/package.json | 12 +- packages/parcel-bundler/package.json | 16 +- packages/parcel-config/package.json | 29 +- packages/parcel-namer-manifest/package.json | 10 +- packages/parcel-packager/package.json | 10 +- packages/parcel-resolver-post/package.json | 14 +- packages/parcel-resolver/package.json | 10 +- packages/parcel-runtime/package.json | 8 +- .../package.json | 8 +- .../package.json | 8 +- packages/parcel-transformer-lab/package.json | 14 +- .../parcel-transformer-manifest/package.json | 16 +- .../parcel-transformer-svelte3/package.json | 12 +- packages/parcel-transformer-vue3/package.json | 12 +- packages/permission-ui | 2 +- packages/prettier-plugin-sort-imports | 2 +- packages/puro | 2 +- packages/rps | 2 +- packages/storage | 2 +- packages/use-hashed-state | 2 +- packages/utils | 2 +- pnpm-lock.yaml | 3940 +++++++++-------- 32 files changed, 2204 insertions(+), 1976 deletions(-) diff --git a/.npmrc b/.npmrc index 52d606419..6e4baaabf 100644 --- a/.npmrc +++ b/.npmrc @@ -2,4 +2,6 @@ save-workspace-protocol = true prefer-workspace-packages = true save-exact = true link-workspace-packages = true -strict-peer-dependencies = false \ No newline at end of file +strict-peer-dependencies = false +git-tag-version = false +commit-hooks = false \ No newline at end of file diff --git a/cli/create-plasmo/package.json b/cli/create-plasmo/package.json index 86337edc4..ff0e8a739 100644 --- a/cli/create-plasmo/package.json +++ b/cli/create-plasmo/package.json @@ -45,6 +45,6 @@ "@plasmo/constants": "workspace:*", "@plasmo/utils": "workspace:*", "plasmo": "workspace:*", - "typescript": "4.9.3" + "typescript": "4.9.4" } } diff --git a/cli/plasmo/package.json b/cli/plasmo/package.json index 86a995e1f..2b2e97a24 100644 --- a/cli/plasmo/package.json +++ b/cli/plasmo/package.json @@ -35,15 +35,15 @@ ], "dependencies": { "@expo/spawn-async": "1.7.0", - "@parcel/core": "2.8.1", - "@parcel/fs": "2.8.1", - "@parcel/package-manager": "2.8.1", + "@parcel/core": "2.8.2", + "@parcel/fs": "2.8.2", + "@parcel/package-manager": "2.8.2", "@parcel/watcher": "2.0.7", "@plasmohq/init": "workspace:*", "@plasmohq/parcel-config": "workspace:*", "archiver": "5.3.1", "buffer": "6.0.3", - "chalk": "5.1.2", + "chalk": "5.2.0", "change-case": "4.1.2", "dotenv": "16.0.3", "dotenv-expand": "9.0.0", @@ -61,7 +61,7 @@ "sharp": "0.31.2", "tempy": "3.0.0", "tiny-glob": "0.2.9", - "typescript": "4.9.3", + "typescript": "4.9.4", "ws": "8.11.0" }, "devDependencies": { diff --git a/cli/plasmo/src/features/helpers/create-parcel-bundler.ts b/cli/plasmo/src/features/helpers/create-parcel-bundler.ts index 40ef31ac4..9e9b59f21 100644 --- a/cli/plasmo/src/features/helpers/create-parcel-bundler.ts +++ b/cli/plasmo/src/features/helpers/create-parcel-bundler.ts @@ -1,7 +1,7 @@ import { Parcel } from "@parcel/core" import ParcelFS from "@parcel/fs" import ParcelPM from "@parcel/package-manager" -import { emptyDir } from "fs-extra" +import { emptyDir, readJson } from "fs-extra" import { resolve } from "path" import type { CommonPath } from "~features/extension-devtools/common-path" @@ -34,6 +34,11 @@ export const createParcelBuilder = async ( new PackageInstaller() ) + const baseConfig = require.resolve("@plasmohq/parcel-config") + const configJson = await readJson(baseConfig) + + console.log(configJson) + const bundler = new Parcel({ inputFS, packageManager, diff --git a/examples b/examples index 3bae13835..88a93c5d4 160000 --- a/examples +++ b/examples @@ -1 +1 @@ -Subproject commit 3bae1383557a2643cbecc97db2d0a712d1c60cac +Subproject commit 88a93c5d4ad8db8f0858e9c1df3db34cbe126c49 diff --git a/package.json b/package.json index 290f3f4c8..cf78dc50b 100644 --- a/package.json +++ b/package.json @@ -33,20 +33,20 @@ "@types/archiver": "5.3.1", "@types/fs-extra": "9.0.13", "@types/inquirer": "9.0.3", - "@types/node": "18.11.9", + "@types/node": "18.11.15", "@types/node-rsa": "1.1.1", - "@types/react": "18.0.25", + "@types/react": "18.0.26", "@types/react-dom": "18.0.9", "@types/semver": "7.3.13", "@types/sharp": "0.31.0", - "@types/uuid": "8.3.4", + "@types/uuid": "9.0.0", "@types/ws": "8.5.3", - "esbuild": "0.15.15", - "eslint": "8.28.0", + "esbuild": "0.16.7", + "eslint": "8.29.0", "eslint-config-prettier": "8.5.0", "eslint-plugin-react": "7.31.11", - "fs-extra": "10.1.0", - "prettier": "2.8.0", + "fs-extra": "11.1.0", + "prettier": "2.8.1", "tsup": "6.5.0", "turbo": "1.6.3" }, diff --git a/packages/config b/packages/config index 849409d7a..3ed8b3e11 160000 --- a/packages/config +++ b/packages/config @@ -1 +1 @@ -Subproject commit 849409d7a5c1659d37daa7e61663a9ecde61cd9d +Subproject commit 3ed8b3e117b0c8b3ee2ad28f9b5a2f5355400bc7 diff --git a/packages/constants b/packages/constants index 041508813..325c8f05b 160000 --- a/packages/constants +++ b/packages/constants @@ -1 +1 @@ -Subproject commit 041508813b9aafac7d69941afc89037b919da3fd +Subproject commit 325c8f05b03740a38d7c6b2da544d559f3f48aaa diff --git a/packages/gcp-refresh-token b/packages/gcp-refresh-token index b61ee6e9d..49d409a9a 160000 --- a/packages/gcp-refresh-token +++ b/packages/gcp-refresh-token @@ -1 +1 @@ -Subproject commit b61ee6e9d70a351d7c25c97a4130fe4a45f0ff8e +Subproject commit 49d409a9a98e04120695bebb93d6708f052322bf diff --git a/packages/init/package.json b/packages/init/package.json index f3f09a6d6..f81a7390f 100644 --- a/packages/init/package.json +++ b/packages/init/package.json @@ -1,6 +1,6 @@ { "name": "@plasmohq/init", - "version": "0.5.1", + "version": "0.5.3", "description": "Plasmo init template files", "files": [ "entries", diff --git a/packages/messaging/package.json b/packages/messaging/package.json index 71b745426..d192c43d9 100644 --- a/packages/messaging/package.json +++ b/packages/messaging/package.json @@ -1,6 +1,6 @@ { "name": "@plasmohq/messaging", - "version": "0.0.1", + "version": "0.0.2", "description": "Type-safe, zero-config messaging library for modern browser extensions", "type": "module", "module": "./dist/index.js", @@ -94,10 +94,10 @@ "@jest/globals": "29.3.1", "@jest/types": "29.3.1", "@testing-library/react": "13.4.0", - "@types/chrome": "0.0.202", - "@types/node": "18.11.9", - "@types/react": "18.0.25", - "@types/webextension-polyfill": "0.9.1", + "@types/chrome": "0.0.204", + "@types/node": "18.11.15", + "@types/react": "18.0.26", + "@types/webextension-polyfill": "0.9.2", "cross-env": "7.0.3", "jest": "29.3.1", "jest-environment-jsdom": "29.3.1", @@ -106,7 +106,7 @@ "rimraf": "3.0.2", "ts-jest": "29.0.3", "tsup": "6.5.0", - "typescript": "4.9.3" + "typescript": "4.9.4" }, "dependencies": { "webextension-polyfill": "0.10.0" diff --git a/packages/parcel-bundler/package.json b/packages/parcel-bundler/package.json index 484dbaeba..128af79cf 100644 --- a/packages/parcel-bundler/package.json +++ b/packages/parcel-bundler/package.json @@ -1,6 +1,6 @@ { "name": "@plasmohq/parcel-bundler", - "version": "0.4.3", + "version": "0.4.4", "license": "MIT", "repository": { "type": "git", @@ -18,16 +18,16 @@ "parcel": ">= 2.7.0" }, "dependencies": { - "@parcel/core": "2.8.1", - "@parcel/diagnostic": "2.8.1", - "@parcel/graph": "2.8.1", - "@parcel/hash": "2.8.1", - "@parcel/plugin": "2.8.1", - "@parcel/utils": "2.8.1", + "@parcel/core": "2.8.2", + "@parcel/diagnostic": "2.8.2", + "@parcel/graph": "2.8.2", + "@parcel/hash": "2.8.2", + "@parcel/plugin": "2.8.2", + "@parcel/utils": "2.8.2", "nullthrows": "1.1.1" }, "devDependencies": { - "@parcel/types": "2.8.1", + "@parcel/types": "2.8.2", "@plasmo/config": "workspace:*", "@plasmo/utils": "workspace:*", "tsup": "6.5.0" diff --git a/packages/parcel-config/package.json b/packages/parcel-config/package.json index 4a8926b1e..637209819 100644 --- a/packages/parcel-config/package.json +++ b/packages/parcel-config/package.json @@ -1,6 +1,6 @@ { "name": "@plasmohq/parcel-config", - "version": "0.26.0", + "version": "0.26.1", "license": "MIT", "repository": { "type": "git", @@ -8,20 +8,21 @@ }, "main": "index.json", "dependencies": { - "@parcel/config-default": "2.8.1", - "@parcel/core": "2.8.1", - "@parcel/optimizer-data-url": "2.8.1", - "@parcel/runtime-js": "2.8.1", - "@parcel/runtime-service-worker": "2.8.1", + "@parcel/config-default": "2.8.2", + "@parcel/core": "2.8.2", + "@parcel/optimizer-data-url": "2.8.2", + "@parcel/reporter-bundle-buddy": "2.8.2", + "@parcel/runtime-js": "2.8.2", + "@parcel/runtime-service-worker": "2.8.2", "@parcel/source-map": "2.1.1", - "@parcel/transformer-css": "2.8.1", - "@parcel/transformer-graphql": "2.8.1", - "@parcel/transformer-inline-string": "2.8.1", - "@parcel/transformer-less": "2.8.1", - "@parcel/transformer-postcss": "2.8.1", - "@parcel/transformer-raw": "2.8.1", - "@parcel/transformer-sass": "2.8.1", - "@parcel/transformer-worklet": "2.8.1", + "@parcel/transformer-css": "2.8.2", + "@parcel/transformer-graphql": "2.8.2", + "@parcel/transformer-inline-string": "2.8.2", + "@parcel/transformer-less": "2.8.2", + "@parcel/transformer-postcss": "2.8.2", + "@parcel/transformer-raw": "2.8.2", + "@parcel/transformer-sass": "2.8.2", + "@parcel/transformer-worklet": "2.8.2", "@plasmohq/parcel-bundler": "workspace:*", "@plasmohq/parcel-namer-manifest": "workspace:*", "@plasmohq/parcel-packager": "workspace:*", diff --git a/packages/parcel-namer-manifest/package.json b/packages/parcel-namer-manifest/package.json index 0bae31d65..1a14401a6 100644 --- a/packages/parcel-namer-manifest/package.json +++ b/packages/parcel-namer-manifest/package.json @@ -1,6 +1,6 @@ { "name": "@plasmohq/parcel-namer-manifest", - "version": "0.3.1", + "version": "0.3.2", "description": "Plasmo Parcel Namer for Extension Manifest", "files": [ "dist" @@ -26,9 +26,9 @@ "tsup": "6.5.0" }, "dependencies": { - "@parcel/core": "2.8.1", - "@parcel/plugin": "2.8.1", - "@parcel/types": "2.8.1", - "@parcel/utils": "2.8.1" + "@parcel/core": "2.8.2", + "@parcel/plugin": "2.8.2", + "@parcel/types": "2.8.2", + "@parcel/utils": "2.8.2" } } diff --git a/packages/parcel-packager/package.json b/packages/parcel-packager/package.json index b1d13162f..e56a06db2 100644 --- a/packages/parcel-packager/package.json +++ b/packages/parcel-packager/package.json @@ -1,6 +1,6 @@ { "name": "@plasmohq/parcel-packager", - "version": "0.6.2", + "version": "0.6.3", "description": "Plasmo Parcel Packager for Web Extension Manifest", "files": [ "dist" @@ -28,10 +28,10 @@ "tsup": "6.5.0" }, "dependencies": { - "@parcel/core": "2.8.1", - "@parcel/plugin": "2.8.1", - "@parcel/types": "2.8.1", - "@parcel/utils": "2.8.1", + "@parcel/core": "2.8.2", + "@parcel/plugin": "2.8.2", + "@parcel/types": "2.8.2", + "@parcel/utils": "2.8.2", "nullthrows": "1.1.1" } } diff --git a/packages/parcel-resolver-post/package.json b/packages/parcel-resolver-post/package.json index bc63d3add..27a17d6c6 100644 --- a/packages/parcel-resolver-post/package.json +++ b/packages/parcel-resolver-post/package.json @@ -1,6 +1,6 @@ { "name": "@plasmohq/parcel-resolver-post", - "version": "0.1.1", + "version": "0.1.3", "description": "Plasmo Parcel Resolver Post-processing", "files": [ "dist" @@ -26,12 +26,12 @@ "@plasmo/utils": "workspace:*" }, "dependencies": { - "@parcel/core": "2.8.1", - "@parcel/hash": "2.8.1", - "@parcel/plugin": "2.8.1", - "@parcel/types": "2.8.1", - "@parcel/utils": "2.8.1", + "@parcel/core": "2.8.2", + "@parcel/hash": "2.8.2", + "@parcel/plugin": "2.8.2", + "@parcel/types": "2.8.2", + "@parcel/utils": "2.8.2", "tsup": "6.5.0", - "typescript": "4.9.3" + "typescript": "4.9.4" } } diff --git a/packages/parcel-resolver/package.json b/packages/parcel-resolver/package.json index 5f5c499d1..1b6960ca5 100644 --- a/packages/parcel-resolver/package.json +++ b/packages/parcel-resolver/package.json @@ -1,6 +1,6 @@ { "name": "@plasmohq/parcel-resolver", - "version": "0.8.2", + "version": "0.8.3", "description": "Plasmo Parcel Resolver", "files": [ "dist" @@ -50,10 +50,10 @@ "vm-browserify": "1.1.2" }, "dependencies": { - "@parcel/core": "2.8.1", - "@parcel/hash": "2.8.1", - "@parcel/plugin": "2.8.1", - "@parcel/types": "2.8.1", + "@parcel/core": "2.8.2", + "@parcel/hash": "2.8.2", + "@parcel/plugin": "2.8.2", + "@parcel/types": "2.8.2", "got": "12.5.3" } } diff --git a/packages/parcel-runtime/package.json b/packages/parcel-runtime/package.json index 19e0998ab..0018361ee 100644 --- a/packages/parcel-runtime/package.json +++ b/packages/parcel-runtime/package.json @@ -1,6 +1,6 @@ { "name": "@plasmohq/parcel-runtime", - "version": "0.14.0", + "version": "0.14.1", "description": "Plasmo Parcel Runtime", "files": [ "dist" @@ -24,12 +24,12 @@ "devDependencies": { "@plasmo/config": "workspace:*", "@plasmo/utils": "workspace:*", - "@types/chrome": "0.0.202", + "@types/chrome": "0.0.204", "tsup": "6.5.0" }, "dependencies": { - "@parcel/core": "2.8.1", - "@parcel/plugin": "2.8.1", + "@parcel/core": "2.8.2", + "@parcel/plugin": "2.8.2", "react-refresh": "0.14.0" } } diff --git a/packages/parcel-transformer-inject-env/package.json b/packages/parcel-transformer-inject-env/package.json index 35f6435e2..38d86bf92 100644 --- a/packages/parcel-transformer-inject-env/package.json +++ b/packages/parcel-transformer-inject-env/package.json @@ -1,6 +1,6 @@ { "name": "@plasmohq/parcel-transformer-inject-env", - "version": "0.2.1", + "version": "0.2.2", "description": "Plasmo Parcel Transformer to inject environment variables", "files": [ "dist" @@ -27,8 +27,8 @@ "tsup": "6.5.0" }, "dependencies": { - "@parcel/core": "2.8.1", - "@parcel/plugin": "2.8.1", - "@parcel/types": "2.8.1" + "@parcel/core": "2.8.2", + "@parcel/plugin": "2.8.2", + "@parcel/types": "2.8.2" } } diff --git a/packages/parcel-transformer-inline-css/package.json b/packages/parcel-transformer-inline-css/package.json index a85a561f9..5755cd0c2 100644 --- a/packages/parcel-transformer-inline-css/package.json +++ b/packages/parcel-transformer-inline-css/package.json @@ -1,6 +1,6 @@ { "name": "@plasmohq/parcel-transformer-inline-css", - "version": "0.2.1", + "version": "0.2.2", "description": "Plasmo Parcel Transformer for inline CSS", "files": [ "dist" @@ -26,9 +26,9 @@ "tsup": "6.5.0" }, "dependencies": { - "@parcel/core": "2.8.1", + "@parcel/core": "2.8.2", "@parcel/css": "1.14.0", - "@parcel/plugin": "2.8.1", - "@parcel/utils": "2.8.1" + "@parcel/plugin": "2.8.2", + "@parcel/utils": "2.8.2" } } diff --git a/packages/parcel-transformer-lab/package.json b/packages/parcel-transformer-lab/package.json index fbf9dfacd..ec2123762 100644 --- a/packages/parcel-transformer-lab/package.json +++ b/packages/parcel-transformer-lab/package.json @@ -1,6 +1,6 @@ { "name": "@plasmohq/parcel-transformer-lab", - "version": "0.1.1", + "version": "0.1.2", "description": "Plasmo Parcel Transformer Laboratory - a way to experiment with how the transformer works", "files": [ "dist" @@ -27,11 +27,11 @@ "tsup": "6.5.0" }, "dependencies": { - "@parcel/core": "2.8.1", - "@parcel/diagnostic": "2.8.1", - "@parcel/fs": "2.8.1", - "@parcel/plugin": "2.8.1", - "@parcel/types": "2.8.1", - "@parcel/utils": "2.8.1" + "@parcel/core": "2.8.2", + "@parcel/diagnostic": "2.8.2", + "@parcel/fs": "2.8.2", + "@parcel/plugin": "2.8.2", + "@parcel/types": "2.8.2", + "@parcel/utils": "2.8.2" } } diff --git a/packages/parcel-transformer-manifest/package.json b/packages/parcel-transformer-manifest/package.json index 66a5ddc87..c0a2e595a 100644 --- a/packages/parcel-transformer-manifest/package.json +++ b/packages/parcel-transformer-manifest/package.json @@ -1,6 +1,6 @@ { "name": "@plasmohq/parcel-transformer-manifest", - "version": "0.13.0", + "version": "0.13.1", "description": "Plasmo Parcel Transformer for Web Extension Manifest", "files": [ "dist", @@ -29,14 +29,14 @@ }, "dependencies": { "@mischnic/json-sourcemap": "0.1.0", - "@parcel/core": "2.8.1", - "@parcel/diagnostic": "2.8.1", - "@parcel/fs": "2.8.1", - "@parcel/plugin": "2.8.1", - "@parcel/types": "2.8.1", - "@parcel/utils": "2.8.1", + "@parcel/core": "2.8.2", + "@parcel/diagnostic": "2.8.2", + "@parcel/fs": "2.8.2", + "@parcel/plugin": "2.8.2", + "@parcel/types": "2.8.2", + "@parcel/utils": "2.8.2", "content-security-policy-parser": "0.4.1", - "json-schema-to-ts": "2.6.1", + "json-schema-to-ts": "2.6.2", "nullthrows": "1.1.1" } } diff --git a/packages/parcel-transformer-svelte3/package.json b/packages/parcel-transformer-svelte3/package.json index 96ec7e7e3..3b4950a18 100644 --- a/packages/parcel-transformer-svelte3/package.json +++ b/packages/parcel-transformer-svelte3/package.json @@ -1,6 +1,6 @@ { "name": "@plasmohq/parcel-transformer-svelte3", - "version": "0.3.1", + "version": "0.3.2", "description": "Plasmo Parcel Transformer for Svelte3", "files": [ "dist" @@ -23,14 +23,14 @@ }, "devDependencies": { "@plasmo/config": "workspace:*", - "svelte": "3.53.1", + "svelte": "3.55.0", "tsup": "6.5.0" }, "dependencies": { - "@parcel/core": "2.8.1", - "@parcel/diagnostic": "2.8.1", - "@parcel/plugin": "2.8.1", + "@parcel/core": "2.8.2", + "@parcel/diagnostic": "2.8.2", + "@parcel/plugin": "2.8.2", "@parcel/source-map": "2.1.1", - "@parcel/utils": "2.8.1" + "@parcel/utils": "2.8.2" } } diff --git a/packages/parcel-transformer-vue3/package.json b/packages/parcel-transformer-vue3/package.json index 7e22be333..4fb284558 100644 --- a/packages/parcel-transformer-vue3/package.json +++ b/packages/parcel-transformer-vue3/package.json @@ -1,6 +1,6 @@ { "name": "@plasmohq/parcel-transformer-vue3", - "version": "0.3.1", + "version": "0.3.2", "description": "Plasmo Parcel Transformer for Vue3", "files": [ "dist" @@ -27,12 +27,12 @@ "vue": "3.2.45" }, "dependencies": { - "@parcel/core": "2.8.1", - "@parcel/diagnostic": "2.8.1", - "@parcel/plugin": "2.8.1", + "@parcel/core": "2.8.2", + "@parcel/diagnostic": "2.8.2", + "@parcel/plugin": "2.8.2", "@parcel/source-map": "2.1.1", - "@parcel/types": "2.8.1", - "@parcel/utils": "2.8.1", + "@parcel/types": "2.8.2", + "@parcel/utils": "2.8.2", "@plasmohq/consolidate": "0.17.0", "@vue/compiler-sfc": "3.2.45", "nullthrows": "1.1.1", diff --git a/packages/permission-ui b/packages/permission-ui index 2c8c79495..d62ea8a2d 160000 --- a/packages/permission-ui +++ b/packages/permission-ui @@ -1 +1 @@ -Subproject commit 2c8c79495c310290ff1d890a6e153669b23f2f93 +Subproject commit d62ea8a2d7ff0ad3dae92d7451d359a4689e841b diff --git a/packages/prettier-plugin-sort-imports b/packages/prettier-plugin-sort-imports index ce6349684..6d3596219 160000 --- a/packages/prettier-plugin-sort-imports +++ b/packages/prettier-plugin-sort-imports @@ -1 +1 @@ -Subproject commit ce6349684de3bc6ba91081ca6c312e8717196dfd +Subproject commit 6d3596219e0e893f2f0cdcfa9ba3d4f5c0dbf14c diff --git a/packages/puro b/packages/puro index 1fd1c6410..2e607fb4c 160000 --- a/packages/puro +++ b/packages/puro @@ -1 +1 @@ -Subproject commit 1fd1c6410060c389fe59fa137d1d103c1490d711 +Subproject commit 2e607fb4c75a02151220586296648740853040f3 diff --git a/packages/rps b/packages/rps index e7f761c59..b7179046f 160000 --- a/packages/rps +++ b/packages/rps @@ -1 +1 @@ -Subproject commit e7f761c5904c8092958afc9ce7b3ac286312645a +Subproject commit b7179046fc82597639a1834443e879b12146c4d2 diff --git a/packages/storage b/packages/storage index 70ba41fca..bbd4da0d8 160000 --- a/packages/storage +++ b/packages/storage @@ -1 +1 @@ -Subproject commit 70ba41fca8ca721c6e0c02be3506b72cc0b99fc5 +Subproject commit bbd4da0d82fe6e12f99d1fad29ef1e0b607676fd diff --git a/packages/use-hashed-state b/packages/use-hashed-state index 6877eac5e..387898e63 160000 --- a/packages/use-hashed-state +++ b/packages/use-hashed-state @@ -1 +1 @@ -Subproject commit 6877eac5e4e3e41fbdb9d2ef17b2f765d7a36918 +Subproject commit 387898e639f979245f96bdbc50d13fa220db81f1 diff --git a/packages/utils b/packages/utils index 5e882e012..7470f4244 160000 --- a/packages/utils +++ b/packages/utils @@ -1 +1 @@ -Subproject commit 5e882e012679add567205ea578bd532341804e45 +Subproject commit 7470f42448369d605521ccc9e61e1af4f7dcde6a diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1a63907fd..0bcc13db1 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -13,20 +13,20 @@ importers: '@types/archiver': 5.3.1 '@types/fs-extra': 9.0.13 '@types/inquirer': 9.0.3 - '@types/node': 18.11.9 + '@types/node': 18.11.15 '@types/node-rsa': 1.1.1 - '@types/react': 18.0.25 + '@types/react': 18.0.26 '@types/react-dom': 18.0.9 '@types/semver': 7.3.13 '@types/sharp': 0.31.0 - '@types/uuid': 8.3.4 + '@types/uuid': 9.0.0 '@types/ws': 8.5.3 - esbuild: 0.15.15 - eslint: 8.28.0 + esbuild: 0.16.7 + eslint: 8.29.0 eslint-config-prettier: 8.5.0 eslint-plugin-react: 7.31.11 - fs-extra: 10.1.0 - prettier: 2.8.0 + fs-extra: 11.1.0 + prettier: 2.8.1 tsup: 6.5.0 turbo: 1.6.3 devDependencies: @@ -35,20 +35,20 @@ importers: '@types/archiver': 5.3.1 '@types/fs-extra': 9.0.13 '@types/inquirer': 9.0.3 - '@types/node': 18.11.9 + '@types/node': 18.11.15 '@types/node-rsa': 1.1.1 - '@types/react': 18.0.25 + '@types/react': 18.0.26 '@types/react-dom': 18.0.9 '@types/semver': 7.3.13 '@types/sharp': 0.31.0 - '@types/uuid': 8.3.4 + '@types/uuid': 9.0.0 '@types/ws': 8.5.3 - esbuild: 0.15.15 - eslint: 8.28.0 - eslint-config-prettier: 8.5.0_eslint@8.28.0 - eslint-plugin-react: 7.31.11_eslint@8.28.0 - fs-extra: 10.1.0 - prettier: 2.8.0 + esbuild: 0.16.7 + eslint: 8.29.0 + eslint-config-prettier: 8.5.0_eslint@8.29.0 + eslint-plugin-react: 7.31.11_eslint@8.29.0 + fs-extra: 11.1.0 + prettier: 2.8.1 tsup: 6.5.0 turbo: 1.6.3 @@ -59,7 +59,7 @@ importers: '@plasmo/utils': workspace:* '@plasmohq/init': workspace:* plasmo: workspace:* - typescript: 4.9.3 + typescript: 4.9.4 dependencies: '@plasmohq/init': link:../../packages/init devDependencies: @@ -67,14 +67,14 @@ importers: '@plasmo/constants': link:../../packages/constants '@plasmo/utils': link:../../packages/utils plasmo: link:../plasmo - typescript: 4.9.3 + typescript: 4.9.4 cli/plasmo: specifiers: '@expo/spawn-async': 1.7.0 - '@parcel/core': 2.8.1 - '@parcel/fs': 2.8.1 - '@parcel/package-manager': 2.8.1 + '@parcel/core': 2.8.2 + '@parcel/fs': 2.8.2 + '@parcel/package-manager': 2.8.2 '@parcel/watcher': 2.0.7 '@plasmo/config': workspace:* '@plasmo/constants': workspace:* @@ -83,7 +83,7 @@ importers: '@plasmohq/parcel-config': workspace:* archiver: 5.3.1 buffer: 6.0.3 - chalk: 5.1.2 + chalk: 5.2.0 change-case: 4.1.2 dotenv: 16.0.3 dotenv-expand: 9.0.0 @@ -101,19 +101,19 @@ importers: sharp: 0.31.2 tempy: 3.0.0 tiny-glob: 0.2.9 - typescript: 4.9.3 + typescript: 4.9.4 ws: 8.11.0 dependencies: '@expo/spawn-async': 1.7.0 - '@parcel/core': 2.8.1 - '@parcel/fs': 2.8.1_@parcel+core@2.8.1 - '@parcel/package-manager': 2.8.1_@parcel+core@2.8.1 + '@parcel/core': 2.8.2 + '@parcel/fs': 2.8.2_@parcel+core@2.8.2 + '@parcel/package-manager': 2.8.2_@parcel+core@2.8.2 '@parcel/watcher': 2.0.7 '@plasmohq/init': link:../../packages/init '@plasmohq/parcel-config': link:../../packages/parcel-config archiver: 5.3.1 buffer: 6.0.3 - chalk: 5.1.2 + chalk: 5.2.0 change-case: 4.1.2 dotenv: 16.0.3 dotenv-expand: 9.0.0 @@ -131,7 +131,7 @@ importers: sharp: 0.31.2 tempy: 3.0.0 tiny-glob: 0.2.9 - typescript: 4.9.3 + typescript: 4.9.4 ws: 8.11.0 devDependencies: '@plasmo/config': link:../../packages/config @@ -141,45 +141,45 @@ importers: examples/with-antd: specifiers: '@plasmohq/prettier-plugin-sort-imports': workspace:* - '@types/chrome': 0.0.202 - '@types/node': 18.11.9 - '@types/react': 18.0.25 + '@types/chrome': 0.0.204 + '@types/node': 18.11.15 + '@types/react': 18.0.26 '@types/react-dom': 18.0.9 - antd: 5.0.1 + antd: 5.0.7 plasmo: workspace:* - prettier: 2.8.0 + prettier: 2.8.1 react: 18.2.0 react-dom: 18.2.0 - typescript: 4.9.3 + typescript: 4.9.4 dependencies: - antd: 5.0.1_biqbaboplfbrettd7655fr4n2y + antd: 5.0.7_biqbaboplfbrettd7655fr4n2y plasmo: link:../../cli/plasmo react: 18.2.0 react-dom: 18.2.0_react@18.2.0 devDependencies: '@plasmohq/prettier-plugin-sort-imports': link:../../packages/prettier-plugin-sort-imports - '@types/chrome': 0.0.202 - '@types/node': 18.11.9 - '@types/react': 18.0.25 + '@types/chrome': 0.0.204 + '@types/node': 18.11.15 + '@types/react': 18.0.26 '@types/react-dom': 18.0.9 - prettier: 2.8.0 - typescript: 4.9.3 + prettier: 2.8.1 + typescript: 4.9.4 examples/with-background: specifiers: '@plasmohq/prettier-plugin-sort-imports': workspace:* - '@types/chrome': 0.0.202 - '@types/node': 18.11.9 - '@types/react': 18.0.25 + '@types/chrome': 0.0.204 + '@types/node': 18.11.15 + '@types/react': 18.0.26 '@types/react-dom': 18.0.9 bip39: 3.0.4 buffer: 6.0.3 events: 3.3.0 plasmo: workspace:* - prettier: 2.8.0 + prettier: 2.8.1 process: 0.11.10 stream-browserify: 3.0.0 - typescript: 4.9.3 + typescript: 4.9.4 dependencies: bip39: 3.0.4 buffer: 6.0.3 @@ -189,280 +189,280 @@ importers: stream-browserify: 3.0.0 devDependencies: '@plasmohq/prettier-plugin-sort-imports': link:../../packages/prettier-plugin-sort-imports - '@types/chrome': 0.0.202 - '@types/node': 18.11.9 - '@types/react': 18.0.25 + '@types/chrome': 0.0.204 + '@types/node': 18.11.15 + '@types/react': 18.0.26 '@types/react-dom': 18.0.9 - prettier: 2.8.0 - typescript: 4.9.3 + prettier: 2.8.1 + typescript: 4.9.4 examples/with-content-script: specifiers: '@plasmohq/prettier-plugin-sort-imports': workspace:* - '@types/chrome': 0.0.202 - '@types/node': 18.11.9 - '@types/react': 18.0.25 + '@types/chrome': 0.0.204 + '@types/node': 18.11.15 + '@types/react': 18.0.26 '@types/react-dom': 18.0.9 plasmo: workspace:* - prettier: 2.8.0 + prettier: 2.8.1 react: 18.2.0 react-dom: 18.2.0 - typescript: 4.9.3 + typescript: 4.9.4 dependencies: plasmo: link:../../cli/plasmo react: 18.2.0 react-dom: 18.2.0_react@18.2.0 devDependencies: '@plasmohq/prettier-plugin-sort-imports': link:../../packages/prettier-plugin-sort-imports - '@types/chrome': 0.0.202 - '@types/node': 18.11.9 - '@types/react': 18.0.25 + '@types/chrome': 0.0.204 + '@types/node': 18.11.15 + '@types/react': 18.0.26 '@types/react-dom': 18.0.9 - prettier: 2.8.0 - typescript: 4.9.3 + prettier: 2.8.1 + typescript: 4.9.4 examples/with-content-scripts-ui: specifiers: '@plasmohq/prettier-plugin-sort-imports': workspace:* - '@types/chrome': 0.0.202 - '@types/node': 18.11.9 - '@types/react': 18.0.25 + '@types/chrome': 0.0.204 + '@types/node': 18.11.15 + '@types/react': 18.0.26 '@types/react-dom': 18.0.9 plasmo: workspace:* - prettier: 2.8.0 + prettier: 2.8.1 react: 18.2.0 react-dom: 18.2.0 - typescript: 4.9.3 + typescript: 4.9.4 dependencies: plasmo: link:../../cli/plasmo react: 18.2.0 react-dom: 18.2.0_react@18.2.0 devDependencies: '@plasmohq/prettier-plugin-sort-imports': link:../../packages/prettier-plugin-sort-imports - '@types/chrome': 0.0.202 - '@types/node': 18.11.9 - '@types/react': 18.0.25 + '@types/chrome': 0.0.204 + '@types/node': 18.11.15 + '@types/react': 18.0.26 '@types/react-dom': 18.0.9 - prettier: 2.8.0 - typescript: 4.9.3 + prettier: 2.8.1 + typescript: 4.9.4 examples/with-css-modules: specifiers: '@plasmohq/prettier-plugin-sort-imports': workspace:* - '@types/chrome': 0.0.202 - '@types/node': 18.11.9 - '@types/react': 18.0.25 + '@types/chrome': 0.0.204 + '@types/node': 18.11.15 + '@types/react': 18.0.26 '@types/react-dom': 18.0.9 plasmo: workspace:* - prettier: 2.8.0 + prettier: 2.8.1 react: 18.2.0 react-dom: 18.2.0 - typescript: 4.9.3 + typescript: 4.9.4 dependencies: plasmo: link:../../cli/plasmo react: 18.2.0 react-dom: 18.2.0_react@18.2.0 devDependencies: '@plasmohq/prettier-plugin-sort-imports': link:../../packages/prettier-plugin-sort-imports - '@types/chrome': 0.0.202 - '@types/node': 18.11.9 - '@types/react': 18.0.25 + '@types/chrome': 0.0.204 + '@types/node': 18.11.15 + '@types/react': 18.0.26 '@types/react-dom': 18.0.9 - prettier: 2.8.0 - typescript: 4.9.3 + prettier: 2.8.1 + typescript: 4.9.4 examples/with-devtools: specifiers: '@plasmohq/prettier-plugin-sort-imports': workspace:* - '@types/chrome': 0.0.202 - '@types/node': 18.11.9 - '@types/react': 18.0.25 + '@types/chrome': 0.0.204 + '@types/node': 18.11.15 + '@types/react': 18.0.26 '@types/react-dom': 18.0.9 plasmo: workspace:* - prettier: 2.8.0 + prettier: 2.8.1 react: 18.2.0 react-dom: 18.2.0 - typescript: 4.9.3 + typescript: 4.9.4 dependencies: plasmo: link:../../cli/plasmo react: 18.2.0 react-dom: 18.2.0_react@18.2.0 devDependencies: '@plasmohq/prettier-plugin-sort-imports': link:../../packages/prettier-plugin-sort-imports - '@types/chrome': 0.0.202 - '@types/node': 18.11.9 - '@types/react': 18.0.25 + '@types/chrome': 0.0.204 + '@types/node': 18.11.15 + '@types/react': 18.0.26 '@types/react-dom': 18.0.9 - prettier: 2.8.0 - typescript: 4.9.3 + prettier: 2.8.1 + typescript: 4.9.4 examples/with-emotion: specifiers: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@emotion/cache': 11.10.5 '@emotion/react': 11.10.5 '@emotion/styled': 11.10.5 '@plasmohq/prettier-plugin-sort-imports': workspace:* - '@types/chrome': 0.0.202 - '@types/node': 18.11.9 - '@types/react': 18.0.25 + '@types/chrome': 0.0.204 + '@types/node': 18.11.15 + '@types/react': 18.0.26 '@types/react-dom': 18.0.9 plasmo: workspace:* - prettier: 2.8.0 + prettier: 2.8.1 react: 18.2.0 react-dom: 18.2.0 - typescript: 4.9.3 + typescript: 4.9.4 dependencies: '@emotion/cache': 11.10.5 - '@emotion/react': 11.10.5_cuziicjcvwawlf5iuhzacuhqcy - '@emotion/styled': 11.10.5_hmjty4frusbltjhl3xd7udcm2y + '@emotion/react': 11.10.5_xl5my4wapvq2ctl7qwehtbgorq + '@emotion/styled': 11.10.5_3djhvnr4jirfvebjqpipo7gthy plasmo: link:../../cli/plasmo react: 18.2.0 react-dom: 18.2.0_react@18.2.0 devDependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@plasmohq/prettier-plugin-sort-imports': link:../../packages/prettier-plugin-sort-imports - '@types/chrome': 0.0.202 - '@types/node': 18.11.9 - '@types/react': 18.0.25 + '@types/chrome': 0.0.204 + '@types/node': 18.11.15 + '@types/react': 18.0.26 '@types/react-dom': 18.0.9 - prettier: 2.8.0 - typescript: 4.9.3 + prettier: 2.8.1 + typescript: 4.9.4 examples/with-env: specifiers: '@plasmohq/prettier-plugin-sort-imports': workspace:* - '@types/chrome': 0.0.202 - '@types/node': 18.11.9 - '@types/react': 18.0.25 + '@types/chrome': 0.0.204 + '@types/node': 18.11.15 + '@types/react': 18.0.26 '@types/react-dom': 18.0.9 plasmo: workspace:* - prettier: 2.8.0 + prettier: 2.8.1 react: 18.2.0 react-dom: 18.2.0 - typescript: 4.9.3 + typescript: 4.9.4 dependencies: plasmo: link:../../cli/plasmo react: 18.2.0 react-dom: 18.2.0_react@18.2.0 devDependencies: '@plasmohq/prettier-plugin-sort-imports': link:../../packages/prettier-plugin-sort-imports - '@types/chrome': 0.0.202 - '@types/node': 18.11.9 - '@types/react': 18.0.25 + '@types/chrome': 0.0.204 + '@types/node': 18.11.15 + '@types/react': 18.0.26 '@types/react-dom': 18.0.9 - prettier: 2.8.0 - typescript: 4.9.3 + prettier: 2.8.1 + typescript: 4.9.4 examples/with-firebase-auth: specifiers: '@plasmohq/prettier-plugin-sort-imports': workspace:* - '@types/chrome': 0.0.202 - '@types/node': 18.11.9 - '@types/react': 18.0.25 + '@types/chrome': 0.0.204 + '@types/node': 18.11.15 + '@types/react': 18.0.26 '@types/react-dom': 18.0.9 - firebase: 9.14.0 + firebase: 9.15.0 plasmo: workspace:* - prettier: 2.8.0 + prettier: 2.8.1 react: 18.2.0 react-dom: 18.2.0 - typescript: 4.9.3 + typescript: 4.9.4 dependencies: - firebase: 9.14.0 + firebase: 9.15.0 plasmo: link:../../cli/plasmo react: 18.2.0 react-dom: 18.2.0_react@18.2.0 devDependencies: '@plasmohq/prettier-plugin-sort-imports': link:../../packages/prettier-plugin-sort-imports - '@types/chrome': 0.0.202 - '@types/node': 18.11.9 - '@types/react': 18.0.25 + '@types/chrome': 0.0.204 + '@types/node': 18.11.15 + '@types/react': 18.0.26 '@types/react-dom': 18.0.9 - prettier: 2.8.0 - typescript: 4.9.3 + prettier: 2.8.1 + typescript: 4.9.4 examples/with-firebase-fcm: specifiers: '@plasmohq/prettier-plugin-sort-imports': workspace:* '@plasmohq/storage': workspace:* - '@types/chrome': 0.0.202 - '@types/node': 18.11.9 - '@types/react': 18.0.25 + '@types/chrome': 0.0.204 + '@types/node': 18.11.15 + '@types/react': 18.0.26 '@types/react-dom': 18.0.9 - firebase: 9.14.0 + firebase: 9.15.0 plasmo: workspace:* - prettier: 2.8.0 + prettier: 2.8.1 react: 18.2.0 react-dom: 18.2.0 - typescript: 4.9.3 + typescript: 4.9.4 dependencies: '@plasmohq/storage': link:../../packages/storage - firebase: 9.14.0 + firebase: 9.15.0 plasmo: link:../../cli/plasmo react: 18.2.0 react-dom: 18.2.0_react@18.2.0 devDependencies: '@plasmohq/prettier-plugin-sort-imports': link:../../packages/prettier-plugin-sort-imports - '@types/chrome': 0.0.202 - '@types/node': 18.11.9 - '@types/react': 18.0.25 + '@types/chrome': 0.0.204 + '@types/node': 18.11.15 + '@types/react': 18.0.26 '@types/react-dom': 18.0.9 - prettier: 2.8.0 - typescript: 4.9.3 + prettier: 2.8.1 + typescript: 4.9.4 examples/with-google-analytics: specifiers: '@plasmohq/prettier-plugin-sort-imports': workspace:* - '@types/chrome': 0.0.202 - '@types/node': 18.11.9 - '@types/react': 18.0.25 + '@types/chrome': 0.0.204 + '@types/node': 18.11.15 + '@types/react': 18.0.26 '@types/react-dom': 18.0.9 plasmo: workspace:* - prettier: 2.8.0 + prettier: 2.8.1 react: 18.2.0 react-dom: 18.2.0 - typescript: 4.9.3 + typescript: 4.9.4 dependencies: plasmo: link:../../cli/plasmo react: 18.2.0 react-dom: 18.2.0_react@18.2.0 devDependencies: '@plasmohq/prettier-plugin-sort-imports': link:../../packages/prettier-plugin-sort-imports - '@types/chrome': 0.0.202 - '@types/node': 18.11.9 - '@types/react': 18.0.25 + '@types/chrome': 0.0.204 + '@types/node': 18.11.15 + '@types/react': 18.0.26 '@types/react-dom': 18.0.9 - prettier: 2.8.0 - typescript: 4.9.3 + prettier: 2.8.1 + typescript: 4.9.4 examples/with-inbox-sdk: specifiers: - '@inboxsdk/core': 0.2.22 + '@inboxsdk/core': 0.2.23 '@plasmohq/prettier-plugin-sort-imports': workspace:* - '@types/chrome': 0.0.202 + '@types/chrome': 0.0.204 '@types/inboxsdk': 2.0.9 - '@types/node': 18.11.9 - '@types/react': 18.0.25 + '@types/node': 18.11.15 + '@types/react': 18.0.26 '@types/react-dom': 18.0.9 plasmo: workspace:* - prettier: 2.8.0 + prettier: 2.8.1 react: 18.2.0 react-dom: 18.2.0 - typescript: 4.9.3 + typescript: 4.9.4 dependencies: - '@inboxsdk/core': 0.2.22 + '@inboxsdk/core': 0.2.23 plasmo: link:../../cli/plasmo react: 18.2.0 react-dom: 18.2.0_react@18.2.0 devDependencies: '@plasmohq/prettier-plugin-sort-imports': link:../../packages/prettier-plugin-sort-imports - '@types/chrome': 0.0.202 + '@types/chrome': 0.0.204 '@types/inboxsdk': 2.0.9 - '@types/node': 18.11.9 - '@types/react': 18.0.25 + '@types/node': 18.11.15 + '@types/react': 18.0.26 '@types/react-dom': 18.0.9 - prettier: 2.8.0 - typescript: 4.9.3 + prettier: 2.8.1 + typescript: 4.9.4 examples/with-jest: specifiers: @@ -470,19 +470,19 @@ importers: '@jest/types': 29.3.1 '@plasmohq/prettier-plugin-sort-imports': workspace:* '@testing-library/react': 13.4.0 - '@types/chrome': 0.0.202 - '@types/node': 18.11.9 - '@types/react': 18.0.25 + '@types/chrome': 0.0.204 + '@types/node': 18.11.15 + '@types/react': 18.0.26 '@types/react-dom': 18.0.9 jest: 29.3.1 jest-environment-jsdom: 29.3.1 - jest-webextension-mock: 3.8.0 + jest-webextension-mock: 3.8.6 plasmo: workspace:* - prettier: 2.8.0 + prettier: 2.8.1 react: 18.2.0 react-dom: 18.2.0 ts-jest: 29.0.3 - typescript: 4.9.3 + typescript: 4.9.4 dependencies: plasmo: link:../../cli/plasmo react: 18.2.0 @@ -492,132 +492,132 @@ importers: '@jest/types': 29.3.1 '@plasmohq/prettier-plugin-sort-imports': link:../../packages/prettier-plugin-sort-imports '@testing-library/react': 13.4.0_biqbaboplfbrettd7655fr4n2y - '@types/chrome': 0.0.202 - '@types/node': 18.11.9 - '@types/react': 18.0.25 + '@types/chrome': 0.0.204 + '@types/node': 18.11.15 + '@types/react': 18.0.26 '@types/react-dom': 18.0.9 - jest: 29.3.1_@types+node@18.11.9 + jest: 29.3.1_@types+node@18.11.15 jest-environment-jsdom: 29.3.1 - jest-webextension-mock: 3.8.0 - prettier: 2.8.0 - ts-jest: 29.0.3_wcjxlcwfjvs73rqh2tjbxyoefa - typescript: 4.9.3 + jest-webextension-mock: 3.8.6 + prettier: 2.8.1 + ts-jest: 29.0.3_a67wnu7kur6t3xg6vztzc6sc5i + typescript: 4.9.4 examples/with-jotai: specifiers: '@plasmohq/prettier-plugin-sort-imports': workspace:* - '@types/chrome': 0.0.202 - '@types/node': 18.11.9 - '@types/react': 18.0.25 + '@types/chrome': 0.0.204 + '@types/node': 18.11.15 + '@types/react': 18.0.26 '@types/react-dom': 18.0.9 - jotai: 1.10.0 + jotai: 1.11.2 plasmo: workspace:* - prettier: 2.8.0 + prettier: 2.8.1 react: 18.2.0 react-dom: 18.2.0 - typescript: 4.9.3 + typescript: 4.9.4 dependencies: - jotai: 1.10.0_react@18.2.0 + jotai: 1.11.2_react@18.2.0 plasmo: link:../../cli/plasmo react: 18.2.0 react-dom: 18.2.0_react@18.2.0 devDependencies: '@plasmohq/prettier-plugin-sort-imports': link:../../packages/prettier-plugin-sort-imports - '@types/chrome': 0.0.202 - '@types/node': 18.11.9 - '@types/react': 18.0.25 + '@types/chrome': 0.0.204 + '@types/node': 18.11.15 + '@types/react': 18.0.26 '@types/react-dom': 18.0.9 - prettier: 2.8.0 - typescript: 4.9.3 + prettier: 2.8.1 + typescript: 4.9.4 examples/with-locales-i18n: specifiers: '@plasmohq/prettier-plugin-sort-imports': workspace:* - '@types/chrome': 0.0.202 - '@types/node': 18.11.9 - '@types/react': 18.0.25 + '@types/chrome': 0.0.204 + '@types/node': 18.11.15 + '@types/react': 18.0.26 '@types/react-dom': 18.0.9 plasmo: workspace:* - prettier: 2.8.0 + prettier: 2.8.1 react: 18.2.0 react-dom: 18.2.0 - typescript: 4.9.3 + typescript: 4.9.4 dependencies: plasmo: link:../../cli/plasmo react: 18.2.0 react-dom: 18.2.0_react@18.2.0 devDependencies: '@plasmohq/prettier-plugin-sort-imports': link:../../packages/prettier-plugin-sort-imports - '@types/chrome': 0.0.202 - '@types/node': 18.11.9 - '@types/react': 18.0.25 + '@types/chrome': 0.0.204 + '@types/node': 18.11.15 + '@types/react': 18.0.26 '@types/react-dom': 18.0.9 - prettier: 2.8.0 - typescript: 4.9.3 + prettier: 2.8.1 + typescript: 4.9.4 examples/with-main-world-content-script-injection: specifiers: '@plasmohq/prettier-plugin-sort-imports': workspace:* - '@types/chrome': 0.0.202 - '@types/node': 18.11.9 - '@types/react': 18.0.25 + '@types/chrome': 0.0.204 + '@types/node': 18.11.15 + '@types/react': 18.0.26 '@types/react-dom': 18.0.9 plasmo: workspace:* - prettier: 2.8.0 + prettier: 2.8.1 react: 18.2.0 react-dom: 18.2.0 - typescript: 4.9.3 + typescript: 4.9.4 dependencies: plasmo: link:../../cli/plasmo react: 18.2.0 react-dom: 18.2.0_react@18.2.0 devDependencies: '@plasmohq/prettier-plugin-sort-imports': link:../../packages/prettier-plugin-sort-imports - '@types/chrome': 0.0.202 - '@types/node': 18.11.9 - '@types/react': 18.0.25 + '@types/chrome': 0.0.204 + '@types/node': 18.11.15 + '@types/react': 18.0.26 '@types/react-dom': 18.0.9 - prettier: 2.8.0 - typescript: 4.9.3 + prettier: 2.8.1 + typescript: 4.9.4 examples/with-many-content-scripts: specifiers: '@plasmohq/prettier-plugin-sort-imports': workspace:* - '@types/chrome': 0.0.202 - '@types/node': 18.11.9 - '@types/react': 18.0.25 + '@types/chrome': 0.0.204 + '@types/node': 18.11.15 + '@types/react': 18.0.26 '@types/react-dom': 18.0.9 plasmo: workspace:* - prettier: 2.8.0 + prettier: 2.8.1 react: 18.2.0 react-dom: 18.2.0 - typescript: 4.9.3 + typescript: 4.9.4 dependencies: plasmo: link:../../cli/plasmo react: 18.2.0 react-dom: 18.2.0_react@18.2.0 devDependencies: '@plasmohq/prettier-plugin-sort-imports': link:../../packages/prettier-plugin-sort-imports - '@types/chrome': 0.0.202 - '@types/node': 18.11.9 - '@types/react': 18.0.25 + '@types/chrome': 0.0.204 + '@types/node': 18.11.15 + '@types/react': 18.0.26 '@types/react-dom': 18.0.9 - prettier: 2.8.0 - typescript: 4.9.3 + prettier: 2.8.1 + typescript: 4.9.4 examples/with-many-targets: specifiers: '@plasmohq/prettier-plugin-sort-imports': workspace:* '@plasmohq/rps': workspace:* - '@types/chrome': 0.0.202 - '@types/node': 18.11.9 - '@types/react': 18.0.25 + '@types/chrome': 0.0.204 + '@types/node': 18.11.15 + '@types/react': 18.0.26 '@types/react-dom': 18.0.9 plasmo: workspace:* - prettier: 2.8.0 + prettier: 2.8.1 react: 18.2.0 react-dom: 18.2.0 - typescript: 4.9.3 + typescript: 4.9.4 dependencies: plasmo: link:../../cli/plasmo react: 18.2.0 @@ -625,154 +625,154 @@ importers: devDependencies: '@plasmohq/prettier-plugin-sort-imports': link:../../packages/prettier-plugin-sort-imports '@plasmohq/rps': link:../../packages/rps - '@types/chrome': 0.0.202 - '@types/node': 18.11.9 - '@types/react': 18.0.25 + '@types/chrome': 0.0.204 + '@types/node': 18.11.15 + '@types/react': 18.0.26 '@types/react-dom': 18.0.9 - prettier: 2.8.0 - typescript: 4.9.3 + prettier: 2.8.1 + typescript: 4.9.4 examples/with-messaging: specifiers: '@plasmohq/messaging': workspace:* '@plasmohq/prettier-plugin-sort-imports': workspace:* '@plasmohq/rps': workspace:* - '@types/chrome': 0.0.202 - '@types/node': 18.11.9 - '@types/react': 18.0.25 + '@types/chrome': 0.0.204 + '@types/node': 18.11.15 + '@types/react': 18.0.26 '@types/react-dom': 18.0.9 - next: 13.0.4 + next: 13.0.6 plasmo: workspace:* - prettier: 2.7.1 + prettier: 2.8.1 react: 18.2.0 react-dom: 18.2.0 - typescript: 4.9.3 + typescript: 4.9.4 dependencies: '@plasmohq/messaging': link:../../packages/messaging - next: 13.0.4_biqbaboplfbrettd7655fr4n2y + next: 13.0.6_biqbaboplfbrettd7655fr4n2y plasmo: link:../../cli/plasmo react: 18.2.0 react-dom: 18.2.0_react@18.2.0 devDependencies: '@plasmohq/prettier-plugin-sort-imports': link:../../packages/prettier-plugin-sort-imports '@plasmohq/rps': link:../../packages/rps - '@types/chrome': 0.0.202 - '@types/node': 18.11.9 - '@types/react': 18.0.25 + '@types/chrome': 0.0.204 + '@types/node': 18.11.15 + '@types/react': 18.0.26 '@types/react-dom': 18.0.9 - prettier: 2.7.1 - typescript: 4.9.3 + prettier: 2.8.1 + typescript: 4.9.4 examples/with-mui: specifiers: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@emotion/cache': 11.10.5 '@emotion/react': 11.10.5 '@emotion/styled': 11.10.5 - '@mui/material': 5.10.15 + '@mui/material': 5.11.0 '@plasmohq/prettier-plugin-sort-imports': workspace:* - '@types/chrome': 0.0.202 - '@types/node': 18.11.9 - '@types/react': 18.0.25 + '@types/chrome': 0.0.204 + '@types/node': 18.11.15 + '@types/react': 18.0.26 '@types/react-dom': 18.0.9 plasmo: workspace:* - prettier: 2.8.0 + prettier: 2.8.1 react: 18.2.0 react-dom: 18.2.0 - typescript: 4.9.3 + typescript: 4.9.4 dependencies: '@emotion/cache': 11.10.5 - '@emotion/react': 11.10.5_cuziicjcvwawlf5iuhzacuhqcy - '@emotion/styled': 11.10.5_hmjty4frusbltjhl3xd7udcm2y - '@mui/material': 5.10.15_thp4wrxo45nyllusrnt46mid4u + '@emotion/react': 11.10.5_xl5my4wapvq2ctl7qwehtbgorq + '@emotion/styled': 11.10.5_3djhvnr4jirfvebjqpipo7gthy + '@mui/material': 5.11.0_lskpmcsdi7ipu6qpuapyu56ihm plasmo: link:../../cli/plasmo react: 18.2.0 react-dom: 18.2.0_react@18.2.0 devDependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@plasmohq/prettier-plugin-sort-imports': link:../../packages/prettier-plugin-sort-imports - '@types/chrome': 0.0.202 - '@types/node': 18.11.9 - '@types/react': 18.0.25 + '@types/chrome': 0.0.204 + '@types/node': 18.11.15 + '@types/react': 18.0.26 '@types/react-dom': 18.0.9 - prettier: 2.8.0 - typescript: 4.9.3 + prettier: 2.8.1 + typescript: 4.9.4 examples/with-multiple-tailwindcss: specifiers: '@plasmohq/prettier-plugin-sort-imports': workspace:* - '@types/chrome': 0.0.202 - '@types/node': 18.11.9 - '@types/react': 18.0.25 + '@types/chrome': 0.0.204 + '@types/node': 18.11.15 + '@types/react': 18.0.26 '@types/react-dom': 18.0.9 autoprefixer: 10.4.13 plasmo: workspace:* - postcss: 8.4.19 + postcss: 8.4.20 postcss-multiple-tailwind: 1.0.1 - prettier: 2.8.0 + prettier: 2.8.1 react: 18.2.0 react-dom: 18.2.0 tailwindcss: 3.2.4 - typescript: 4.9.3 + typescript: 4.9.4 dependencies: plasmo: link:../../cli/plasmo react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - tailwindcss: 3.2.4_postcss@8.4.19 + tailwindcss: 3.2.4_postcss@8.4.20 devDependencies: '@plasmohq/prettier-plugin-sort-imports': link:../../packages/prettier-plugin-sort-imports - '@types/chrome': 0.0.202 - '@types/node': 18.11.9 - '@types/react': 18.0.25 + '@types/chrome': 0.0.204 + '@types/node': 18.11.15 + '@types/react': 18.0.26 '@types/react-dom': 18.0.9 - autoprefixer: 10.4.13_postcss@8.4.19 - postcss: 8.4.19 - postcss-multiple-tailwind: 1.0.1_me3eicvovseuwi73d2pz2ggw4a - prettier: 2.8.0 - typescript: 4.9.3 + autoprefixer: 10.4.13_postcss@8.4.20 + postcss: 8.4.20 + postcss-multiple-tailwind: 1.0.1_hzp6xp7xtvub4zmrlzvlyjfmvy + prettier: 2.8.1 + typescript: 4.9.4 examples/with-newtab: specifiers: '@plasmohq/prettier-plugin-sort-imports': workspace:* - '@types/chrome': 0.0.202 - '@types/node': 18.11.9 - '@types/react': 18.0.25 + '@types/chrome': 0.0.204 + '@types/node': 18.11.15 + '@types/react': 18.0.26 '@types/react-dom': 18.0.9 plasmo: workspace:* - prettier: 2.8.0 + prettier: 2.8.1 react: 18.2.0 react-dom: 18.2.0 - typescript: 4.9.3 + typescript: 4.9.4 dependencies: plasmo: link:../../cli/plasmo react: 18.2.0 react-dom: 18.2.0_react@18.2.0 devDependencies: '@plasmohq/prettier-plugin-sort-imports': link:../../packages/prettier-plugin-sort-imports - '@types/chrome': 0.0.202 - '@types/node': 18.11.9 - '@types/react': 18.0.25 + '@types/chrome': 0.0.204 + '@types/node': 18.11.15 + '@types/react': 18.0.26 '@types/react-dom': 18.0.9 - prettier: 2.8.0 - typescript: 4.9.3 + prettier: 2.8.1 + typescript: 4.9.4 examples/with-nextjs: specifiers: '@plasmohq/prettier-plugin-sort-imports': workspace:* '@plasmohq/rps': workspace:* '@plasmohq/storage': workspace:* - '@types/chrome': 0.0.202 - '@types/node': 18.11.9 - '@types/react': 18.0.25 + '@types/chrome': 0.0.204 + '@types/node': 18.11.15 + '@types/react': 18.0.26 '@types/react-dom': 18.0.9 - next: 13.0.4 + next: 13.0.6 plasmo: workspace:* - prettier: 2.8.0 + prettier: 2.8.1 react: 18.2.0 react-dom: 18.2.0 - typescript: 4.9.3 + typescript: 4.9.4 dependencies: - next: 13.0.4_biqbaboplfbrettd7655fr4n2y + next: 13.0.6_biqbaboplfbrettd7655fr4n2y plasmo: link:../../cli/plasmo react: 18.2.0 react-dom: 18.2.0_react@18.2.0 @@ -780,51 +780,51 @@ importers: '@plasmohq/prettier-plugin-sort-imports': link:../../packages/prettier-plugin-sort-imports '@plasmohq/rps': link:../../packages/rps '@plasmohq/storage': link:../../packages/storage - '@types/chrome': 0.0.202 - '@types/node': 18.11.9 - '@types/react': 18.0.25 + '@types/chrome': 0.0.204 + '@types/node': 18.11.15 + '@types/react': 18.0.26 '@types/react-dom': 18.0.9 - prettier: 2.8.0 - typescript: 4.9.3 + prettier: 2.8.1 + typescript: 4.9.4 examples/with-options-ui: specifiers: '@plasmohq/prettier-plugin-sort-imports': workspace:* - '@types/chrome': 0.0.202 - '@types/node': 18.11.9 - '@types/react': 18.0.25 + '@types/chrome': 0.0.204 + '@types/node': 18.11.15 + '@types/react': 18.0.26 '@types/react-dom': 18.0.9 plasmo: workspace:* - prettier: 2.8.0 + prettier: 2.8.1 react: 18.2.0 react-dom: 18.2.0 - typescript: 4.9.3 + typescript: 4.9.4 dependencies: plasmo: link:../../cli/plasmo react: 18.2.0 react-dom: 18.2.0_react@18.2.0 devDependencies: '@plasmohq/prettier-plugin-sort-imports': link:../../packages/prettier-plugin-sort-imports - '@types/chrome': 0.0.202 - '@types/node': 18.11.9 - '@types/react': 18.0.25 + '@types/chrome': 0.0.204 + '@types/node': 18.11.15 + '@types/react': 18.0.26 '@types/react-dom': 18.0.9 - prettier: 2.8.0 - typescript: 4.9.3 + prettier: 2.8.1 + typescript: 4.9.4 examples/with-permission-ui: specifiers: '@plasmohq/permission-ui': workspace:* '@plasmohq/prettier-plugin-sort-imports': workspace:* - '@types/chrome': 0.0.202 - '@types/node': 18.11.9 - '@types/react': 18.0.25 + '@types/chrome': 0.0.204 + '@types/node': 18.11.15 + '@types/react': 18.0.26 '@types/react-dom': 18.0.9 plasmo: workspace:* - prettier: 2.8.0 + prettier: 2.8.1 react: 18.2.0 react-dom: 18.2.0 - typescript: 4.9.3 + typescript: 4.9.4 dependencies: '@plasmohq/permission-ui': link:../../packages/permission-ui plasmo: link:../../cli/plasmo @@ -832,171 +832,171 @@ importers: react-dom: 18.2.0_react@18.2.0 devDependencies: '@plasmohq/prettier-plugin-sort-imports': link:../../packages/prettier-plugin-sort-imports - '@types/chrome': 0.0.202 - '@types/node': 18.11.9 - '@types/react': 18.0.25 + '@types/chrome': 0.0.204 + '@types/node': 18.11.15 + '@types/react': 18.0.26 '@types/react-dom': 18.0.9 - prettier: 2.8.0 - typescript: 4.9.3 + prettier: 2.8.1 + typescript: 4.9.4 examples/with-popup: specifiers: '@plasmohq/prettier-plugin-sort-imports': workspace:* - '@types/chrome': 0.0.202 - '@types/node': 18.11.9 - '@types/react': 18.0.25 + '@types/chrome': 0.0.204 + '@types/node': 18.11.15 + '@types/react': 18.0.26 '@types/react-dom': 18.0.9 plasmo: workspace:* - prettier: 2.8.0 + prettier: 2.8.1 react: 18.2.0 react-dom: 18.2.0 - typescript: 4.9.3 + typescript: 4.9.4 dependencies: plasmo: link:../../cli/plasmo react: 18.2.0 react-dom: 18.2.0_react@18.2.0 devDependencies: '@plasmohq/prettier-plugin-sort-imports': link:../../packages/prettier-plugin-sort-imports - '@types/chrome': 0.0.202 - '@types/node': 18.11.9 - '@types/react': 18.0.25 + '@types/chrome': 0.0.204 + '@types/node': 18.11.15 + '@types/react': 18.0.26 '@types/react-dom': 18.0.9 - prettier: 2.8.0 - typescript: 4.9.3 + prettier: 2.8.1 + typescript: 4.9.4 examples/with-react-query: specifiers: '@plasmohq/prettier-plugin-sort-imports': workspace:* - '@tanstack/react-query': 4.16.1 - '@types/chrome': 0.0.202 - '@types/node': 18.11.9 - '@types/react': 18.0.25 + '@tanstack/react-query': 4.20.4 + '@types/chrome': 0.0.204 + '@types/node': 18.11.15 + '@types/react': 18.0.26 '@types/react-dom': 18.0.9 plasmo: workspace:* - prettier: 2.8.0 + prettier: 2.8.1 react: 18.2.0 react-dom: 18.2.0 - typescript: 4.9.3 + typescript: 4.9.4 dependencies: - '@tanstack/react-query': 4.16.1_biqbaboplfbrettd7655fr4n2y + '@tanstack/react-query': 4.20.4_biqbaboplfbrettd7655fr4n2y plasmo: link:../../cli/plasmo react: 18.2.0 react-dom: 18.2.0_react@18.2.0 devDependencies: '@plasmohq/prettier-plugin-sort-imports': link:../../packages/prettier-plugin-sort-imports - '@types/chrome': 0.0.202 - '@types/node': 18.11.9 - '@types/react': 18.0.25 + '@types/chrome': 0.0.204 + '@types/node': 18.11.15 + '@types/react': 18.0.26 '@types/react-dom': 18.0.9 - prettier: 2.8.0 - typescript: 4.9.3 + prettier: 2.8.1 + typescript: 4.9.4 examples/with-react-router: specifiers: '@plasmohq/prettier-plugin-sort-imports': workspace:* - '@types/chrome': 0.0.202 - '@types/node': 18.11.9 - '@types/react': 18.0.25 + '@types/chrome': 0.0.204 + '@types/node': 18.11.15 + '@types/react': 18.0.26 '@types/react-dom': 18.0.9 plasmo: workspace:* - prettier: 2.8.0 + prettier: 2.8.1 react: 18.2.0 react-dom: 18.2.0 - react-router-dom: 6.4.3 - typescript: 4.9.3 + react-router-dom: 6.4.5 + typescript: 4.9.4 dependencies: plasmo: link:../../cli/plasmo react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - react-router-dom: 6.4.3_biqbaboplfbrettd7655fr4n2y + react-router-dom: 6.4.5_biqbaboplfbrettd7655fr4n2y devDependencies: '@plasmohq/prettier-plugin-sort-imports': link:../../packages/prettier-plugin-sort-imports - '@types/chrome': 0.0.202 - '@types/node': 18.11.9 - '@types/react': 18.0.25 + '@types/chrome': 0.0.204 + '@types/node': 18.11.15 + '@types/react': 18.0.26 '@types/react-dom': 18.0.9 - prettier: 2.8.0 - typescript: 4.9.3 + prettier: 2.8.1 + typescript: 4.9.4 examples/with-redux: specifiers: '@plasmohq/prettier-plugin-sort-imports': workspace:* '@plasmohq/redux-persist': 6.1.0 '@plasmohq/storage': workspace:* - '@reduxjs/toolkit': 1.9.0 - '@types/chrome': 0.0.202 - '@types/jest': 29.2.3 - '@types/node': 18.11.9 - '@types/react': 18.0.25 + '@reduxjs/toolkit': 1.9.1 + '@types/chrome': 0.0.204 + '@types/jest': 29.2.4 + '@types/node': 18.11.15 + '@types/react': 18.0.26 '@types/react-dom': 18.0.9 plasmo: workspace:* - prettier: 2.8.0 + prettier: 2.8.1 react: 18.2.0 react-dom: 18.2.0 react-redux: 8.0.5 redux: 4.2.0 redux-persist-webextension-storage: 1.0.2 redux-thunk: 2.4.2 - typescript: 4.9.3 + typescript: 4.9.4 dependencies: '@plasmohq/redux-persist': 6.1.0_redux@4.2.0 '@plasmohq/storage': link:../../packages/storage - '@reduxjs/toolkit': 1.9.0_k4ae6lp43ej6mezo3ztvx6pykq + '@reduxjs/toolkit': 1.9.1_k4ae6lp43ej6mezo3ztvx6pykq plasmo: link:../../cli/plasmo react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - react-redux: 8.0.5_moha6x5fbqoiok2ot63p7hwafm + react-redux: 8.0.5_6fpxtwwxc52cyvwzdgczt4jvpq redux: 4.2.0 redux-persist-webextension-storage: 1.0.2 redux-thunk: 2.4.2_redux@4.2.0 devDependencies: '@plasmohq/prettier-plugin-sort-imports': link:../../packages/prettier-plugin-sort-imports - '@types/chrome': 0.0.202 - '@types/jest': 29.2.3 - '@types/node': 18.11.9 - '@types/react': 18.0.25 + '@types/chrome': 0.0.204 + '@types/jest': 29.2.4 + '@types/node': 18.11.15 + '@types/react': 18.0.26 '@types/react-dom': 18.0.9 - prettier: 2.8.0 - typescript: 4.9.3 + prettier: 2.8.1 + typescript: 4.9.4 examples/with-src: specifiers: '@plasmohq/prettier-plugin-sort-imports': workspace:* - '@types/chrome': 0.0.202 - '@types/node': 18.11.9 - '@types/react': 18.0.25 + '@types/chrome': 0.0.204 + '@types/node': 18.11.15 + '@types/react': 18.0.26 '@types/react-dom': 18.0.9 plasmo: workspace:* - prettier: 2.8.0 + prettier: 2.8.1 react: 18.2.0 react-dom: 18.2.0 - typescript: 4.9.3 + typescript: 4.9.4 dependencies: plasmo: link:../../cli/plasmo react: 18.2.0 react-dom: 18.2.0_react@18.2.0 devDependencies: '@plasmohq/prettier-plugin-sort-imports': link:../../packages/prettier-plugin-sort-imports - '@types/chrome': 0.0.202 - '@types/node': 18.11.9 - '@types/react': 18.0.25 + '@types/chrome': 0.0.204 + '@types/node': 18.11.15 + '@types/react': 18.0.26 '@types/react-dom': 18.0.9 - prettier: 2.8.0 - typescript: 4.9.3 + prettier: 2.8.1 + typescript: 4.9.4 examples/with-storage: specifiers: '@plasmohq/prettier-plugin-sort-imports': workspace:* '@plasmohq/storage': workspace:* - '@types/chrome': 0.0.202 - '@types/node': 18.11.9 - '@types/react': 18.0.25 + '@types/chrome': 0.0.204 + '@types/node': 18.11.15 + '@types/react': 18.0.26 '@types/react-dom': 18.0.9 plasmo: workspace:* - prettier: 2.8.0 + prettier: 2.8.1 react: 18.2.0 react-dom: 18.2.0 - typescript: 4.9.3 + typescript: 4.9.4 dependencies: '@plasmohq/storage': link:../../packages/storage plasmo: link:../../cli/plasmo @@ -1004,174 +1004,174 @@ importers: react-dom: 18.2.0_react@18.2.0 devDependencies: '@plasmohq/prettier-plugin-sort-imports': link:../../packages/prettier-plugin-sort-imports - '@types/chrome': 0.0.202 - '@types/node': 18.11.9 - '@types/react': 18.0.25 + '@types/chrome': 0.0.204 + '@types/node': 18.11.15 + '@types/react': 18.0.26 '@types/react-dom': 18.0.9 - prettier: 2.8.0 - typescript: 4.9.3 + prettier: 2.8.1 + typescript: 4.9.4 examples/with-stripe: specifiers: '@plasmohq/prettier-plugin-sort-imports': workspace:* '@plasmohq/rps': workspace:* - '@types/chrome': 0.0.202 - '@types/node': 18.11.9 - '@types/react': 18.0.25 + '@types/chrome': 0.0.204 + '@types/node': 18.11.15 + '@types/react': 18.0.26 '@types/react-dom': 18.0.9 google-auth-library: 8.7.0 - next: 13.0.4 + next: 13.0.6 plasmo: workspace:* - prettier: 2.8.0 + prettier: 2.8.1 puro: workspace:* react: 18.2.0 react-dom: 18.2.0 - stripe: 11.1.0 - swr: 1.3.0 - typescript: 4.9.3 + stripe: 11.3.0 + swr: 2.0.0 + typescript: 4.9.4 dependencies: google-auth-library: 8.7.0 - next: 13.0.4_biqbaboplfbrettd7655fr4n2y + next: 13.0.6_biqbaboplfbrettd7655fr4n2y plasmo: link:../../cli/plasmo puro: link:../../packages/puro react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - stripe: 11.1.0 - swr: 1.3.0_react@18.2.0 + stripe: 11.3.0 + swr: 2.0.0_react@18.2.0 devDependencies: '@plasmohq/prettier-plugin-sort-imports': link:../../packages/prettier-plugin-sort-imports '@plasmohq/rps': link:../../packages/rps - '@types/chrome': 0.0.202 - '@types/node': 18.11.9 - '@types/react': 18.0.25 + '@types/chrome': 0.0.204 + '@types/node': 18.11.15 + '@types/react': 18.0.26 '@types/react-dom': 18.0.9 - prettier: 2.8.0 - typescript: 4.9.3 + prettier: 2.8.1 + typescript: 4.9.4 examples/with-supabase: specifiers: '@plasmohq/prettier-plugin-sort-imports': workspace:* - '@supabase/supabase-js': 2.1.1 - '@types/chrome': 0.0.202 - '@types/node': 18.11.9 - '@types/react': 18.0.25 + '@supabase/supabase-js': 2.2.0 + '@types/chrome': 0.0.204 + '@types/node': 18.11.15 + '@types/react': 18.0.26 '@types/react-dom': 18.0.9 plasmo: workspace:* - prettier: 2.8.0 + prettier: 2.8.1 react: 18.2.0 react-dom: 18.2.0 - typescript: 4.9.3 + typescript: 4.9.4 dependencies: - '@supabase/supabase-js': 2.1.1 + '@supabase/supabase-js': 2.2.0 plasmo: link:../../cli/plasmo react: 18.2.0 react-dom: 18.2.0_react@18.2.0 devDependencies: '@plasmohq/prettier-plugin-sort-imports': link:../../packages/prettier-plugin-sort-imports - '@types/chrome': 0.0.202 - '@types/node': 18.11.9 - '@types/react': 18.0.25 + '@types/chrome': 0.0.204 + '@types/node': 18.11.15 + '@types/react': 18.0.26 '@types/react-dom': 18.0.9 - prettier: 2.8.0 - typescript: 4.9.3 + prettier: 2.8.1 + typescript: 4.9.4 examples/with-svelte: specifiers: '@plasmohq/prettier-plugin-sort-imports': workspace:* - '@types/chrome': 0.0.202 - '@types/node': 18.11.9 + '@types/chrome': 0.0.204 + '@types/node': 18.11.15 plasmo: workspace:* - prettier: 2.8.0 - svelte: 3.53.1 - svelte-preprocess: 4.10.7 - typescript: 4.9.3 + prettier: 2.8.1 + svelte: 3.55.0 + svelte-preprocess: 5.0.0 + typescript: 4.9.4 dependencies: plasmo: link:../../cli/plasmo - svelte: 3.53.1 - svelte-preprocess: 4.10.7_7dvewpees4iyn2tkw2qzal77a4 + svelte: 3.55.0 + svelte-preprocess: 5.0.0_niwyv7xychq2ag6arq5eqxbomm devDependencies: '@plasmohq/prettier-plugin-sort-imports': link:../../packages/prettier-plugin-sort-imports - '@types/chrome': 0.0.202 - '@types/node': 18.11.9 - prettier: 2.8.0 - typescript: 4.9.3 + '@types/chrome': 0.0.204 + '@types/node': 18.11.15 + prettier: 2.8.1 + typescript: 4.9.4 examples/with-tailwindcss: specifiers: '@plasmohq/prettier-plugin-sort-imports': workspace:* '@tailwindcss/forms': 0.5.3 '@tailwindcss/typography': 0.5.8 - '@types/chrome': 0.0.202 - '@types/node': 18.11.9 - '@types/react': 18.0.25 + '@types/chrome': 0.0.204 + '@types/node': 18.11.15 + '@types/react': 18.0.26 '@types/react-dom': 18.0.9 plasmo: workspace:* - postcss: 8.4.19 - prettier: 2.8.0 + postcss: 8.4.20 + prettier: 2.8.1 react: 18.2.0 react-dom: 18.2.0 tailwindcss: 3.2.4 - typescript: 4.9.3 + typescript: 4.9.4 dependencies: '@tailwindcss/forms': 0.5.3_tailwindcss@3.2.4 '@tailwindcss/typography': 0.5.8_tailwindcss@3.2.4 plasmo: link:../../cli/plasmo react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - tailwindcss: 3.2.4_postcss@8.4.19 + tailwindcss: 3.2.4_postcss@8.4.20 devDependencies: '@plasmohq/prettier-plugin-sort-imports': link:../../packages/prettier-plugin-sort-imports - '@types/chrome': 0.0.202 - '@types/node': 18.11.9 - '@types/react': 18.0.25 + '@types/chrome': 0.0.204 + '@types/node': 18.11.15 + '@types/react': 18.0.26 '@types/react-dom': 18.0.9 - postcss: 8.4.19 - prettier: 2.8.0 - typescript: 4.9.3 + postcss: 8.4.20 + prettier: 2.8.1 + typescript: 4.9.4 examples/with-vue: specifiers: '@plasmohq/prettier-plugin-sort-imports': workspace:* - '@types/chrome': 0.0.202 - '@types/node': 18.11.9 + '@types/chrome': 0.0.204 + '@types/node': 18.11.15 plasmo: workspace:* - prettier: 2.8.0 - typescript: 4.9.3 + prettier: 2.8.1 + typescript: 4.9.4 vue: 3.2.45 dependencies: plasmo: link:../../cli/plasmo vue: 3.2.45 devDependencies: '@plasmohq/prettier-plugin-sort-imports': link:../../packages/prettier-plugin-sort-imports - '@types/chrome': 0.0.202 - '@types/node': 18.11.9 - prettier: 2.8.0 - typescript: 4.9.3 + '@types/chrome': 0.0.204 + '@types/node': 18.11.15 + prettier: 2.8.1 + typescript: 4.9.4 examples/with-web-accessible-resources: specifiers: '@plasmohq/prettier-plugin-sort-imports': workspace:* - '@types/chrome': 0.0.202 - '@types/node': 18.11.9 - '@types/react': 18.0.25 + '@types/chrome': 0.0.204 + '@types/node': 18.11.15 + '@types/react': 18.0.26 '@types/react-dom': 18.0.9 plasmo: workspace:* - prettier: 2.8.0 + prettier: 2.8.1 react: 18.2.0 react-dom: 18.2.0 - typescript: 4.9.3 + typescript: 4.9.4 dependencies: plasmo: link:../../cli/plasmo react: 18.2.0 react-dom: 18.2.0_react@18.2.0 devDependencies: '@plasmohq/prettier-plugin-sort-imports': link:../../packages/prettier-plugin-sort-imports - '@types/chrome': 0.0.202 - '@types/node': 18.11.9 - '@types/react': 18.0.25 + '@types/chrome': 0.0.204 + '@types/node': 18.11.15 + '@types/react': 18.0.26 '@types/react-dom': 18.0.9 - prettier: 2.8.0 - typescript: 4.9.3 + prettier: 2.8.1 + typescript: 4.9.4 packages/config: specifiers: {} @@ -1192,16 +1192,16 @@ importers: '@jest/types': 29.3.1 '@plasmohq/prettier-plugin-sort-imports': workspace:* '@plasmohq/storage': workspace:* - '@types/node': 18.11.9 + '@types/node': 18.11.15 cross-env: 7.0.3 get-port: 6.1.2 google-auth-library: 8.7.0 jest: 29.3.1 open: 8.4.0 - prettier: 2.8.0 + prettier: 2.8.1 ts-jest: ^29.0.3 tsup: 6.5.0 - typescript: 4.9.3 + typescript: 4.9.4 dependencies: get-port: 6.1.2 google-auth-library: 8.7.0 @@ -1211,13 +1211,13 @@ importers: '@jest/types': 29.3.1 '@plasmohq/prettier-plugin-sort-imports': link:../prettier-plugin-sort-imports '@plasmohq/storage': link:../storage - '@types/node': 18.11.9 + '@types/node': 18.11.15 cross-env: 7.0.3 - jest: 29.3.1_@types+node@18.11.9 - prettier: 2.8.0 - ts-jest: 29.0.3_wcjxlcwfjvs73rqh2tjbxyoefa - tsup: 6.5.0_typescript@4.9.3 - typescript: 4.9.3 + jest: 29.3.1_@types+node@18.11.15 + prettier: 2.8.1 + ts-jest: 29.0.3_a67wnu7kur6t3xg6vztzc6sc5i + tsup: 6.5.0_typescript@4.9.4 + typescript: 4.9.4 packages/init: specifiers: {} @@ -1227,10 +1227,10 @@ importers: '@jest/globals': 29.3.1 '@jest/types': 29.3.1 '@testing-library/react': 13.4.0 - '@types/chrome': 0.0.202 - '@types/node': 18.11.9 - '@types/react': 18.0.25 - '@types/webextension-polyfill': 0.9.1 + '@types/chrome': 0.0.204 + '@types/node': 18.11.15 + '@types/react': 18.0.26 + '@types/webextension-polyfill': 0.9.2 cross-env: 7.0.3 jest: 29.3.1 jest-environment-jsdom: 29.3.1 @@ -1239,7 +1239,7 @@ importers: rimraf: 3.0.2 ts-jest: 29.0.3 tsup: 6.5.0 - typescript: 4.9.3 + typescript: 4.9.4 webextension-polyfill: 0.10.0 dependencies: webextension-polyfill: 0.10.0 @@ -1247,63 +1247,64 @@ importers: '@jest/globals': 29.3.1 '@jest/types': 29.3.1 '@testing-library/react': 13.4.0_biqbaboplfbrettd7655fr4n2y - '@types/chrome': 0.0.202 - '@types/node': 18.11.9 - '@types/react': 18.0.25 - '@types/webextension-polyfill': 0.9.1 + '@types/chrome': 0.0.204 + '@types/node': 18.11.15 + '@types/react': 18.0.26 + '@types/webextension-polyfill': 0.9.2 cross-env: 7.0.3 - jest: 29.3.1_@types+node@18.11.9 + jest: 29.3.1_@types+node@18.11.15 jest-environment-jsdom: 29.3.1 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 rimraf: 3.0.2 - ts-jest: 29.0.3_wcjxlcwfjvs73rqh2tjbxyoefa - tsup: 6.5.0_typescript@4.9.3 - typescript: 4.9.3 + ts-jest: 29.0.3_a67wnu7kur6t3xg6vztzc6sc5i + tsup: 6.5.0_typescript@4.9.4 + typescript: 4.9.4 packages/parcel-bundler: specifiers: - '@parcel/core': 2.8.1 - '@parcel/diagnostic': 2.8.1 - '@parcel/graph': 2.8.1 - '@parcel/hash': 2.8.1 - '@parcel/plugin': 2.8.1 - '@parcel/types': 2.8.1 - '@parcel/utils': 2.8.1 + '@parcel/core': 2.8.2 + '@parcel/diagnostic': 2.8.2 + '@parcel/graph': 2.8.2 + '@parcel/hash': 2.8.2 + '@parcel/plugin': 2.8.2 + '@parcel/types': 2.8.2 + '@parcel/utils': 2.8.2 '@plasmo/config': workspace:* '@plasmo/utils': workspace:* nullthrows: 1.1.1 tsup: 6.5.0 dependencies: - '@parcel/core': 2.8.1 - '@parcel/diagnostic': 2.8.1 - '@parcel/graph': 2.8.1 - '@parcel/hash': 2.8.1 - '@parcel/plugin': 2.8.1_@parcel+core@2.8.1 - '@parcel/utils': 2.8.1 + '@parcel/core': 2.8.2 + '@parcel/diagnostic': 2.8.2 + '@parcel/graph': 2.8.2 + '@parcel/hash': 2.8.2 + '@parcel/plugin': 2.8.2_@parcel+core@2.8.2 + '@parcel/utils': 2.8.2 nullthrows: 1.1.1 devDependencies: - '@parcel/types': 2.8.1_@parcel+core@2.8.1 + '@parcel/types': 2.8.2_@parcel+core@2.8.2 '@plasmo/config': link:../config '@plasmo/utils': link:../utils tsup: 6.5.0 packages/parcel-config: specifiers: - '@parcel/config-default': 2.8.1 - '@parcel/core': 2.8.1 - '@parcel/optimizer-data-url': 2.8.1 - '@parcel/runtime-js': 2.8.1 - '@parcel/runtime-service-worker': 2.8.1 + '@parcel/config-default': 2.8.2 + '@parcel/core': 2.8.2 + '@parcel/optimizer-data-url': 2.8.2 + '@parcel/reporter-bundle-buddy': 2.8.2 + '@parcel/runtime-js': 2.8.2 + '@parcel/runtime-service-worker': 2.8.2 '@parcel/source-map': 2.1.1 - '@parcel/transformer-css': 2.8.1 - '@parcel/transformer-graphql': 2.8.1 - '@parcel/transformer-inline-string': 2.8.1 - '@parcel/transformer-less': 2.8.1 - '@parcel/transformer-postcss': 2.8.1 - '@parcel/transformer-raw': 2.8.1 - '@parcel/transformer-sass': 2.8.1 - '@parcel/transformer-worklet': 2.8.1 + '@parcel/transformer-css': 2.8.2 + '@parcel/transformer-graphql': 2.8.2 + '@parcel/transformer-inline-string': 2.8.2 + '@parcel/transformer-less': 2.8.2 + '@parcel/transformer-postcss': 2.8.2 + '@parcel/transformer-raw': 2.8.2 + '@parcel/transformer-sass': 2.8.2 + '@parcel/transformer-worklet': 2.8.2 '@plasmohq/parcel-bundler': workspace:* '@plasmohq/parcel-namer-manifest': workspace:* '@plasmohq/parcel-packager': workspace:* @@ -1316,20 +1317,21 @@ importers: '@plasmohq/parcel-transformer-svelte3': workspace:* '@plasmohq/parcel-transformer-vue3': workspace:* dependencies: - '@parcel/config-default': 2.8.1_@parcel+core@2.8.1 - '@parcel/core': 2.8.1 - '@parcel/optimizer-data-url': 2.8.1_@parcel+core@2.8.1 - '@parcel/runtime-js': 2.8.1_@parcel+core@2.8.1 - '@parcel/runtime-service-worker': 2.8.1_@parcel+core@2.8.1 + '@parcel/config-default': 2.8.2_@parcel+core@2.8.2 + '@parcel/core': 2.8.2 + '@parcel/optimizer-data-url': 2.8.2_@parcel+core@2.8.2 + '@parcel/reporter-bundle-buddy': 2.8.2_@parcel+core@2.8.2 + '@parcel/runtime-js': 2.8.2_@parcel+core@2.8.2 + '@parcel/runtime-service-worker': 2.8.2_@parcel+core@2.8.2 '@parcel/source-map': 2.1.1 - '@parcel/transformer-css': 2.8.1_@parcel+core@2.8.1 - '@parcel/transformer-graphql': 2.8.1_@parcel+core@2.8.1 - '@parcel/transformer-inline-string': 2.8.1_@parcel+core@2.8.1 - '@parcel/transformer-less': 2.8.1_@parcel+core@2.8.1 - '@parcel/transformer-postcss': 2.8.1_@parcel+core@2.8.1 - '@parcel/transformer-raw': 2.8.1_@parcel+core@2.8.1 - '@parcel/transformer-sass': 2.8.1_@parcel+core@2.8.1 - '@parcel/transformer-worklet': 2.8.1_@parcel+core@2.8.1 + '@parcel/transformer-css': 2.8.2_@parcel+core@2.8.2 + '@parcel/transformer-graphql': 2.8.2_@parcel+core@2.8.2 + '@parcel/transformer-inline-string': 2.8.2_@parcel+core@2.8.2 + '@parcel/transformer-less': 2.8.2_@parcel+core@2.8.2 + '@parcel/transformer-postcss': 2.8.2_@parcel+core@2.8.2 + '@parcel/transformer-raw': 2.8.2_@parcel+core@2.8.2 + '@parcel/transformer-sass': 2.8.2_@parcel+core@2.8.2 + '@parcel/transformer-worklet': 2.8.2_@parcel+core@2.8.2 '@plasmohq/parcel-bundler': link:../parcel-bundler '@plasmohq/parcel-namer-manifest': link:../parcel-namer-manifest '@plasmohq/parcel-packager': link:../parcel-packager @@ -1344,37 +1346,37 @@ importers: packages/parcel-namer-manifest: specifiers: - '@parcel/core': 2.8.1 - '@parcel/plugin': 2.8.1 - '@parcel/types': 2.8.1 - '@parcel/utils': 2.8.1 + '@parcel/core': 2.8.2 + '@parcel/plugin': 2.8.2 + '@parcel/types': 2.8.2 + '@parcel/utils': 2.8.2 '@plasmo/config': workspace:* tsup: 6.5.0 dependencies: - '@parcel/core': 2.8.1 - '@parcel/plugin': 2.8.1_@parcel+core@2.8.1 - '@parcel/types': 2.8.1_@parcel+core@2.8.1 - '@parcel/utils': 2.8.1 + '@parcel/core': 2.8.2 + '@parcel/plugin': 2.8.2_@parcel+core@2.8.2 + '@parcel/types': 2.8.2_@parcel+core@2.8.2 + '@parcel/utils': 2.8.2 devDependencies: '@plasmo/config': link:../config tsup: 6.5.0 packages/parcel-packager: specifiers: - '@parcel/core': 2.8.1 - '@parcel/plugin': 2.8.1 - '@parcel/types': 2.8.1 - '@parcel/utils': 2.8.1 + '@parcel/core': 2.8.2 + '@parcel/plugin': 2.8.2 + '@parcel/types': 2.8.2 + '@parcel/utils': 2.8.2 '@plasmo/config': workspace:* '@plasmo/constants': workspace:* '@plasmo/utils': workspace:* nullthrows: 1.1.1 tsup: 6.5.0 dependencies: - '@parcel/core': 2.8.1 - '@parcel/plugin': 2.8.1_@parcel+core@2.8.1 - '@parcel/types': 2.8.1_@parcel+core@2.8.1 - '@parcel/utils': 2.8.1 + '@parcel/core': 2.8.2 + '@parcel/plugin': 2.8.2_@parcel+core@2.8.2 + '@parcel/types': 2.8.2_@parcel+core@2.8.2 + '@parcel/utils': 2.8.2 nullthrows: 1.1.1 devDependencies: '@plasmo/config': link:../config @@ -1384,10 +1386,10 @@ importers: packages/parcel-resolver: specifiers: - '@parcel/core': 2.8.1 - '@parcel/hash': 2.8.1 - '@parcel/plugin': 2.8.1 - '@parcel/types': 2.8.1 + '@parcel/core': 2.8.2 + '@parcel/hash': 2.8.2 + '@parcel/plugin': 2.8.2 + '@parcel/types': 2.8.2 '@plasmo/config': workspace:* '@plasmo/utils': workspace:* assert: 2.0.0 @@ -1416,10 +1418,10 @@ importers: util: 0.12.5 vm-browserify: 1.1.2 dependencies: - '@parcel/core': 2.8.1 - '@parcel/hash': 2.8.1 - '@parcel/plugin': 2.8.1_@parcel+core@2.8.1 - '@parcel/types': 2.8.1_@parcel+core@2.8.1 + '@parcel/core': 2.8.2 + '@parcel/hash': 2.8.2 + '@parcel/plugin': 2.8.2_@parcel+core@2.8.2 + '@parcel/types': 2.8.2_@parcel+core@2.8.2 got: 12.5.3 devDependencies: '@plasmo/config': link:../config @@ -1451,58 +1453,58 @@ importers: packages/parcel-resolver-post: specifiers: - '@parcel/core': 2.8.1 - '@parcel/hash': 2.8.1 - '@parcel/plugin': 2.8.1 - '@parcel/types': 2.8.1 - '@parcel/utils': 2.8.1 + '@parcel/core': 2.8.2 + '@parcel/hash': 2.8.2 + '@parcel/plugin': 2.8.2 + '@parcel/types': 2.8.2 + '@parcel/utils': 2.8.2 '@plasmo/config': workspace:* '@plasmo/utils': workspace:* tsup: 6.5.0 - typescript: 4.9.3 - dependencies: - '@parcel/core': 2.8.1 - '@parcel/hash': 2.8.1 - '@parcel/plugin': 2.8.1_@parcel+core@2.8.1 - '@parcel/types': 2.8.1_@parcel+core@2.8.1 - '@parcel/utils': 2.8.1 - tsup: 6.5.0_typescript@4.9.3 - typescript: 4.9.3 + typescript: 4.9.4 + dependencies: + '@parcel/core': 2.8.2 + '@parcel/hash': 2.8.2 + '@parcel/plugin': 2.8.2_@parcel+core@2.8.2 + '@parcel/types': 2.8.2_@parcel+core@2.8.2 + '@parcel/utils': 2.8.2 + tsup: 6.5.0_typescript@4.9.4 + typescript: 4.9.4 devDependencies: '@plasmo/config': link:../config '@plasmo/utils': link:../utils packages/parcel-runtime: specifiers: - '@parcel/core': 2.8.1 - '@parcel/plugin': 2.8.1 + '@parcel/core': 2.8.2 + '@parcel/plugin': 2.8.2 '@plasmo/config': workspace:* '@plasmo/utils': workspace:* - '@types/chrome': 0.0.202 + '@types/chrome': 0.0.204 react-refresh: 0.14.0 tsup: 6.5.0 dependencies: - '@parcel/core': 2.8.1 - '@parcel/plugin': 2.8.1_@parcel+core@2.8.1 + '@parcel/core': 2.8.2 + '@parcel/plugin': 2.8.2_@parcel+core@2.8.2 react-refresh: 0.14.0 devDependencies: '@plasmo/config': link:../config '@plasmo/utils': link:../utils - '@types/chrome': 0.0.202 + '@types/chrome': 0.0.204 tsup: 6.5.0 packages/parcel-transformer-inject-env: specifiers: - '@parcel/core': 2.8.1 - '@parcel/plugin': 2.8.1 - '@parcel/types': 2.8.1 + '@parcel/core': 2.8.2 + '@parcel/plugin': 2.8.2 + '@parcel/types': 2.8.2 '@plasmo/config': workspace:* '@plasmo/utils': workspace:* tsup: 6.5.0 dependencies: - '@parcel/core': 2.8.1 - '@parcel/plugin': 2.8.1_@parcel+core@2.8.1 - '@parcel/types': 2.8.1_@parcel+core@2.8.1 + '@parcel/core': 2.8.2 + '@parcel/plugin': 2.8.2_@parcel+core@2.8.2 + '@parcel/types': 2.8.2_@parcel+core@2.8.2 devDependencies: '@plasmo/config': link:../config '@plasmo/utils': link:../utils @@ -1510,39 +1512,39 @@ importers: packages/parcel-transformer-inline-css: specifiers: - '@parcel/core': 2.8.1 + '@parcel/core': 2.8.2 '@parcel/css': 1.14.0 - '@parcel/plugin': 2.8.1 - '@parcel/utils': 2.8.1 + '@parcel/plugin': 2.8.2 + '@parcel/utils': 2.8.2 '@plasmo/config': workspace:* tsup: 6.5.0 dependencies: - '@parcel/core': 2.8.1 + '@parcel/core': 2.8.2 '@parcel/css': 1.14.0 - '@parcel/plugin': 2.8.1_@parcel+core@2.8.1 - '@parcel/utils': 2.8.1 + '@parcel/plugin': 2.8.2_@parcel+core@2.8.2 + '@parcel/utils': 2.8.2 devDependencies: '@plasmo/config': link:../config tsup: 6.5.0 packages/parcel-transformer-lab: specifiers: - '@parcel/core': 2.8.1 - '@parcel/diagnostic': 2.8.1 - '@parcel/fs': 2.8.1 - '@parcel/plugin': 2.8.1 - '@parcel/types': 2.8.1 - '@parcel/utils': 2.8.1 + '@parcel/core': 2.8.2 + '@parcel/diagnostic': 2.8.2 + '@parcel/fs': 2.8.2 + '@parcel/plugin': 2.8.2 + '@parcel/types': 2.8.2 + '@parcel/utils': 2.8.2 '@plasmo/config': workspace:* '@plasmo/utils': workspace:* tsup: 6.5.0 dependencies: - '@parcel/core': 2.8.1 - '@parcel/diagnostic': 2.8.1 - '@parcel/fs': 2.8.1_@parcel+core@2.8.1 - '@parcel/plugin': 2.8.1_@parcel+core@2.8.1 - '@parcel/types': 2.8.1_@parcel+core@2.8.1 - '@parcel/utils': 2.8.1 + '@parcel/core': 2.8.2 + '@parcel/diagnostic': 2.8.2 + '@parcel/fs': 2.8.2_@parcel+core@2.8.2 + '@parcel/plugin': 2.8.2_@parcel+core@2.8.2 + '@parcel/types': 2.8.2_@parcel+core@2.8.2 + '@parcel/utils': 2.8.2 devDependencies: '@plasmo/config': link:../config '@plasmo/utils': link:../utils @@ -1551,28 +1553,28 @@ importers: packages/parcel-transformer-manifest: specifiers: '@mischnic/json-sourcemap': 0.1.0 - '@parcel/core': 2.8.1 - '@parcel/diagnostic': 2.8.1 - '@parcel/fs': 2.8.1 - '@parcel/plugin': 2.8.1 - '@parcel/types': 2.8.1 - '@parcel/utils': 2.8.1 + '@parcel/core': 2.8.2 + '@parcel/diagnostic': 2.8.2 + '@parcel/fs': 2.8.2 + '@parcel/plugin': 2.8.2 + '@parcel/types': 2.8.2 + '@parcel/utils': 2.8.2 '@plasmo/config': workspace:* '@plasmo/utils': workspace:* content-security-policy-parser: 0.4.1 - json-schema-to-ts: 2.6.1 + json-schema-to-ts: 2.6.2 nullthrows: 1.1.1 tsup: 6.5.0 dependencies: '@mischnic/json-sourcemap': 0.1.0 - '@parcel/core': 2.8.1 - '@parcel/diagnostic': 2.8.1 - '@parcel/fs': 2.8.1_@parcel+core@2.8.1 - '@parcel/plugin': 2.8.1_@parcel+core@2.8.1 - '@parcel/types': 2.8.1_@parcel+core@2.8.1 - '@parcel/utils': 2.8.1 + '@parcel/core': 2.8.2 + '@parcel/diagnostic': 2.8.2 + '@parcel/fs': 2.8.2_@parcel+core@2.8.2 + '@parcel/plugin': 2.8.2_@parcel+core@2.8.2 + '@parcel/types': 2.8.2_@parcel+core@2.8.2 + '@parcel/utils': 2.8.2 content-security-policy-parser: 0.4.1 - json-schema-to-ts: 2.6.1 + json-schema-to-ts: 2.6.2 nullthrows: 1.1.1 devDependencies: '@plasmo/config': link:../config @@ -1581,33 +1583,33 @@ importers: packages/parcel-transformer-svelte3: specifiers: - '@parcel/core': 2.8.1 - '@parcel/diagnostic': 2.8.1 - '@parcel/plugin': 2.8.1 + '@parcel/core': 2.8.2 + '@parcel/diagnostic': 2.8.2 + '@parcel/plugin': 2.8.2 '@parcel/source-map': 2.1.1 - '@parcel/utils': 2.8.1 + '@parcel/utils': 2.8.2 '@plasmo/config': workspace:* - svelte: 3.53.1 + svelte: 3.55.0 tsup: 6.5.0 dependencies: - '@parcel/core': 2.8.1 - '@parcel/diagnostic': 2.8.1 - '@parcel/plugin': 2.8.1_@parcel+core@2.8.1 + '@parcel/core': 2.8.2 + '@parcel/diagnostic': 2.8.2 + '@parcel/plugin': 2.8.2_@parcel+core@2.8.2 '@parcel/source-map': 2.1.1 - '@parcel/utils': 2.8.1 + '@parcel/utils': 2.8.2 devDependencies: '@plasmo/config': link:../config - svelte: 3.53.1 + svelte: 3.55.0 tsup: 6.5.0 packages/parcel-transformer-vue3: specifiers: - '@parcel/core': 2.8.1 - '@parcel/diagnostic': 2.8.1 - '@parcel/plugin': 2.8.1 + '@parcel/core': 2.8.2 + '@parcel/diagnostic': 2.8.2 + '@parcel/plugin': 2.8.2 '@parcel/source-map': 2.1.1 - '@parcel/types': 2.8.1 - '@parcel/utils': 2.8.1 + '@parcel/types': 2.8.2 + '@parcel/utils': 2.8.2 '@plasmo/config': workspace:* '@plasmohq/consolidate': 0.17.0 '@vue/compiler-sfc': 3.2.45 @@ -1616,12 +1618,12 @@ importers: tsup: 6.5.0 vue: 3.2.45 dependencies: - '@parcel/core': 2.8.1 - '@parcel/diagnostic': 2.8.1 - '@parcel/plugin': 2.8.1_@parcel+core@2.8.1 + '@parcel/core': 2.8.2 + '@parcel/diagnostic': 2.8.2 + '@parcel/plugin': 2.8.2_@parcel+core@2.8.2 '@parcel/source-map': 2.1.1 - '@parcel/types': 2.8.1_@parcel+core@2.8.1 - '@parcel/utils': 2.8.1 + '@parcel/types': 2.8.2_@parcel+core@2.8.2 + '@parcel/utils': 2.8.2 '@plasmohq/consolidate': 0.17.0 '@vue/compiler-sfc': 3.2.45 nullthrows: 1.1.1 @@ -1637,62 +1639,62 @@ importers: '@jest/types': 29.3.1 '@plasmohq/prettier-plugin-sort-imports': workspace:* '@plasmohq/storage': workspace:* - '@types/node': 18.11.9 - '@types/react': 18.0.25 + '@types/node': 18.11.15 + '@types/react': 18.0.26 cross-env: 7.0.3 jest: 29.3.1 - prettier: 2.8.0 + prettier: 2.8.1 react: 18.2.0 ts-jest: 29.0.3 tsup: 6.5.0 - typescript: 4.9.3 + typescript: 4.9.4 devDependencies: '@jest/globals': 29.3.1 '@jest/types': 29.3.1 '@plasmohq/prettier-plugin-sort-imports': link:../prettier-plugin-sort-imports '@plasmohq/storage': link:../storage - '@types/node': 18.11.9 - '@types/react': 18.0.25 + '@types/node': 18.11.15 + '@types/react': 18.0.26 cross-env: 7.0.3 - jest: 29.3.1_@types+node@18.11.9 - prettier: 2.8.0 + jest: 29.3.1_@types+node@18.11.15 + prettier: 2.8.1 react: 18.2.0 - ts-jest: 29.0.3_wcjxlcwfjvs73rqh2tjbxyoefa - tsup: 6.5.0_typescript@4.9.3 - typescript: 4.9.3 + ts-jest: 29.0.3_a67wnu7kur6t3xg6vztzc6sc5i + tsup: 6.5.0_typescript@4.9.4 + typescript: 4.9.4 packages/prettier-plugin-sort-imports: specifiers: - '@babel/core': 7.20.2 - '@babel/generator': 7.20.4 - '@babel/parser': 7.20.3 - '@babel/traverse': 7.20.1 - '@babel/types': 7.20.2 + '@babel/core': 7.20.5 + '@babel/generator': 7.20.5 + '@babel/parser': 7.20.5 + '@babel/traverse': 7.20.5 + '@babel/types': 7.20.5 '@types/lodash.clone': 4.5.7 '@types/lodash.isequal': 4.5.6 - '@types/node': 18.11.9 + '@types/node': 18.11.15 javascript-natural-sort: 0.7.1 lodash.clone: 4.5.0 lodash.isequal: 4.5.0 - prettier: 2.8.0 + prettier: 2.8.1 tsup: 6.5.0 - typescript: 4.9.3 + typescript: 4.9.4 dependencies: - '@babel/core': 7.20.2 - '@babel/generator': 7.20.4 - '@babel/parser': 7.20.3 - '@babel/traverse': 7.20.1 - '@babel/types': 7.20.2 + '@babel/core': 7.20.5 + '@babel/generator': 7.20.5 + '@babel/parser': 7.20.5 + '@babel/traverse': 7.20.5 + '@babel/types': 7.20.5 javascript-natural-sort: 0.7.1 lodash.clone: 4.5.0 lodash.isequal: 4.5.0 devDependencies: '@types/lodash.clone': 4.5.7 '@types/lodash.isequal': 4.5.6 - '@types/node': 18.11.9 - prettier: 2.8.0 - tsup: 6.5.0_typescript@4.9.3 - typescript: 4.9.3 + '@types/node': 18.11.15 + prettier: 2.8.1 + tsup: 6.5.0_typescript@4.9.4 + typescript: 4.9.4 packages/puro: specifiers: @@ -1700,46 +1702,46 @@ importers: '@jest/types': 29.3.1 '@plasmohq/prettier-plugin-sort-imports': workspace:* '@plasmohq/rps': workspace:* - '@types/node': 18.11.9 - '@types/react': 18.0.25 + '@types/node': 18.11.15 + '@types/react': 18.0.26 jest: 29.3.1 - prettier: 2.8.0 + prettier: 2.8.1 react: 18.2.0 ts-jest: 29.0.3 tsup: 6.5.0 - typescript: 4.9.3 + typescript: 4.9.4 devDependencies: '@jest/globals': 29.3.1 '@jest/types': 29.3.1 '@plasmohq/prettier-plugin-sort-imports': link:../prettier-plugin-sort-imports '@plasmohq/rps': link:../rps - '@types/node': 18.11.9 - '@types/react': 18.0.25 - jest: 29.3.1_@types+node@18.11.9 - prettier: 2.8.0 + '@types/node': 18.11.15 + '@types/react': 18.0.26 + jest: 29.3.1_@types+node@18.11.15 + prettier: 2.8.1 react: 18.2.0 - ts-jest: 29.0.3_wcjxlcwfjvs73rqh2tjbxyoefa - tsup: 6.5.0_typescript@4.9.3 - typescript: 4.9.3 + ts-jest: 29.0.3_a67wnu7kur6t3xg6vztzc6sc5i + tsup: 6.5.0_typescript@4.9.4 + typescript: 4.9.4 packages/rps: specifiers: '@plasmohq/prettier-plugin-sort-imports': workspace:* '@types/cross-spawn': 6.0.2 '@types/minimatch': 5.1.2 - '@types/node': 18.11.9 + '@types/node': 18.11.15 '@types/shell-quote': 1.7.1 cross-spawn: 7.0.3 - minimatch: 5.1.0 + minimatch: 5.1.1 pidtree: 0.6.0 - prettier: 2.8.0 + prettier: 2.8.1 read-pkg: 7.1.0 shell-quote: 1.7.4 tsup: 6.5.0 - typescript: 4.9.3 + typescript: 4.9.4 dependencies: cross-spawn: 7.0.3 - minimatch: 5.1.0 + minimatch: 5.1.1 pidtree: 0.6.0 read-pkg: 7.1.0 shell-quote: 1.7.4 @@ -1747,11 +1749,11 @@ importers: '@plasmohq/prettier-plugin-sort-imports': link:../prettier-plugin-sort-imports '@types/cross-spawn': 6.0.2 '@types/minimatch': 5.1.2 - '@types/node': 18.11.9 + '@types/node': 18.11.15 '@types/shell-quote': 1.7.1 - prettier: 2.8.0 - tsup: 6.5.0_typescript@4.9.3 - typescript: 4.9.3 + prettier: 2.8.1 + tsup: 6.5.0_typescript@4.9.4 + typescript: 4.9.4 packages/storage: specifiers: @@ -1760,20 +1762,20 @@ importers: '@plasmohq/prettier-plugin-sort-imports': workspace:* '@plasmohq/rps': workspace:* '@testing-library/react': 13.4.0 - '@types/chrome': 0.0.202 - '@types/node': 18.11.9 - '@types/react': 18.0.25 - '@types/webextension-polyfill': 0.9.1 + '@types/chrome': 0.0.204 + '@types/node': 18.11.15 + '@types/react': 18.0.26 + '@types/webextension-polyfill': 0.9.2 cross-env: 7.0.3 jest: 29.3.1 jest-environment-jsdom: 29.3.1 - prettier: 2.8.0 + prettier: 2.8.1 react: 18.2.0 react-dom: 18.2.0 rimraf: 3.0.2 ts-jest: 29.0.3 tsup: 6.5.0 - typescript: 4.9.3 + typescript: 4.9.4 webextension-polyfill: 0.10.0 dependencies: webextension-polyfill: 0.10.0 @@ -1783,20 +1785,20 @@ importers: '@plasmohq/prettier-plugin-sort-imports': link:../prettier-plugin-sort-imports '@plasmohq/rps': link:../rps '@testing-library/react': 13.4.0_biqbaboplfbrettd7655fr4n2y - '@types/chrome': 0.0.202 - '@types/node': 18.11.9 - '@types/react': 18.0.25 - '@types/webextension-polyfill': 0.9.1 + '@types/chrome': 0.0.204 + '@types/node': 18.11.15 + '@types/react': 18.0.26 + '@types/webextension-polyfill': 0.9.2 cross-env: 7.0.3 - jest: 29.3.1_@types+node@18.11.9 + jest: 29.3.1_@types+node@18.11.15 jest-environment-jsdom: 29.3.1 - prettier: 2.8.0 + prettier: 2.8.1 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 rimraf: 3.0.2 - ts-jest: 29.0.3_wcjxlcwfjvs73rqh2tjbxyoefa - tsup: 6.5.0_typescript@4.9.3 - typescript: 4.9.3 + ts-jest: 29.0.3_a67wnu7kur6t3xg6vztzc6sc5i + tsup: 6.5.0_typescript@4.9.4 + typescript: 4.9.4 packages/use-hashed-state: specifiers: @@ -1805,19 +1807,19 @@ importers: '@plasmohq/prettier-plugin-sort-imports': workspace:* '@plasmohq/storage': workspace:* '@testing-library/react': 13.4.0 - '@types/node': 18.11.9 - '@types/react': 18.0.25 + '@types/node': 18.11.15 + '@types/react': 18.0.26 cross-env: 7.0.3 jest: 29.3.1 jest-environment-jsdom: 29.3.1 node-object-hash: 2.3.10 - prettier: 2.8.0 + prettier: 2.8.1 react: 18.2.0 react-dom: 18.2.0 rimraf: 3.0.2 ts-jest: 29.0.3 tsup: 6.5.0 - typescript: 4.9.3 + typescript: 4.9.4 dependencies: node-object-hash: 2.3.10 devDependencies: @@ -1826,18 +1828,18 @@ importers: '@plasmohq/prettier-plugin-sort-imports': link:../prettier-plugin-sort-imports '@plasmohq/storage': link:../storage '@testing-library/react': 13.4.0_biqbaboplfbrettd7655fr4n2y - '@types/node': 18.11.9 - '@types/react': 18.0.25 + '@types/node': 18.11.15 + '@types/react': 18.0.26 cross-env: 7.0.3 - jest: 29.3.1_@types+node@18.11.9 + jest: 29.3.1_@types+node@18.11.15 jest-environment-jsdom: 29.3.1 - prettier: 2.8.0 + prettier: 2.8.1 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 rimraf: 3.0.2 - ts-jest: 29.0.3_wcjxlcwfjvs73rqh2tjbxyoefa - tsup: 6.5.0_typescript@4.9.3 - typescript: 4.9.3 + ts-jest: 29.0.3_a67wnu7kur6t3xg6vztzc6sc5i + tsup: 6.5.0_typescript@4.9.4 + typescript: 4.9.4 packages/utils: specifiers: @@ -1857,21 +1859,21 @@ packages: /@ant-design/colors/6.0.0: resolution: {integrity: sha512-qAZRvPzfdWHtfameEGP2Qvuf838NhergR35o+EuVyB5XvSA98xod5r4utvi4TJ3ywmevm290g9nsCG5MryrdWQ==} dependencies: - '@ctrl/tinycolor': 3.4.1 + '@ctrl/tinycolor': 3.5.0 dev: false - /@ant-design/cssinjs/1.0.0_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-MXrr59WU03RMK2Zlp1zjJzevC8bqNiK4Hkv/WUEounBH35qirbx83DbY2ASkVSn6pdEGI9lCF2LS4oVytDOauQ==} + /@ant-design/cssinjs/1.1.1_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-GtgALFUwwkOAwc8JundzcdLDckyrc+tgxpx4RGZQTDNOuh5VnngybpRfwvug8znt5/Zy9uNkzrSUPO05kBivcg==} peerDependencies: react: '>=16.0.0' react-dom: '>=16.0.0' dependencies: - '@babel/runtime': 7.20.1 + '@babel/runtime': 7.20.6 '@emotion/hash': 0.8.0 '@emotion/unitless': 0.7.5 classnames: 2.3.2 csstype: 3.1.1 - rc-util: 5.24.5_biqbaboplfbrettd7655fr4n2y + rc-util: 5.25.3_biqbaboplfbrettd7655fr4n2y react: 18.2.0 react-dom: 18.2.0_react@18.2.0 stylis: 4.1.3 @@ -1890,9 +1892,9 @@ packages: dependencies: '@ant-design/colors': 6.0.0 '@ant-design/icons-svg': 4.2.1 - '@babel/runtime': 7.20.1 + '@babel/runtime': 7.20.6 classnames: 2.3.2 - rc-util: 5.24.5_biqbaboplfbrettd7655fr4n2y + rc-util: 5.25.3_biqbaboplfbrettd7655fr4n2y react: 18.2.0 react-dom: 18.2.0_react@18.2.0 dev: false @@ -1902,7 +1904,7 @@ packages: peerDependencies: react: '>=16.9.0' dependencies: - '@babel/runtime': 7.20.1 + '@babel/runtime': 7.20.6 classnames: 2.3.2 json2mq: 0.2.0 lodash: 4.17.21 @@ -1916,24 +1918,24 @@ packages: dependencies: '@babel/highlight': 7.18.6 - /@babel/compat-data/7.20.1: - resolution: {integrity: sha512-EWZ4mE2diW3QALKvDMiXnbZpRvlj+nayZ112nK93SnhqOtpdsbVD4W+2tEoT3YNBAG9RBR0ISY758ZkOgsn6pQ==} + /@babel/compat-data/7.20.5: + resolution: {integrity: sha512-KZXo2t10+/jxmkhNXc7pZTqRvSOIvVv/+lJwHS+B2rErwOyjuVRh60yVpb7liQ1U5t7lLJ1bz+t8tSypUZdm0g==} engines: {node: '>=6.9.0'} - /@babel/core/7.20.2: - resolution: {integrity: sha512-w7DbG8DtMrJcFOi4VrLm+8QM4az8Mo+PuLBKLp2zrYRCow8W/f9xiXm5sN53C8HksCyDQwCKha9JiDoIyPjT2g==} + /@babel/core/7.20.5: + resolution: {integrity: sha512-UdOWmk4pNWTm/4DlPUl/Pt4Gz4rcEMb7CY0Y3eJl5Yz1vI8ZJGmHWaVE55LoxRjdpx0z259GE9U5STA9atUinQ==} engines: {node: '>=6.9.0'} dependencies: '@ampproject/remapping': 2.2.0 '@babel/code-frame': 7.18.6 - '@babel/generator': 7.20.4 - '@babel/helper-compilation-targets': 7.20.0_@babel+core@7.20.2 + '@babel/generator': 7.20.5 + '@babel/helper-compilation-targets': 7.20.0_@babel+core@7.20.5 '@babel/helper-module-transforms': 7.20.2 - '@babel/helpers': 7.20.1 - '@babel/parser': 7.20.3 + '@babel/helpers': 7.20.6 + '@babel/parser': 7.20.5 '@babel/template': 7.18.10 - '@babel/traverse': 7.20.1 - '@babel/types': 7.20.2 + '@babel/traverse': 7.20.5 + '@babel/types': 7.20.5 convert-source-map: 1.9.0 debug: 4.3.4 gensync: 1.0.0-beta.2 @@ -1942,22 +1944,22 @@ packages: transitivePeerDependencies: - supports-color - /@babel/generator/7.20.4: - resolution: {integrity: sha512-luCf7yk/cm7yab6CAW1aiFnmEfBJplb/JojV56MYEK7ziWfGmFlTfmL9Ehwfy4gFhbjBfWO1wj7/TuSbVNEEtA==} + /@babel/generator/7.20.5: + resolution: {integrity: sha512-jl7JY2Ykn9S0yj4DQP82sYvPU+T3g0HFcWTqDLqiuA9tGRNIj9VfbtXGAYTTkyNEnQk1jkMGOdYka8aG/lulCA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.20.2 + '@babel/types': 7.20.5 '@jridgewell/gen-mapping': 0.3.2 jsesc: 2.5.2 - /@babel/helper-compilation-targets/7.20.0_@babel+core@7.20.2: + /@babel/helper-compilation-targets/7.20.0_@babel+core@7.20.5: resolution: {integrity: sha512-0jp//vDGp9e8hZzBc6N/KwA5ZK3Wsm/pfm4CrY7vzegkVxc65SgSn6wYOnwHe9Js9HRQ1YTCKLGPzDtaS3RoLQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/compat-data': 7.20.1 - '@babel/core': 7.20.2 + '@babel/compat-data': 7.20.5 + '@babel/core': 7.20.5 '@babel/helper-validator-option': 7.18.6 browserslist: 4.21.4 semver: 6.3.0 @@ -1971,19 +1973,19 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/template': 7.18.10 - '@babel/types': 7.20.2 + '@babel/types': 7.20.5 /@babel/helper-hoist-variables/7.18.6: resolution: {integrity: sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.20.2 + '@babel/types': 7.20.5 /@babel/helper-module-imports/7.18.6: resolution: {integrity: sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.20.2 + '@babel/types': 7.20.5 /@babel/helper-module-transforms/7.20.2: resolution: {integrity: sha512-zvBKyJXRbmK07XhMuujYoJ48B5yvvmM6+wcpv6Ivj4Yg6qO7NOZOSnvZN9CRl1zz1Z4cKf8YejmCMh8clOoOeA==} @@ -1995,8 +1997,8 @@ packages: '@babel/helper-split-export-declaration': 7.18.6 '@babel/helper-validator-identifier': 7.19.1 '@babel/template': 7.18.10 - '@babel/traverse': 7.20.1 - '@babel/types': 7.20.2 + '@babel/traverse': 7.20.5 + '@babel/types': 7.20.5 transitivePeerDependencies: - supports-color @@ -2008,13 +2010,13 @@ packages: resolution: {integrity: sha512-+0woI/WPq59IrqDYbVGfshjT5Dmk/nnbdpcF8SnMhhXObpTq2KNBdLFRFrkVdbDOyUmHBCxzm5FHV1rACIkIbA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.20.2 + '@babel/types': 7.20.5 /@babel/helper-split-export-declaration/7.18.6: resolution: {integrity: sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.20.2 + '@babel/types': 7.20.5 /@babel/helper-string-parser/7.19.4: resolution: {integrity: sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==} @@ -2028,13 +2030,13 @@ packages: resolution: {integrity: sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw==} engines: {node: '>=6.9.0'} - /@babel/helpers/7.20.1: - resolution: {integrity: sha512-J77mUVaDTUJFZ5BpP6mMn6OIl3rEWymk2ZxDBQJUG3P+PbmyMcF3bYWvz0ma69Af1oobDqT/iAsvzhB58xhQUg==} + /@babel/helpers/7.20.6: + resolution: {integrity: sha512-Pf/OjgfgFRW5bApskEz5pvidpim7tEDPlFtKcNRXWmfHGn9IEI2W2flqRQXTFb7gIPTyK++N6rVHuwKut4XK6w==} engines: {node: '>=6.9.0'} dependencies: '@babel/template': 7.18.10 - '@babel/traverse': 7.20.1 - '@babel/types': 7.20.2 + '@babel/traverse': 7.20.5 + '@babel/types': 7.20.5 transitivePeerDependencies: - supports-color @@ -2051,133 +2053,140 @@ packages: engines: {node: '>=6.0.0'} hasBin: true dependencies: - '@babel/types': 7.20.2 + '@babel/types': 7.20.5 + + /@babel/parser/7.20.5: + resolution: {integrity: sha512-r27t/cy/m9uKLXQNWWebeCUHgnAZq0CpG1OwKRxzJMP1vpSU4bSIK2hq+/cp0bQxetkXx38n09rNu8jVkcK/zA==} + engines: {node: '>=6.0.0'} + hasBin: true + dependencies: + '@babel/types': 7.20.5 - /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.20.2: + /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.20.5: resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-bigint/7.8.3_@babel+core@7.20.2: + /@babel/plugin-syntax-bigint/7.8.3_@babel+core@7.20.5: resolution: {integrity: sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.20.2: + /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.20.5: resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.20.2: + /@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.20.5: resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.20.2: + /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.20.5: resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-jsx/7.18.6_@babel+core@7.20.2: + /@babel/plugin-syntax-jsx/7.18.6_@babel+core@7.20.5: resolution: {integrity: sha512-6mmljtAedFGTWu2p/8WIORGwy+61PLgOMPOdazc7YoJ9ZCWUyFy3A6CpPkRKLKD1ToAesxX8KGEViAiLo9N+7Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.20.2: + /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.20.5: resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.20.2: + /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.20.5: resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.20.2: + /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.20.5: resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.20.2: + /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.20.5: resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.20.2: + /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.20.5: resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.20.2: + /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.20.5: resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.20.2: + /@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.20.5: resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-typescript/7.20.0_@babel+core@7.20.2: + /@babel/plugin-syntax-typescript/7.20.0_@babel+core@7.20.5: resolution: {integrity: sha512-rd9TkG+u1CExzS4SM1BlMEhMXwFLKVjOAFFCDx9PbX5ycJWDoWMcwdJH9RhkPu1dOgn5TrxLot/Gx6lWFuAUNQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 dev: true @@ -2201,33 +2210,40 @@ packages: dependencies: regenerator-runtime: 0.13.11 + /@babel/runtime/7.20.6: + resolution: {integrity: sha512-Q+8MqP7TiHMWzSfwiJwXCjyf4GYA4Dgw3emg/7xmwsdLJOZUp+nMqcOwOzzYheuM1rhDu8FSj2l0aoMygEuXuA==} + engines: {node: '>=6.9.0'} + dependencies: + regenerator-runtime: 0.13.11 + dev: false + /@babel/template/7.18.10: resolution: {integrity: sha512-TI+rCtooWHr3QJ27kJxfjutghu44DLnasDMwpDqCXVTal9RLp3RSYNh4NdBrRP2cQAoG9A8juOQl6P6oZG4JxA==} engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.18.6 - '@babel/parser': 7.20.3 - '@babel/types': 7.20.2 + '@babel/parser': 7.20.5 + '@babel/types': 7.20.5 - /@babel/traverse/7.20.1: - resolution: {integrity: sha512-d3tN8fkVJwFLkHkBN479SOsw4DMZnz8cdbL/gvuDuzy3TS6Nfw80HuQqhw1pITbIruHyh7d1fMA47kWzmcUEGA==} + /@babel/traverse/7.20.5: + resolution: {integrity: sha512-WM5ZNN3JITQIq9tFZaw1ojLU3WgWdtkxnhM1AegMS+PvHjkM5IXjmYEGY7yukz5XS4sJyEf2VzWjI8uAavhxBQ==} engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.18.6 - '@babel/generator': 7.20.4 + '@babel/generator': 7.20.5 '@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.20.3 - '@babel/types': 7.20.2 + '@babel/parser': 7.20.5 + '@babel/types': 7.20.5 debug: 4.3.4 globals: 11.12.0 transitivePeerDependencies: - supports-color - /@babel/types/7.20.2: - resolution: {integrity: sha512-FnnvsNWgZCr232sqtXggapvlkk/tuwR/qhGzcmxI0GXLCjmPYQPzio2FbdlWuY6y1sHFfQKk+rRbUZ9VStQMog==} + /@babel/types/7.20.5: + resolution: {integrity: sha512-c9fst/h2/dcF7H+MJKZ2T0KjEQ8hY/BNnDk/H3XY8C4Aw/eWQXWn/lWntHF9ooUBnGmEvbfGrTgLWc+um0YDUg==} engines: {node: '>=6.9.0'} dependencies: '@babel/helper-string-parser': 7.19.4 @@ -2238,19 +2254,19 @@ packages: resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==} dev: true - /@ctrl/tinycolor/3.4.1: - resolution: {integrity: sha512-ej5oVy6lykXsvieQtqZxCOaLT+xD4+QNarq78cIYISHmZXshCvROLudpQN3lfL8G0NL7plMSSK+zlyvCaIJ4Iw==} + /@ctrl/tinycolor/3.5.0: + resolution: {integrity: sha512-tlJpwF40DEQcfR/QF+wNMVyGMaO9FQp6Z1Wahj4Gk3CJQYHwA2xVG7iKDFdW6zuxZY9XWOpGcfNCTsX4McOsOg==} engines: {node: '>=10'} dev: false - /@emotion/babel-plugin/11.10.5_@babel+core@7.20.2: + /@emotion/babel-plugin/11.10.5_@babel+core@7.20.5: resolution: {integrity: sha512-xE7/hyLHJac7D2Ve9dKroBBZqBT7WuPQmWcq7HSGb84sUuP4mlOWoB8dvVfD9yk5DHkU1m6RW7xSoDtnQHNQeA==} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-module-imports': 7.18.6 - '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.20.5 '@babel/runtime': 7.20.1 '@emotion/hash': 0.9.0 '@emotion/memoize': 0.8.0 @@ -2291,7 +2307,7 @@ packages: resolution: {integrity: sha512-G/YwXTkv7Den9mXDO7AhLWkE3q+I92B+VqAE+dYG4NGPaHZGvt3G8Q0p9vmE+sq7rTGphUbAvmQ9YpbfMQGGlA==} dev: false - /@emotion/react/11.10.5_cuziicjcvwawlf5iuhzacuhqcy: + /@emotion/react/11.10.5_xl5my4wapvq2ctl7qwehtbgorq: resolution: {integrity: sha512-TZs6235tCJ/7iF6/rvTaOH4oxQg2gMAcdHemjwLKIjKz4rRuYe1HJ2TQJKnAcRAfOUDdU8XoDadCe1rl72iv8A==} peerDependencies: '@babel/core': ^7.0.0 @@ -2303,15 +2319,15 @@ packages: '@types/react': optional: true dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/runtime': 7.20.0 - '@emotion/babel-plugin': 11.10.5_@babel+core@7.20.2 + '@emotion/babel-plugin': 11.10.5_@babel+core@7.20.5 '@emotion/cache': 11.10.5 '@emotion/serialize': 1.1.1 '@emotion/use-insertion-effect-with-fallbacks': 1.0.0_react@18.2.0 '@emotion/utils': 1.2.0 '@emotion/weak-memoize': 0.3.0 - '@types/react': 18.0.25 + '@types/react': 18.0.26 hoist-non-react-statics: 3.3.2 react: 18.2.0 dev: false @@ -2330,7 +2346,7 @@ packages: resolution: {integrity: sha512-zxRBwl93sHMsOj4zs+OslQKg/uhF38MB+OMKoCrVuS0nyTkqnau+BM3WGEoOptg9Oz45T/aIGs1qbVAsEFo3nA==} dev: false - /@emotion/styled/11.10.5_hmjty4frusbltjhl3xd7udcm2y: + /@emotion/styled/11.10.5_3djhvnr4jirfvebjqpipo7gthy: resolution: {integrity: sha512-8EP6dD7dMkdku2foLoruPCNkRevzdcBaY6q0l0OsbyJK+x8D9HWjX27ARiSIKNF634hY9Zdoedh8bJCiva8yZw==} peerDependencies: '@babel/core': ^7.0.0 @@ -2343,15 +2359,15 @@ packages: '@types/react': optional: true dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/runtime': 7.20.0 - '@emotion/babel-plugin': 11.10.5_@babel+core@7.20.2 + '@emotion/babel-plugin': 11.10.5_@babel+core@7.20.5 '@emotion/is-prop-valid': 1.2.0 - '@emotion/react': 11.10.5_cuziicjcvwawlf5iuhzacuhqcy + '@emotion/react': 11.10.5_xl5my4wapvq2ctl7qwehtbgorq '@emotion/serialize': 1.1.1 '@emotion/use-insertion-effect-with-fallbacks': 1.0.0_react@18.2.0 '@emotion/utils': 1.2.0 - '@types/react': 18.0.25 + '@types/react': 18.0.26 react: 18.2.0 dev: false @@ -2387,6 +2403,96 @@ packages: requiresBuild: true optional: true + /@esbuild/android-arm/0.16.7: + resolution: {integrity: sha512-yhzDbiVcmq6T1/XEvdcJIVcXHdLjDJ5cQ0Dp9R9p9ERMBTeO1dR5tc8YYv8zwDeBw1xZm+Eo3MRo8cwclhBS0g==} + engines: {node: '>=12'} + cpu: [arm] + os: [android] + requiresBuild: true + dev: true + optional: true + + /@esbuild/android-arm64/0.16.7: + resolution: {integrity: sha512-tYFw0lBJSEvLoGzzYh1kXuzoX1iPkbOk3O29VqzQb0HbOy7t/yw1hGkvwoJhXHwzQUPsShyYcTgRf6bDBcfnTw==} + engines: {node: '>=12'} + cpu: [arm64] + os: [android] + requiresBuild: true + dev: true + optional: true + + /@esbuild/android-x64/0.16.7: + resolution: {integrity: sha512-3P2OuTxwAtM3k/yEWTNUJRjMPG1ce8rXs51GTtvEC5z1j8fC1plHeVVczdeHECU7aM2/Buc0MwZ6ciM/zysnWg==} + engines: {node: '>=12'} + cpu: [x64] + os: [android] + requiresBuild: true + dev: true + optional: true + + /@esbuild/darwin-arm64/0.16.7: + resolution: {integrity: sha512-VUb9GK23z8jkosHU9yJNUgQpsfJn+7ZyBm6adi2Ec5/U241eR1tAn82QicnUzaFDaffeixiHwikjmnec/YXEZg==} + engines: {node: '>=12'} + cpu: [arm64] + os: [darwin] + requiresBuild: true + dev: true + optional: true + + /@esbuild/darwin-x64/0.16.7: + resolution: {integrity: sha512-duterlv3tit3HI9vhzMWnSVaB1B6YsXpFq1Ntd6Fou82BB1l4tucYy3FI9dHv3tvtDuS0NiGf/k6XsdBqPZ01w==} + engines: {node: '>=12'} + cpu: [x64] + os: [darwin] + requiresBuild: true + dev: true + optional: true + + /@esbuild/freebsd-arm64/0.16.7: + resolution: {integrity: sha512-9kkycpBFes/vhi7B7o0cf+q2WdJi+EpVzpVTqtWFNiutARWDFFLcB93J8PR1cG228sucsl3B+7Ts27izE6qiaQ==} + engines: {node: '>=12'} + cpu: [arm64] + os: [freebsd] + requiresBuild: true + dev: true + optional: true + + /@esbuild/freebsd-x64/0.16.7: + resolution: {integrity: sha512-5Ahf6jzWXJ4J2uh9dpy5DKOO+PeRUE/9DMys6VuYfwgQzd6n5+pVFm58L2Z2gRe611RX6SdydnNaiIKM3svY7g==} + engines: {node: '>=12'} + cpu: [x64] + os: [freebsd] + requiresBuild: true + dev: true + optional: true + + /@esbuild/linux-arm/0.16.7: + resolution: {integrity: sha512-QqJnyCfu5OF78Olt7JJSZ7OSv/B4Hf+ZJWp4kkq9xwMsgu7yWq3crIic8gGOpDYTqVKKMDAVDgRXy5Wd/nWZyQ==} + engines: {node: '>=12'} + cpu: [arm] + os: [linux] + requiresBuild: true + dev: true + optional: true + + /@esbuild/linux-arm64/0.16.7: + resolution: {integrity: sha512-2wv0xYDskk2+MzIm/AEprDip39a23Chptc4mL7hsHg26P0gD8RUhzmDu0KCH2vMThUI1sChXXoK9uH0KYQKaDg==} + engines: {node: '>=12'} + cpu: [arm64] + os: [linux] + requiresBuild: true + dev: true + optional: true + + /@esbuild/linux-ia32/0.16.7: + resolution: {integrity: sha512-APVYbEilKbD5ptmKdnIcXej2/+GdV65TfTjxR2Uk8t1EsOk49t6HapZW6DS/Bwlvh5hDwtLapdSumIVNGxgqLg==} + engines: {node: '>=12'} + cpu: [ia32] + os: [linux] + requiresBuild: true + dev: true + optional: true + /@esbuild/linux-loong64/0.15.15: resolution: {integrity: sha512-lhz6UNPMDXUhtXSulw8XlFAtSYO26WmHQnCi2Lg2p+/TMiJKNLtZCYUxV4wG6rZMzXmr8InGpNwk+DLT2Hm0PA==} engines: {node: '>=12'} @@ -2395,6 +2501,114 @@ packages: requiresBuild: true optional: true + /@esbuild/linux-loong64/0.16.7: + resolution: {integrity: sha512-5wPUAGclplQrAW7EFr3F84Y/d++7G0KykohaF4p54+iNWhUnMVU8Bh2sxiEOXUy4zKIdpHByMgJ5/Ko6QhtTUw==} + engines: {node: '>=12'} + cpu: [loong64] + os: [linux] + requiresBuild: true + dev: true + optional: true + + /@esbuild/linux-mips64el/0.16.7: + resolution: {integrity: sha512-hxzlXtWF6yWfkE/SMTscNiVqLOAn7fOuIF3q/kiZaXxftz1DhZW/HpnTmTTWrzrS7zJWQxHHT4QSxyAj33COmA==} + engines: {node: '>=12'} + cpu: [mips64el] + os: [linux] + requiresBuild: true + dev: true + optional: true + + /@esbuild/linux-ppc64/0.16.7: + resolution: {integrity: sha512-WM83Dac0LdXty5xPhlOuCD5Egfk1xLND/oRLYeB7Jb/tY4kzFSDgLlq91wYbHua/s03tQGA9iXvyjgymMw62Vw==} + engines: {node: '>=12'} + cpu: [ppc64] + os: [linux] + requiresBuild: true + dev: true + optional: true + + /@esbuild/linux-riscv64/0.16.7: + resolution: {integrity: sha512-3nkNnNg4Ax6MS/l8O8Ynq2lGEVJYyJ2EoY3PHjNJ4PuZ80EYLMrFTFZ4L/Hc16AxgtXKwmNP9TM0YKNiBzBiJQ==} + engines: {node: '>=12'} + cpu: [riscv64] + os: [linux] + requiresBuild: true + dev: true + optional: true + + /@esbuild/linux-s390x/0.16.7: + resolution: {integrity: sha512-3SA/2VJuv0o1uD7zuqxEP+RrAyRxnkGddq0bwHQ98v1KNlzXD/JvxwTO3T6GM5RH6JUd29RTVQTOJfyzMkkppA==} + engines: {node: '>=12'} + cpu: [s390x] + os: [linux] + requiresBuild: true + dev: true + optional: true + + /@esbuild/linux-x64/0.16.7: + resolution: {integrity: sha512-xi/tbqCqvPIzU+zJVyrpz12xqciTAPMi2fXEWGnapZymoGhuL2GIWIRXg4O2v5BXaYA5TSaiKYE14L0QhUTuQg==} + engines: {node: '>=12'} + cpu: [x64] + os: [linux] + requiresBuild: true + dev: true + optional: true + + /@esbuild/netbsd-x64/0.16.7: + resolution: {integrity: sha512-NUsYbq3B+JdNKn8SXkItFvdes9qTwEoS3aLALtiWciW/ystiCKM20Fgv9XQBOXfhUHyh5CLEeZDXzLOrwBXuCQ==} + engines: {node: '>=12'} + cpu: [x64] + os: [netbsd] + requiresBuild: true + dev: true + optional: true + + /@esbuild/openbsd-x64/0.16.7: + resolution: {integrity: sha512-qjwzsgeve9I8Tbsko2FEkdSk2iiezuNGFgipQxY/736NePXDaDZRodIejYGWOlbYXugdxb0nif5yvypH6lKBmA==} + engines: {node: '>=12'} + cpu: [x64] + os: [openbsd] + requiresBuild: true + dev: true + optional: true + + /@esbuild/sunos-x64/0.16.7: + resolution: {integrity: sha512-mFWDz4RoBTzPphTCkM7Kc7Qpa0o/Z01acajR+Ai7LdfKgcP/C6jYOaKwv7nKzD0+MjOT20j7You9g4ozYy1dKQ==} + engines: {node: '>=12'} + cpu: [x64] + os: [sunos] + requiresBuild: true + dev: true + optional: true + + /@esbuild/win32-arm64/0.16.7: + resolution: {integrity: sha512-m39UmX19RvEIuC8sYZ0M+eQtdXw4IePDSZ78ZQmYyFaXY9krq4YzQCK2XWIJomNLtg4q+W5aXr8bW3AbqWNoVg==} + engines: {node: '>=12'} + cpu: [arm64] + os: [win32] + requiresBuild: true + dev: true + optional: true + + /@esbuild/win32-ia32/0.16.7: + resolution: {integrity: sha512-1cbzSEZA1fANwmT6rjJ4G1qQXHxCxGIcNYFYR9ctI82/prT38lnwSRZ0i5p/MVXksw9eMlHlet6pGu2/qkXFCg==} + engines: {node: '>=12'} + cpu: [ia32] + os: [win32] + requiresBuild: true + dev: true + optional: true + + /@esbuild/win32-x64/0.16.7: + resolution: {integrity: sha512-QaQ8IH0JLacfGf5cf0HCCPnQuCTd/dAI257vXBgb/cccKGbH/6pVtI1gwhdAQ0Y48QSpTIFrh9etVyNdZY+zzw==} + engines: {node: '>=12'} + cpu: [x64] + os: [win32] + requiresBuild: true + dev: true + optional: true + /@eslint/eslintrc/1.3.3: resolution: {integrity: sha512-uj3pT6Mg+3t39fvLrj8iuCIJ38zKO9FpGtJ4BBJebJhEwjoT+KLVNCcHT5QC9NGRIEi7fZ0ZR8YRb884auB4Lg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -2402,8 +2616,8 @@ packages: ajv: 6.12.6 debug: 4.3.4 espree: 9.4.1 - globals: 13.18.0 - ignore: 5.2.0 + globals: 13.19.0 + ignore: 5.2.1 import-fresh: 3.3.0 js-yaml: 4.1.0 minimatch: 3.1.2 @@ -2419,207 +2633,201 @@ packages: cross-spawn: 7.0.3 dev: false - /@firebase/analytics-compat/0.1.17_dvqpjc4ehcooegrkfkqbfp67kq: - resolution: {integrity: sha512-36ByEDsH6/3YNuD6yig30s2A/+E1pt333r8SJirUE8+aHYl/DGX0PXplKvJWDGamYYjMwet3Kt4XRrB1NY8mLg==} + /@firebase/analytics-compat/0.2.0_5z7svkifsmkn6ro3hru7lnxwrq: + resolution: {integrity: sha512-brk8IN4ErWiZoB/UdJ0mWZhQOKt90ztv4MUwQjhuYJ4iwnVMz0Mzj9+tplU1hVpSZXdfbKQFfRN9kp/3sTiyWw==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/analytics': 0.8.4_@firebase+app@0.8.4 - '@firebase/analytics-types': 0.7.1 - '@firebase/app-compat': 0.1.39 - '@firebase/component': 0.5.21 - '@firebase/util': 1.7.3 + '@firebase/analytics': 0.9.0_@firebase+app@0.9.0 + '@firebase/analytics-types': 0.8.0 + '@firebase/app-compat': 0.2.0 + '@firebase/component': 0.6.0 + '@firebase/util': 1.8.0 tslib: 2.4.1 transitivePeerDependencies: - '@firebase/app' dev: false - /@firebase/analytics-types/0.7.1: - resolution: {integrity: sha512-a1INLjelc1Mqrt2CbGmGdlNBj0zsvwBv0K5q5C6Fje8GSXBMc3+iQQQjzYe/4KkK6nL54UP7ZMeI/Q3VEW72FA==} + /@firebase/analytics-types/0.8.0: + resolution: {integrity: sha512-iRP+QKI2+oz3UAh4nPEq14CsEjrjD6a5+fuypjScisAh9kXKFvdJOZJDwk7kikLvWVLGEs9+kIUS4LPQV7VZVw==} dev: false - /@firebase/analytics/0.8.4_@firebase+app@0.8.4: - resolution: {integrity: sha512-Bgr2tMexv0YrL6kjrOF1xVRts8PM6WWmROpfRQjh0xFU4QSoofBJhkVn2NXDXkHWrr5slFfqB5yOnmgAIsHiMw==} + /@firebase/analytics/0.9.0_@firebase+app@0.9.0: + resolution: {integrity: sha512-cE6JAvaGDVhn3B09VuQ5pATLCtmQg3AUSDuCmMNzWlP7+12LBarV1JcGWKIi7YQK2ks3B73wRsawi08XKwsolQ==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.8.4 - '@firebase/component': 0.5.21 - '@firebase/installations': 0.5.16_@firebase+app@0.8.4 - '@firebase/logger': 0.3.4 - '@firebase/util': 1.7.3 + '@firebase/app': 0.9.0 + '@firebase/component': 0.6.0 + '@firebase/installations': 0.6.0_@firebase+app@0.9.0 + '@firebase/logger': 0.4.0 + '@firebase/util': 1.8.0 tslib: 2.4.1 dev: false - /@firebase/app-check-compat/0.2.17_dvqpjc4ehcooegrkfkqbfp67kq: - resolution: {integrity: sha512-yhiAy6U4MuhbY+DCgvG5FcrXkAL+7YohRzqywycQKr31k/ftelbR5l9Zmo2WJMxdLxfubnnqeG/BYCRHlSvk7A==} + /@firebase/app-check-compat/0.3.0_5z7svkifsmkn6ro3hru7lnxwrq: + resolution: {integrity: sha512-CJFHWGMvWRkkvLPTvWdLrEYnfH7WS9zFLsWctSzRjQnzg6dQUTs5FDyg9RN7BIWoaSr9q7FTxkRnsOgardDPLA==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-check': 0.5.17_@firebase+app@0.8.4 - '@firebase/app-check-types': 0.4.1 - '@firebase/app-compat': 0.1.39 - '@firebase/component': 0.5.21 - '@firebase/logger': 0.3.4 - '@firebase/util': 1.7.3 + '@firebase/app-check': 0.6.0_@firebase+app@0.9.0 + '@firebase/app-check-types': 0.5.0 + '@firebase/app-compat': 0.2.0 + '@firebase/component': 0.6.0 + '@firebase/logger': 0.4.0 + '@firebase/util': 1.8.0 tslib: 2.4.1 transitivePeerDependencies: - '@firebase/app' dev: false - /@firebase/app-check-interop-types/0.1.1: - resolution: {integrity: sha512-QpYh5GmiLA9ob8NWAZpHbNNl9TzxxZI4NLevT6MYPRDXKG9BSmBI7FATRfm5uv2QQUVSQrESKog5CCmU16v+7Q==} + /@firebase/app-check-interop-types/0.2.0: + resolution: {integrity: sha512-+3PQIeX6/eiVK+x/yg8r6xTNR97fN7MahFDm+jiQmDjcyvSefoGuTTNQuuMScGyx3vYUBeZn+Cp9kC0yY/9uxQ==} dev: false - /@firebase/app-check-types/0.4.1: - resolution: {integrity: sha512-4X79w2X0H5i5qvaho3qkjZg5qdERnKR4gCfy/fxDmdMMP4QgNJHJ9IBk1E+c4cm5HlaZVcLq9K6z8xaRqjZhyw==} + /@firebase/app-check-types/0.5.0: + resolution: {integrity: sha512-uwSUj32Mlubybw7tedRzR24RP8M8JUVR3NPiMk3/Z4bCmgEKTlQBwMXrehDAZ2wF+TsBq0SN1c6ema71U/JPyQ==} dev: false - /@firebase/app-check/0.5.17_@firebase+app@0.8.4: - resolution: {integrity: sha512-P4bm0lbs+VgS7pns322GC0hyKuTDCqYk2X4FGBf133LZaw1NXJpzOteqPdCT0hBCaR0QSHk49gxx+bdnSdd5Fg==} + /@firebase/app-check/0.6.0_@firebase+app@0.9.0: + resolution: {integrity: sha512-DevuiUQujsG18NQ1fQ1g2X+75Vp1YfSxPsw363/HE2+ABmCWHf4ByPmxEf16y4PVcqJ2MZqYv8kXZYxzRJCS4g==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.8.4 - '@firebase/component': 0.5.21 - '@firebase/logger': 0.3.4 - '@firebase/util': 1.7.3 + '@firebase/app': 0.9.0 + '@firebase/component': 0.6.0 + '@firebase/logger': 0.4.0 + '@firebase/util': 1.8.0 tslib: 2.4.1 dev: false - /@firebase/app-compat/0.1.39: - resolution: {integrity: sha512-F5O/N38dVGFzpe6zM//MslYT80rpX0V+MQNMvONPUlXhvDqS5T+8NMSCWOcZ++Z4Hkj8EvgTJk59AMnD8SdyFw==} + /@firebase/app-compat/0.2.0: + resolution: {integrity: sha512-Y8Cpuheai61jCdVflt437I94n8cdRbXY0e1dQMmTWHCShJUfWwpa5y2ZMnxClWnorXy9hC/3yNZMVlu79f1zGA==} dependencies: - '@firebase/app': 0.8.4 - '@firebase/component': 0.5.21 - '@firebase/logger': 0.3.4 - '@firebase/util': 1.7.3 + '@firebase/app': 0.9.0 + '@firebase/component': 0.6.0 + '@firebase/logger': 0.4.0 + '@firebase/util': 1.8.0 tslib: 2.4.1 dev: false - /@firebase/app-types/0.8.1: - resolution: {integrity: sha512-p75Ow3QhB82kpMzmOntv866wH9eZ3b4+QbUY+8/DA5Zzdf1c8Nsk8B7kbFpzJt4wwHMdy5LTF5YUnoTc1JiWkw==} + /@firebase/app-types/0.9.0: + resolution: {integrity: sha512-AeweANOIo0Mb8GiYm3xhTEBVCmPwTYAu9Hcd2qSkLuga/6+j9b1Jskl5bpiSQWy9eJ/j5pavxj6eYogmnuzm+Q==} dev: false - /@firebase/app/0.8.4: - resolution: {integrity: sha512-gQntijd+sLaGWjcBQpk33giCEXNzGLB6489NMpypVgEXJwQXYQPSrtb9vUHXot1w1iy/j6xlNl4K8wwwNdRgDg==} + /@firebase/app/0.9.0: + resolution: {integrity: sha512-sa15stSK6FoGW4mCeAVDt0TvBFxPjvNcG2rhacGudOzMaW3g2TS326zXTFG+p5jnTCPZ2SO5TTSiGHn1NNcD9Q==} dependencies: - '@firebase/component': 0.5.21 - '@firebase/logger': 0.3.4 - '@firebase/util': 1.7.3 + '@firebase/component': 0.6.0 + '@firebase/logger': 0.4.0 + '@firebase/util': 1.8.0 idb: 7.0.1 tslib: 2.4.1 dev: false - /@firebase/auth-compat/0.2.24_uougi3e27jpxvoatrekmluf7oy: - resolution: {integrity: sha512-IuZQScjtoOLkUHtmIUJ2F3E2OpDOyap6L/9HL/DX3nzEA1LrX7wlpeU6OF2jS9E0KLueWKIrSkIQOOsKoQj/sA==} + /@firebase/auth-compat/0.3.0_z6klzwxqggigirvqix3ggnu6f4: + resolution: {integrity: sha512-tcofcrQKBOo5Wrz59onWtZDJfVW09auvG/XRh7lZ4yfEWdGerTJXmEdQU6j3E8AnJ3X91BYltNYhh0ZJOoCJqQ==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-compat': 0.1.39 - '@firebase/auth': 0.20.11_@firebase+app@0.8.4 - '@firebase/auth-types': 0.11.1_ng4u4jtoxpyfdkxsmbmyeoj754 - '@firebase/component': 0.5.21 - '@firebase/util': 1.7.3 + '@firebase/app-compat': 0.2.0 + '@firebase/auth': 0.21.0_@firebase+app@0.9.0 + '@firebase/auth-types': 0.12.0_ymjb4f6a56kabcdqyfm4cet2ly + '@firebase/component': 0.6.0 + '@firebase/util': 1.8.0 node-fetch: 2.6.7 - selenium-webdriver: 4.5.0 tslib: 2.4.1 transitivePeerDependencies: - '@firebase/app' - '@firebase/app-types' - - bufferutil - encoding - - utf-8-validate dev: false - /@firebase/auth-interop-types/0.1.7_ng4u4jtoxpyfdkxsmbmyeoj754: - resolution: {integrity: sha512-yA/dTveGGPcc85JP8ZE/KZqfGQyQTBCV10THdI8HTlP1GDvNrhr//J5jAt58MlsCOaO3XmC4DqScPBbtIsR/EA==} + /@firebase/auth-interop-types/0.2.0_ymjb4f6a56kabcdqyfm4cet2ly: + resolution: {integrity: sha512-7Mt2qzwvu5X3Qxz24gjj0qITrBsMmy1W4vGBP8TZRuQrjA4OTlGVCTG8ysvweZ3xpdl1XGhBsIjo2KjfOPg0xA==} peerDependencies: '@firebase/app-types': 0.x '@firebase/util': 1.x dependencies: - '@firebase/app-types': 0.8.1 - '@firebase/util': 1.7.3 + '@firebase/app-types': 0.9.0 + '@firebase/util': 1.8.0 dev: false - /@firebase/auth-types/0.11.1_ng4u4jtoxpyfdkxsmbmyeoj754: - resolution: {integrity: sha512-ud7T39VG9ptTrC2fOy/XlU+ubC+BVuBJPteuzsPZSa9l7gkntvWgVb3Z/3FxqqRPlkVUYiyvmsbRN3DE1He2ow==} + /@firebase/auth-types/0.12.0_ymjb4f6a56kabcdqyfm4cet2ly: + resolution: {integrity: sha512-pPwaZt+SPOshK8xNoiQlK5XIrS97kFYc3Rc7xmy373QsOJ9MmqXxLaYssP5Kcds4wd2qK//amx/c+A8O2fVeZA==} peerDependencies: '@firebase/app-types': 0.x '@firebase/util': 1.x dependencies: - '@firebase/app-types': 0.8.1 - '@firebase/util': 1.7.3 + '@firebase/app-types': 0.9.0 + '@firebase/util': 1.8.0 dev: false - /@firebase/auth/0.20.11_@firebase+app@0.8.4: - resolution: {integrity: sha512-cKy91l4URDG3yWfPK7tjUySh2wCLxtTilsR59jiqQJLReBrQsKP79eFDJ6jqWwbEh3+f1lmoH1nKswwbo9XdmA==} + /@firebase/auth/0.21.0_@firebase+app@0.9.0: + resolution: {integrity: sha512-kXOQl/hyLuGKxs0r2icLsDmAyeO0uM4zV9Q+fx6VE8Ncl94TBUc/n895GSrF3RkNHdiq/DZxV/PUCZ/ozPQNKw==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.8.4 - '@firebase/component': 0.5.21 - '@firebase/logger': 0.3.4 - '@firebase/util': 1.7.3 + '@firebase/app': 0.9.0 + '@firebase/component': 0.6.0 + '@firebase/logger': 0.4.0 + '@firebase/util': 1.8.0 node-fetch: 2.6.7 - selenium-webdriver: 4.5.0 tslib: 2.4.1 transitivePeerDependencies: - - bufferutil - encoding - - utf-8-validate dev: false - /@firebase/component/0.5.21: - resolution: {integrity: sha512-12MMQ/ulfygKpEJpseYMR0HunJdlsLrwx2XcEs40M18jocy2+spyzHHEwegN3x/2/BLFBjR5247Etmz0G97Qpg==} + /@firebase/component/0.6.0: + resolution: {integrity: sha512-9hyNc4OmrXMtthDJq6zyJHll/UIYBWYmMG3rXty2eMeWxHWB0vlsq3AOI+k14PL15aSBAQolv0EZJWVJv/gCEg==} dependencies: - '@firebase/util': 1.7.3 + '@firebase/util': 1.8.0 tslib: 2.4.1 dev: false - /@firebase/database-compat/0.2.10_@firebase+app-types@0.8.1: - resolution: {integrity: sha512-fK+IgUUqVKcWK/gltzDU+B1xauCOfY6vulO8lxoNTkcCGlSxuTtwsdqjGkFmgFRMYjXFWWJ6iFcJ/vXahzwCtA==} + /@firebase/database-compat/0.3.0_@firebase+app-types@0.9.0: + resolution: {integrity: sha512-5kzhXdACd+RX/G8k/DKYAuiMYHDHIZ9WFV/ccVoPsC+bxIQEgPilDEtkljY5ZxiKbUj+PEOSYUfYdV/LQMJatQ==} dependencies: - '@firebase/component': 0.5.21 - '@firebase/database': 0.13.10_@firebase+app-types@0.8.1 - '@firebase/database-types': 0.9.17 - '@firebase/logger': 0.3.4 - '@firebase/util': 1.7.3 + '@firebase/component': 0.6.0 + '@firebase/database': 0.14.0_@firebase+app-types@0.9.0 + '@firebase/database-types': 0.10.0 + '@firebase/logger': 0.4.0 + '@firebase/util': 1.8.0 tslib: 2.4.1 transitivePeerDependencies: - '@firebase/app-types' dev: false - /@firebase/database-types/0.9.17: - resolution: {integrity: sha512-YQm2tCZyxNtEnlS5qo5gd2PAYgKCy69tUKwioGhApCFThW+mIgZs7IeYeJo2M51i4LCixYUl+CvnOyAnb/c3XA==} + /@firebase/database-types/0.10.0: + resolution: {integrity: sha512-jZHI1fY1tm+8heLR4sbgJHtSYI2kTlSp4QTXWALwdT+dfST5OlZYsZeb+hGWeqjHEElzUnkLbw8XuZSy9Uy6rA==} dependencies: - '@firebase/app-types': 0.8.1 - '@firebase/util': 1.7.3 + '@firebase/app-types': 0.9.0 + '@firebase/util': 1.8.0 dev: false - /@firebase/database/0.13.10_@firebase+app-types@0.8.1: - resolution: {integrity: sha512-KRucuzZ7ZHQsRdGEmhxId5jyM2yKsjsQWF9yv0dIhlxYg0D8rCVDZc/waoPKA5oV3/SEIoptF8F7R1Vfe7BCQA==} + /@firebase/database/0.14.0_@firebase+app-types@0.9.0: + resolution: {integrity: sha512-SM5eri3eGuPjQdXBRObqKTsgmkRwrSGsbgtD43EpGzU+lIeBVLqwRzfcFialYrWzFFI5V7hWXdS2oJxAkfnBFw==} dependencies: - '@firebase/auth-interop-types': 0.1.7_ng4u4jtoxpyfdkxsmbmyeoj754 - '@firebase/component': 0.5.21 - '@firebase/logger': 0.3.4 - '@firebase/util': 1.7.3 + '@firebase/auth-interop-types': 0.2.0_ymjb4f6a56kabcdqyfm4cet2ly + '@firebase/component': 0.6.0 + '@firebase/logger': 0.4.0 + '@firebase/util': 1.8.0 faye-websocket: 0.11.4 tslib: 2.4.1 transitivePeerDependencies: - '@firebase/app-types' dev: false - /@firebase/firestore-compat/0.2.3_uougi3e27jpxvoatrekmluf7oy: - resolution: {integrity: sha512-FgJwGCA2K+lsGk6gbJo57qn4iocQSGfOlNi2s4QsEO/WOVIU00yYGm408fN7iAGpr9d5VKyulO4sYcic7cS51g==} + /@firebase/firestore-compat/0.3.0_z6klzwxqggigirvqix3ggnu6f4: + resolution: {integrity: sha512-ckU4mkziDnsFKxgYv+OAJHPuNpti2RjyoeIAqz3EqRHAsYFC70U5w4aXC2Sbu2jJp3Ba2BoD7MV/4Qb2A7CJtw==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-compat': 0.1.39 - '@firebase/component': 0.5.21 - '@firebase/firestore': 3.7.3_@firebase+app@0.8.4 - '@firebase/firestore-types': 2.5.1_ng4u4jtoxpyfdkxsmbmyeoj754 - '@firebase/util': 1.7.3 + '@firebase/app-compat': 0.2.0 + '@firebase/component': 0.6.0 + '@firebase/firestore': 3.8.0_@firebase+app@0.9.0 + '@firebase/firestore-types': 2.5.1_ymjb4f6a56kabcdqyfm4cet2ly + '@firebase/util': 1.8.0 tslib: 2.4.1 transitivePeerDependencies: - '@firebase/app' @@ -2627,27 +2835,27 @@ packages: - encoding dev: false - /@firebase/firestore-types/2.5.1_ng4u4jtoxpyfdkxsmbmyeoj754: + /@firebase/firestore-types/2.5.1_ymjb4f6a56kabcdqyfm4cet2ly: resolution: {integrity: sha512-xG0CA6EMfYo8YeUxC8FeDzf6W3FX1cLlcAGBYV6Cku12sZRI81oWcu61RSKM66K6kUENP+78Qm8mvroBcm1whw==} peerDependencies: '@firebase/app-types': 0.x '@firebase/util': 1.x dependencies: - '@firebase/app-types': 0.8.1 - '@firebase/util': 1.7.3 + '@firebase/app-types': 0.9.0 + '@firebase/util': 1.8.0 dev: false - /@firebase/firestore/3.7.3_@firebase+app@0.8.4: - resolution: {integrity: sha512-hnA8hljwJBpejv0SPlt0yiej1wz3VRcLzoNAZujTCI1wLoADkRNsqic5uN/Ge0M0vbmHliLXtet/PDqvEbB9Ww==} + /@firebase/firestore/3.8.0_@firebase+app@0.9.0: + resolution: {integrity: sha512-aKwfZ73FmOV8e/dN0anDtrq6+1IhX4zmjxUcXcgaypZ14q6bq0QpUdlRxjsfiUQ5m3H3MwWWIFOcT5Xa89sIkw==} engines: {node: '>=10.10.0'} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.8.4 - '@firebase/component': 0.5.21 - '@firebase/logger': 0.3.4 - '@firebase/util': 1.7.3 - '@firebase/webchannel-wrapper': 0.8.1 + '@firebase/app': 0.9.0 + '@firebase/component': 0.6.0 + '@firebase/logger': 0.4.0 + '@firebase/util': 1.8.0 + '@firebase/webchannel-wrapper': 0.9.0 '@grpc/grpc-js': 1.7.3 '@grpc/proto-loader': 0.6.13 node-fetch: 2.6.7 @@ -2656,16 +2864,16 @@ packages: - encoding dev: false - /@firebase/functions-compat/0.2.8_uougi3e27jpxvoatrekmluf7oy: - resolution: {integrity: sha512-5w668whT+bm6oVcFqIxfFbn9N77WycpNCfZNg1l0iC+5RLSt53RTVu43pqi43vh23Vp4ad+SRBgZiQGAMen5wA==} + /@firebase/functions-compat/0.3.0_z6klzwxqggigirvqix3ggnu6f4: + resolution: {integrity: sha512-xOEdqOVeHXJ2ZjDbTntNGLl1lgW9umx73bWXJn9h68bSD4f9ldIVoz+h15s8i/e1pJOO/LlEp2BMvoA35U1P/Q==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-compat': 0.1.39 - '@firebase/component': 0.5.21 - '@firebase/functions': 0.8.8_kuqwk5rcidsndwsionzwdbqiqi - '@firebase/functions-types': 0.5.1 - '@firebase/util': 1.7.3 + '@firebase/app-compat': 0.2.0 + '@firebase/component': 0.6.0 + '@firebase/functions': 0.9.0_mw76ib4woycgbhoj6pqh7xkrde + '@firebase/functions-types': 0.6.0 + '@firebase/util': 1.8.0 tslib: 2.4.1 transitivePeerDependencies: - '@firebase/app' @@ -2673,21 +2881,21 @@ packages: - encoding dev: false - /@firebase/functions-types/0.5.1: - resolution: {integrity: sha512-olEJnTuULM/ws0pwhHA0Ze5oIdpFbZsdBGCaBhyL4pm1NUR4Moh0cyAsqr+VtqHCNMGquHU1GJ77qITkoonp0w==} + /@firebase/functions-types/0.6.0: + resolution: {integrity: sha512-hfEw5VJtgWXIRf92ImLkgENqpL6IWpYaXVYiRkFY1jJ9+6tIhWM7IzzwbevwIIud/jaxKVdRzD7QBWfPmkwCYw==} dev: false - /@firebase/functions/0.8.8_kuqwk5rcidsndwsionzwdbqiqi: - resolution: {integrity: sha512-weNcDQJcH3/2YFaXd5dF5pUk3IQdZY60QNuWpq7yS+uaPlCRHjT0K989Q3ZcmYwXz7mHTfhlQamXdA4Yobgt+Q==} + /@firebase/functions/0.9.0_mw76ib4woycgbhoj6pqh7xkrde: + resolution: {integrity: sha512-na/+7uc9ViQVBadEsCVjBnbZsfUCMyS/x6SID1Nz4Z5nkhuxrls9Jcv7jc28tMqHR0VpoGq8W6oLProyjT8JPg==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.8.4 - '@firebase/app-check-interop-types': 0.1.1 - '@firebase/auth-interop-types': 0.1.7_ng4u4jtoxpyfdkxsmbmyeoj754 - '@firebase/component': 0.5.21 - '@firebase/messaging-interop-types': 0.1.1 - '@firebase/util': 1.7.3 + '@firebase/app': 0.9.0 + '@firebase/app-check-interop-types': 0.2.0 + '@firebase/auth-interop-types': 0.2.0_ymjb4f6a56kabcdqyfm4cet2ly + '@firebase/component': 0.6.0 + '@firebase/messaging-interop-types': 0.2.0 + '@firebase/util': 1.8.0 node-fetch: 2.6.7 tslib: 2.4.1 transitivePeerDependencies: @@ -2695,156 +2903,156 @@ packages: - encoding dev: false - /@firebase/installations-compat/0.1.16_uougi3e27jpxvoatrekmluf7oy: - resolution: {integrity: sha512-Xp7s3iUMZ6/TN0a+g1kpHNEn7h59kSxi44/2I7bd3X6xwHnxMu0TqYB7U9WfqEhqiI9iKulL3g06wIZqaklElw==} + /@firebase/installations-compat/0.2.0_z6klzwxqggigirvqix3ggnu6f4: + resolution: {integrity: sha512-EqCU8C9XPQN6npfTCW+6agzQ0yPLvbSCY5WROdnU1ZJfOsGFrMMVMRk42XBzah1dHBoSQYggVaixEzJUOH7zbQ==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-compat': 0.1.39 - '@firebase/component': 0.5.21 - '@firebase/installations': 0.5.16_@firebase+app@0.8.4 - '@firebase/installations-types': 0.4.1_@firebase+app-types@0.8.1 - '@firebase/util': 1.7.3 + '@firebase/app-compat': 0.2.0 + '@firebase/component': 0.6.0 + '@firebase/installations': 0.6.0_@firebase+app@0.9.0 + '@firebase/installations-types': 0.5.0_@firebase+app-types@0.9.0 + '@firebase/util': 1.8.0 tslib: 2.4.1 transitivePeerDependencies: - '@firebase/app' - '@firebase/app-types' dev: false - /@firebase/installations-types/0.4.1_@firebase+app-types@0.8.1: - resolution: {integrity: sha512-ac906QcmipomZjSasGDYNS1LDy4JNGzQ4VXHpFtoOrI6U2QGFkRezZpI+5bzfU062JOD+doO6irYC6Uwnv/GnA==} + /@firebase/installations-types/0.5.0_@firebase+app-types@0.9.0: + resolution: {integrity: sha512-9DP+RGfzoI2jH7gY4SlzqvZ+hr7gYzPODrbzVD82Y12kScZ6ZpRg/i3j6rleto8vTFC8n6Len4560FnV1w2IRg==} peerDependencies: '@firebase/app-types': 0.x dependencies: - '@firebase/app-types': 0.8.1 + '@firebase/app-types': 0.9.0 dev: false - /@firebase/installations/0.5.16_@firebase+app@0.8.4: - resolution: {integrity: sha512-k3iyjr+yZnDOcJbP+CCZW3/zQJf9gYL2CNBJs9QbmFJoLz7cgIcnAT/XNDMudxcggF1goLfq4+MygpzHD0NzLA==} + /@firebase/installations/0.6.0_@firebase+app@0.9.0: + resolution: {integrity: sha512-Aks56ThZs1MsM0qJzJxhdeXak+Ob3tjd3JSY2poJptreLWsIOSBCxYO7Ev4yZ7DE7twMdZ0x70NhQ1ceXfdy0w==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.8.4 - '@firebase/component': 0.5.21 - '@firebase/util': 1.7.3 + '@firebase/app': 0.9.0 + '@firebase/component': 0.6.0 + '@firebase/util': 1.8.0 idb: 7.0.1 tslib: 2.4.1 dev: false - /@firebase/logger/0.3.4: - resolution: {integrity: sha512-hlFglGRgZEwoyClZcGLx/Wd+zoLfGmbDkFx56mQt/jJ0XMbfPqwId1kiPl0zgdWZX+D8iH+gT6GuLPFsJWgiGw==} + /@firebase/logger/0.4.0: + resolution: {integrity: sha512-eRKSeykumZ5+cJPdxxJRgAC3G5NknY2GwEbKfymdnXtnT0Ucm4pspfR6GT4MUQEDuJwRVbVcSx85kgJulMoFFA==} dependencies: tslib: 2.4.1 dev: false - /@firebase/messaging-compat/0.1.21_dvqpjc4ehcooegrkfkqbfp67kq: - resolution: {integrity: sha512-oxQCQ8EXqpSaTybryokbEM/LAqkG0L7OJuucllCg5roqRGIHE437Abus0Bn67P8TKJaYjyKxomg8wCvfmInjlg==} + /@firebase/messaging-compat/0.2.0_5z7svkifsmkn6ro3hru7lnxwrq: + resolution: {integrity: sha512-Qk9W9lVmTO67bR5jCaQ9HqS9MipkCuPGKCcO5JnnDd/p+Y2beWzScYxwzYGh9pEga3qzDAMSCB1PYoNgNTMzew==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-compat': 0.1.39 - '@firebase/component': 0.5.21 - '@firebase/messaging': 0.11.0_@firebase+app@0.8.4 - '@firebase/util': 1.7.3 + '@firebase/app-compat': 0.2.0 + '@firebase/component': 0.6.0 + '@firebase/messaging': 0.12.0_@firebase+app@0.9.0 + '@firebase/util': 1.8.0 tslib: 2.4.1 transitivePeerDependencies: - '@firebase/app' dev: false - /@firebase/messaging-interop-types/0.1.1: - resolution: {integrity: sha512-7XuY87zPh01EBaeS3s6co31Il5oGbPl5MxAg6Uj3fPv7PqJQlbwQ+B5k7CKSF/Y26tRxp+u+usxIvIWCSEA8CQ==} + /@firebase/messaging-interop-types/0.2.0: + resolution: {integrity: sha512-ujA8dcRuVeBixGR9CtegfpU4YmZf3Lt7QYkcj693FFannwNuZgfAYaTmbJ40dtjB81SAu6tbFPL9YLNT15KmOQ==} dev: false - /@firebase/messaging/0.11.0_@firebase+app@0.8.4: - resolution: {integrity: sha512-V7+Xw4QlB8PgINY7Wml+Uj8A3S2nR0ooVoaqfRJ8ZN3W7A4aO/DCkjPsf6DXehwfqRLA7PGB9Boe8l9Idy7icA==} + /@firebase/messaging/0.12.0_@firebase+app@0.9.0: + resolution: {integrity: sha512-M+LWaBH392SLF7/wAH5byJrP5f1MpromUG02NIr0sbgJ6Ot2nc+qDrDGjKF4qLXFqYzhNRlhskCCdf0ClgDM0A==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.8.4 - '@firebase/component': 0.5.21 - '@firebase/installations': 0.5.16_@firebase+app@0.8.4 - '@firebase/messaging-interop-types': 0.1.1 - '@firebase/util': 1.7.3 + '@firebase/app': 0.9.0 + '@firebase/component': 0.6.0 + '@firebase/installations': 0.6.0_@firebase+app@0.9.0 + '@firebase/messaging-interop-types': 0.2.0 + '@firebase/util': 1.8.0 idb: 7.0.1 tslib: 2.4.1 dev: false - /@firebase/performance-compat/0.1.17_dvqpjc4ehcooegrkfkqbfp67kq: - resolution: {integrity: sha512-Hci5MrDlRuqwVozq7LaSAufXXElz+AtmEQArix64kLRJqHhOu5K/8TpuZXM/klR6gnLyIrk+01CrAemH3zHpDw==} + /@firebase/performance-compat/0.2.0_5z7svkifsmkn6ro3hru7lnxwrq: + resolution: {integrity: sha512-iO0fspVpiVOGxR08Y51nXoSMPH/bdRkRVQXYo4wuDDfQoZ5WZ0DXQuE0kXy3/T9QgqXdr8tSU0P0nil/jvnOcg==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-compat': 0.1.39 - '@firebase/component': 0.5.21 - '@firebase/logger': 0.3.4 - '@firebase/performance': 0.5.17_@firebase+app@0.8.4 - '@firebase/performance-types': 0.1.1 - '@firebase/util': 1.7.3 + '@firebase/app-compat': 0.2.0 + '@firebase/component': 0.6.0 + '@firebase/logger': 0.4.0 + '@firebase/performance': 0.6.0_@firebase+app@0.9.0 + '@firebase/performance-types': 0.2.0 + '@firebase/util': 1.8.0 tslib: 2.4.1 transitivePeerDependencies: - '@firebase/app' dev: false - /@firebase/performance-types/0.1.1: - resolution: {integrity: sha512-wiJRLBg8EPaYSGJqx7aqkZ3L5fULfZa9zOTs4C06K020g0zzJh9kUUO/0U3wvHz7zRQjJxTO8Jw4SDjxs3EZrA==} + /@firebase/performance-types/0.2.0: + resolution: {integrity: sha512-kYrbr8e/CYr1KLrLYZZt2noNnf+pRwDq2KK9Au9jHrBMnb0/C9X9yWSXmZkFt4UIdsQknBq8uBB7fsybZdOBTA==} dev: false - /@firebase/performance/0.5.17_@firebase+app@0.8.4: - resolution: {integrity: sha512-NDgzI5JYo6Itnj1FWhMkK3LtwKhtOnhC+WBkxezjzFVuCOornQjvu7ucAU1o2dHXh7MFruhHGFPsHyfkkMCljA==} + /@firebase/performance/0.6.0_@firebase+app@0.9.0: + resolution: {integrity: sha512-mmCQ/8F0hQZ+J+JBvfQPlPAgKIRZccYW6N9321NbX8swd7EQP3dsW905RBmdXRsbjBpBqhn20zcQU6TDOKRwYA==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.8.4 - '@firebase/component': 0.5.21 - '@firebase/installations': 0.5.16_@firebase+app@0.8.4 - '@firebase/logger': 0.3.4 - '@firebase/util': 1.7.3 + '@firebase/app': 0.9.0 + '@firebase/component': 0.6.0 + '@firebase/installations': 0.6.0_@firebase+app@0.9.0 + '@firebase/logger': 0.4.0 + '@firebase/util': 1.8.0 tslib: 2.4.1 dev: false - /@firebase/remote-config-compat/0.1.16_dvqpjc4ehcooegrkfkqbfp67kq: - resolution: {integrity: sha512-BWonzeqODnGki/fZ17zOnjJFR5CWbIOU0PmYGjWBnbkWxpFDdE3zNsz8JTVd/Mkt7y2PHFMYpLsyZ473E/62FQ==} + /@firebase/remote-config-compat/0.2.0_5z7svkifsmkn6ro3hru7lnxwrq: + resolution: {integrity: sha512-2t+w4ngp1DPtZc04a6IjicbUGBpLb/MuFPlqpT8kHNqa/fNvA+ZFcAlEtHvzjS4o9rnTfjHgB+OJMgFP+r9OOw==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-compat': 0.1.39 - '@firebase/component': 0.5.21 - '@firebase/logger': 0.3.4 - '@firebase/remote-config': 0.3.15_@firebase+app@0.8.4 - '@firebase/remote-config-types': 0.2.1 - '@firebase/util': 1.7.3 + '@firebase/app-compat': 0.2.0 + '@firebase/component': 0.6.0 + '@firebase/logger': 0.4.0 + '@firebase/remote-config': 0.4.0_@firebase+app@0.9.0 + '@firebase/remote-config-types': 0.3.0 + '@firebase/util': 1.8.0 tslib: 2.4.1 transitivePeerDependencies: - '@firebase/app' dev: false - /@firebase/remote-config-types/0.2.1: - resolution: {integrity: sha512-1PGx4vKtMMd5uB6G1Nj2b8fOnJx7mIJGzkdyfhIM1oQx9k3dJ+pVu4StrNm46vHaD8ZlOQLr91YfUE43xSXwSg==} + /@firebase/remote-config-types/0.3.0: + resolution: {integrity: sha512-RtEH4vdcbXZuZWRZbIRmQVBNsE7VDQpet2qFvq6vwKLBIQRQR5Kh58M4ok3A3US8Sr3rubYnaGqZSurCwI8uMA==} dev: false - /@firebase/remote-config/0.3.15_@firebase+app@0.8.4: - resolution: {integrity: sha512-ZCyqoCaftoNvc2r4zPaqNV4OgC4sRHjcQI+agzXESnhDLnTY8DpCaQ0m9j6deHuxxDOgu8QPDb8psLbjR+9CgQ==} + /@firebase/remote-config/0.4.0_@firebase+app@0.9.0: + resolution: {integrity: sha512-sedVYE4PwN4qtXfb7EkUYe9mz7hqBP/3y3c7WRMmTuh2VRNz5C5+NYULr5zySeJq+UZd6KyaS+KUOIxmx70tTw==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.8.4 - '@firebase/component': 0.5.21 - '@firebase/installations': 0.5.16_@firebase+app@0.8.4 - '@firebase/logger': 0.3.4 - '@firebase/util': 1.7.3 + '@firebase/app': 0.9.0 + '@firebase/component': 0.6.0 + '@firebase/installations': 0.6.0_@firebase+app@0.9.0 + '@firebase/logger': 0.4.0 + '@firebase/util': 1.8.0 tslib: 2.4.1 dev: false - /@firebase/storage-compat/0.1.22_uougi3e27jpxvoatrekmluf7oy: - resolution: {integrity: sha512-uv33WnAEcxf2983Z03uhJmKc91LKSsRijFwut8xeoJamJoGAVj1Tc9Mio491aI1KZ+RMkNFghHL2FpxjuvxpPg==} + /@firebase/storage-compat/0.2.0_z6klzwxqggigirvqix3ggnu6f4: + resolution: {integrity: sha512-w+7CyZyZ53YQWlTb8YOQ9YcmScgDwkvkXhpUbRWHlvlzAs06l0au42MydmHCeeTcSqvLOzpgURiVfm15ZifARg==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-compat': 0.1.39 - '@firebase/component': 0.5.21 - '@firebase/storage': 0.9.14_@firebase+app@0.8.4 - '@firebase/storage-types': 0.6.1_ng4u4jtoxpyfdkxsmbmyeoj754 - '@firebase/util': 1.7.3 + '@firebase/app-compat': 0.2.0 + '@firebase/component': 0.6.0 + '@firebase/storage': 0.10.0_@firebase+app@0.9.0 + '@firebase/storage-types': 0.7.0_ymjb4f6a56kabcdqyfm4cet2ly + '@firebase/util': 1.8.0 tslib: 2.4.1 transitivePeerDependencies: - '@firebase/app' @@ -2852,46 +3060,46 @@ packages: - encoding dev: false - /@firebase/storage-types/0.6.1_ng4u4jtoxpyfdkxsmbmyeoj754: - resolution: {integrity: sha512-/pkNzKiGCSjdBBZHPvWL1kkPZfM3pFJ38HPJE1xTHwLBwdrFb4JrmY+5/E4ma5ePsbejecIOD1SZhEKDB/JwUQ==} + /@firebase/storage-types/0.7.0_ymjb4f6a56kabcdqyfm4cet2ly: + resolution: {integrity: sha512-n/8pYd82hc9XItV3Pa2KGpnuJ/2h/n/oTAaBberhe6GeyWQPnsmwwRK94W3GxUwBA/ZsszBAYZd7w7tTE+6XXA==} peerDependencies: '@firebase/app-types': 0.x '@firebase/util': 1.x dependencies: - '@firebase/app-types': 0.8.1 - '@firebase/util': 1.7.3 + '@firebase/app-types': 0.9.0 + '@firebase/util': 1.8.0 dev: false - /@firebase/storage/0.9.14_@firebase+app@0.8.4: - resolution: {integrity: sha512-he8VAJ4BLkQdebnna15TI1/ymkwQTeKnjA/psKMAJ2+/UswD/68bCMKOlTrMvw6Flv3zc5YZk1xdL9DHR0i6wg==} + /@firebase/storage/0.10.0_@firebase+app@0.9.0: + resolution: {integrity: sha512-2rp7+/bQ1gkUgrqDv5qHf/vlPAOKV+a/h1tnZ8D9zN0/6wc42gqFTORJUZj/A4efVnX7Ix8MWHBe4woO/2Th0w==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.8.4 - '@firebase/component': 0.5.21 - '@firebase/util': 1.7.3 + '@firebase/app': 0.9.0 + '@firebase/component': 0.6.0 + '@firebase/util': 1.8.0 node-fetch: 2.6.7 tslib: 2.4.1 transitivePeerDependencies: - encoding dev: false - /@firebase/util/1.7.3: - resolution: {integrity: sha512-wxNqWbqokF551WrJ9BIFouU/V5SL1oYCGx1oudcirdhadnQRFH5v1sjgGL7cUV/UsekSycygphdrF2lxBxOYKg==} + /@firebase/util/1.8.0: + resolution: {integrity: sha512-clK6pTTxIiLMYz4UrvDTVAs2rIaOiroAuFdX67C0JalvEwzi6Vv8li6xAGj38tkj7Qax06mosM1fQkxf2h4VTg==} dependencies: tslib: 2.4.1 dev: false - /@firebase/webchannel-wrapper/0.8.1: - resolution: {integrity: sha512-CJW8vxt6bJaBeco2VnlJjmCmAkrrtIdf0GGKvpAB4J5gw8Gi0rHb+qsgKp6LsyS5W6ALPLawLs7phZmw02dvLw==} + /@firebase/webchannel-wrapper/0.9.0: + resolution: {integrity: sha512-BpiZLBWdLFw+qFel9p3Zs1jD6QmH7Ii4aTDu6+vx8ShdidChZUXqDhYJly4ZjSgQh54miXbBgBrk0S+jTIh/Qg==} dev: false /@grpc/grpc-js/1.7.3: resolution: {integrity: sha512-H9l79u4kJ2PVSxUNA08HMYAnUBLj9v6KjYQ7SQ71hOZcEXhShE/y5iQCesP8+6/Ik/7i2O0a10bPquIcYfufog==} engines: {node: ^8.13.0 || >=10.10.0} dependencies: - '@grpc/proto-loader': 0.7.3 - '@types/node': 18.11.9 + '@grpc/proto-loader': 0.7.4 + '@types/node': 18.11.15 dev: false /@grpc/proto-loader/0.6.13: @@ -2906,8 +3114,8 @@ packages: yargs: 16.2.0 dev: false - /@grpc/proto-loader/0.7.3: - resolution: {integrity: sha512-5dAvoZwna2Py3Ef96Ux9jIkp3iZ62TUsV00p3wVBPNX5K178UbNi8Q7gQVqwXT1Yq9RejIGG9G2IPEo93T6RcA==} + /@grpc/proto-loader/0.7.4: + resolution: {integrity: sha512-MnWjkGwqQ3W8fx94/c1CwqLsNmHHv2t0CFn+9++6+cDphC1lolpg9M2OU0iebIjK//pBNX9e94ho+gjx6vz39w==} engines: {node: '>=6'} hasBin: true dependencies: @@ -2918,8 +3126,8 @@ packages: yargs: 16.2.0 dev: false - /@humanwhocodes/config-array/0.11.7: - resolution: {integrity: sha512-kBbPWzN8oVMLb0hOUYXhmxggL/1cJE6ydvjDIGi9EnAGUyA7cLVKQg+d/Dsm+KZwx2czGHrCmMVLiyg8s5JPKw==} + /@humanwhocodes/config-array/0.11.8: + resolution: {integrity: sha512-UybHIJzJnR5Qc/MsD9Kr+RpO2h+/P1GhOwdiLPXK5TWk5sgTdu88bTD9UP+CKbPPh5Rni1u0GjAdYQLemG8g+g==} engines: {node: '>=10.10.0'} dependencies: '@humanwhocodes/object-schema': 1.2.1 @@ -2938,11 +3146,11 @@ packages: resolution: {integrity: sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==} dev: true - /@inboxsdk/core/0.2.22: - resolution: {integrity: sha512-8fywaSacJhoNEomR0MdQxwDujMMePxpOCAAJ5NTSP+rdQqE9zXFJ1GvR4N0B6fNFpnut1aazSkCbEeZqihPaFA==} + /@inboxsdk/core/0.2.23: + resolution: {integrity: sha512-Vox013t8MAsUAmBw0UyCiafg4IPggLepH9jh6iVhc60KIoQk7HMNVlXtvMPD51U8UCbnnL9l15uHAXaAYabgfQ==} dependencies: '@types/kefir': 3.8.7 - '@types/node': 18.11.9 + '@types/node': 18.11.15 typed-emitter: 2.1.0 dev: false @@ -2967,7 +3175,7 @@ packages: engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/types': 29.3.1 - '@types/node': 18.11.9 + '@types/node': 18.11.15 chalk: 4.1.2 jest-message-util: 29.3.1 jest-util: 29.3.1 @@ -2988,14 +3196,14 @@ packages: '@jest/test-result': 29.3.1 '@jest/transform': 29.3.1 '@jest/types': 29.3.1 - '@types/node': 18.11.9 + '@types/node': 18.11.15 ansi-escapes: 4.3.2 chalk: 4.1.2 ci-info: 3.6.1 exit: 0.1.2 graceful-fs: 4.2.10 jest-changed-files: 29.2.0 - jest-config: 29.3.1_@types+node@18.11.9 + jest-config: 29.3.1_@types+node@18.11.15 jest-haste-map: 29.3.1 jest-message-util: 29.3.1 jest-regex-util: 29.2.0 @@ -3022,7 +3230,7 @@ packages: dependencies: '@jest/fake-timers': 29.3.1 '@jest/types': 29.3.1 - '@types/node': 18.11.9 + '@types/node': 18.11.15 jest-mock: 29.3.1 dev: true @@ -3049,7 +3257,7 @@ packages: dependencies: '@jest/types': 29.3.1 '@sinonjs/fake-timers': 9.1.2 - '@types/node': 18.11.9 + '@types/node': 18.11.15 jest-message-util: 29.3.1 jest-mock: 29.3.1 jest-util: 29.3.1 @@ -3082,7 +3290,7 @@ packages: '@jest/transform': 29.3.1 '@jest/types': 29.3.1 '@jridgewell/trace-mapping': 0.3.17 - '@types/node': 18.11.9 + '@types/node': 18.11.15 chalk: 4.1.2 collect-v8-coverage: 1.0.1 exit: 0.1.2 @@ -3144,7 +3352,7 @@ packages: resolution: {integrity: sha512-8wmCFBTVGYqFNLWfcOWoVuMuKYPUBTnTMDkdvFtAYELwDOl9RGwOsvQWGPFxDJ8AWY9xM/8xCXdqmPK3+Q5Lug==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@jest/types': 29.3.1 '@jridgewell/trace-mapping': 0.3.17 babel-plugin-istanbul: 6.1.1 @@ -3170,7 +3378,7 @@ packages: '@jest/schemas': 29.0.0 '@types/istanbul-lib-coverage': 2.0.4 '@types/istanbul-reports': 3.0.1 - '@types/node': 18.11.9 + '@types/node': 18.11.15 '@types/yargs': 17.0.13 chalk: 4.1.2 dev: true @@ -3314,8 +3522,8 @@ packages: requiresBuild: true optional: true - /@mui/base/5.0.0-alpha.107_2zx2umvpluuhvlq44va5bta2da: - resolution: {integrity: sha512-HX/BD8CSe+Y/dpbZ5aKJScJhKQ/Hw6du2yd68Upv2cO67bwixyZ64h3aNcdDu7RQzI7nrZQm0JykffP1Orgq0g==} + /@mui/base/5.0.0-alpha.110_ib3m5ricvtkl2cll7qpr2f6lvq: + resolution: {integrity: sha512-q4TH9T3sTBknTXXTEf2zO8F3nbHg5iGgiaRx9XErTbXvHrmLrQXbQ4hmrLERocSTBFCFWkKyne/qZj0diWlPtA==} engines: {node: '>=12.0.0'} peerDependencies: '@types/react': ^17.0.0 || ^18.0.0 @@ -3325,12 +3533,12 @@ packages: '@types/react': optional: true dependencies: - '@babel/runtime': 7.20.1 + '@babel/runtime': 7.20.6 '@emotion/is-prop-valid': 1.2.0 - '@mui/types': 7.2.1_@types+react@18.0.25 - '@mui/utils': 5.10.15_react@18.2.0 + '@mui/types': 7.2.3_@types+react@18.0.26 + '@mui/utils': 5.11.0_react@18.2.0 '@popperjs/core': 2.11.6 - '@types/react': 18.0.25 + '@types/react': 18.0.26 clsx: 1.2.1 prop-types: 15.8.1 react: 18.2.0 @@ -3338,12 +3546,12 @@ packages: react-is: 18.2.0 dev: false - /@mui/core-downloads-tracker/5.10.15: - resolution: {integrity: sha512-xFcS0LpdF0Q1qJrrNsYUv9PU+ovvhCEPTOMw2jcpEFtl3CA87dLpvztORR5oE2UBFjWF7qLQLOwboQU1+xC7Cw==} + /@mui/core-downloads-tracker/5.11.0: + resolution: {integrity: sha512-Bmogung451ezVv2YI1RvweOIVsTj2RQ4Fk61+e/+8LFPLTFEwVGbL0YhNy1VB5tri8pzGNV228kxtWVTFooQkg==} dev: false - /@mui/material/5.10.15_thp4wrxo45nyllusrnt46mid4u: - resolution: {integrity: sha512-OqoHfUtVMppFHgk2M95j+pR8MWfLKhzSdz4aKEfIpFrHIHbYang+oY7Iy/exX+vqpZSEGHgHQ0cGX0hGTGx9cg==} + /@mui/material/5.11.0_lskpmcsdi7ipu6qpuapyu56ihm: + resolution: {integrity: sha512-8Zl34lb89rLKTTi50Kakki675/LLHMKKnkp8Ee3rAZ2qmisQlRODsGh1MBjENKp0vwhQnNSvlsCfJteVTfotPQ==} engines: {node: '>=12.0.0'} peerDependencies: '@emotion/react': ^11.5.0 @@ -3359,15 +3567,15 @@ packages: '@types/react': optional: true dependencies: - '@babel/runtime': 7.20.1 - '@emotion/react': 11.10.5_cuziicjcvwawlf5iuhzacuhqcy - '@emotion/styled': 11.10.5_hmjty4frusbltjhl3xd7udcm2y - '@mui/base': 5.0.0-alpha.107_2zx2umvpluuhvlq44va5bta2da - '@mui/core-downloads-tracker': 5.10.15 - '@mui/system': 5.10.15_v64nlmo6pkqfmpmxge6otzlg54 - '@mui/types': 7.2.1_@types+react@18.0.25 - '@mui/utils': 5.10.15_react@18.2.0 - '@types/react': 18.0.25 + '@babel/runtime': 7.20.6 + '@emotion/react': 11.10.5_xl5my4wapvq2ctl7qwehtbgorq + '@emotion/styled': 11.10.5_3djhvnr4jirfvebjqpipo7gthy + '@mui/base': 5.0.0-alpha.110_ib3m5ricvtkl2cll7qpr2f6lvq + '@mui/core-downloads-tracker': 5.11.0 + '@mui/system': 5.11.0_ogriz7mfahdh34qnfautfro5yu + '@mui/types': 7.2.3_@types+react@18.0.26 + '@mui/utils': 5.11.0_react@18.2.0 + '@types/react': 18.0.26 '@types/react-transition-group': 4.4.5 clsx: 1.2.1 csstype: 3.1.1 @@ -3378,8 +3586,8 @@ packages: react-transition-group: 4.4.5_biqbaboplfbrettd7655fr4n2y dev: false - /@mui/private-theming/5.10.15_fan5qbzahqtxlm5dzefqlqx5ia: - resolution: {integrity: sha512-l7CsUj5kYdYz118/JHSvZZTYE9WnIWwln0td5jYATnYw9cNX4ygD6AkKOUYZ1Jitp1YLJqcO8jCP9E5/Nql9IQ==} + /@mui/private-theming/5.11.0_kzbn2opkn2327fwg5yzwzya5o4: + resolution: {integrity: sha512-UFQLb9x5Sj4pg2GhhCGw3Ls/y1Hw/tz9RsBrULvUF0Vgps1z19o7XTq2xqUvp7pN7fJTW7eVIT2gwVg2xlk8PQ==} engines: {node: '>=12.0.0'} peerDependencies: '@types/react': ^17.0.0 || ^18.0.0 @@ -3388,15 +3596,15 @@ packages: '@types/react': optional: true dependencies: - '@babel/runtime': 7.20.1 - '@mui/utils': 5.10.15_react@18.2.0 - '@types/react': 18.0.25 + '@babel/runtime': 7.20.6 + '@mui/utils': 5.11.0_react@18.2.0 + '@types/react': 18.0.26 prop-types: 15.8.1 react: 18.2.0 dev: false - /@mui/styled-engine/5.10.14_dovxhg2tvkkxkdnqyoum6wzcxm: - resolution: {integrity: sha512-bgKdM57ExogWpIfhL/ngSlzF4FhbH00vYF+Y5VALTob4uslFqje0xzoWmbfcCn4cZt2NXxZJIwhsq4vzo5itlw==} + /@mui/styled-engine/5.11.0_dovxhg2tvkkxkdnqyoum6wzcxm: + resolution: {integrity: sha512-AF06K60Zc58qf0f7X+Y/QjaHaZq16znliLnGc9iVrV/+s8Ln/FCoeNuFvhlCbZZQ5WQcJvcy59zp0nXrklGGPQ==} engines: {node: '>=12.0.0'} peerDependencies: '@emotion/react': ^11.4.1 @@ -3408,17 +3616,17 @@ packages: '@emotion/styled': optional: true dependencies: - '@babel/runtime': 7.20.1 + '@babel/runtime': 7.20.6 '@emotion/cache': 11.10.5 - '@emotion/react': 11.10.5_cuziicjcvwawlf5iuhzacuhqcy - '@emotion/styled': 11.10.5_hmjty4frusbltjhl3xd7udcm2y + '@emotion/react': 11.10.5_xl5my4wapvq2ctl7qwehtbgorq + '@emotion/styled': 11.10.5_3djhvnr4jirfvebjqpipo7gthy csstype: 3.1.1 prop-types: 15.8.1 react: 18.2.0 dev: false - /@mui/system/5.10.15_v64nlmo6pkqfmpmxge6otzlg54: - resolution: {integrity: sha512-WZmgmpYTMXAaD++QetaaM/miwhNh1JJY1dH7MJH/3Fuv3r3gnhfzE6A55lDqWxkQmlWUO2DCn/cnNZ0FkSdZUg==} + /@mui/system/5.11.0_ogriz7mfahdh34qnfautfro5yu: + resolution: {integrity: sha512-HFUT7Dlmyq6Wfuxsw8QBXZxXDYIQQaJ4YHaZd7s+nDMcjerLnILxjh2g3a6umtOUM+jEcRaFJAtvLZvlGfa5fw==} engines: {node: '>=12.0.0'} peerDependencies: '@emotion/react': ^11.5.0 @@ -3433,38 +3641,38 @@ packages: '@types/react': optional: true dependencies: - '@babel/runtime': 7.20.1 - '@emotion/react': 11.10.5_cuziicjcvwawlf5iuhzacuhqcy - '@emotion/styled': 11.10.5_hmjty4frusbltjhl3xd7udcm2y - '@mui/private-theming': 5.10.15_fan5qbzahqtxlm5dzefqlqx5ia - '@mui/styled-engine': 5.10.14_dovxhg2tvkkxkdnqyoum6wzcxm - '@mui/types': 7.2.1_@types+react@18.0.25 - '@mui/utils': 5.10.15_react@18.2.0 - '@types/react': 18.0.25 + '@babel/runtime': 7.20.6 + '@emotion/react': 11.10.5_xl5my4wapvq2ctl7qwehtbgorq + '@emotion/styled': 11.10.5_3djhvnr4jirfvebjqpipo7gthy + '@mui/private-theming': 5.11.0_kzbn2opkn2327fwg5yzwzya5o4 + '@mui/styled-engine': 5.11.0_dovxhg2tvkkxkdnqyoum6wzcxm + '@mui/types': 7.2.3_@types+react@18.0.26 + '@mui/utils': 5.11.0_react@18.2.0 + '@types/react': 18.0.26 clsx: 1.2.1 csstype: 3.1.1 prop-types: 15.8.1 react: 18.2.0 dev: false - /@mui/types/7.2.1_@types+react@18.0.25: - resolution: {integrity: sha512-c5mSM7ivD8EsqK6HUi9hQPr5V7TJ/IRThUQ9nWNYPdhCGriTSQV4vL6DflT99LkM+wLiIS1rVjphpEWxERep7A==} + /@mui/types/7.2.3_@types+react@18.0.26: + resolution: {integrity: sha512-tZ+CQggbe9Ol7e/Fs5RcKwg/woU+o8DCtOnccX6KmbBc7YrfqMYEYuaIcXHuhpT880QwNkZZ3wQwvtlDFA2yOw==} peerDependencies: '@types/react': '*' peerDependenciesMeta: '@types/react': optional: true dependencies: - '@types/react': 18.0.25 + '@types/react': 18.0.26 dev: false - /@mui/utils/5.10.15_react@18.2.0: - resolution: {integrity: sha512-6AW4MLBUijJi31hxx+6utTJM2q/4hbO+QiMdtwM+f4Iy+BfFnh/elhb08apxNYLfuugPnXXpkDmzEjg+8uDU9g==} + /@mui/utils/5.11.0_react@18.2.0: + resolution: {integrity: sha512-DP/YDaVVCVzJpZ5FFPLKNmaJkeaYRviTyIZkL/D5/FmPXQiA6ecd6z0/+VwoNQtp7aXAQWaRhvz4FM25yqFlHA==} engines: {node: '>=12.0.0'} peerDependencies: react: ^17.0.0 || ^18.0.0 dependencies: - '@babel/runtime': 7.20.1 + '@babel/runtime': 7.20.6 '@types/prop-types': 15.7.5 '@types/react-is': 17.0.3 prop-types: 15.8.1 @@ -3472,12 +3680,12 @@ packages: react-is: 18.2.0 dev: false - /@next/env/13.0.4: - resolution: {integrity: sha512-N5Z3bdxBzoxrC5bwykDFITzdWuwDteOdZ+7nxixY+I1XpRX8/iQYbw2wuXMdqdfBGm2NNUpAqg8YF2e4oAC2UQ==} + /@next/env/13.0.6: + resolution: {integrity: sha512-yceT6DCHKqPRS1cAm8DHvDvK74DLIkDQdm5iV+GnIts8h0QbdHvkUIkdOvQoOODgpr6018skbmSQp12z5OWIQQ==} dev: false - /@next/swc-android-arm-eabi/13.0.4: - resolution: {integrity: sha512-SD9H+/zuV3L0oHIhsDdFkDqFtg6pIHtqRUPlsrNdOsmWXgMlSzxBmwt2ta4kyrazS62BQu7XRUG++ZyODS7AWg==} + /@next/swc-android-arm-eabi/13.0.6: + resolution: {integrity: sha512-FGFSj3v2Bluw8fD/X+1eXIEB0PhoJE0zfutsAauRhmNpjjZshLDgoXMWm1jTRL/04K/o9gwwO2+A8+sPVCH1uw==} engines: {node: '>= 10'} cpu: [arm] os: [android] @@ -3485,8 +3693,8 @@ packages: dev: false optional: true - /@next/swc-android-arm64/13.0.4: - resolution: {integrity: sha512-F8W5WcBbdn/zBoy32/mQiefs9DNsT12CTSSVCsO8GvQR7GjJU+uduQ4drKcSDoDLuAFULc2jDN06Circq4vuQg==} + /@next/swc-android-arm64/13.0.6: + resolution: {integrity: sha512-7MgbtU7kimxuovVsd7jSJWMkIHBDBUsNLmmlkrBRHTvgzx5nDBXogP0hzZm7EImdOPwVMPpUHRQMBP9mbsiJYQ==} engines: {node: '>= 10'} cpu: [arm64] os: [android] @@ -3494,8 +3702,8 @@ packages: dev: false optional: true - /@next/swc-darwin-arm64/13.0.4: - resolution: {integrity: sha512-/lajev+9GSie+rRTl5z8skW9RJwZ+TwMKLzzM24TbDk8lUjqPTyJZ/cU0NDj8J7VQAZ6EehACSh9rcJeBRtLuA==} + /@next/swc-darwin-arm64/13.0.6: + resolution: {integrity: sha512-AUVEpVTxbP/fxdFsjVI9d5a0CFn6NVV7A/RXOb0Y+pXKIIZ1V5rFjPwpYfIfyOo2lrqgehMNQcyMRoTrhq04xg==} engines: {node: '>= 10'} cpu: [arm64] os: [darwin] @@ -3503,8 +3711,8 @@ packages: dev: false optional: true - /@next/swc-darwin-x64/13.0.4: - resolution: {integrity: sha512-HK4b2rFiju8d40GTL/jH9U6OQ7BYA2MeEHs7Dm7Rp7kwQtLzP3z6osdQS8er20tIFHDE4b+oVBy03ZUQkHf0Pg==} + /@next/swc-darwin-x64/13.0.6: + resolution: {integrity: sha512-SasCDJlshglsPnbzhWaIF6VEGkQy2NECcAOxPwaPr0cwbbt4aUlZ7QmskNzgolr5eAjFS/xTr7CEeKJtZpAAtQ==} engines: {node: '>= 10'} cpu: [x64] os: [darwin] @@ -3512,8 +3720,8 @@ packages: dev: false optional: true - /@next/swc-freebsd-x64/13.0.4: - resolution: {integrity: sha512-xBvIGLaGzZtgJfRRJ2DBN82DQCJ/O7jkXyBp8X/vHefPWyVXVqF6C68Rv8ADp11thPpf8WpjkvDDLb9AuWHQUA==} + /@next/swc-freebsd-x64/13.0.6: + resolution: {integrity: sha512-6Lbxd9gAdXneTkwHyYW/qtX1Tdw7ND9UbiGsGz/SP43ZInNWnW6q0au4hEVPZ9bOWWRKzcVoeTBdoMpQk9Hx9w==} engines: {node: '>= 10'} cpu: [x64] os: [freebsd] @@ -3521,8 +3729,8 @@ packages: dev: false optional: true - /@next/swc-linux-arm-gnueabihf/13.0.4: - resolution: {integrity: sha512-s13pxNp9deKmmxEGTp1MoL1e4nf4wbEymEaHgFxUlhoR1OD9tK8oTNrQphQePJgVjzcWmRGH/dX7O9mVkHbU/g==} + /@next/swc-linux-arm-gnueabihf/13.0.6: + resolution: {integrity: sha512-wNdi5A519e1P+ozEuYOhWPzzE6m1y7mkO6NFwn6watUwO0X9nZs7fT9THmnekvmFQpaZ6U+xf2MQ9poQoCh6jQ==} engines: {node: '>= 10'} cpu: [arm] os: [linux] @@ -3530,8 +3738,8 @@ packages: dev: false optional: true - /@next/swc-linux-arm64-gnu/13.0.4: - resolution: {integrity: sha512-Lklo65usNzoYwjX51CpDKOepWVZBdwO49/Jz3djxiYUr2lRtpDVnlfwCvzN+47j3BMVMWtC2ndIi8Q4s3J0v4g==} + /@next/swc-linux-arm64-gnu/13.0.6: + resolution: {integrity: sha512-e8KTRnleQY1KLk5PwGV5hrmvKksCc74QRpHl5ffWnEEAtL2FE0ave5aIkXqErsPdXkiKuA/owp3LjQrP+/AH7Q==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] @@ -3539,8 +3747,8 @@ packages: dev: false optional: true - /@next/swc-linux-arm64-musl/13.0.4: - resolution: {integrity: sha512-+3BXtXBwjVhd5lahDe5nKZ7EwD6hE/oLFQkITCvgxymU5qYHGlLFyF52/lyw8qhyxoCr7mMVsUFhlCzVwCfNjg==} + /@next/swc-linux-arm64-musl/13.0.6: + resolution: {integrity: sha512-/7RF03C3mhjYpHN+pqOolgME3guiHU5T3TsejuyteqyEyzdEyLHod+jcYH6ft7UZ71a6TdOewvmbLOtzHW2O8A==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] @@ -3548,8 +3756,8 @@ packages: dev: false optional: true - /@next/swc-linux-x64-gnu/13.0.4: - resolution: {integrity: sha512-QB8qoZrvHhZsz62nUrTKlp5IiZ8I7KZsaa6437H/W/NOZHLGJjCxROnhUjLvKVe/T5P86pjya2SUOUqWAjz4Pg==} + /@next/swc-linux-x64-gnu/13.0.6: + resolution: {integrity: sha512-kxyEXnYHpOEkFnmrlwB1QlzJtjC6sAJytKcceIyFUHbCaD3W/Qb5tnclcnHKTaFccizZRePXvV25Ok/eUSpKTw==} engines: {node: '>= 10'} cpu: [x64] os: [linux] @@ -3557,8 +3765,8 @@ packages: dev: false optional: true - /@next/swc-linux-x64-musl/13.0.4: - resolution: {integrity: sha512-WaahF6DYUQRg1QqIMcuOu2ZsFhS3aC5iWeQyeptMHklP9wb4FfTNmBArKHknX/GXD8P9gI38WTAHJ25cc0zVwg==} + /@next/swc-linux-x64-musl/13.0.6: + resolution: {integrity: sha512-N0c6gubS3WW1oYYgo02xzZnNatfVQP/CiJq2ax+DJ55ePV62IACbRCU99TZNXXg+Kos6vNW4k+/qgvkvpGDeyA==} engines: {node: '>= 10'} cpu: [x64] os: [linux] @@ -3566,8 +3774,8 @@ packages: dev: false optional: true - /@next/swc-win32-arm64-msvc/13.0.4: - resolution: {integrity: sha512-FD+k1j2jeY0aKcqcpzFKfTsv55PPmIZ5GKDyPjjV5AO6XvQ4nALwWl4JwizjH2426TfLXObb+C3MH0bl9Ok1Kw==} + /@next/swc-win32-arm64-msvc/13.0.6: + resolution: {integrity: sha512-QjeMB2EBqBFPb/ac0CYr7GytbhUkrG4EwFWbcE0vsRp4H8grt25kYpFQckL4Jak3SUrp7vKfDwZ/SwO7QdO8vw==} engines: {node: '>= 10'} cpu: [arm64] os: [win32] @@ -3575,8 +3783,8 @@ packages: dev: false optional: true - /@next/swc-win32-ia32-msvc/13.0.4: - resolution: {integrity: sha512-+Q/Q8Ydvz3X3U84CyZdNv1HC7fE43k+xB8C6b3IFmWGa5Tu2tfskQ2FsUNBrYreZjhFC/894J3rVQ6Vj6Auugg==} + /@next/swc-win32-ia32-msvc/13.0.6: + resolution: {integrity: sha512-EQzXtdqRTcmhT/tCq81rIwE36Y3fNHPInaCuJzM/kftdXfa0F+64y7FAoMO13npX8EG1+SamXgp/emSusKrCXg==} engines: {node: '>= 10'} cpu: [ia32] os: [win32] @@ -3584,8 +3792,8 @@ packages: dev: false optional: true - /@next/swc-win32-x64-msvc/13.0.4: - resolution: {integrity: sha512-vXtbo9N1FdtZZRcv4BliU28tTYrkb1EnVpUiiFFe88I6kS9aZVTMY9Z/OtDR52rl1JF1hgs9sL/59D/TQqSATQ==} + /@next/swc-win32-x64-msvc/13.0.6: + resolution: {integrity: sha512-pSkqZ//UP/f2sS9T7IvHLfEWDPTX0vRyXJnAUNisKvO3eF3e1xdhDX7dix/X3Z3lnN4UjSwOzclAI87JFbOwmQ==} engines: {node: '>= 10'} cpu: [x64] os: [win32] @@ -3611,83 +3819,83 @@ packages: '@nodelib/fs.scandir': 2.1.5 fastq: 1.13.0 - /@parcel/bundler-default/2.8.1_@parcel+core@2.8.1: - resolution: {integrity: sha512-hyzrZdzjFWjKFh0s8ykFke5bTBwWdOkmnFEsB2zaJEALf83td6JaH18w3iYNwF1Q5qplSTu6AeNOeVbR7DXi4g==} - engines: {node: '>= 12.0.0', parcel: ^2.8.1} + /@parcel/bundler-default/2.8.2_@parcel+core@2.8.2: + resolution: {integrity: sha512-/7ao0vc/v8WGHZaS1SyS5R8wzqmmXEr9mhIIB2cbLQ4LA2WUtKsYcvZ2gjJuiAAN1CHC6GxqwYjIJScQCk/QXg==} + engines: {node: '>= 12.0.0', parcel: ^2.8.2} dependencies: - '@parcel/diagnostic': 2.8.1 - '@parcel/graph': 2.8.1 - '@parcel/hash': 2.8.1 - '@parcel/plugin': 2.8.1_@parcel+core@2.8.1 - '@parcel/utils': 2.8.1 + '@parcel/diagnostic': 2.8.2 + '@parcel/graph': 2.8.2 + '@parcel/hash': 2.8.2 + '@parcel/plugin': 2.8.2_@parcel+core@2.8.2 + '@parcel/utils': 2.8.2 nullthrows: 1.1.1 transitivePeerDependencies: - '@parcel/core' dev: false - /@parcel/cache/2.8.1_@parcel+core@2.8.1: - resolution: {integrity: sha512-wvdn0B21bg227JzgxxlCwu6L8SryAZyTe/pZ32jsUsGxuVqT2BLYczyQL7OqCG5902rnImsBjETkOIxXeCgThg==} + /@parcel/cache/2.8.2_@parcel+core@2.8.2: + resolution: {integrity: sha512-kiyoOgh1RXp5qp+wlb8Pi/Z7o9D82Oj5RlHnKSAauyR7jgnI8Vq8JTeBmlLqrf+kHxcDcp2p86hidSeANhlQNg==} engines: {node: '>= 12.0.0'} peerDependencies: - '@parcel/core': ^2.8.1 + '@parcel/core': ^2.8.2 dependencies: - '@parcel/core': 2.8.1 - '@parcel/fs': 2.8.1_@parcel+core@2.8.1 - '@parcel/logger': 2.8.1 - '@parcel/utils': 2.8.1 + '@parcel/core': 2.8.2 + '@parcel/fs': 2.8.2_@parcel+core@2.8.2 + '@parcel/logger': 2.8.2 + '@parcel/utils': 2.8.2 lmdb: 2.5.2 - /@parcel/codeframe/2.8.1: - resolution: {integrity: sha512-VNmnWJHYDQP9vRo9WZIGV5YeBzDuJVeYLLBzmYYnT2QZx85gXYKUm05LfYqKYnP0FmMT1bv7AWLMKN6HFhVrfw==} + /@parcel/codeframe/2.8.2: + resolution: {integrity: sha512-U2GT9gq1Zs3Gr83j8JIs10bLbGOHFl57Y8D57nrdR05F4iilV/UR6K7jkhdoiFc9WiHh3ewvrko5+pSdAVFPgQ==} engines: {node: '>= 12.0.0'} dependencies: chalk: 4.1.2 - /@parcel/compressor-raw/2.8.1_@parcel+core@2.8.1: - resolution: {integrity: sha512-mm3RFiaofqzwdFxkuvUopsiOe4dyBIheY8D5Yh4BebuavPcgvLmrW3B3BaIR84kv6l6zy3i0QiuaLgbYhnrnuQ==} - engines: {node: '>= 12.0.0', parcel: ^2.8.1} + /@parcel/compressor-raw/2.8.2_@parcel+core@2.8.2: + resolution: {integrity: sha512-EFPTer/P+3axifH6LtYHS3E6ABgdZnjZomJZ/Nl19lypZh/NgZzmMZlINlEVqyYhCggoKfXzgeTgkIHPN2d5Vw==} + engines: {node: '>= 12.0.0', parcel: ^2.8.2} dependencies: - '@parcel/plugin': 2.8.1_@parcel+core@2.8.1 + '@parcel/plugin': 2.8.2_@parcel+core@2.8.2 transitivePeerDependencies: - '@parcel/core' dev: false - /@parcel/config-default/2.8.1_@parcel+core@2.8.1: - resolution: {integrity: sha512-UGj4BZ6keEPZ+8RWYRDEQJkbTaVG0r6ewNxqV4kKew4vCejRg1TMnQL8OJYG2non10sQqbmisfZMqCECA6OJMg==} - peerDependencies: - '@parcel/core': ^2.8.1 - dependencies: - '@parcel/bundler-default': 2.8.1_@parcel+core@2.8.1 - '@parcel/compressor-raw': 2.8.1_@parcel+core@2.8.1 - '@parcel/core': 2.8.1 - '@parcel/namer-default': 2.8.1_@parcel+core@2.8.1 - '@parcel/optimizer-css': 2.8.1_@parcel+core@2.8.1 - '@parcel/optimizer-htmlnano': 2.8.1_@parcel+core@2.8.1 - '@parcel/optimizer-image': 2.8.1_@parcel+core@2.8.1 - '@parcel/optimizer-svgo': 2.8.1_@parcel+core@2.8.1 - '@parcel/optimizer-terser': 2.8.1_@parcel+core@2.8.1 - '@parcel/packager-css': 2.8.1_@parcel+core@2.8.1 - '@parcel/packager-html': 2.8.1_@parcel+core@2.8.1 - '@parcel/packager-js': 2.8.1_@parcel+core@2.8.1 - '@parcel/packager-raw': 2.8.1_@parcel+core@2.8.1 - '@parcel/packager-svg': 2.8.1_@parcel+core@2.8.1 - '@parcel/reporter-dev-server': 2.8.1_@parcel+core@2.8.1 - '@parcel/resolver-default': 2.8.1_@parcel+core@2.8.1 - '@parcel/runtime-browser-hmr': 2.8.1_@parcel+core@2.8.1 - '@parcel/runtime-js': 2.8.1_@parcel+core@2.8.1 - '@parcel/runtime-react-refresh': 2.8.1_@parcel+core@2.8.1 - '@parcel/runtime-service-worker': 2.8.1_@parcel+core@2.8.1 - '@parcel/transformer-babel': 2.8.1_@parcel+core@2.8.1 - '@parcel/transformer-css': 2.8.1_@parcel+core@2.8.1 - '@parcel/transformer-html': 2.8.1_@parcel+core@2.8.1 - '@parcel/transformer-image': 2.8.1_@parcel+core@2.8.1 - '@parcel/transformer-js': 2.8.1_@parcel+core@2.8.1 - '@parcel/transformer-json': 2.8.1_@parcel+core@2.8.1 - '@parcel/transformer-postcss': 2.8.1_@parcel+core@2.8.1 - '@parcel/transformer-posthtml': 2.8.1_@parcel+core@2.8.1 - '@parcel/transformer-raw': 2.8.1_@parcel+core@2.8.1 - '@parcel/transformer-react-refresh-wrap': 2.8.1_@parcel+core@2.8.1 - '@parcel/transformer-svg': 2.8.1_@parcel+core@2.8.1 + /@parcel/config-default/2.8.2_@parcel+core@2.8.2: + resolution: {integrity: sha512-1ELJAHx37fKSZZkYKWy6UdcuLRv5vrZJc89tVS6eRvvMt+udbIoSgIUzPXu7XemkcchF7Tryw3u2pRyxyLyL3w==} + peerDependencies: + '@parcel/core': ^2.8.2 + dependencies: + '@parcel/bundler-default': 2.8.2_@parcel+core@2.8.2 + '@parcel/compressor-raw': 2.8.2_@parcel+core@2.8.2 + '@parcel/core': 2.8.2 + '@parcel/namer-default': 2.8.2_@parcel+core@2.8.2 + '@parcel/optimizer-css': 2.8.2_@parcel+core@2.8.2 + '@parcel/optimizer-htmlnano': 2.8.2_@parcel+core@2.8.2 + '@parcel/optimizer-image': 2.8.2_@parcel+core@2.8.2 + '@parcel/optimizer-svgo': 2.8.2_@parcel+core@2.8.2 + '@parcel/optimizer-terser': 2.8.2_@parcel+core@2.8.2 + '@parcel/packager-css': 2.8.2_@parcel+core@2.8.2 + '@parcel/packager-html': 2.8.2_@parcel+core@2.8.2 + '@parcel/packager-js': 2.8.2_@parcel+core@2.8.2 + '@parcel/packager-raw': 2.8.2_@parcel+core@2.8.2 + '@parcel/packager-svg': 2.8.2_@parcel+core@2.8.2 + '@parcel/reporter-dev-server': 2.8.2_@parcel+core@2.8.2 + '@parcel/resolver-default': 2.8.2_@parcel+core@2.8.2 + '@parcel/runtime-browser-hmr': 2.8.2_@parcel+core@2.8.2 + '@parcel/runtime-js': 2.8.2_@parcel+core@2.8.2 + '@parcel/runtime-react-refresh': 2.8.2_@parcel+core@2.8.2 + '@parcel/runtime-service-worker': 2.8.2_@parcel+core@2.8.2 + '@parcel/transformer-babel': 2.8.2_@parcel+core@2.8.2 + '@parcel/transformer-css': 2.8.2_@parcel+core@2.8.2 + '@parcel/transformer-html': 2.8.2_@parcel+core@2.8.2 + '@parcel/transformer-image': 2.8.2_@parcel+core@2.8.2 + '@parcel/transformer-js': 2.8.2_@parcel+core@2.8.2 + '@parcel/transformer-json': 2.8.2_@parcel+core@2.8.2 + '@parcel/transformer-postcss': 2.8.2_@parcel+core@2.8.2 + '@parcel/transformer-posthtml': 2.8.2_@parcel+core@2.8.2 + '@parcel/transformer-raw': 2.8.2_@parcel+core@2.8.2 + '@parcel/transformer-react-refresh-wrap': 2.8.2_@parcel+core@2.8.2 + '@parcel/transformer-svg': 2.8.2_@parcel+core@2.8.2 transitivePeerDependencies: - cssnano - postcss @@ -3698,24 +3906,24 @@ packages: - uncss dev: false - /@parcel/core/2.8.1: - resolution: {integrity: sha512-i84Ic+Ei907kChVGrTOhN3+AB46ymqia0wJCxio/BAbUJc3PLx0EmOAgLutACVNompCYcXpV9kASiGJHcfHW5w==} + /@parcel/core/2.8.2: + resolution: {integrity: sha512-ZGuq6p+Lzx6fgufaVsuOBwgpU3hgskTvIDIMdIDi9gOZyhGPK7U2srXdX+VYUL5ZSGbX04/P6QlB9FMAXK+nEg==} engines: {node: '>= 12.0.0'} dependencies: '@mischnic/json-sourcemap': 0.1.0 - '@parcel/cache': 2.8.1_@parcel+core@2.8.1 - '@parcel/diagnostic': 2.8.1 - '@parcel/events': 2.8.1 - '@parcel/fs': 2.8.1_@parcel+core@2.8.1 - '@parcel/graph': 2.8.1 - '@parcel/hash': 2.8.1 - '@parcel/logger': 2.8.1 - '@parcel/package-manager': 2.8.1_@parcel+core@2.8.1 - '@parcel/plugin': 2.8.1_@parcel+core@2.8.1 + '@parcel/cache': 2.8.2_@parcel+core@2.8.2 + '@parcel/diagnostic': 2.8.2 + '@parcel/events': 2.8.2 + '@parcel/fs': 2.8.2_@parcel+core@2.8.2 + '@parcel/graph': 2.8.2 + '@parcel/hash': 2.8.2 + '@parcel/logger': 2.8.2 + '@parcel/package-manager': 2.8.2_@parcel+core@2.8.2 + '@parcel/plugin': 2.8.2_@parcel+core@2.8.2 '@parcel/source-map': 2.1.1 - '@parcel/types': 2.8.1_@parcel+core@2.8.1 - '@parcel/utils': 2.8.1 - '@parcel/workers': 2.8.1_@parcel+core@2.8.1 + '@parcel/types': 2.8.2_@parcel+core@2.8.2 + '@parcel/utils': 2.8.2 + '@parcel/workers': 2.8.2_@parcel+core@2.8.2 abortcontroller-polyfill: 1.7.5 base-x: 3.0.9 browserslist: 4.21.4 @@ -3734,91 +3942,91 @@ packages: lightningcss: 1.14.0 dev: false - /@parcel/diagnostic/2.8.1: - resolution: {integrity: sha512-IyMREe9OkfEqTNi67ZmFRtc6dZ35w0Snj05yDnxv5fKcLftYgZ1UDl2/64WIQQ2MZQnrZV9qrdZssdPhY9Qf3A==} + /@parcel/diagnostic/2.8.2: + resolution: {integrity: sha512-tGSMwM2rSYLjJW0fCd9gb3tNjfCX/83PZ10/5u2E33UZVkk8OIHsQmsrtq2H2g4oQL3rFxkfEx6nGPDGHwlx7A==} engines: {node: '>= 12.0.0'} dependencies: '@mischnic/json-sourcemap': 0.1.0 nullthrows: 1.1.1 - /@parcel/events/2.8.1: - resolution: {integrity: sha512-x3JOa9RgEhHTGhRusC9/Er4/KZQ4F5M2QVTaHTmCqWqA/eOVXpi5xQTERvNFsb/5cmfsDlFPXPd1g4ErRJfasw==} + /@parcel/events/2.8.2: + resolution: {integrity: sha512-o5etrsKm16y8iRPnjtEBNy4lD0WAigD66yt/RZl9Rx0vPVDly/63Rr9+BrXWVW7bJ7x0S0VVpWW4j3f/qZOsXg==} engines: {node: '>= 12.0.0'} - /@parcel/fs-search/2.8.1: - resolution: {integrity: sha512-zp1CjB3Va4Sp7JrS/8tUs5NzHYPiWgabsL70Xv7ExlvIBZC42HI0VEbBFvNn4/pra2s+VqJhStd2GTBvjnwk9g==} + /@parcel/fs-search/2.8.2: + resolution: {integrity: sha512-ovQnupRm/MoE/tbgH0Ivknk0QYenXAewjcog+T5umDmUlTmnIRZjURrgDf5Xtw8T/CD5Xv+HmIXpJ9Ez/LzJpw==} engines: {node: '>= 12.0.0'} dependencies: detect-libc: 1.0.3 - /@parcel/fs/2.8.1_@parcel+core@2.8.1: - resolution: {integrity: sha512-+3lZfH0/2IoGrlq09SuOaULe55S6F+G2rGVHLqPt8JO9JJr1fMAZIGVA8YkPOv4Y/LhL0M1ly0gek4k+jl8iDg==} + /@parcel/fs/2.8.2_@parcel+core@2.8.2: + resolution: {integrity: sha512-aN8znbMndSqn1xwZEmMblzqmJsxcExv2jKLl/a9RUHAP7LaPYcPZIykDL3YwGCiKTCzjmRpXnNoyosjFFeBaHA==} engines: {node: '>= 12.0.0'} peerDependencies: - '@parcel/core': ^2.8.1 + '@parcel/core': ^2.8.2 dependencies: - '@parcel/core': 2.8.1 - '@parcel/fs-search': 2.8.1 - '@parcel/types': 2.8.1_@parcel+core@2.8.1 - '@parcel/utils': 2.8.1 + '@parcel/core': 2.8.2 + '@parcel/fs-search': 2.8.2 + '@parcel/types': 2.8.2_@parcel+core@2.8.2 + '@parcel/utils': 2.8.2 '@parcel/watcher': 2.0.7 - '@parcel/workers': 2.8.1_@parcel+core@2.8.1 + '@parcel/workers': 2.8.2_@parcel+core@2.8.2 - /@parcel/graph/2.8.1: - resolution: {integrity: sha512-ZNRZLGfpcASMRhKmu3nySyMybqXtddneCf29E3FLqYEqj5dqbp4jBfKI55E9vxVUssp4cNKmVfqcTHFGXfGEaQ==} + /@parcel/graph/2.8.2: + resolution: {integrity: sha512-SLEvBQBgfkXgU4EBu30+CNanpuKjcNuEv/x8SwobCF0i3Rk+QKbe7T36bNR7727mao++2Ha69q93Dd9dTPw0kQ==} engines: {node: '>= 12.0.0'} dependencies: nullthrows: 1.1.1 - /@parcel/hash/2.8.1: - resolution: {integrity: sha512-qI2CDyN7ogdCi0Euha3pCr9oZ8+4XBO/hRlYPo6MQ7pAg/dfncg+xEpWyt/g2KRhbTapX/+Zk8SnRJyy+Pynvw==} + /@parcel/hash/2.8.2: + resolution: {integrity: sha512-NBnP8Hu0xvAqAfZXRaMM66i8nJyxpKS86BbhwkbgTGbwO1OY87GERliHeREJfcER0E0ZzwNow7MNR8ZDm6IvJQ==} engines: {node: '>= 12.0.0'} dependencies: detect-libc: 1.0.3 xxhash-wasm: 0.4.2 - /@parcel/logger/2.8.1: - resolution: {integrity: sha512-jnZfAZT8OQVilATC+tgxoNgx1woc84akG6R3lYeYbmKByRQdZ5QzEUJ4IIgXKCXk6Vp+GhORs7Omot418zx1xg==} + /@parcel/logger/2.8.2: + resolution: {integrity: sha512-zlhK6QHxfFJMlVJxxcCw0xxBDrYPFPOhMxSD6p6b0z9Yct1l3NdpmfabgjKX8wnZmHokFsil6daleM+M80n2Ew==} engines: {node: '>= 12.0.0'} dependencies: - '@parcel/diagnostic': 2.8.1 - '@parcel/events': 2.8.1 + '@parcel/diagnostic': 2.8.2 + '@parcel/events': 2.8.2 - /@parcel/markdown-ansi/2.8.1: - resolution: {integrity: sha512-5aNMdBlUniCjcJOdsgaLrr9xRKPgH7zmnifdJOlUOeW2wk95xRRVLIbTJoMtGxkN4gySxPZWX+SfOYXVLWqqAw==} + /@parcel/markdown-ansi/2.8.2: + resolution: {integrity: sha512-5y29TXgRgG0ybuXaDsDk4Aofg/nDUeAAyVl9/toYCDDhxpQV4yZt8WNPu4PaNYKGLuNgXwsmz+ryZQHGmfbAIQ==} engines: {node: '>= 12.0.0'} dependencies: chalk: 4.1.2 - /@parcel/namer-default/2.8.1_@parcel+core@2.8.1: - resolution: {integrity: sha512-ewI1Rk7Fn3iqsgnU2bcelgQtckrhWtRip7mdeI7VWr+M/M1DiwVvaxOQCZ8E083umjooMvmRDXXx9YGAqT8Kgw==} - engines: {node: '>= 12.0.0', parcel: ^2.8.1} + /@parcel/namer-default/2.8.2_@parcel+core@2.8.2: + resolution: {integrity: sha512-sMLW/bDWXA6IE7TQKOsBnA5agZGNvZ9qIXKZEUTsTloUjMdAWI8NYA1s0i9HovnGxI5uGlgevrftK4S5V4AdkA==} + engines: {node: '>= 12.0.0', parcel: ^2.8.2} dependencies: - '@parcel/diagnostic': 2.8.1 - '@parcel/plugin': 2.8.1_@parcel+core@2.8.1 + '@parcel/diagnostic': 2.8.2 + '@parcel/plugin': 2.8.2_@parcel+core@2.8.2 nullthrows: 1.1.1 transitivePeerDependencies: - '@parcel/core' dev: false - /@parcel/node-resolver-core/2.8.1: - resolution: {integrity: sha512-kg7YQwYAIxVfV8DW8IjhiF1xf4XCQ9NReZSpgNZ1ubUvApakRqfLvttp4K1ZIpnm+OLvtgXn1euV4J9jhx7qXw==} + /@parcel/node-resolver-core/2.8.2: + resolution: {integrity: sha512-D/NJEz/h/C3RmUOWSTg0cLwG3uRVHY9PL+3YGO/c8tKu8PlS2j55XtntdiVfwkK+P6avLCnrJnv/gwTa79dOPw==} engines: {node: '>= 12.0.0'} dependencies: - '@parcel/diagnostic': 2.8.1 - '@parcel/utils': 2.8.1 + '@parcel/diagnostic': 2.8.2 + '@parcel/utils': 2.8.2 nullthrows: 1.1.1 semver: 5.7.1 dev: false - /@parcel/optimizer-css/2.8.1_@parcel+core@2.8.1: - resolution: {integrity: sha512-iZqNhZiMtTg2z19FpGkFFx3SQpWakh3S7gaG75fN4Mt3o84G35ag920uHT/6a34wFBHSuH05lLZGUlDwKIU5Ng==} - engines: {node: '>= 12.0.0', parcel: ^2.8.1} + /@parcel/optimizer-css/2.8.2_@parcel+core@2.8.2: + resolution: {integrity: sha512-pQEuKhk0PJuYI3hrXlf4gpuuPy+MZUDzC44ulQM7kVcVJ0OofuJQQeHfTLE+v5wClFDd29ZQZ7RsLP5RyUQ+Lg==} + engines: {node: '>= 12.0.0', parcel: ^2.8.2} dependencies: - '@parcel/diagnostic': 2.8.1 - '@parcel/plugin': 2.8.1_@parcel+core@2.8.1 + '@parcel/diagnostic': 2.8.2 + '@parcel/plugin': 2.8.2_@parcel+core@2.8.2 '@parcel/source-map': 2.1.1 - '@parcel/utils': 2.8.1 + '@parcel/utils': 2.8.2 browserslist: 4.21.4 lightningcss: 1.17.1 nullthrows: 1.1.1 @@ -3826,23 +4034,23 @@ packages: - '@parcel/core' dev: false - /@parcel/optimizer-data-url/2.8.1_@parcel+core@2.8.1: - resolution: {integrity: sha512-lOsjXSpnwW6U/7+FkPQEyrwtmwk/cUm+E8oK6UMIQCLoja8KJpfCsGYiFfCkgezcwzY7Pi7JMnWq8ial5bgM9g==} - engines: {node: '>= 12.0.0', parcel: ^2.8.1} + /@parcel/optimizer-data-url/2.8.2_@parcel+core@2.8.2: + resolution: {integrity: sha512-wFkwIOjh/kWwl9aQkhcNHH3VrGujW8AYQx8DFkcNaUaR6SPMRNXUZ3zLfDsHLvlRRL8YqYAvrGerQ0M5auChIQ==} + engines: {node: '>= 12.0.0', parcel: ^2.8.2} dependencies: - '@parcel/plugin': 2.8.1_@parcel+core@2.8.1 - '@parcel/utils': 2.8.1 + '@parcel/plugin': 2.8.2_@parcel+core@2.8.2 + '@parcel/utils': 2.8.2 isbinaryfile: 4.0.10 mime: 2.6.0 transitivePeerDependencies: - '@parcel/core' dev: false - /@parcel/optimizer-htmlnano/2.8.1_@parcel+core@2.8.1: - resolution: {integrity: sha512-lIm2nvU506fzNQl6VrsANKjHC1wVwqgfPLJreC7JazRLBYwTl2UvyjNmAEjtnmoGbwA6GS9+Y3TaYcbGjNvpwA==} - engines: {node: '>= 12.0.0', parcel: ^2.8.1} + /@parcel/optimizer-htmlnano/2.8.2_@parcel+core@2.8.2: + resolution: {integrity: sha512-4+3wi+Yi+hsf5/LolX59JXFe/7bLpI6NetUBgtoxOVm/EzFg1NGSNOcrthzEcgGj6+MMSdzBAxRTPObAfDxJCA==} + engines: {node: '>= 12.0.0', parcel: ^2.8.2} dependencies: - '@parcel/plugin': 2.8.1_@parcel+core@2.8.1 + '@parcel/plugin': 2.8.2_@parcel+core@2.8.2 htmlnano: 2.0.3_svgo@2.8.0 nullthrows: 1.1.1 posthtml: 0.16.6 @@ -3858,188 +4066,197 @@ packages: - uncss dev: false - /@parcel/optimizer-image/2.8.1_@parcel+core@2.8.1: - resolution: {integrity: sha512-mi4pgr/aj47y5X7zLsHP+tFv9hW1wUDnAu9PxCrBKGE0uEqWs9L6boCzJ1dmjfnvNT9phs6ZXyv4zlayRBVQLw==} - engines: {node: '>= 12.0.0', parcel: ^2.8.1} + /@parcel/optimizer-image/2.8.2_@parcel+core@2.8.2: + resolution: {integrity: sha512-/ICYG0smbMkli+su4m/ENQPxQDCPYYTJTjseKwl+t1vyj6wqNF99mNI4c0RE2TIPuDneGwSz7PlHhC2JmdgxfQ==} + engines: {node: '>= 12.0.0', parcel: ^2.8.2} dependencies: - '@parcel/diagnostic': 2.8.1 - '@parcel/plugin': 2.8.1_@parcel+core@2.8.1 - '@parcel/utils': 2.8.1 - '@parcel/workers': 2.8.1_@parcel+core@2.8.1 + '@parcel/diagnostic': 2.8.2 + '@parcel/plugin': 2.8.2_@parcel+core@2.8.2 + '@parcel/utils': 2.8.2 + '@parcel/workers': 2.8.2_@parcel+core@2.8.2 detect-libc: 1.0.3 transitivePeerDependencies: - '@parcel/core' dev: false - /@parcel/optimizer-svgo/2.8.1_@parcel+core@2.8.1: - resolution: {integrity: sha512-V8KP+EaO0jLI0l3hpiv/fTSVRKCRKyBwSZt0dnWU2LWPAOIK5H3ggeicXc61th+nEACk/u7YzoP7oxpU87VzHA==} - engines: {node: '>= 12.0.0', parcel: ^2.8.1} + /@parcel/optimizer-svgo/2.8.2_@parcel+core@2.8.2: + resolution: {integrity: sha512-nFWyM+CBtgBixqknpbN4R92v8PK7Gjlrsb8vxN/IIr/3Pjk+DfoT51DnynhU7AixvDylYkgjjqrQ7uFYYl0OKA==} + engines: {node: '>= 12.0.0', parcel: ^2.8.2} dependencies: - '@parcel/diagnostic': 2.8.1 - '@parcel/plugin': 2.8.1_@parcel+core@2.8.1 - '@parcel/utils': 2.8.1 + '@parcel/diagnostic': 2.8.2 + '@parcel/plugin': 2.8.2_@parcel+core@2.8.2 + '@parcel/utils': 2.8.2 svgo: 2.8.0 transitivePeerDependencies: - '@parcel/core' dev: false - /@parcel/optimizer-terser/2.8.1_@parcel+core@2.8.1: - resolution: {integrity: sha512-ELNtiq1nqvEfURwFgSzK93Zb3C0ruxIUT/ln8zGi8KQTxWKA0PLthzlAqwAotA/zKF5DwjUa3gw0pn2xKuZv8w==} - engines: {node: '>= 12.0.0', parcel: ^2.8.1} + /@parcel/optimizer-terser/2.8.2_@parcel+core@2.8.2: + resolution: {integrity: sha512-jFAOh9WaO6oNc8B9qDsCWzNkH7nYlpvaPn0w3ZzpMDi0HWD+w+xgO737rWLJWZapqUDSOs0Q/hDFEZ82/z0yxA==} + engines: {node: '>= 12.0.0', parcel: ^2.8.2} dependencies: - '@parcel/diagnostic': 2.8.1 - '@parcel/plugin': 2.8.1_@parcel+core@2.8.1 + '@parcel/diagnostic': 2.8.2 + '@parcel/plugin': 2.8.2_@parcel+core@2.8.2 '@parcel/source-map': 2.1.1 - '@parcel/utils': 2.8.1 + '@parcel/utils': 2.8.2 nullthrows: 1.1.1 terser: 5.16.1 transitivePeerDependencies: - '@parcel/core' dev: false - /@parcel/package-manager/2.8.1_@parcel+core@2.8.1: - resolution: {integrity: sha512-zv0hAOwlCHcV4jNM60hG9fkNcEwkI9O/FsZlPMqqXBq5rKJ4iMyvOoMCzkfWUqf3RkgqvXSqTfEaDD6MQJ0ZGg==} + /@parcel/package-manager/2.8.2_@parcel+core@2.8.2: + resolution: {integrity: sha512-hx4Imi0yhsSS0aNZkEANPYNNKqBuR63EUNWSxMyHh4ZOvbHoOXnMn1ySGdx6v0oi9HvKymNsLMQ1T5CuI4l4Bw==} engines: {node: '>= 12.0.0'} peerDependencies: - '@parcel/core': ^2.8.1 + '@parcel/core': ^2.8.2 dependencies: - '@parcel/core': 2.8.1 - '@parcel/diagnostic': 2.8.1 - '@parcel/fs': 2.8.1_@parcel+core@2.8.1 - '@parcel/logger': 2.8.1 - '@parcel/types': 2.8.1_@parcel+core@2.8.1 - '@parcel/utils': 2.8.1 - '@parcel/workers': 2.8.1_@parcel+core@2.8.1 + '@parcel/core': 2.8.2 + '@parcel/diagnostic': 2.8.2 + '@parcel/fs': 2.8.2_@parcel+core@2.8.2 + '@parcel/logger': 2.8.2 + '@parcel/types': 2.8.2_@parcel+core@2.8.2 + '@parcel/utils': 2.8.2 + '@parcel/workers': 2.8.2_@parcel+core@2.8.2 semver: 5.7.1 - /@parcel/packager-css/2.8.1_@parcel+core@2.8.1: - resolution: {integrity: sha512-nFeIwNgElEVZQCUKOU52T34TMpUhpCazNzAD79/Adrwu4YsFlIU6DmGePyGYlXDNlyuM+gCIu5uXgVUyn96ZnA==} - engines: {node: '>= 12.0.0', parcel: ^2.8.1} + /@parcel/packager-css/2.8.2_@parcel+core@2.8.2: + resolution: {integrity: sha512-l2fR5qr1moUWLOqQZPxtH6DBKbaKcxzEPAmQ+f15dHt8eQxU15MyQ4DHX41b5B7HwaumgCqe0NkuTF3DedpJKg==} + engines: {node: '>= 12.0.0', parcel: ^2.8.2} dependencies: - '@parcel/plugin': 2.8.1_@parcel+core@2.8.1 + '@parcel/plugin': 2.8.2_@parcel+core@2.8.2 '@parcel/source-map': 2.1.1 - '@parcel/utils': 2.8.1 + '@parcel/utils': 2.8.2 nullthrows: 1.1.1 transitivePeerDependencies: - '@parcel/core' dev: false - /@parcel/packager-html/2.8.1_@parcel+core@2.8.1: - resolution: {integrity: sha512-9e1HM4kutardgEmWLJTqG+jGoA/sozaN8xVQ8tavFRyMS3dEjB78Kb/+nT887nIXmoWSFSkUkh1LM+9O4OqkJQ==} - engines: {node: '>= 12.0.0', parcel: ^2.8.1} + /@parcel/packager-html/2.8.2_@parcel+core@2.8.2: + resolution: {integrity: sha512-/oiTsKZ5OyF9OwAVGHANNuW2TB3k3cVub1QfttSKJgG3sAhrOifb1dP8zBHMxvUrB0CJdYhGlgi1Jth9kjACCg==} + engines: {node: '>= 12.0.0', parcel: ^2.8.2} dependencies: - '@parcel/plugin': 2.8.1_@parcel+core@2.8.1 - '@parcel/types': 2.8.1_@parcel+core@2.8.1 - '@parcel/utils': 2.8.1 + '@parcel/plugin': 2.8.2_@parcel+core@2.8.2 + '@parcel/types': 2.8.2_@parcel+core@2.8.2 + '@parcel/utils': 2.8.2 nullthrows: 1.1.1 posthtml: 0.16.6 transitivePeerDependencies: - '@parcel/core' dev: false - /@parcel/packager-js/2.8.1_@parcel+core@2.8.1: - resolution: {integrity: sha512-BWJsCjBZAexeCHGDxJrXYduVdlTygj6Ok6HIg2skIkAVfPLipx9GIh10EBsdHZy3GhWddvnvxaMXQdUvoADnEw==} - engines: {node: '>= 12.0.0', parcel: ^2.8.1} + /@parcel/packager-js/2.8.2_@parcel+core@2.8.2: + resolution: {integrity: sha512-48LtHP4lJn8J1aBeD4Ix/YjsRxrBUkzbx7czdUeRh2PlCqY4wwIhciVlEFipj/ANr3ieSX44lXyVPk/ttnSdrw==} + engines: {node: '>= 12.0.0', parcel: ^2.8.2} dependencies: - '@parcel/diagnostic': 2.8.1 - '@parcel/hash': 2.8.1 - '@parcel/plugin': 2.8.1_@parcel+core@2.8.1 + '@parcel/diagnostic': 2.8.2 + '@parcel/hash': 2.8.2 + '@parcel/plugin': 2.8.2_@parcel+core@2.8.2 '@parcel/source-map': 2.1.1 - '@parcel/utils': 2.8.1 - globals: 13.18.0 + '@parcel/utils': 2.8.2 + globals: 13.19.0 nullthrows: 1.1.1 transitivePeerDependencies: - '@parcel/core' dev: false - /@parcel/packager-raw/2.8.1_@parcel+core@2.8.1: - resolution: {integrity: sha512-VeXRLPT2WF03sVjxI1yaRvDJAvxorxCLm56xwxCWmDgRTBb4q/cv81AAVztLkYsOltjDWJnFSQLm1AvZz6oSaw==} - engines: {node: '>= 12.0.0', parcel: ^2.8.1} + /@parcel/packager-raw/2.8.2_@parcel+core@2.8.2: + resolution: {integrity: sha512-dGonfFptNV1lgqKaD17ecXBUyIfoG6cJI1cCE1sSoYCEt7r+Rq56X/Gq8oiA3+jjMC7QTls+SmFeMZh26fl77Q==} + engines: {node: '>= 12.0.0', parcel: ^2.8.2} dependencies: - '@parcel/plugin': 2.8.1_@parcel+core@2.8.1 + '@parcel/plugin': 2.8.2_@parcel+core@2.8.2 transitivePeerDependencies: - '@parcel/core' dev: false - /@parcel/packager-svg/2.8.1_@parcel+core@2.8.1: - resolution: {integrity: sha512-Yln3iuAohtVN8XDDbBWqH0fUMVWfsmDpJ6pNjZPTyXeaFOw2GkqvRaQwQM5CDXKGstkLHCzYBBhIVrmEWxTyXA==} - engines: {node: '>= 12.0.0', parcel: ^2.8.1} + /@parcel/packager-svg/2.8.2_@parcel+core@2.8.2: + resolution: {integrity: sha512-k7LymTJ4XQA+UcPwFYqJfWs5/Awa4GirNxRWfiFflLqH3F1XvMiKSCIQXmrDM6IaeIqqDDsu6+P5U6YDAzzM3A==} + engines: {node: '>= 12.0.0', parcel: ^2.8.2} dependencies: - '@parcel/plugin': 2.8.1_@parcel+core@2.8.1 - '@parcel/types': 2.8.1_@parcel+core@2.8.1 - '@parcel/utils': 2.8.1 + '@parcel/plugin': 2.8.2_@parcel+core@2.8.2 + '@parcel/types': 2.8.2_@parcel+core@2.8.2 + '@parcel/utils': 2.8.2 posthtml: 0.16.6 transitivePeerDependencies: - '@parcel/core' dev: false - /@parcel/plugin/2.8.1_@parcel+core@2.8.1: - resolution: {integrity: sha512-7rAKJ8UvjwMwyiOKy5nl1UEjeLLINN6tKU8Gr9rqjfC9lux/wrd0+wuixtncThpyNJHOdmPggqTA412s2pgbNQ==} + /@parcel/plugin/2.8.2_@parcel+core@2.8.2: + resolution: {integrity: sha512-YG7TWfKsoNm72jbz3b3TLec0qJHVkuAWSzGzowdIhX37cP1kRfp6BU2VcH+qYPP/KYJLzhcZa9n3by147mGcxw==} engines: {node: '>= 12.0.0'} dependencies: - '@parcel/types': 2.8.1_@parcel+core@2.8.1 + '@parcel/types': 2.8.2_@parcel+core@2.8.2 transitivePeerDependencies: - '@parcel/core' - /@parcel/reporter-dev-server/2.8.1_@parcel+core@2.8.1: - resolution: {integrity: sha512-LO3gu8r+NpKJHNzJPEum/Mvem0Pr8B66J7OAFJWCHkJ4QMJU7V8F40gcweKCbbVBctMelptz2eTqXr4pBgrlkg==} - engines: {node: '>= 12.0.0', parcel: ^2.8.1} + /@parcel/reporter-bundle-buddy/2.8.2_@parcel+core@2.8.2: + resolution: {integrity: sha512-sipkwo14+hRIQ7+A8645D6Iqlb0Z41rnSYh00oxJlW3i4ySLYpzY696vvuot7zAoMSjYxla/x0v7SmK4wHv/yQ==} + engines: {node: '>= 12.0.0', parcel: ^2.8.2} dependencies: - '@parcel/plugin': 2.8.1_@parcel+core@2.8.1 - '@parcel/utils': 2.8.1 + '@parcel/plugin': 2.8.2_@parcel+core@2.8.2 transitivePeerDependencies: - '@parcel/core' dev: false - /@parcel/resolver-default/2.8.1_@parcel+core@2.8.1: - resolution: {integrity: sha512-t203Y7PEGnwl4GEr9AthgMOgjLbtCCKzzKty3PLRSeZY4e2grc/SRUWZM7lQO2UMlKpheXuEJy4irvHl7qv43A==} - engines: {node: '>= 12.0.0', parcel: ^2.8.1} + /@parcel/reporter-dev-server/2.8.2_@parcel+core@2.8.2: + resolution: {integrity: sha512-A16pAQSAT8Yilo1yCPZcrtWbRhwyiMopEz0mOyGobA1ZDy6B3j4zjobIWzdPQCSIY7+v44vtWMDGbdGrxt6M1Q==} + engines: {node: '>= 12.0.0', parcel: ^2.8.2} dependencies: - '@parcel/node-resolver-core': 2.8.1 - '@parcel/plugin': 2.8.1_@parcel+core@2.8.1 + '@parcel/plugin': 2.8.2_@parcel+core@2.8.2 + '@parcel/utils': 2.8.2 transitivePeerDependencies: - '@parcel/core' dev: false - /@parcel/runtime-browser-hmr/2.8.1_@parcel+core@2.8.1: - resolution: {integrity: sha512-BmkJYQYGtkXNnI25sl1yE9sWDXK1t6Rtz3tTUDB0kD62ukV6rx6qjEpmcHdB2NgjvAkPIwZHnVK4KE1QX71dTg==} - engines: {node: '>= 12.0.0', parcel: ^2.8.1} + /@parcel/resolver-default/2.8.2_@parcel+core@2.8.2: + resolution: {integrity: sha512-mlowJMjFjyps9my8wd13kgeExJ5EgkPAuIxRSSWW+GPR7N3uA5DBJ+SB/CzdhCkPrXR6kwVWxNkkOch38pzOQQ==} + engines: {node: '>= 12.0.0', parcel: ^2.8.2} dependencies: - '@parcel/plugin': 2.8.1_@parcel+core@2.8.1 - '@parcel/utils': 2.8.1 + '@parcel/node-resolver-core': 2.8.2 + '@parcel/plugin': 2.8.2_@parcel+core@2.8.2 transitivePeerDependencies: - '@parcel/core' dev: false - /@parcel/runtime-js/2.8.1_@parcel+core@2.8.1: - resolution: {integrity: sha512-OMbjlunfk+b+4OUjjCZxsJOlxXAG878g6rUr1LIBBlukK65z1WxhjBukjf2y7ZbtIvIx3/k07fNgekQeFYBJaQ==} - engines: {node: '>= 12.0.0', parcel: ^2.8.1} + /@parcel/runtime-browser-hmr/2.8.2_@parcel+core@2.8.2: + resolution: {integrity: sha512-VRM8mxakMglqRB0f5eAuwCigjJ5vlaJMwHy+JuzOsn/yVSELOb+6psRKl2B9hhxp9sJPt4IU6KDdH2IOrgx87Q==} + engines: {node: '>= 12.0.0', parcel: ^2.8.2} dependencies: - '@parcel/plugin': 2.8.1_@parcel+core@2.8.1 - '@parcel/utils': 2.8.1 + '@parcel/plugin': 2.8.2_@parcel+core@2.8.2 + '@parcel/utils': 2.8.2 + transitivePeerDependencies: + - '@parcel/core' + dev: false + + /@parcel/runtime-js/2.8.2_@parcel+core@2.8.2: + resolution: {integrity: sha512-Vk3Gywn2M9qP5X4lF6tu8QXP4xNI90UOSOhKHQ9W5pCu+zvD0Gdvu7qwQPFuFjIAq08xU7+PvZzGnlnM+8NyRw==} + engines: {node: '>= 12.0.0', parcel: ^2.8.2} + dependencies: + '@parcel/plugin': 2.8.2_@parcel+core@2.8.2 + '@parcel/utils': 2.8.2 nullthrows: 1.1.1 transitivePeerDependencies: - '@parcel/core' dev: false - /@parcel/runtime-react-refresh/2.8.1_@parcel+core@2.8.1: - resolution: {integrity: sha512-HbPKocBTt9Adj01MTYJnkp+U8WODBCCE+j9GdUHnLEobuctupLLM+ARiGXEzc4T+dwxgo/1nKaYCki9segCBFg==} - engines: {node: '>= 12.0.0', parcel: ^2.8.1} + /@parcel/runtime-react-refresh/2.8.2_@parcel+core@2.8.2: + resolution: {integrity: sha512-JjaMvBVx6v0zB1KHa7AopciIsl3FpjUMttr2tb6L7lzocti2muQGE6GBfinXOmD5oERwCf8HwGJ8SNFcIF0rKA==} + engines: {node: '>= 12.0.0', parcel: ^2.8.2} dependencies: - '@parcel/plugin': 2.8.1_@parcel+core@2.8.1 - '@parcel/utils': 2.8.1 + '@parcel/plugin': 2.8.2_@parcel+core@2.8.2 + '@parcel/utils': 2.8.2 react-error-overlay: 6.0.9 react-refresh: 0.14.0 transitivePeerDependencies: - '@parcel/core' dev: false - /@parcel/runtime-service-worker/2.8.1_@parcel+core@2.8.1: - resolution: {integrity: sha512-hIwtcx6UxXTxv3LzQHX057jrlYXKSQMmLDq0+CNHMvStjIqMvE2inn6WBXL7fBC0iFbe4/wknRow+cX8nHKIzQ==} - engines: {node: '>= 12.0.0', parcel: ^2.8.1} + /@parcel/runtime-service-worker/2.8.2_@parcel+core@2.8.2: + resolution: {integrity: sha512-KSxbOKV8nuH5JjFvcUlCtBYnVVlmxreXpMxRUPphPwJnyxRGA4E0jofbQxWY5KPgp7x/ZnZU/nyzCvqURH3kHA==} + engines: {node: '>= 12.0.0', parcel: ^2.8.2} dependencies: - '@parcel/plugin': 2.8.1_@parcel+core@2.8.1 - '@parcel/utils': 2.8.1 + '@parcel/plugin': 2.8.2_@parcel+core@2.8.2 + '@parcel/utils': 2.8.2 nullthrows: 1.1.1 transitivePeerDependencies: - '@parcel/core' @@ -4051,14 +4268,14 @@ packages: dependencies: detect-libc: 1.0.3 - /@parcel/transformer-babel/2.8.1_@parcel+core@2.8.1: - resolution: {integrity: sha512-pIURnRJ1GU885tRrSHmmA6sE8JSC8/KpU9XM9wmK6Se/nWbSFTvNkiRx1sXxmUXBUPBCa0VFqQEcwrzGB4Py6A==} - engines: {node: '>= 12.0.0', parcel: ^2.8.1} + /@parcel/transformer-babel/2.8.2_@parcel+core@2.8.2: + resolution: {integrity: sha512-oL2BpvrPMwFiU9jUZ9UYGD1gRgvq9jLsOq+/PJl4GvPbOBVedIBE2nbHP/mYuWRpRnTTTiJQ/ItyOS0R2VQl7A==} + engines: {node: '>= 12.0.0', parcel: ^2.8.2} dependencies: - '@parcel/diagnostic': 2.8.1 - '@parcel/plugin': 2.8.1_@parcel+core@2.8.1 + '@parcel/diagnostic': 2.8.2 + '@parcel/plugin': 2.8.2_@parcel+core@2.8.2 '@parcel/source-map': 2.1.1 - '@parcel/utils': 2.8.1 + '@parcel/utils': 2.8.2 browserslist: 4.21.4 json5: 2.2.1 nullthrows: 1.1.1 @@ -4067,14 +4284,14 @@ packages: - '@parcel/core' dev: false - /@parcel/transformer-css/2.8.1_@parcel+core@2.8.1: - resolution: {integrity: sha512-DUPIcfZpuPYR/6SAu1TI08n2zjb7p3qoAkqqh2lIQniL99uEq8OsNFl84JEwUIiESZS/ExpQ7yXxAN7G1qamVw==} - engines: {node: '>= 12.0.0', parcel: ^2.8.1} + /@parcel/transformer-css/2.8.2_@parcel+core@2.8.2: + resolution: {integrity: sha512-q8UDlX/TTCbuFBMU45q12/p92JNIz8MHkkH104dWDzXbRtvMKMg8jgNmr8S2bouZjtXMsSb2c54EO88DSM9G4A==} + engines: {node: '>= 12.0.0', parcel: ^2.8.2} dependencies: - '@parcel/diagnostic': 2.8.1 - '@parcel/plugin': 2.8.1_@parcel+core@2.8.1 + '@parcel/diagnostic': 2.8.2 + '@parcel/plugin': 2.8.2_@parcel+core@2.8.2 '@parcel/source-map': 2.1.1 - '@parcel/utils': 2.8.1 + '@parcel/utils': 2.8.2 browserslist: 4.21.4 lightningcss: 1.17.1 nullthrows: 1.1.1 @@ -4082,24 +4299,24 @@ packages: - '@parcel/core' dev: false - /@parcel/transformer-graphql/2.8.1_@parcel+core@2.8.1: - resolution: {integrity: sha512-+zJDA6Oe0Pl3OL3Y8w+1/B4FvEuisdEWv1TlzIlTL+qjTE3jHAWDylvTjlNJNn9+o5N+B67vjUIQmoOO0t9gzA==} - engines: {node: '>= 12.0.0', parcel: ^2.8.1} + /@parcel/transformer-graphql/2.8.2_@parcel+core@2.8.2: + resolution: {integrity: sha512-j/1ANhcnVoA3optzYvTdhgUwYD8z/kBmtNIQaltTtWpMZpMqF5Y99P7VKkcGAuRQG5VDzHHyL2eRvF+/UUDe6g==} + engines: {node: '>= 12.0.0', parcel: ^2.8.2} dependencies: - '@parcel/plugin': 2.8.1_@parcel+core@2.8.1 + '@parcel/plugin': 2.8.2_@parcel+core@2.8.2 graphql: 15.8.0 graphql-import-macro: 1.0.0 transitivePeerDependencies: - '@parcel/core' dev: false - /@parcel/transformer-html/2.8.1_@parcel+core@2.8.1: - resolution: {integrity: sha512-Ve9qjNE+gWdyHyDKyzq+UwYdX0KjoHGo8WVN2qX0UtH+TYwnoi51oi+GTBa96+0Rq8fzBHWkqf53sUTFzDaFdw==} - engines: {node: '>= 12.0.0', parcel: ^2.8.1} + /@parcel/transformer-html/2.8.2_@parcel+core@2.8.2: + resolution: {integrity: sha512-QDgDw6+DAcllaRQiRteMX0VgPIsxRUTXFS8jcXhbGio41LbUkLcT09M04L/cfJAAzvIKhXqiOxfNnyajTvCPDQ==} + engines: {node: '>= 12.0.0', parcel: ^2.8.2} dependencies: - '@parcel/diagnostic': 2.8.1 - '@parcel/hash': 2.8.1 - '@parcel/plugin': 2.8.1_@parcel+core@2.8.1 + '@parcel/diagnostic': 2.8.2 + '@parcel/hash': 2.8.2 + '@parcel/plugin': 2.8.2_@parcel+core@2.8.2 nullthrows: 1.1.1 posthtml: 0.16.6 posthtml-parser: 0.10.2 @@ -4109,40 +4326,40 @@ packages: - '@parcel/core' dev: false - /@parcel/transformer-image/2.8.1_@parcel+core@2.8.1: - resolution: {integrity: sha512-K5PF00LXY1RelPEdMcZSc/rsQcjjmeBNDvLSrv9DWVbhiYZ+k3JRS9y5Ga+wPYRdEl0d+Z61ku0+cqz/uCoryA==} - engines: {node: '>= 12.0.0', parcel: ^2.8.1} + /@parcel/transformer-image/2.8.2_@parcel+core@2.8.2: + resolution: {integrity: sha512-B/D9v/BVyN5jxoi+wHPbIRfMIylmC6adp8GP+BtChjbuRjukgGT8RlAVz4vDm1l0bboeyPL2IuoWRQgXKGuPVg==} + engines: {node: '>= 12.0.0', parcel: ^2.8.2} peerDependencies: - '@parcel/core': ^2.8.1 + '@parcel/core': ^2.8.2 dependencies: - '@parcel/core': 2.8.1 - '@parcel/plugin': 2.8.1_@parcel+core@2.8.1 - '@parcel/utils': 2.8.1 - '@parcel/workers': 2.8.1_@parcel+core@2.8.1 + '@parcel/core': 2.8.2 + '@parcel/plugin': 2.8.2_@parcel+core@2.8.2 + '@parcel/utils': 2.8.2 + '@parcel/workers': 2.8.2_@parcel+core@2.8.2 nullthrows: 1.1.1 dev: false - /@parcel/transformer-inline-string/2.8.1_@parcel+core@2.8.1: - resolution: {integrity: sha512-CF7xoeYFyV6YSW4nKsWn+cXI7fk/p9aDzjI6CJHfUHhYB7ZccF/slXJ7k2QwD5Sj9apvkwBGIK77swtfNM4S3w==} - engines: {node: '>= 12.0.0', parcel: ^2.8.1} + /@parcel/transformer-inline-string/2.8.2_@parcel+core@2.8.2: + resolution: {integrity: sha512-140SRnwKktVJB/McYlN0ub4NpdXECu0NesVf3ORPaG1WLF/ZxYVpLl60XBptoze9ezUqR6B6Z34fWXZiOcW09Q==} + engines: {node: '>= 12.0.0', parcel: ^2.8.2} dependencies: - '@parcel/plugin': 2.8.1_@parcel+core@2.8.1 + '@parcel/plugin': 2.8.2_@parcel+core@2.8.2 transitivePeerDependencies: - '@parcel/core' dev: false - /@parcel/transformer-js/2.8.1_@parcel+core@2.8.1: - resolution: {integrity: sha512-yGYpgBwL0DrkojXNvij+8f1Av6oU8PNUMVbfZRIVMdZ+Wtjx8NyAeY16cjSIxnG16vL5Pff+QhlBKRp9n6tnKA==} - engines: {node: '>= 12.0.0', parcel: ^2.8.1} + /@parcel/transformer-js/2.8.2_@parcel+core@2.8.2: + resolution: {integrity: sha512-mLksi6gu/20JdCFDNPl7Y0HTwJOAvf2ybC2HaJcy69PJCeUrrstgiFTjsCwv1eKcesgEHi9kKX+sMHVAH3B/dA==} + engines: {node: '>= 12.0.0', parcel: ^2.8.2} peerDependencies: - '@parcel/core': ^2.8.1 + '@parcel/core': ^2.8.2 dependencies: - '@parcel/core': 2.8.1 - '@parcel/diagnostic': 2.8.1 - '@parcel/plugin': 2.8.1_@parcel+core@2.8.1 + '@parcel/core': 2.8.2 + '@parcel/diagnostic': 2.8.2 + '@parcel/plugin': 2.8.2_@parcel+core@2.8.2 '@parcel/source-map': 2.1.1 - '@parcel/utils': 2.8.1 - '@parcel/workers': 2.8.1_@parcel+core@2.8.1 + '@parcel/utils': 2.8.2 + '@parcel/workers': 2.8.2_@parcel+core@2.8.2 '@swc/helpers': 0.4.14 browserslist: 4.21.4 detect-libc: 1.0.3 @@ -4151,21 +4368,21 @@ packages: semver: 5.7.1 dev: false - /@parcel/transformer-json/2.8.1_@parcel+core@2.8.1: - resolution: {integrity: sha512-CijTTmMModiyBJCJoPlQvjrByaAs4jKMF+8Mbbaap39A1hJPNVSReFvHbRBO/cZ+2uVgxuSmfYD00YuZ784aVg==} - engines: {node: '>= 12.0.0', parcel: ^2.8.1} + /@parcel/transformer-json/2.8.2_@parcel+core@2.8.2: + resolution: {integrity: sha512-eZuaY5tMxcMDJwpHJbPVTgSaBIO4mamwAa3VulN9kRRaf29nc+Q0iM7zMFVHWFQAi/mZZ194IIQXbDX3r6oSSQ==} + engines: {node: '>= 12.0.0', parcel: ^2.8.2} dependencies: - '@parcel/plugin': 2.8.1_@parcel+core@2.8.1 + '@parcel/plugin': 2.8.2_@parcel+core@2.8.2 json5: 2.2.1 transitivePeerDependencies: - '@parcel/core' dev: false - /@parcel/transformer-less/2.8.1_@parcel+core@2.8.1: - resolution: {integrity: sha512-ViYXkQRupf/bDVZyMEj868jmfSbMncwZvL8atqfpZ6+BMmvU/8sLOcGjaivJAGb+PbqED8qQ/iVOnpkx/xa/xw==} - engines: {node: '>= 12.0.0', parcel: ^2.8.1} + /@parcel/transformer-less/2.8.2_@parcel+core@2.8.2: + resolution: {integrity: sha512-Y8HbXLZ+PYxbmb/Bc+MM0A6OuTQPkk1I+EdbTZsTCUsQAtg19P/5Pkl0E4Mab0GrVaM8pyZ+TiR69SKc1xHtFQ==} + engines: {node: '>= 12.0.0', parcel: ^2.8.2} dependencies: - '@parcel/plugin': 2.8.1_@parcel+core@2.8.1 + '@parcel/plugin': 2.8.2_@parcel+core@2.8.2 '@parcel/source-map': 2.1.1 less: 4.1.3 transitivePeerDependencies: @@ -4173,14 +4390,14 @@ packages: - supports-color dev: false - /@parcel/transformer-postcss/2.8.1_@parcel+core@2.8.1: - resolution: {integrity: sha512-xmO4zA8nCgCgPstqxHr2BzRSJtqAy8cyAY1R9oi5FHkU5xHEzOGrcj5JynlU0eJssFten48kf8Csx6ciOsH1ZA==} - engines: {node: '>= 12.0.0', parcel: ^2.8.1} + /@parcel/transformer-postcss/2.8.2_@parcel+core@2.8.2: + resolution: {integrity: sha512-0Vb4T2e0QinNDps1/PxYsZwEzWieVxoW++AAUD3gzg0MfSyRc72MPc27CLOnziiRDyOUl+62gqpnNzq9xaKExA==} + engines: {node: '>= 12.0.0', parcel: ^2.8.2} dependencies: - '@parcel/diagnostic': 2.8.1 - '@parcel/hash': 2.8.1 - '@parcel/plugin': 2.8.1_@parcel+core@2.8.1 - '@parcel/utils': 2.8.1 + '@parcel/diagnostic': 2.8.2 + '@parcel/hash': 2.8.2 + '@parcel/plugin': 2.8.2_@parcel+core@2.8.2 + '@parcel/utils': 2.8.2 clone: 2.1.2 nullthrows: 1.1.1 postcss-value-parser: 4.2.0 @@ -4189,12 +4406,12 @@ packages: - '@parcel/core' dev: false - /@parcel/transformer-posthtml/2.8.1_@parcel+core@2.8.1: - resolution: {integrity: sha512-CLrSw+386j7RCrWV3Oyob4qNP+qyfVRDs1BzJZMMW8MFjxEC/ohPi2piGNzaqWPHOvATFodqXBvJBc2WcEZKGA==} - engines: {node: '>= 12.0.0', parcel: ^2.8.1} + /@parcel/transformer-posthtml/2.8.2_@parcel+core@2.8.2: + resolution: {integrity: sha512-Ub7o6QlH7+xHHHdhvR7MxTqjyLVqeJopPSzy4yP+Bd72tWVjaVm7f76SUl+p7VjhLTMkmczr9OxG3k0SFHEbGw==} + engines: {node: '>= 12.0.0', parcel: ^2.8.2} dependencies: - '@parcel/plugin': 2.8.1_@parcel+core@2.8.1 - '@parcel/utils': 2.8.1 + '@parcel/plugin': 2.8.2_@parcel+core@2.8.2 + '@parcel/utils': 2.8.2 nullthrows: 1.1.1 posthtml: 0.16.6 posthtml-parser: 0.10.2 @@ -4204,44 +4421,44 @@ packages: - '@parcel/core' dev: false - /@parcel/transformer-raw/2.8.1_@parcel+core@2.8.1: - resolution: {integrity: sha512-LVC6FX5tcLrZcOV1yzA8FMT5R+u2uQqCt/TXPhrt3MBw3WovKpaMicSkR0AI/802tg+nm1wpURVEfAA2S9+AQw==} - engines: {node: '>= 12.0.0', parcel: ^2.8.1} + /@parcel/transformer-raw/2.8.2_@parcel+core@2.8.2: + resolution: {integrity: sha512-xSzyZtrfisbx0R7xkuFJ/FksKyWaUFN18F9/0bLF8wo5LrOTQoYQatjun7/Rbq5mELBK/0ZPp7uJ02OqLRd2mA==} + engines: {node: '>= 12.0.0', parcel: ^2.8.2} dependencies: - '@parcel/plugin': 2.8.1_@parcel+core@2.8.1 + '@parcel/plugin': 2.8.2_@parcel+core@2.8.2 transitivePeerDependencies: - '@parcel/core' dev: false - /@parcel/transformer-react-refresh-wrap/2.8.1_@parcel+core@2.8.1: - resolution: {integrity: sha512-VkULeuyy0CrxfMwrRkn4V/HmbXzbuqp3+drvYFRCo29SFuC6rJbBF43XiewmvJijWIGCfEAa6bU9/csg2d5+3g==} - engines: {node: '>= 12.0.0', parcel: ^2.8.1} + /@parcel/transformer-react-refresh-wrap/2.8.2_@parcel+core@2.8.2: + resolution: {integrity: sha512-UXBILYFXaj5zh1DzoYXoS3Wuq1+6WjoRQaFTUA5xrF3pjJb6LAXxWru3R20zR5INHIZXPxdQJB0b+epnmyjK4w==} + engines: {node: '>= 12.0.0', parcel: ^2.8.2} dependencies: - '@parcel/plugin': 2.8.1_@parcel+core@2.8.1 - '@parcel/utils': 2.8.1 + '@parcel/plugin': 2.8.2_@parcel+core@2.8.2 + '@parcel/utils': 2.8.2 react-refresh: 0.14.0 transitivePeerDependencies: - '@parcel/core' dev: false - /@parcel/transformer-sass/2.8.1_@parcel+core@2.8.1: - resolution: {integrity: sha512-7QZHhEhrtkh68BcIEAHmz1bOBnIkkAUz7OUNwTlvcrFxZsd19onHdB+N44TzSy2uLbWWbmRaO869oU03HZtwLg==} - engines: {node: '>= 12.0.0', parcel: ^2.8.1} + /@parcel/transformer-sass/2.8.2_@parcel+core@2.8.2: + resolution: {integrity: sha512-GiTuLpkIIVjLUYM7kEWkGetQZSS6tSysokEvipSvST5LH3mXS7hV9d1kTE2DrvvN4SSgV1uougY7c4t1CexJZA==} + engines: {node: '>= 12.0.0', parcel: ^2.8.2} dependencies: - '@parcel/plugin': 2.8.1_@parcel+core@2.8.1 + '@parcel/plugin': 2.8.2_@parcel+core@2.8.2 '@parcel/source-map': 2.1.1 - sass: 1.56.1 + sass: 1.56.2 transitivePeerDependencies: - '@parcel/core' dev: false - /@parcel/transformer-svg/2.8.1_@parcel+core@2.8.1: - resolution: {integrity: sha512-HSPve53tWttfKmoXgNLmrF49UCsE38xsA/CkWxI6wQM2qoqLMyei5DY9UsD0cjcAm87tSlZFTq9E/Nbol8g50w==} - engines: {node: '>= 12.0.0', parcel: ^2.8.1} + /@parcel/transformer-svg/2.8.2_@parcel+core@2.8.2: + resolution: {integrity: sha512-FyliRrNHOF6tGzwHSzA2CTbkq3iMvS27eozf1kFj6gbO8gfJ5HXYoppQrTb237YZ/WXCHqe/3HVmGyJDZiLr+Q==} + engines: {node: '>= 12.0.0', parcel: ^2.8.2} dependencies: - '@parcel/diagnostic': 2.8.1 - '@parcel/hash': 2.8.1 - '@parcel/plugin': 2.8.1_@parcel+core@2.8.1 + '@parcel/diagnostic': 2.8.2 + '@parcel/hash': 2.8.2 + '@parcel/plugin': 2.8.2_@parcel+core@2.8.2 nullthrows: 1.1.1 posthtml: 0.16.6 posthtml-parser: 0.10.2 @@ -4251,37 +4468,37 @@ packages: - '@parcel/core' dev: false - /@parcel/transformer-worklet/2.8.1_@parcel+core@2.8.1: - resolution: {integrity: sha512-nAe0LAVSJifc2f8KkZyDspcPwU+UvKN/C9bT4hcJSJmtM/GBDKV1dJE+erpP01wO/oKFZzqgZ+rqDy7b/Lru1w==} - engines: {node: '>= 12.0.0', parcel: ^2.8.1} + /@parcel/transformer-worklet/2.8.2_@parcel+core@2.8.2: + resolution: {integrity: sha512-GmJRy7bcqxfe2mzyNwWcYYeYYMhT++eg29kbeIX8ikj5N2YYB/yxMdilugJWbHrIMuPJUGUm/Houg6apr3z3+A==} + engines: {node: '>= 12.0.0', parcel: ^2.8.2} dependencies: - '@parcel/plugin': 2.8.1_@parcel+core@2.8.1 + '@parcel/plugin': 2.8.2_@parcel+core@2.8.2 transitivePeerDependencies: - '@parcel/core' dev: false - /@parcel/types/2.8.1_@parcel+core@2.8.1: - resolution: {integrity: sha512-sLkpjGCCJy8Hxe6+dme+sugyu6+RW5B8WcdXG1Ynp7SkdgEYV44TKNVGnhoxsHi50G+O1ktZ4jzAu+pzubidXQ==} + /@parcel/types/2.8.2_@parcel+core@2.8.2: + resolution: {integrity: sha512-HAYhokWxM10raIhqaYj9VR9eAvJ+xP2sNfQ1IcQybHpq3qblcBe/4jDeuUpwIyKeQ4gorp7xY+q8KDoR20j43w==} dependencies: - '@parcel/cache': 2.8.1_@parcel+core@2.8.1 - '@parcel/diagnostic': 2.8.1 - '@parcel/fs': 2.8.1_@parcel+core@2.8.1 - '@parcel/package-manager': 2.8.1_@parcel+core@2.8.1 + '@parcel/cache': 2.8.2_@parcel+core@2.8.2 + '@parcel/diagnostic': 2.8.2 + '@parcel/fs': 2.8.2_@parcel+core@2.8.2 + '@parcel/package-manager': 2.8.2_@parcel+core@2.8.2 '@parcel/source-map': 2.1.1 - '@parcel/workers': 2.8.1_@parcel+core@2.8.1 + '@parcel/workers': 2.8.2_@parcel+core@2.8.2 utility-types: 3.10.0 transitivePeerDependencies: - '@parcel/core' - /@parcel/utils/2.8.1: - resolution: {integrity: sha512-C01Iz+K7oUVNTEzMW6SLDpqTDpm+Z3S+Ms3TxImkLYmdvYpYtzdU+gAllv6ck9WgB1Kqgcxq3TC0yhFsNDb5WQ==} + /@parcel/utils/2.8.2: + resolution: {integrity: sha512-Ufax7wZxC9FNsUpR0EU7Z22LEY/q9jjsDTwswctCdfpWb7TE/NudOfM9myycfRvwBVEYN50lPbkt1QltEVnXQQ==} engines: {node: '>= 12.0.0'} dependencies: - '@parcel/codeframe': 2.8.1 - '@parcel/diagnostic': 2.8.1 - '@parcel/hash': 2.8.1 - '@parcel/logger': 2.8.1 - '@parcel/markdown-ansi': 2.8.1 + '@parcel/codeframe': 2.8.2 + '@parcel/diagnostic': 2.8.2 + '@parcel/hash': 2.8.2 + '@parcel/logger': 2.8.2 + '@parcel/markdown-ansi': 2.8.2 '@parcel/source-map': 2.1.1 chalk: 4.1.2 @@ -4293,17 +4510,17 @@ packages: node-addon-api: 3.2.1 node-gyp-build: 4.5.0 - /@parcel/workers/2.8.1_@parcel+core@2.8.1: - resolution: {integrity: sha512-6TnRPwBpxXUsekKK88OxPZ500gvApxF0TaZdSDvmMlvDWjZYgkDN3AAsaFS1gwFLS4XKogn2TgjUnocVof8DXg==} + /@parcel/workers/2.8.2_@parcel+core@2.8.2: + resolution: {integrity: sha512-Eg6CofIrJSNBa2fjXwvnzVLPKwR/6fkfQTFAm3Jl+4JYLVknBtTSFzQNp/Fa+HUEG889H9ucTk2CBi/fVPBAFw==} engines: {node: '>= 12.0.0'} peerDependencies: - '@parcel/core': ^2.8.1 + '@parcel/core': ^2.8.2 dependencies: - '@parcel/core': 2.8.1 - '@parcel/diagnostic': 2.8.1 - '@parcel/logger': 2.8.1 - '@parcel/types': 2.8.1_@parcel+core@2.8.1 - '@parcel/utils': 2.8.1 + '@parcel/core': 2.8.2 + '@parcel/diagnostic': 2.8.2 + '@parcel/logger': 2.8.2 + '@parcel/types': 2.8.2_@parcel+core@2.8.2 + '@parcel/utils': 2.8.2 chrome-trace-event: 1.0.3 nullthrows: 1.1.1 @@ -4524,6 +4741,13 @@ packages: resolution: {integrity: sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==} dev: false + /@rc-component/mini-decimal/1.0.1: + resolution: {integrity: sha512-9N8nRk0oKj1qJzANKl+n9eNSMUGsZtjwNuDCiZ/KA+dt1fE3zq5x2XxclRcAbOIXnZcJ53ozP2Pa60gyELXagA==} + engines: {node: '>=8.x'} + dependencies: + '@babel/runtime': 7.20.6 + dev: false + /@rc-component/portal/1.0.3_biqbaboplfbrettd7655fr4n2y: resolution: {integrity: sha512-rG9j7OMiI9eLFLF6G0B4OcfLac9W8Z7Vjeizbjt/A6R+zzw7vhHbJ4GIkrDpUqXDvFdEEzdxfICpb8/noLwG+w==} engines: {node: '>=8.x'} @@ -4531,31 +4755,31 @@ packages: react: '>=16.9.0' react-dom: '>=16.9.0' dependencies: - '@babel/runtime': 7.20.1 + '@babel/runtime': 7.20.6 classnames: 2.3.2 - rc-util: 5.24.5_biqbaboplfbrettd7655fr4n2y + rc-util: 5.25.3_biqbaboplfbrettd7655fr4n2y react: 18.2.0 react-dom: 18.2.0_react@18.2.0 dev: false - /@rc-component/tour/1.0.1-2_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-vnCkEO46mmrkgZZZz1cOm61PyNeTc1JaJYKXx/HnrxIcfZiPQgL0jmSoXENBlMWQeJMZvbH+LwEZmLqSnjl3jg==} + /@rc-component/tour/1.0.4_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-FwAh9twryS6Ava2mUqwJtbhIt0ObIZIgQOJK+XTl+pQvsmXtUGtbOif3/4FeVmncy7FEGH7mnlIjS4OLGkQC9A==} engines: {node: '>=8.x'} peerDependencies: react: '>=16.9.0' react-dom: '>=16.9.0' dependencies: - '@babel/runtime': 7.20.1 + '@babel/runtime': 7.20.6 '@rc-component/portal': 1.0.3_biqbaboplfbrettd7655fr4n2y classnames: 2.3.2 - rc-motion: 2.6.2_biqbaboplfbrettd7655fr4n2y - rc-util: 5.24.5_biqbaboplfbrettd7655fr4n2y + rc-trigger: 5.3.4_biqbaboplfbrettd7655fr4n2y + rc-util: 5.25.3_biqbaboplfbrettd7655fr4n2y react: 18.2.0 react-dom: 18.2.0_react@18.2.0 dev: false - /@reduxjs/toolkit/1.9.0_k4ae6lp43ej6mezo3ztvx6pykq: - resolution: {integrity: sha512-ak11IrjYcUXRqlhNPwnz6AcvA2ynJTu8PzDbbqQw4a3xR4KZtgiqbNblQD+10CRbfK4+5C79SOyxnT9dhBqFnA==} + /@reduxjs/toolkit/1.9.1_k4ae6lp43ej6mezo3ztvx6pykq: + resolution: {integrity: sha512-HikrdY+IDgRfRYlCTGUQaiCxxDDgM1mQrRbZ6S1HFZX5ZYuJ4o8EstNmhTwHdPl2rTmLxzwSu0b3AyeyTlR+RA==} peerDependencies: react: ^16.9.0 || ^17.0.0 || ^18 react-redux: ^7.2.1 || ^8.0.2 @@ -4567,14 +4791,14 @@ packages: dependencies: immer: 9.0.16 react: 18.2.0 - react-redux: 8.0.5_moha6x5fbqoiok2ot63p7hwafm + react-redux: 8.0.5_6fpxtwwxc52cyvwzdgczt4jvpq redux: 4.2.0 redux-thunk: 2.4.2_redux@4.2.0 reselect: 4.1.7 dev: false - /@remix-run/router/1.0.3: - resolution: {integrity: sha512-ceuyTSs7PZ/tQqi19YZNBc5X7kj1f8p+4DIyrcIYFY9h+hd1OKm4RqtiWldR9eGEvIiJfsqwM4BsuCtRIuEw6Q==} + /@remix-run/router/1.0.5: + resolution: {integrity: sha512-my0Mycd+jruq/1lQuO5LBB6WTlL/e8DTCYWp44DfMTDcXz8DcTlgF0ISaLsGewt+ctHN+yA8xMq3q/N7uWJPug==} engines: {node: '>=14'} dev: false @@ -4607,8 +4831,8 @@ packages: - encoding dev: false - /@supabase/gotrue-js/2.3.1: - resolution: {integrity: sha512-txYVDrKAFXxT4nyVGnW3M9Oid4u3Xe/Na+wTEzwU+IBuPUEz72ZBHNKo6HBKlZNpnlGtgCSciYhH8qFkZYGV3g==} + /@supabase/gotrue-js/2.5.0: + resolution: {integrity: sha512-Aw5/WL0+JVjQjX2ZOQvOzoquMg1IMa4l1cA0eHVseAjujgUPpztjdhDwy3xP/c7OQsF+RK0ARxjsmIm2iaILlg==} dependencies: cross-fetch: 3.1.5 transitivePeerDependencies: @@ -4632,34 +4856,28 @@ packages: - supports-color dev: false - /@supabase/storage-js/2.0.0: - resolution: {integrity: sha512-7kXThdRt/xqnOOvZZxBqNkeX1CFNUWc0hYBJtNN/Uvt8ok9hD14foYmroWrHn046wEYFqUrB9U35JYsfTrvltA==} + /@supabase/storage-js/2.1.0: + resolution: {integrity: sha512-bRMLWCbkkx84WDAtHAAMN7FAWuayrGZtTHj/WMUK6PsAWuonovvEa5s34a5iux61qJSn+ls3tFkyQgqxunl5ww==} dependencies: cross-fetch: 3.1.5 transitivePeerDependencies: - encoding dev: false - /@supabase/supabase-js/2.1.1: - resolution: {integrity: sha512-6uBz31zrYfXkb5f2lzSHtncLWDQG5LvuH/OrmIAJqnjvliyd1pXMCGn/03xTfnflbjMolbOva+XMrydkyIMDfQ==} + /@supabase/supabase-js/2.2.0: + resolution: {integrity: sha512-jLHLBMaziCul9LcxLqhx1UfveyCIeHdevGj26LuuYx4fXqOyDHA+myF7dlmx9pXroSaRIr2vhRmjOxoRyP+zzw==} dependencies: '@supabase/functions-js': 2.0.0 - '@supabase/gotrue-js': 2.3.1 + '@supabase/gotrue-js': 2.5.0 '@supabase/postgrest-js': 1.1.0 '@supabase/realtime-js': 2.1.0 - '@supabase/storage-js': 2.0.0 + '@supabase/storage-js': 2.1.0 cross-fetch: 3.1.5 transitivePeerDependencies: - encoding - supports-color dev: false - /@swc/helpers/0.4.11: - resolution: {integrity: sha512-rEUrBSGIoSFuYxwBYtlUFMlE2CwGhmW+w9355/5oduSw8e5h2+Tj4UrAGNNgP9915++wj5vkQo0UuOBqOAq4nw==} - dependencies: - tslib: 2.4.1 - dev: false - /@swc/helpers/0.4.14: resolution: {integrity: sha512-4C7nX/dvpzB7za4Ql9K81xK3HPxCpHMgwTZVyf+9JQ6VUbn9jjZVN7/Nkdz/Ugzs2CSjqnL/UPXroiVBVHUWUw==} dependencies: @@ -4679,7 +4897,7 @@ packages: tailwindcss: '>=3.0.0 || >= 3.0.0-alpha.1' dependencies: mini-svg-data-uri: 1.4.4 - tailwindcss: 3.2.4_postcss@8.4.19 + tailwindcss: 3.2.4_postcss@8.4.20 dev: false /@tailwindcss/typography/0.5.8_tailwindcss@3.2.4: @@ -4691,15 +4909,15 @@ packages: lodash.isplainobject: 4.0.6 lodash.merge: 4.6.2 postcss-selector-parser: 6.0.10 - tailwindcss: 3.2.4_postcss@8.4.19 + tailwindcss: 3.2.4_postcss@8.4.20 dev: false - /@tanstack/query-core/4.15.1: - resolution: {integrity: sha512-+UfqJsNbPIVo0a9ANW0ZxtjiMfGLaaoIaL9vZeVycvmBuWywJGtSi7fgPVMCPdZQFOzMsaXaOsDtSKQD5xLRVQ==} + /@tanstack/query-core/4.20.4: + resolution: {integrity: sha512-lhLtGVNJDsJ/DyZXrLzekDEywQqRVykgBqTmkv0La32a/RleILXy6JMLBb7UmS3QCatg/F/0N9/5b0i5j6IKcA==} dev: false - /@tanstack/react-query/4.16.1_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-PDE9u49wSDykPazlCoLFevUpceLjQ0Mm8i6038HgtTEKb/aoVnUZdlUP7C392ds3Cd75+EGlHU7qpEX06R7d9Q==} + /@tanstack/react-query/4.20.4_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-SJRxx13k/csb9lXAJfycgVA1N/yU/h3bvRNWP0+aHMfMjmbyX82FdoAcckDBbOdEyAupvb0byelNHNeypCFSyA==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -4710,7 +4928,7 @@ packages: react-native: optional: true dependencies: - '@tanstack/query-core': 4.15.1 + '@tanstack/query-core': 4.20.4 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 use-sync-external-store: 1.2.0_react@18.2.0 @@ -4767,8 +4985,8 @@ packages: /@types/babel__core/7.1.20: resolution: {integrity: sha512-PVb6Bg2QuscZ30FvOU7z4guG6c926D9YRvOxEaelzndpMsvP+YM74Q/dAFASpg2l6+XLalxSGxcq/lrgYWZtyQ==} dependencies: - '@babel/parser': 7.20.3 - '@babel/types': 7.20.2 + '@babel/parser': 7.20.5 + '@babel/types': 7.20.5 '@types/babel__generator': 7.6.4 '@types/babel__template': 7.4.1 '@types/babel__traverse': 7.18.2 @@ -4777,33 +4995,33 @@ packages: /@types/babel__generator/7.6.4: resolution: {integrity: sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg==} dependencies: - '@babel/types': 7.20.2 + '@babel/types': 7.20.5 dev: true /@types/babel__template/7.4.1: resolution: {integrity: sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==} dependencies: - '@babel/parser': 7.20.3 - '@babel/types': 7.20.2 + '@babel/parser': 7.20.5 + '@babel/types': 7.20.5 dev: true /@types/babel__traverse/7.18.2: resolution: {integrity: sha512-FcFaxOr2V5KZCviw1TnutEMVUVsGt4D2hP1TAfXZAMKuHYW3xQhe3jTxNPWutgCJ3/X1c5yX8ZoGVEItxKbwBg==} dependencies: - '@babel/types': 7.20.2 + '@babel/types': 7.20.5 dev: true - /@types/chrome/0.0.202: - resolution: {integrity: sha512-Oc4daL9sFS+9MToVZPLMBxR7PxsEdod0b8wOY11lRr06GJp43MORvHeDyMD8QzeRGT6HI13oaYAe2PBgvALc4w==} + /@types/chrome/0.0.204: + resolution: {integrity: sha512-EvnHfxMHUWP5EAlRMK66uIEUiy36t72vg5RwmzQv9tdIl2ZmAp92NwvmEZJKpbRnIMTEc2BmSmtrFiEISUJ0Sw==} dependencies: '@types/filesystem': 0.0.32 - '@types/har-format': 1.2.9 + '@types/har-format': 1.2.10 dev: true /@types/cross-spawn/6.0.2: resolution: {integrity: sha512-KuwNhp3eza+Rhu8IFI5HUXRP0LIhqH5cAjubUvGXXthh4YYBuP2ntwEX+Cz8GJoZUHlKo247wPWOfA9LYEq4cw==} dependencies: - '@types/node': 18.11.9 + '@types/node': 18.11.15 dev: true /@types/filesystem/0.0.32: @@ -4819,30 +5037,30 @@ packages: /@types/fs-extra/9.0.13: resolution: {integrity: sha512-nEnwB++1u5lVDM2UI4c1+5R+FYaKfaAzS4OococimjVm3nQw3TuzH5UNsocrcTBbhnerblyHj4A49qXbIiZdpA==} dependencies: - '@types/node': 18.11.9 + '@types/node': 18.11.15 dev: true /@types/glob/8.0.0: resolution: {integrity: sha512-l6NQsDDyQUVeoTynNpC9uRvCUint/gSUXQA2euwmTuWGvPY5LSDUu6tkCtJB2SvGQlJQzLaKqcGZP4//7EDveA==} dependencies: '@types/minimatch': 5.1.2 - '@types/node': 18.11.9 + '@types/node': 18.11.15 dev: true /@types/graceful-fs/4.1.5: resolution: {integrity: sha512-anKkLmZZ+xm4p8JWBf4hElkM4XR+EZeA2M9BAkkTldmcyDY4mbdIJnRghDJH3Ov5ooY7/UAoENtmdMSkaAd7Cw==} dependencies: - '@types/node': 18.11.9 + '@types/node': 18.11.15 dev: true - /@types/har-format/1.2.9: - resolution: {integrity: sha512-rffW6MhQ9yoa75bdNi+rjZBAvu2HhehWJXlhuWXnWdENeuKe82wUgAwxYOb7KRKKmxYN+D/iRKd2NDQMLqlUmg==} + /@types/har-format/1.2.10: + resolution: {integrity: sha512-o0J30wqycjF5miWDKYKKzzOU1ZTLuA42HZ4HE7/zqTOc/jTLdQ5NhYWvsRQo45Nfi1KHoRdNhteSI4BAxTF1Pg==} dev: true /@types/hoist-non-react-statics/3.3.1: resolution: {integrity: sha512-iMIqiko6ooLrTh1joXodJK5X9xeEALT1kM5G3ZLhD3hszxBdIEd5C75U834D9mLcINgD4OyZf5uQXjkuYydWvA==} dependencies: - '@types/react': 18.0.25 + '@types/react': 18.0.26 hoist-non-react-statics: 3.3.2 dev: false @@ -4877,8 +5095,8 @@ packages: '@types/istanbul-lib-report': 3.0.0 dev: true - /@types/jest/29.2.3: - resolution: {integrity: sha512-6XwoEbmatfyoCjWRX7z0fKMmgYKe9+/HrviJ5k0X/tjJWHGAezZOfYaxqQKuzG/TvQyr+ktjm4jgbk0s4/oF2w==} + /@types/jest/29.2.4: + resolution: {integrity: sha512-PipFB04k2qTRPePduVLTRiPzQfvMeLwUN3Z21hsAKaB/W9IIzgB2pizCL466ftJlcyZqnHoC9ZHpxLGl3fS86A==} dependencies: expect: 29.3.1 pretty-format: 29.3.1 @@ -4887,7 +5105,7 @@ packages: /@types/jsdom/20.0.1: resolution: {integrity: sha512-d0r18sZPmMQr1eG35u12FZfhIXNrnsPU/g5wvRKCUf/tOGilKKwYMYGqh33BNR6ba+2gkHw1EUiHoN3mn7E5IQ==} dependencies: - '@types/node': 18.11.9 + '@types/node': 18.11.15 '@types/tough-cookie': 4.0.2 parse5: 7.1.1 dev: true @@ -4899,7 +5117,7 @@ packages: /@types/kefir/3.8.7: resolution: {integrity: sha512-2flvlUgAgLmMUje9dGmvQ2jNzNCc3aKm912z1qrjxrRWQT6iglAq28f7m9xcScHjV1QPH6LosRvR4bTUAgAO2w==} dependencies: - '@types/node': 18.11.9 + '@types/node': 18.11.15 dev: false /@types/lodash.clone/4.5.7: @@ -4929,15 +5147,15 @@ packages: /@types/node-rsa/1.1.1: resolution: {integrity: sha512-itzxtaBgk4OMbrCawVCvas934waMZWjW17v7EYgFVlfYS/cl0/P7KZdojWCq9SDJMI5cnLQLUP8ayhVCTY8TEg==} dependencies: - '@types/node': 18.11.9 + '@types/node': 18.11.15 dev: true /@types/node/11.11.6: resolution: {integrity: sha512-Exw4yUWMBXM3X+8oqzJNRqZSwUAaS4+7NdvHqQuFi/d+synz++xmX3QIf+BFqneW8N31R8Ky+sikfZUXq07ggQ==} dev: false - /@types/node/18.11.9: - resolution: {integrity: sha512-CRpX21/kGdzjOpFsZSkcrXMGIBWMGNIHXXBVFSH+ggkftxg+XYP20TESbh+zFvFj3EQOl5byk0HTRn1IL6hbqg==} + /@types/node/18.11.15: + resolution: {integrity: sha512-VkhBbVo2+2oozlkdHXLrb3zjsRkpdnaU2bXmX8Wgle3PUi569eLRaHGlgETQHR7lLL1w7GiG3h9SnePhxNDecw==} /@types/normalize-package-data/2.4.1: resolution: {integrity: sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==} @@ -4965,22 +5183,22 @@ packages: /@types/react-dom/18.0.9: resolution: {integrity: sha512-qnVvHxASt/H7i+XG1U1xMiY5t+IHcPGUK7TDMDzom08xa7e86eCeKOiLZezwCKVxJn6NEiiy2ekgX8aQssjIKg==} dependencies: - '@types/react': 18.0.25 + '@types/react': 18.0.26 /@types/react-is/17.0.3: resolution: {integrity: sha512-aBTIWg1emtu95bLTLx0cpkxwGW3ueZv71nE2YFBpL8k/z5czEW8yYpOo8Dp+UUAFAtKwNaOsh/ioSeQnWlZcfw==} dependencies: - '@types/react': 18.0.25 + '@types/react': 18.0.26 dev: false /@types/react-transition-group/4.4.5: resolution: {integrity: sha512-juKD/eiSM3/xZYzjuzH6ZwpP+/lejltmiS3QEzV/vmb/Q8+HfDmxu+Baga8UEMGBqV88Nbg4l2hY/K2DkyaLLA==} dependencies: - '@types/react': 18.0.25 + '@types/react': 18.0.26 dev: false - /@types/react/18.0.25: - resolution: {integrity: sha512-xD6c0KDT4m7n9uD4ZHi02lzskaiqcBxf4zi+tXZY98a04wvc0hi/TcCPC2FOESZi51Nd7tlUeOJY8RofL799/g==} + /@types/react/18.0.26: + resolution: {integrity: sha512-hCR3PJQsAIXyxhTNSiDFY//LhnMZWpNNr5etoCqx/iUfGc5gXWtQR2Phl908jVR6uPXacojQWTg4qRpkxTuGug==} dependencies: '@types/prop-types': 15.7.5 '@types/scheduler': 0.16.2 @@ -4989,7 +5207,7 @@ packages: /@types/sass/1.43.1: resolution: {integrity: sha512-BPdoIt1lfJ6B7rw35ncdwBZrAssjcwzI5LByIrYs+tpXlj/CAkuVdRsgZDdP4lq5EjyWzwxZCqAoFyHKFwp32g==} dependencies: - '@types/node': 18.11.9 + '@types/node': 18.11.15 dev: false /@types/scheduler/0.16.2: @@ -5002,7 +5220,7 @@ packages: /@types/sharp/0.31.0: resolution: {integrity: sha512-nwivOU101fYInCwdDcH/0/Ru6yIRXOpORx25ynEOc6/IakuCmjOAGpaO5VfUl4QkDtUC6hj+Z2eCQvgXOioknw==} dependencies: - '@types/node': 18.11.9 + '@types/node': 18.11.15 dev: true /@types/shell-quote/1.7.1: @@ -5016,7 +5234,7 @@ packages: /@types/through/0.0.30: resolution: {integrity: sha512-FvnCJljyxhPM3gkRgWmxmDZyAQSiBQQWLI0A0VFL0K7W1oRUrPJSqNO0NvTnLkBcotdlp3lKvaT0JrnyRDkzOg==} dependencies: - '@types/node': 18.11.9 + '@types/node': 18.11.15 dev: true /@types/tough-cookie/4.0.2: @@ -5027,18 +5245,18 @@ packages: resolution: {integrity: sha512-EwmlvuaxPNej9+T4v5AuBPJa2x2UOJVdjCtDHgcDqitUeOtjnJKJ+apYjVcAoBEMjKW1VVFGZLUb5+qqa09XFA==} dev: false - /@types/uuid/8.3.4: - resolution: {integrity: sha512-c/I8ZRb51j+pYGAu5CrFMRxqZ2ke4y2grEBO5AUjgSkSk+qT2Ea+OdWElz/OiMf5MNpn2b17kuVBwZLQJXzihw==} + /@types/uuid/9.0.0: + resolution: {integrity: sha512-kr90f+ERiQtKWMz5rP32ltJ/BtULDI5RVO0uavn1HQUOwjx0R1h0rnDYNL0CepF1zL5bSY6FISAfd9tOdDhU5Q==} dev: true - /@types/webextension-polyfill/0.9.1: - resolution: {integrity: sha512-6aNzPIhqKlAV9t06nwSH3/veAceYE2dS2RVFZI8V1+UXHqsFNB6cRwxNmheiBvEGRc45E/gyZNzH0xAYIC27KA==} + /@types/webextension-polyfill/0.9.2: + resolution: {integrity: sha512-op8YeoK60K6/GIx3snWs3JowBZ+/aeSnZzZuuwynA7VARWfzr3st9aQNk9RWfoBx5xqlNZjAsh2QttPUZnabCw==} dev: true /@types/ws/8.5.3: resolution: {integrity: sha512-6YOoWjruKj1uLf3INHH7D3qTXwFfEsg1kf3c0uDdSBJwfa/llkwIjrAGV7j7mVgGNbzTQ3HiHKKDXl6bJPD97w==} dependencies: - '@types/node': 18.11.9 + '@types/node': 18.11.15 dev: true /@types/yargs-parser/21.0.0: @@ -5076,7 +5294,7 @@ packages: '@vue/shared': 3.2.45 estree-walker: 2.0.2 magic-string: 0.25.9 - postcss: 8.4.19 + postcss: 8.4.20 source-map: 0.6.1 /@vue/compiler-ssr/3.2.45: @@ -5234,59 +5452,59 @@ packages: engines: {node: '>=12'} dev: false - /antd/5.0.1_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-t+YqAWW2smxdQsxTTtNHt9nErESnCS/pcuze4EgPNOi5M++fv7wXBhmk1ZJgxNTDKKxoy134H9vL1ZFq3cWpgQ==} + /antd/5.0.7_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-A/HO/VCS6nHMkpnjfPSxXoet1MBu6N003osaGbSI3mnOvRj0V/9jEOXJ2slj+2YNhACFYJfVyXeEamwQx2Njcw==} peerDependencies: react: '>=16.9.0' react-dom: '>=16.9.0' dependencies: '@ant-design/colors': 6.0.0 - '@ant-design/cssinjs': 1.0.0_biqbaboplfbrettd7655fr4n2y + '@ant-design/cssinjs': 1.1.1_biqbaboplfbrettd7655fr4n2y '@ant-design/icons': 4.8.0_biqbaboplfbrettd7655fr4n2y '@ant-design/react-slick': 0.29.2_react@18.2.0 - '@babel/runtime': 7.20.1 - '@ctrl/tinycolor': 3.4.1 - '@rc-component/tour': 1.0.1-2_biqbaboplfbrettd7655fr4n2y + '@babel/runtime': 7.20.6 + '@ctrl/tinycolor': 3.5.0 + '@rc-component/tour': 1.0.4_biqbaboplfbrettd7655fr4n2y classnames: 2.3.2 copy-to-clipboard: 3.3.3 - dayjs: 1.11.6 + dayjs: 1.11.7 lodash: 4.17.21 rc-cascader: 3.7.0_biqbaboplfbrettd7655fr4n2y rc-checkbox: 2.3.2_biqbaboplfbrettd7655fr4n2y rc-collapse: 3.4.2_biqbaboplfbrettd7655fr4n2y rc-dialog: 9.0.2_biqbaboplfbrettd7655fr4n2y - rc-drawer: 6.0.1_biqbaboplfbrettd7655fr4n2y + rc-drawer: 6.0.3_biqbaboplfbrettd7655fr4n2y rc-dropdown: 4.0.1_biqbaboplfbrettd7655fr4n2y rc-field-form: 1.27.3_biqbaboplfbrettd7655fr4n2y - rc-image: 5.12.0_biqbaboplfbrettd7655fr4n2y + rc-image: 5.12.1_biqbaboplfbrettd7655fr4n2y rc-input: 0.1.4_biqbaboplfbrettd7655fr4n2y - rc-input-number: 7.3.11_biqbaboplfbrettd7655fr4n2y - rc-mentions: 1.11.0_biqbaboplfbrettd7655fr4n2y - rc-menu: 9.7.2_biqbaboplfbrettd7655fr4n2y + rc-input-number: 7.4.0_biqbaboplfbrettd7655fr4n2y + rc-mentions: 1.13.1_biqbaboplfbrettd7655fr4n2y + rc-menu: 9.8.1_biqbaboplfbrettd7655fr4n2y rc-motion: 2.6.2_biqbaboplfbrettd7655fr4n2y rc-notification: 5.0.0-alpha.9_biqbaboplfbrettd7655fr4n2y rc-pagination: 3.2.0_biqbaboplfbrettd7655fr4n2y - rc-picker: 3.1.1_hk4it2saoa6yurflmehlixyvbq + rc-picker: 3.1.3_mlnkrlbros4rghcauwy625gk7y rc-progress: 3.4.1_biqbaboplfbrettd7655fr4n2y rc-rate: 2.9.2_biqbaboplfbrettd7655fr4n2y rc-resize-observer: 1.2.0_biqbaboplfbrettd7655fr4n2y rc-segmented: 2.1.0_biqbaboplfbrettd7655fr4n2y - rc-select: 14.1.14_biqbaboplfbrettd7655fr4n2y + rc-select: 14.1.16_biqbaboplfbrettd7655fr4n2y rc-slider: 10.0.1_biqbaboplfbrettd7655fr4n2y rc-steps: 6.0.0-alpha.2_biqbaboplfbrettd7655fr4n2y rc-switch: 4.0.0_biqbaboplfbrettd7655fr4n2y rc-table: 7.26.0_biqbaboplfbrettd7655fr4n2y - rc-tabs: 12.3.0_biqbaboplfbrettd7655fr4n2y + rc-tabs: 12.4.2_biqbaboplfbrettd7655fr4n2y rc-textarea: 0.4.7_biqbaboplfbrettd7655fr4n2y rc-tooltip: 5.2.2_biqbaboplfbrettd7655fr4n2y - rc-tree: 5.7.1_biqbaboplfbrettd7655fr4n2y + rc-tree: 5.7.2_biqbaboplfbrettd7655fr4n2y rc-tree-select: 5.5.5_biqbaboplfbrettd7655fr4n2y - rc-trigger: 5.3.3_biqbaboplfbrettd7655fr4n2y + rc-trigger: 5.3.4_biqbaboplfbrettd7655fr4n2y rc-upload: 4.3.4_biqbaboplfbrettd7655fr4n2y - rc-util: 5.24.5_biqbaboplfbrettd7655fr4n2y + rc-util: 5.25.3_biqbaboplfbrettd7655fr4n2y react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - scroll-into-view-if-needed: 2.2.29 + scroll-into-view-if-needed: 3.0.3 shallowequal: 1.1.0 transitivePeerDependencies: - date-fns @@ -5424,7 +5642,7 @@ packages: resolution: {integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==} dev: true - /autoprefixer/10.4.13_postcss@8.4.19: + /autoprefixer/10.4.13_postcss@8.4.20: resolution: {integrity: sha512-49vKpMqcZYsJjwotvt4+h/BCjJVnhGwcLpDt5xkcaOG3eLrG/HUYLagrihYsQ+qrIBgIzX1Rw7a6L8I/ZA1Atg==} engines: {node: ^10 || ^12 || >=14} hasBin: true @@ -5436,7 +5654,7 @@ packages: fraction.js: 4.2.0 normalize-range: 0.1.2 picocolors: 1.0.0 - postcss: 8.4.19 + postcss: 8.4.20 postcss-value-parser: 4.2.0 dev: true @@ -5445,17 +5663,17 @@ packages: engines: {node: '>= 0.4'} dev: true - /babel-jest/29.3.1_@babel+core@7.20.2: + /babel-jest/29.3.1_@babel+core@7.20.5: resolution: {integrity: sha512-aard+xnMoxgjwV70t0L6wkW/3HQQtV+O0PEimxKgzNqCJnbYmroPojdP2tqKSOAt8QAKV/uSZU8851M7B5+fcA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: '@babel/core': ^7.8.0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@jest/transform': 29.3.1 '@types/babel__core': 7.1.20 babel-plugin-istanbul: 6.1.1 - babel-preset-jest: 29.2.0_@babel+core@7.20.2 + babel-preset-jest: 29.2.0_@babel+core@7.20.5 chalk: 4.1.2 graceful-fs: 4.2.10 slash: 3.0.0 @@ -5481,7 +5699,7 @@ packages: engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@babel/template': 7.18.10 - '@babel/types': 7.20.2 + '@babel/types': 7.20.5 '@types/babel__core': 7.1.20 '@types/babel__traverse': 7.18.2 dev: true @@ -5495,35 +5713,35 @@ packages: resolve: 1.22.1 dev: false - /babel-preset-current-node-syntax/1.0.1_@babel+core@7.20.2: + /babel-preset-current-node-syntax/1.0.1_@babel+core@7.20.5: resolution: {integrity: sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.20.2 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.20.2 - '@babel/plugin-syntax-bigint': 7.8.3_@babel+core@7.20.2 - '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.20.2 - '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.20.2 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.20.2 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.20.2 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.20.2 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.20.2 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.20.2 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.20.2 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.20.2 - '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.20.2 - dev: true - - /babel-preset-jest/29.2.0_@babel+core@7.20.2: + '@babel/core': 7.20.5 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.20.5 + '@babel/plugin-syntax-bigint': 7.8.3_@babel+core@7.20.5 + '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.20.5 + '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.20.5 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.20.5 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.20.5 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.20.5 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.20.5 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.20.5 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.20.5 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.20.5 + '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.20.5 + dev: true + + /babel-preset-jest/29.2.0_@babel+core@7.20.5: resolution: {integrity: sha512-z9JmMJppMxNv8N7fNRHvhMg9cvIkMxQBXgFkane3yKVEvEOP+kB50lk8DFRvF9PGqbyXxlmebKWhuDORO8RgdA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 babel-plugin-jest-hoist: 29.2.0 - babel-preset-current-node-syntax: 1.0.1_@babel+core@7.20.2 + babel-preset-current-node-syntax: 1.0.1_@babel+core@7.20.5 dev: true /balanced-match/1.0.2: @@ -5668,9 +5886,9 @@ packages: engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true dependencies: - caniuse-lite: 1.0.30001436 + caniuse-lite: 1.0.30001439 electron-to-chromium: 1.4.284 - node-releases: 2.0.6 + node-releases: 2.0.7 update-browserslist-db: 1.0.10_browserslist@4.21.4 /bs-logger/0.2.6: @@ -5792,12 +6010,8 @@ packages: resolution: {integrity: sha512-n7cosrHLl8AWt0wwZw/PJZgUg3lV0gk9LMI7ikGJwhyhgsd2Nb65vKvmSexCqq/J7rbH3mFG6yZZiPR5dLPW5A==} dev: true - /caniuse-lite/1.0.30001431: - resolution: {integrity: sha512-zBUoFU0ZcxpvSt9IU66dXVT/3ctO1cy4y9cscs1szkPlcWb6pasYM144GqrUygUbT+k7cmUCW61cvskjcv0enQ==} - dev: false - - /caniuse-lite/1.0.30001436: - resolution: {integrity: sha512-ZmWkKsnC2ifEPoWUvSAIGyOYwT+keAaaWPHiQ9DfMqS1t6tfuyFYoWR78TeZtznkEQ64+vGXH9cZrElwR2Mrxg==} + /caniuse-lite/1.0.30001439: + resolution: {integrity: sha512-1MgUzEkoMO6gKfXflStpYgZDlFM7M/ck/bgfVCACO5vnAf0fXoNVHdWtqGU+MYca+4bL9Z5bpOVmR33cWW9G2A==} /capital-case/1.0.4: resolution: {integrity: sha512-ds37W8CytHgwnhGGTi88pcPyR15qoNkOpYwmMMfnWqqWgESapLqvDx6huFjQ5vqWSn2Z06173XNA7LtMOeUh1A==} @@ -5822,8 +6036,8 @@ packages: ansi-styles: 4.3.0 supports-color: 7.2.0 - /chalk/5.1.2: - resolution: {integrity: sha512-E5CkT4jWURs1Vy5qGJye+XwCkNj7Od3Af7CP6SujMetSMkLs8Do2RWJK5yx1wamHV/op8Rz+9rltjaTQWDnEFQ==} + /chalk/5.2.0: + resolution: {integrity: sha512-ree3Gqw/nazQAPuJJEy+avdl7QfZMcUvmHIKgEZkGL+xOBzRvup5Hxo6LHuMceSxOabuJLJm5Yp/92R9eMmMvA==} engines: {node: ^12.17.0 || ^14.13 || >=16.0.0} dev: false @@ -6017,8 +6231,8 @@ packages: readable-stream: 3.6.0 dev: false - /compute-scroll-into-view/1.0.17: - resolution: {integrity: sha512-j4dx+Fb0URmzbwwMUrhqWM2BEWHdFGx+qZ9qqASHRPqvTYdqvWnHg0H1hIbcyLnvgnoNAVMlwkepyqM3DaIFUg==} + /compute-scroll-into-view/2.0.2: + resolution: {integrity: sha512-W+4Iti92hktsTtNPNeRM1vE0JdqCBk5qIabRafpr5pGrQhQ+xzCv0NGnFzTCKmW4yGLm9Aovbw8YNxloe2z9tQ==} dev: false /concat-map/0.0.1: @@ -6256,8 +6470,8 @@ packages: whatwg-url: 11.0.0 dev: true - /dayjs/1.11.6: - resolution: {integrity: sha512-zZbY5giJAinCG+7AGaw0wIhNZ6J8AhWuSXKvuc1KAyMiRsvGQWqh4L+MomvhdAYjN+lqvVCMq1I41e3YHvXkyQ==} + /dayjs/1.11.7: + resolution: {integrity: sha512-+Yw9U6YO5TQohxLcIkrXBeY73WP3ejHWVvx8XCk3gxvQDCTEmS48ZrSZCKciI7Bhl/uCMyxYtE9UqRILmFphkQ==} dev: false /debug/2.6.9: @@ -6441,7 +6655,7 @@ packages: /dom-helpers/5.2.1: resolution: {integrity: sha512-nRCa7CK3VTrM2NmGkIy4cbK7IZlgBE/PYMn55rrXefr5xXDP0LdtfPnblFDoVdcAfslJ7or6iqAUnx0CCGIWQA==} dependencies: - '@babel/runtime': 7.20.1 + '@babel/runtime': 7.20.6 csstype: 3.1.1 dev: false @@ -6846,6 +7060,36 @@ packages: esbuild-windows-64: 0.15.15 esbuild-windows-arm64: 0.15.15 + /esbuild/0.16.7: + resolution: {integrity: sha512-P6OBFYFSQOGzfApqCeYKqfKRRbCIRsdppTXFo4aAvtiW3o8TTyiIplBvHJI171saPAiy3WlawJHCveJVIOIx1A==} + engines: {node: '>=12'} + hasBin: true + requiresBuild: true + optionalDependencies: + '@esbuild/android-arm': 0.16.7 + '@esbuild/android-arm64': 0.16.7 + '@esbuild/android-x64': 0.16.7 + '@esbuild/darwin-arm64': 0.16.7 + '@esbuild/darwin-x64': 0.16.7 + '@esbuild/freebsd-arm64': 0.16.7 + '@esbuild/freebsd-x64': 0.16.7 + '@esbuild/linux-arm': 0.16.7 + '@esbuild/linux-arm64': 0.16.7 + '@esbuild/linux-ia32': 0.16.7 + '@esbuild/linux-loong64': 0.16.7 + '@esbuild/linux-mips64el': 0.16.7 + '@esbuild/linux-ppc64': 0.16.7 + '@esbuild/linux-riscv64': 0.16.7 + '@esbuild/linux-s390x': 0.16.7 + '@esbuild/linux-x64': 0.16.7 + '@esbuild/netbsd-x64': 0.16.7 + '@esbuild/openbsd-x64': 0.16.7 + '@esbuild/sunos-x64': 0.16.7 + '@esbuild/win32-arm64': 0.16.7 + '@esbuild/win32-ia32': 0.16.7 + '@esbuild/win32-x64': 0.16.7 + dev: true + /escalade/3.1.1: resolution: {integrity: sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==} engines: {node: '>=6'} @@ -6881,16 +7125,16 @@ packages: source-map: 0.6.1 dev: true - /eslint-config-prettier/8.5.0_eslint@8.28.0: + /eslint-config-prettier/8.5.0_eslint@8.29.0: resolution: {integrity: sha512-obmWKLUNCnhtQRKc+tmnYuQl0pFU1ibYJQ5BGhTVB08bHe9wC8qUeG7c08dj9XX+AuPj1YSGSQIHl1pnDHZR0Q==} hasBin: true peerDependencies: eslint: '>=7.0.0' dependencies: - eslint: 8.28.0 + eslint: 8.29.0 dev: true - /eslint-plugin-react/7.31.11_eslint@8.28.0: + /eslint-plugin-react/7.31.11_eslint@8.29.0: resolution: {integrity: sha512-TTvq5JsT5v56wPa9OYHzsrOlHzKZKjV+aLgS+55NJP/cuzdiQPC7PfYoUjMoxlffKtvijpk7vA/jmuqRb9nohw==} engines: {node: '>=4'} peerDependencies: @@ -6900,7 +7144,7 @@ packages: array.prototype.flatmap: 1.3.1 array.prototype.tosorted: 1.1.1 doctrine: 2.1.0 - eslint: 8.28.0 + eslint: 8.29.0 estraverse: 5.3.0 jsx-ast-utils: 3.3.3 minimatch: 3.1.2 @@ -6922,13 +7166,13 @@ packages: estraverse: 5.3.0 dev: true - /eslint-utils/3.0.0_eslint@8.28.0: + /eslint-utils/3.0.0_eslint@8.29.0: resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==} engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0} peerDependencies: eslint: '>=5' dependencies: - eslint: 8.28.0 + eslint: 8.29.0 eslint-visitor-keys: 2.1.0 dev: true @@ -6942,13 +7186,13 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /eslint/8.28.0: - resolution: {integrity: sha512-S27Di+EVyMxcHiwDrFzk8dJYAaD+/5SoWKxL1ri/71CRHsnJnRDPNt2Kzj24+MT9FDupf4aqqyqPrvI8MvQ4VQ==} + /eslint/8.29.0: + resolution: {integrity: sha512-isQ4EEiyUjZFbEKvEGJKKGBwXtvXX+zJbkVKCgTuB9t/+jUBcy8avhkEwWJecI15BkRkOYmvIM5ynbhRjEkoeg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} hasBin: true dependencies: '@eslint/eslintrc': 1.3.3 - '@humanwhocodes/config-array': 0.11.7 + '@humanwhocodes/config-array': 0.11.8 '@humanwhocodes/module-importer': 1.0.1 '@nodelib/fs.walk': 1.2.8 ajv: 6.12.6 @@ -6958,7 +7202,7 @@ packages: doctrine: 3.0.0 escape-string-regexp: 4.0.0 eslint-scope: 7.1.1 - eslint-utils: 3.0.0_eslint@8.28.0 + eslint-utils: 3.0.0_eslint@8.29.0 eslint-visitor-keys: 3.3.0 espree: 9.4.1 esquery: 1.4.0 @@ -6967,14 +7211,14 @@ packages: file-entry-cache: 6.0.1 find-up: 5.0.0 glob-parent: 6.0.2 - globals: 13.18.0 + globals: 13.19.0 grapheme-splitter: 1.0.4 - ignore: 5.2.0 + ignore: 5.2.1 import-fresh: 3.3.0 imurmurhash: 0.1.4 is-glob: 4.0.3 is-path-inside: 3.0.3 - js-sdsl: 4.1.5 + js-sdsl: 4.2.0 js-yaml: 4.1.0 json-stable-stringify-without-jsonify: 1.0.1 levn: 0.4.1 @@ -7186,39 +7430,37 @@ packages: path-exists: 4.0.0 dev: true - /firebase/9.14.0: - resolution: {integrity: sha512-wePrsf7W33mhT7RVXQavragoAgXb/NDm22vuhwJXkprrQ2Y9alrEKC5LTAtLJL3P2dHdDmeylS6PLZwWPEE79A==} - dependencies: - '@firebase/analytics': 0.8.4_@firebase+app@0.8.4 - '@firebase/analytics-compat': 0.1.17_dvqpjc4ehcooegrkfkqbfp67kq - '@firebase/app': 0.8.4 - '@firebase/app-check': 0.5.17_@firebase+app@0.8.4 - '@firebase/app-check-compat': 0.2.17_dvqpjc4ehcooegrkfkqbfp67kq - '@firebase/app-compat': 0.1.39 - '@firebase/app-types': 0.8.1 - '@firebase/auth': 0.20.11_@firebase+app@0.8.4 - '@firebase/auth-compat': 0.2.24_uougi3e27jpxvoatrekmluf7oy - '@firebase/database': 0.13.10_@firebase+app-types@0.8.1 - '@firebase/database-compat': 0.2.10_@firebase+app-types@0.8.1 - '@firebase/firestore': 3.7.3_@firebase+app@0.8.4 - '@firebase/firestore-compat': 0.2.3_uougi3e27jpxvoatrekmluf7oy - '@firebase/functions': 0.8.8_kuqwk5rcidsndwsionzwdbqiqi - '@firebase/functions-compat': 0.2.8_uougi3e27jpxvoatrekmluf7oy - '@firebase/installations': 0.5.16_@firebase+app@0.8.4 - '@firebase/installations-compat': 0.1.16_uougi3e27jpxvoatrekmluf7oy - '@firebase/messaging': 0.11.0_@firebase+app@0.8.4 - '@firebase/messaging-compat': 0.1.21_dvqpjc4ehcooegrkfkqbfp67kq - '@firebase/performance': 0.5.17_@firebase+app@0.8.4 - '@firebase/performance-compat': 0.1.17_dvqpjc4ehcooegrkfkqbfp67kq - '@firebase/remote-config': 0.3.15_@firebase+app@0.8.4 - '@firebase/remote-config-compat': 0.1.16_dvqpjc4ehcooegrkfkqbfp67kq - '@firebase/storage': 0.9.14_@firebase+app@0.8.4 - '@firebase/storage-compat': 0.1.22_uougi3e27jpxvoatrekmluf7oy - '@firebase/util': 1.7.3 + /firebase/9.15.0: + resolution: {integrity: sha512-Fa8qFahDY/pMYMzwPGcfpUkAS3Q55qJ0QKD+5xnXjSX/jVHsJqoXtxapmyDCfAKktiLhXIcRElW1VDVd9xGwQQ==} + dependencies: + '@firebase/analytics': 0.9.0_@firebase+app@0.9.0 + '@firebase/analytics-compat': 0.2.0_5z7svkifsmkn6ro3hru7lnxwrq + '@firebase/app': 0.9.0 + '@firebase/app-check': 0.6.0_@firebase+app@0.9.0 + '@firebase/app-check-compat': 0.3.0_5z7svkifsmkn6ro3hru7lnxwrq + '@firebase/app-compat': 0.2.0 + '@firebase/app-types': 0.9.0 + '@firebase/auth': 0.21.0_@firebase+app@0.9.0 + '@firebase/auth-compat': 0.3.0_z6klzwxqggigirvqix3ggnu6f4 + '@firebase/database': 0.14.0_@firebase+app-types@0.9.0 + '@firebase/database-compat': 0.3.0_@firebase+app-types@0.9.0 + '@firebase/firestore': 3.8.0_@firebase+app@0.9.0 + '@firebase/firestore-compat': 0.3.0_z6klzwxqggigirvqix3ggnu6f4 + '@firebase/functions': 0.9.0_mw76ib4woycgbhoj6pqh7xkrde + '@firebase/functions-compat': 0.3.0_z6klzwxqggigirvqix3ggnu6f4 + '@firebase/installations': 0.6.0_@firebase+app@0.9.0 + '@firebase/installations-compat': 0.2.0_z6klzwxqggigirvqix3ggnu6f4 + '@firebase/messaging': 0.12.0_@firebase+app@0.9.0 + '@firebase/messaging-compat': 0.2.0_5z7svkifsmkn6ro3hru7lnxwrq + '@firebase/performance': 0.6.0_@firebase+app@0.9.0 + '@firebase/performance-compat': 0.2.0_5z7svkifsmkn6ro3hru7lnxwrq + '@firebase/remote-config': 0.4.0_@firebase+app@0.9.0 + '@firebase/remote-config-compat': 0.2.0_5z7svkifsmkn6ro3hru7lnxwrq + '@firebase/storage': 0.10.0_@firebase+app@0.9.0 + '@firebase/storage-compat': 0.2.0_z6klzwxqggigirvqix3ggnu6f4 + '@firebase/util': 1.8.0 transitivePeerDependencies: - - bufferutil - encoding - - utf-8-validate dev: false /flat-cache/3.0.4: @@ -7261,9 +7503,9 @@ packages: resolution: {integrity: sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==} dev: false - /fs-extra/10.1.0: - resolution: {integrity: sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==} - engines: {node: '>=12'} + /fs-extra/11.1.0: + resolution: {integrity: sha512-0rcTq621PD5jM/e0a3EJoGC/1TC5ZBCERW82LQuwfGnCa1V8w7dpYH1yNu+SLb6E5dkeCBzKEyLGlFrnr+dUyw==} + engines: {node: '>=14.14'} dependencies: graceful-fs: 4.2.10 jsonfile: 6.1.0 @@ -7398,8 +7640,8 @@ packages: resolution: {integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==} engines: {node: '>=4'} - /globals/13.18.0: - resolution: {integrity: sha512-/mR4KI8Ps2spmoc0Ulu9L7agOF0du1CZNQ3dke8yItYlyKNmGrkONemBbd6V8UTc1Wgcqn21t3WYB7dbRmh6/A==} + /globals/13.19.0: + resolution: {integrity: sha512-dkQ957uSRWHw7CFXLUtUHQI3g3aWApYhfNR2O6jn/907riyTYKVBmxYVROkBcY614FSSeSJh7Xm7SrUWCxvJMQ==} engines: {node: '>=8'} dependencies: type-fest: 0.20.2 @@ -7703,6 +7945,11 @@ packages: resolution: {integrity: sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==} engines: {node: '>= 4'} + /ignore/5.2.1: + resolution: {integrity: sha512-d2qQLzTJ9WxQftPAuEQpSPmKqzxePjzVbpAVv62AQ64NTL+wR4JkrVqR/LqFsFEUsHDAiId52mJteHDFuDkElA==} + engines: {node: '>= 4'} + dev: true + /image-size/0.5.5: resolution: {integrity: sha512-6TDAlDPZxUFCv+fuOkIoXT/V/f3Qbq8e37p+YOiYrUv3v9cc3/6x78VdfPgFVaB9dZYeLUfKgHRebpkm/oP2VQ==} engines: {node: '>=0.10.0'} @@ -7711,10 +7958,6 @@ packages: dev: false optional: true - /immediate/3.0.6: - resolution: {integrity: sha512-XXOFtyqDjNDAQxVfYxuF7g9Il/IbWmmlQg2MYKOH8ExIT1qg6xc4zyS3HaEEATgs1btfzxq15ciUiY7gjSXRGQ==} - dev: false - /immer/9.0.16: resolution: {integrity: sha512-qenGE7CstVm1NrHQbMh8YaSzTZTFNP3zPqr3YU0S0UY441j4bJTg4A2Hh5KAhwgaiU6ZZ1Ar6y/2f4TblnMReQ==} dev: false @@ -7762,7 +8005,7 @@ packages: engines: {node: '>=12.0.0'} dependencies: ansi-escapes: 6.0.0 - chalk: 5.1.2 + chalk: 5.2.0 cli-cursor: 4.0.0 cli-width: 4.0.0 external-editor: 3.1.0 @@ -8019,8 +8262,8 @@ packages: resolution: {integrity: sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==} engines: {node: '>=8'} dependencies: - '@babel/core': 7.20.2 - '@babel/parser': 7.20.3 + '@babel/core': 7.20.5 + '@babel/parser': 7.20.5 '@istanbuljs/schema': 0.1.3 istanbul-lib-coverage: 3.2.0 semver: 6.3.0 @@ -8076,7 +8319,7 @@ packages: '@jest/expect': 29.3.1 '@jest/test-result': 29.3.1 '@jest/types': 29.3.1 - '@types/node': 18.11.9 + '@types/node': 18.11.15 chalk: 4.1.2 co: 4.6.0 dedent: 0.7.0 @@ -8095,7 +8338,7 @@ packages: - supports-color dev: true - /jest-cli/29.3.1_@types+node@18.11.9: + /jest-cli/29.3.1_@types+node@18.11.15: resolution: {integrity: sha512-TO/ewvwyvPOiBBuWZ0gm04z3WWP8TIK8acgPzE4IxgsLKQgb377NYGrQLc3Wl/7ndWzIH2CDNNsUjGxwLL43VQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} hasBin: true @@ -8112,7 +8355,7 @@ packages: exit: 0.1.2 graceful-fs: 4.2.10 import-local: 3.1.0 - jest-config: 29.3.1_@types+node@18.11.9 + jest-config: 29.3.1_@types+node@18.11.15 jest-util: 29.3.1 jest-validate: 29.3.1 prompts: 2.4.2 @@ -8123,7 +8366,7 @@ packages: - ts-node dev: true - /jest-config/29.3.1_@types+node@18.11.9: + /jest-config/29.3.1_@types+node@18.11.15: resolution: {integrity: sha512-y0tFHdj2WnTEhxmGUK1T7fgLen7YK4RtfvpLFBXfQkh2eMJAQq24Vx9472lvn5wg0MAO6B+iPfJfzdR9hJYalg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: @@ -8135,11 +8378,11 @@ packages: ts-node: optional: true dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@jest/test-sequencer': 29.3.1 '@jest/types': 29.3.1 - '@types/node': 18.11.9 - babel-jest: 29.3.1_@babel+core@7.20.2 + '@types/node': 18.11.15 + babel-jest: 29.3.1_@babel+core@7.20.5 chalk: 4.1.2 ci-info: 3.6.1 deepmerge: 4.2.2 @@ -8203,7 +8446,7 @@ packages: '@jest/fake-timers': 29.3.1 '@jest/types': 29.3.1 '@types/jsdom': 20.0.1 - '@types/node': 18.11.9 + '@types/node': 18.11.15 jest-mock: 29.3.1 jest-util: 29.3.1 jsdom: 20.0.2 @@ -8220,7 +8463,7 @@ packages: '@jest/environment': 29.3.1 '@jest/fake-timers': 29.3.1 '@jest/types': 29.3.1 - '@types/node': 18.11.9 + '@types/node': 18.11.15 jest-mock: 29.3.1 jest-util: 29.3.1 dev: true @@ -8236,7 +8479,7 @@ packages: dependencies: '@jest/types': 29.3.1 '@types/graceful-fs': 4.1.5 - '@types/node': 18.11.9 + '@types/node': 18.11.15 anymatch: 3.1.2 fb-watchman: 2.0.2 graceful-fs: 4.2.10 @@ -8287,7 +8530,7 @@ packages: engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/types': 29.3.1 - '@types/node': 18.11.9 + '@types/node': 18.11.15 jest-util: 29.3.1 dev: true @@ -8342,7 +8585,7 @@ packages: '@jest/test-result': 29.3.1 '@jest/transform': 29.3.1 '@jest/types': 29.3.1 - '@types/node': 18.11.9 + '@types/node': 18.11.15 chalk: 4.1.2 emittery: 0.13.1 graceful-fs: 4.2.10 @@ -8373,7 +8616,7 @@ packages: '@jest/test-result': 29.3.1 '@jest/transform': 29.3.1 '@jest/types': 29.3.1 - '@types/node': 18.11.9 + '@types/node': 18.11.15 chalk: 4.1.2 cjs-module-lexer: 1.2.2 collect-v8-coverage: 1.0.1 @@ -8396,18 +8639,18 @@ packages: resolution: {integrity: sha512-+3JOc+s28upYLI2OJM4PWRGK9AgpsMs/ekNryUV0yMBClT9B1DF2u2qay8YxcQd338PPYSFNb0lsar1B49sLDA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@babel/core': 7.20.2 - '@babel/generator': 7.20.4 - '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.20.2 - '@babel/plugin-syntax-typescript': 7.20.0_@babel+core@7.20.2 - '@babel/traverse': 7.20.1 - '@babel/types': 7.20.2 + '@babel/core': 7.20.5 + '@babel/generator': 7.20.5 + '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.20.5 + '@babel/plugin-syntax-typescript': 7.20.0_@babel+core@7.20.5 + '@babel/traverse': 7.20.5 + '@babel/types': 7.20.5 '@jest/expect-utils': 29.3.1 '@jest/transform': 29.3.1 '@jest/types': 29.3.1 '@types/babel__traverse': 7.18.2 '@types/prettier': 2.7.1 - babel-preset-current-node-syntax: 1.0.1_@babel+core@7.20.2 + babel-preset-current-node-syntax: 1.0.1_@babel+core@7.20.5 chalk: 4.1.2 expect: 29.3.1 graceful-fs: 4.2.10 @@ -8429,7 +8672,7 @@ packages: engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/types': 29.3.1 - '@types/node': 18.11.9 + '@types/node': 18.11.15 chalk: 4.1.2 ci-info: 3.6.1 graceful-fs: 4.2.10 @@ -8454,7 +8697,7 @@ packages: dependencies: '@jest/test-result': 29.3.1 '@jest/types': 29.3.1 - '@types/node': 18.11.9 + '@types/node': 18.11.15 ansi-escapes: 4.3.2 chalk: 4.1.2 emittery: 0.13.1 @@ -8462,21 +8705,21 @@ packages: string-length: 4.0.2 dev: true - /jest-webextension-mock/3.8.0: - resolution: {integrity: sha512-jlk2Aqz38TSu7nJ7CGSH4Nn8zYte4jXgByPzv6F0Ss5llWzrIGJNACPfZ6P4VPMC7h70ON8Cjq5qGugwphHigw==} + /jest-webextension-mock/3.8.6: + resolution: {integrity: sha512-3AEqeRcUetK0CheiLLPSsQJsf6Z4np3kTibHC7pRaCYxyhlddJbmlqxJriOvpGSCzdo4Y38q/adROEPi5GuDJg==} dev: true /jest-worker/29.3.1: resolution: {integrity: sha512-lY4AnnmsEWeiXirAIA0c9SDPbuCBq8IYuDVL8PMm0MZ2PEs2yPvRA/J64QBXuZp7CYKrDM/rmNrc9/i3KJQncw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@types/node': 18.11.9 + '@types/node': 18.11.15 jest-util: 29.3.1 merge-stream: 2.0.0 supports-color: 8.1.1 dev: true - /jest/29.3.1_@types+node@18.11.9: + /jest/29.3.1_@types+node@18.11.15: resolution: {integrity: sha512-6iWfL5DTT0Np6UYs/y5Niu7WIfNv/wRTtN5RSXt2DIEft3dx3zPuw/3WJQBCJfmEzvDiEKwoqMbGD9n49+qLSA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} hasBin: true @@ -8489,16 +8732,16 @@ packages: '@jest/core': 29.3.1 '@jest/types': 29.3.1 import-local: 3.1.0 - jest-cli: 29.3.1_@types+node@18.11.9 + jest-cli: 29.3.1_@types+node@18.11.15 transitivePeerDependencies: - '@types/node' - supports-color - ts-node dev: true - /jotai/1.10.0_react@18.2.0: - resolution: {integrity: sha512-3Q8kQU3Ktds+80Ku4dVcvnwSXEcK0Fg0b6mC1+4wz3rmF64lOGNUySKXQ4njvYCWodR8bw2HygOKYSYkHxQQmA==} - engines: {node: '>=12.7.0'} + /jotai/1.11.2_react@18.2.0: + resolution: {integrity: sha512-hVLn1aS1QprDy+NrvyWIOcaA/LEG5AY0Z7kWtx26EJ8eH8DY8pW1wUM0PrlqQzthqd6HdEVtXLY1rB//0n8LvA==} + engines: {node: '>=12.20.0'} peerDependencies: '@babel/core': '*' '@babel/template': '*' @@ -8540,8 +8783,8 @@ packages: resolution: {integrity: sha512-34wB/Y7MW7bzjKRjUKTa46I2Z7eV62Rkhva+KkopW7Qvv/OSWBqvkSY7vusOPrNuZcUG3tApvdVgNB8POj3SPw==} engines: {node: '>=10'} - /js-sdsl/4.1.5: - resolution: {integrity: sha512-08bOAKweV2NUC1wqTtf3qZlnpOX/R2DU9ikpjOHs0H+ibQv3zpncVQg6um4uYtRtrwIX8M4Nh3ytK4HGlYAq7Q==} + /js-sdsl/4.2.0: + resolution: {integrity: sha512-dyBIzQBDkCqCu+0upx25Y2jGdbTGxE9fshMsCdK0ViOongpV+n5tXRcZY9v7CaVQ79AGS9KA1KHtojxiM7aXSQ==} dev: true /js-tokens/4.0.0: @@ -8621,11 +8864,11 @@ packages: /json-parse-even-better-errors/2.3.1: resolution: {integrity: sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==} - /json-schema-to-ts/2.6.1: - resolution: {integrity: sha512-SQ/L0BBDxYzd7AiF7WK5oKTF/3Y007XRH6Ss4ZQUfnBEtsbLmtG0GDiPw831eNzcF5WYqdUtbxS1NSb8hBu6Tg==} - engines: {node: ^16.10.0} + /json-schema-to-ts/2.6.2: + resolution: {integrity: sha512-RrcvhZUcTAtfMVSvHIq3h/tELToha68V/1kGeQ2ggBv/4Bv31Zjbqis+b+Hiwibj6GO5WLA9PE4X93C8VTJ1TA==} + engines: {node: '>=16'} dependencies: - '@babel/runtime': 7.20.1 + '@babel/runtime': 7.20.6 '@types/json-schema': 7.0.11 ts-algebra: 1.1.1 ts-toolbelt: 9.6.0 @@ -8666,15 +8909,6 @@ packages: object.assign: 4.1.4 dev: true - /jszip/3.10.1: - resolution: {integrity: sha512-xXDvecyTpGLrqFrvkrUSoxxfJI5AH7U8zxxtVclpsUtMCq4JQ290LY8AW5c7Ggnr/Y/oK+bQMbqK2qmtk3pN4g==} - dependencies: - lie: 3.3.0 - pako: 1.0.11 - readable-stream: 2.3.7 - setimmediate: 1.0.5 - dev: false - /jwa/2.0.0: resolution: {integrity: sha512-jrZ2Qx916EA+fq9cEAeCROWPTfCwi1IVHqT2tapuqLEVVDKFDENFw1oL+MwrTvH6msKxsd1YTDVw6uKEcsrLEA==} dependencies: @@ -8749,12 +8983,6 @@ packages: type-check: 0.4.0 dev: true - /lie/3.3.0: - resolution: {integrity: sha512-UaiMJzeWRlEujzAuw5LokY1L5ecNQYZKfmyZ9L7wDHb/p5etKaxXhohBcrw0EYby+G/NA52vRSN4N39dxHAIwQ==} - dependencies: - immediate: 3.0.6 - dev: false - /lightningcss-darwin-arm64/1.14.0: resolution: {integrity: sha512-AFt8Qs9Qjbg5AlB/3cYljanVEeyJI4C9bPqO8hI7bNa2HdDIINI4NgfGpri8BNwA3zcAlFPH38caIqcG3LWC+g==} engines: {node: '>= 12.0.0'} @@ -9027,7 +9255,7 @@ packages: resolution: {integrity: sha512-l0x2DvrW294C9uDCoQe1VSU4gf529FkSZ6leBl4TiqZH/e+0R7hSfHQBNut2mNygDgHwvYHfFLn6Oxb3VWj2rA==} engines: {node: '>=12'} dependencies: - chalk: 5.1.2 + chalk: 5.2.0 is-unicode-supported: 1.3.0 dev: false @@ -9072,6 +9300,13 @@ packages: dependencies: sourcemap-codec: 1.4.8 + /magic-string/0.27.0: + resolution: {integrity: sha512-8UnnX2PeRAPZuN12svgR9j7M1uWMovg/CEnIwIG0LFkXSJJe4PdfUGiTGl8V9bsBHFUtfVINcSyYxd7q+kx9fA==} + engines: {node: '>=12'} + dependencies: + '@jridgewell/sourcemap-codec': 1.4.14 + dev: false + /make-dir/2.1.0: resolution: {integrity: sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==} engines: {node: '>=6'} @@ -9195,8 +9430,8 @@ packages: dependencies: brace-expansion: 1.1.11 - /minimatch/5.1.0: - resolution: {integrity: sha512-9TPBGGak4nHfGZsPBohm9AWg6NoT7QTCehS3BIJABslyZbzxfV78QM2Y6+i741OPZIafFAaiiEMh5OyIrJPgtg==} + /minimatch/5.1.1: + resolution: {integrity: sha512-362NP+zlprccbEt/SkxKfRMHnNY85V74mVnpUpNyr3F35covl09Kec7/sEFLt3RA4oXmewtoaanoIf67SE5Y5g==} engines: {node: '>=10'} dependencies: brace-expansion: 2.0.1 @@ -9217,7 +9452,7 @@ packages: resolution: {integrity: sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==} hasBin: true dependencies: - minimist: 1.2.6 + minimist: 1.2.7 dev: false /mnemonic-id/3.2.7: @@ -9298,8 +9533,8 @@ packages: resolution: {integrity: sha512-CXdUiJembsNjuToQvxayPZF9Vqht7hewsvy2sOWafLvi2awflj9mOC6bHIg50orX8IJvWKY9wYQ/zB2kogPslQ==} dev: false - /next/13.0.4_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-4P0MvbjPCI1E/UPL1GrTXtYlgFnbBbY3JQ+AMY8jYE2SwyvCWctEJySoRjveznAHjrl6TIjuAJeB8u1c2StYUQ==} + /next/13.0.6_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-COvigvms2LRt1rrzfBQcMQ2GZd86Mvk1z+LOLY5pniFtL4VrTmhZ9salrbKfSiXbhsD01TrDdD68ec3ABDyscA==} engines: {node: '>=14.6.0'} hasBin: true peerDependencies: @@ -9316,28 +9551,27 @@ packages: sass: optional: true dependencies: - '@next/env': 13.0.4 - '@swc/helpers': 0.4.11 - caniuse-lite: 1.0.30001431 + '@next/env': 13.0.6 + '@swc/helpers': 0.4.14 + caniuse-lite: 1.0.30001439 postcss: 8.4.14 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 styled-jsx: 5.1.0_react@18.2.0 - use-sync-external-store: 1.2.0_react@18.2.0 optionalDependencies: - '@next/swc-android-arm-eabi': 13.0.4 - '@next/swc-android-arm64': 13.0.4 - '@next/swc-darwin-arm64': 13.0.4 - '@next/swc-darwin-x64': 13.0.4 - '@next/swc-freebsd-x64': 13.0.4 - '@next/swc-linux-arm-gnueabihf': 13.0.4 - '@next/swc-linux-arm64-gnu': 13.0.4 - '@next/swc-linux-arm64-musl': 13.0.4 - '@next/swc-linux-x64-gnu': 13.0.4 - '@next/swc-linux-x64-musl': 13.0.4 - '@next/swc-win32-arm64-msvc': 13.0.4 - '@next/swc-win32-ia32-msvc': 13.0.4 - '@next/swc-win32-x64-msvc': 13.0.4 + '@next/swc-android-arm-eabi': 13.0.6 + '@next/swc-android-arm64': 13.0.6 + '@next/swc-darwin-arm64': 13.0.6 + '@next/swc-darwin-x64': 13.0.6 + '@next/swc-freebsd-x64': 13.0.6 + '@next/swc-linux-arm-gnueabihf': 13.0.6 + '@next/swc-linux-arm64-gnu': 13.0.6 + '@next/swc-linux-arm64-musl': 13.0.6 + '@next/swc-linux-x64-gnu': 13.0.6 + '@next/swc-linux-x64-musl': 13.0.6 + '@next/swc-win32-arm64-msvc': 13.0.6 + '@next/swc-win32-ia32-msvc': 13.0.6 + '@next/swc-win32-x64-msvc': 13.0.6 transitivePeerDependencies: - '@babel/core' - babel-plugin-macros @@ -9401,8 +9635,8 @@ packages: engines: {node: '>=0.10.0'} dev: false - /node-releases/2.0.6: - resolution: {integrity: sha512-PiVXnNuFm5+iYkLBNeq5211hvO38y63T0i2KKh2KnUs3RpzJ+JtODFjkD8yjLwnDkTYF1eKXheUwdssR+NRZdg==} + /node-releases/2.0.7: + resolution: {integrity: sha512-EJ3rzxL9pTWPjk5arA0s0dgXpnyiAbJDE6wHT62g7VsgrgQgmmZ+Ru++M1BFofncWja+Pnn3rEr3fieRySAdKQ==} /normalize-package-data/3.0.3: resolution: {integrity: sha512-p2W1sgqij3zMMyRC067Dg16bfzVH+w7hyegmpIvZ4JNjqtGOVAIvLmjBx3yP7YTe9vKJgkoNOPjwQGogDoMXFA==} @@ -9564,7 +9798,7 @@ packages: engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} dependencies: bl: 5.1.0 - chalk: 5.1.2 + chalk: 5.2.0 cli-cursor: 4.0.0 cli-spinners: 2.7.0 is-interactive: 2.0.0 @@ -9636,6 +9870,7 @@ packages: /pako/1.0.11: resolution: {integrity: sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==} + dev: true /param-case/3.0.4: resolution: {integrity: sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==} @@ -9762,25 +9997,25 @@ packages: find-up: 4.1.0 dev: true - /postcss-import/14.1.0_postcss@8.4.19: + /postcss-import/14.1.0_postcss@8.4.20: resolution: {integrity: sha512-flwI+Vgm4SElObFVPpTIT7SU7R3qk2L7PyduMcokiaVKuWv9d/U+Gm/QAd8NDLuykTWTkcrjOeD2Pp1rMeBTGw==} engines: {node: '>=10.0.0'} peerDependencies: postcss: ^8.0.0 dependencies: - postcss: 8.4.19 + postcss: 8.4.20 postcss-value-parser: 4.2.0 read-cache: 1.0.0 resolve: 1.22.1 - /postcss-js/4.0.0_postcss@8.4.19: + /postcss-js/4.0.0_postcss@8.4.20: resolution: {integrity: sha512-77QESFBwgX4irogGVPgQ5s07vLvFqWr228qZY+w6lW599cRlK/HmnlivnnVUxkjHnCu4J16PDMHcH+e+2HbvTQ==} engines: {node: ^12 || ^14 || >= 16} peerDependencies: postcss: ^8.3.3 dependencies: camelcase-css: 2.0.1 - postcss: 8.4.19 + postcss: 8.4.20 /postcss-load-config/3.1.4: resolution: {integrity: sha512-6DiM4E7v4coTE4uzA8U//WhtPwyhiim3eyjEMFCnUpzbrkK9wJHgKDT2mR+HbtSrd/NubVaYTOpSpjUl8NQeRg==} @@ -9797,7 +10032,7 @@ packages: lilconfig: 2.0.6 yaml: 1.10.2 - /postcss-load-config/3.1.4_postcss@8.4.19: + /postcss-load-config/3.1.4_postcss@8.4.20: resolution: {integrity: sha512-6DiM4E7v4coTE4uzA8U//WhtPwyhiim3eyjEMFCnUpzbrkK9wJHgKDT2mR+HbtSrd/NubVaYTOpSpjUl8NQeRg==} engines: {node: '>= 10'} peerDependencies: @@ -9810,27 +10045,27 @@ packages: optional: true dependencies: lilconfig: 2.0.6 - postcss: 8.4.19 + postcss: 8.4.20 yaml: 1.10.2 - /postcss-multiple-tailwind/1.0.1_me3eicvovseuwi73d2pz2ggw4a: + /postcss-multiple-tailwind/1.0.1_hzp6xp7xtvub4zmrlzvlyjfmvy: resolution: {integrity: sha512-2HFAvNLBfEFQn9x4XZsOrsTdzJCqiTyOK3TCDafZlY0c4LQztybL73e26X3dHg2i3jwc700M6cTLLthCmAgAVw==} engines: {node: '>=10.0.0'} peerDependencies: postcss: ^8.2.8 tailwindcss: ^3.0.0 dependencies: - postcss: 8.4.19 - tailwindcss: 3.2.4_postcss@8.4.19 + postcss: 8.4.20 + tailwindcss: 3.2.4_postcss@8.4.20 dev: true - /postcss-nested/6.0.0_postcss@8.4.19: + /postcss-nested/6.0.0_postcss@8.4.20: resolution: {integrity: sha512-0DkamqrPcmkBDsLn+vQDIrtkSbNkv5AD/M322ySo9kqFkCIYklym2xEmWkwo+Y3/qZo34tzEPNUw4y7yMCdv5w==} engines: {node: '>=12.0'} peerDependencies: postcss: ^8.2.14 dependencies: - postcss: 8.4.19 + postcss: 8.4.20 postcss-selector-parser: 6.0.10 /postcss-selector-parser/6.0.10: @@ -9852,8 +10087,8 @@ packages: source-map-js: 1.0.2 dev: false - /postcss/8.4.19: - resolution: {integrity: sha512-h+pbPsyhlYj6N2ozBmHhHrs9DzGmbaarbLvWipMRO7RLS+v4onj26MPFXA5OBYFxyqYhUJK456SwDcY9H2/zsA==} + /postcss/8.4.20: + resolution: {integrity: sha512-6Q04AXR1212bXr5fh03u8aAwbLxAQNGQ/Q1LNa0VfOI06ZAlhPHtQvE4OIdpj4kLThXilalPnmDSOD65DcHt+g==} engines: {node: ^10 || ^12 || >=14} dependencies: nanoid: 3.3.4 @@ -9918,14 +10153,8 @@ packages: engines: {node: '>= 0.8.0'} dev: true - /prettier/2.7.1: - resolution: {integrity: sha512-ujppO+MkdPqoVINuDFDRLClm7D78qbDt0/NR+wp5FqEZOoTNAjPHWj17QRhu7geIHJfcNhRk1XVQmF8Bp3ye+g==} - engines: {node: '>=10.13.0'} - hasBin: true - dev: true - - /prettier/2.8.0: - resolution: {integrity: sha512-9Lmg8hTFZKG0Asr/kW9Bp8tJjRVluO8EJQVfY2T7FMw9T5jy4I/Uvx0Rca/XWf50QQ1/SS48+6IJWnrb+2yemA==} + /prettier/2.8.1: + resolution: {integrity: sha512-lqGoSJBQNJidqCHE80vqZJHWHRFoNYsSpP9AjFhlhi9ODCJA541svILes/+/1GM3VaL/abZi7cpFzOpdR9UPKg==} engines: {node: '>=10.13.0'} hasBin: true dev: true @@ -9991,7 +10220,7 @@ packages: '@protobufjs/pool': 1.1.0 '@protobufjs/utf8': 1.1.0 '@types/long': 4.0.2 - '@types/node': 18.11.9 + '@types/node': 18.11.15 long: 4.0.0 dev: false @@ -10010,7 +10239,7 @@ packages: '@protobufjs/path': 1.1.2 '@protobufjs/pool': 1.1.0 '@protobufjs/utf8': 1.1.0 - '@types/node': 18.11.9 + '@types/node': 18.11.15 long: 5.2.1 dev: false @@ -10096,11 +10325,11 @@ packages: react: '>=16.9.0' react-dom: '>=16.9.0' dependencies: - '@babel/runtime': 7.20.1 + '@babel/runtime': 7.20.6 classnames: 2.3.2 dom-align: 1.12.4 lodash: 4.17.21 - rc-util: 5.24.5_biqbaboplfbrettd7655fr4n2y + rc-util: 5.25.3_biqbaboplfbrettd7655fr4n2y react: 18.2.0 react-dom: 18.2.0_react@18.2.0 resize-observer-polyfill: 1.5.1 @@ -10112,12 +10341,12 @@ packages: react: '>=16.9.0' react-dom: '>=16.9.0' dependencies: - '@babel/runtime': 7.20.1 + '@babel/runtime': 7.20.6 array-tree-filter: 2.1.0 classnames: 2.3.2 - rc-select: 14.1.14_biqbaboplfbrettd7655fr4n2y - rc-tree: 5.7.1_biqbaboplfbrettd7655fr4n2y - rc-util: 5.24.5_biqbaboplfbrettd7655fr4n2y + rc-select: 14.1.16_biqbaboplfbrettd7655fr4n2y + rc-tree: 5.7.2_biqbaboplfbrettd7655fr4n2y + rc-util: 5.25.3_biqbaboplfbrettd7655fr4n2y react: 18.2.0 react-dom: 18.2.0_react@18.2.0 dev: false @@ -10128,7 +10357,7 @@ packages: react: '>=16.9.0' react-dom: '>=16.9.0' dependencies: - '@babel/runtime': 7.20.1 + '@babel/runtime': 7.20.6 classnames: 2.3.2 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 @@ -10140,10 +10369,10 @@ packages: react: '>=16.9.0' react-dom: '>=16.9.0' dependencies: - '@babel/runtime': 7.20.1 + '@babel/runtime': 7.20.6 classnames: 2.3.2 rc-motion: 2.6.2_biqbaboplfbrettd7655fr4n2y - rc-util: 5.24.5_biqbaboplfbrettd7655fr4n2y + rc-util: 5.25.3_biqbaboplfbrettd7655fr4n2y react: 18.2.0 react-dom: 18.2.0_react@18.2.0 shallowequal: 1.1.0 @@ -10155,26 +10384,26 @@ packages: react: '>=16.9.0' react-dom: '>=16.9.0' dependencies: - '@babel/runtime': 7.20.1 + '@babel/runtime': 7.20.6 '@rc-component/portal': 1.0.3_biqbaboplfbrettd7655fr4n2y classnames: 2.3.2 rc-motion: 2.6.2_biqbaboplfbrettd7655fr4n2y - rc-util: 5.24.5_biqbaboplfbrettd7655fr4n2y + rc-util: 5.25.3_biqbaboplfbrettd7655fr4n2y react: 18.2.0 react-dom: 18.2.0_react@18.2.0 dev: false - /rc-drawer/6.0.1_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-ibWXGf8I+KRPXE03X4s0/xXzQI37YWXUV+oPy+R29GKxkjr98UTMgwvoQDKlZTm5AiaRuVFqhTKm0kNHqJh+TQ==} + /rc-drawer/6.0.3_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-u4RajgrnREKQH/21gB2JHZiA6ZECo0X0BbmDxAJEhKD9jUhlAbqMN5I9VWa4PSzi9ceLHUShqQcPAh2EJswffw==} peerDependencies: react: '>=16.9.0' react-dom: '>=16.9.0' dependencies: - '@babel/runtime': 7.20.1 + '@babel/runtime': 7.20.6 '@rc-component/portal': 1.0.3_biqbaboplfbrettd7655fr4n2y classnames: 2.3.2 rc-motion: 2.6.2_biqbaboplfbrettd7655fr4n2y - rc-util: 5.24.5_biqbaboplfbrettd7655fr4n2y + rc-util: 5.25.3_biqbaboplfbrettd7655fr4n2y react: 18.2.0 react-dom: 18.2.0_react@18.2.0 dev: false @@ -10185,10 +10414,10 @@ packages: react: '>=16.11.0' react-dom: '>=16.11.0' dependencies: - '@babel/runtime': 7.20.1 + '@babel/runtime': 7.20.6 classnames: 2.3.2 - rc-trigger: 5.3.3_biqbaboplfbrettd7655fr4n2y - rc-util: 5.24.5_biqbaboplfbrettd7655fr4n2y + rc-trigger: 5.3.4_biqbaboplfbrettd7655fr4n2y + rc-util: 5.25.3_biqbaboplfbrettd7655fr4n2y react: 18.2.0 react-dom: 18.2.0_react@18.2.0 dev: false @@ -10200,37 +10429,38 @@ packages: react: '>=16.9.0' react-dom: '>=16.9.0' dependencies: - '@babel/runtime': 7.20.1 + '@babel/runtime': 7.20.6 async-validator: 4.2.5 - rc-util: 5.24.5_biqbaboplfbrettd7655fr4n2y + rc-util: 5.25.3_biqbaboplfbrettd7655fr4n2y react: 18.2.0 react-dom: 18.2.0_react@18.2.0 dev: false - /rc-image/5.12.0_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-ubZIPfT81jmb0hLf/sIKbgi7kJT2+26RxWPshppDElhXoJZ9Xb0y+QRBcYGgCAPy76RIuaKT2RL5x8Owvhrcjg==} + /rc-image/5.12.1_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-FMldR/ODwQmlFlhjR4c6hsOHmnn4s9CxmW7PR/9XCYE1XHlGJ5OkSWOtJruoaLjVwt2tQYDRnLANf/mKZ9ReUg==} peerDependencies: react: '>=16.9.0' react-dom: '>=16.9.0' dependencies: - '@babel/runtime': 7.20.1 + '@babel/runtime': 7.20.6 '@rc-component/portal': 1.0.3_biqbaboplfbrettd7655fr4n2y classnames: 2.3.2 rc-dialog: 9.0.2_biqbaboplfbrettd7655fr4n2y - rc-util: 5.24.5_biqbaboplfbrettd7655fr4n2y + rc-util: 5.25.3_biqbaboplfbrettd7655fr4n2y react: 18.2.0 react-dom: 18.2.0_react@18.2.0 dev: false - /rc-input-number/7.3.11_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-aMWPEjFeles6PQnMqP5eWpxzsvHm9rh1jQOWXExUEIxhX62Fyl/ptifLHOn17+waDG1T/YUb6flfJbvwRhHrbA==} + /rc-input-number/7.4.0_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-r/Oub/sPYbzqLNUOHnnc9sbCu78a81KX+RCbRwmpvB4W6nptUySbdWS5KHV4Hak5CAE1LAd+wWm5JjvZizG1FA==} peerDependencies: react: '>=16.9.0' react-dom: '>=16.9.0' dependencies: - '@babel/runtime': 7.20.1 + '@babel/runtime': 7.20.6 + '@rc-component/mini-decimal': 1.0.1 classnames: 2.3.2 - rc-util: 5.24.5_biqbaboplfbrettd7655fr4n2y + rc-util: 5.25.3_biqbaboplfbrettd7655fr4n2y react: 18.2.0 react-dom: 18.2.0_react@18.2.0 dev: false @@ -10241,41 +10471,41 @@ packages: react: '>=16.0.0' react-dom: '>=16.0.0' dependencies: - '@babel/runtime': 7.20.1 + '@babel/runtime': 7.20.6 classnames: 2.3.2 - rc-util: 5.24.5_biqbaboplfbrettd7655fr4n2y + rc-util: 5.25.3_biqbaboplfbrettd7655fr4n2y react: 18.2.0 react-dom: 18.2.0_react@18.2.0 dev: false - /rc-mentions/1.11.0_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-0C78O4wvG8UwsT7DtcwV8j7k4T+urrM0VuRT9gmSGbX187Ftl/JbCXL6WMGHSWBYI+LxInw1x4gw0Zi6qOcaig==} + /rc-mentions/1.13.1_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-FCkaWw6JQygtOz0+Vxz/M/NWqrWHB9LwqlY2RtcuFqWJNFK9njijOOzTSsBGANliGufVUzx/xuPHmZPBV0+Hgw==} peerDependencies: react: '>=16.9.0' react-dom: '>=16.9.0' dependencies: - '@babel/runtime': 7.20.1 + '@babel/runtime': 7.20.6 classnames: 2.3.2 - rc-menu: 9.7.2_biqbaboplfbrettd7655fr4n2y + rc-menu: 9.8.1_biqbaboplfbrettd7655fr4n2y rc-textarea: 0.4.7_biqbaboplfbrettd7655fr4n2y - rc-trigger: 5.3.3_biqbaboplfbrettd7655fr4n2y - rc-util: 5.24.5_biqbaboplfbrettd7655fr4n2y + rc-trigger: 5.3.4_biqbaboplfbrettd7655fr4n2y + rc-util: 5.25.3_biqbaboplfbrettd7655fr4n2y react: 18.2.0 react-dom: 18.2.0_react@18.2.0 dev: false - /rc-menu/9.7.2_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-zyri6Qwr955SOdjzDn7/ylz7Zj8r89wGyoRw0lV9G8K6a3VBfSrP2XMYEc0JgeC62OTghUcRWad7KFqNXysxaA==} + /rc-menu/9.8.1_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-179weouypfjWJSRvvoo/vPy+StojsMzK2XC5jRNhL1ryt/N/8wAFESte8K6jZJkNp9DHDLFTe+dCGmikKpiFuA==} peerDependencies: react: '>=16.9.0' react-dom: '>=16.9.0' dependencies: - '@babel/runtime': 7.20.1 + '@babel/runtime': 7.20.6 classnames: 2.3.2 rc-motion: 2.6.2_biqbaboplfbrettd7655fr4n2y rc-overflow: 1.2.8_biqbaboplfbrettd7655fr4n2y - rc-trigger: 5.3.3_biqbaboplfbrettd7655fr4n2y - rc-util: 5.24.5_biqbaboplfbrettd7655fr4n2y + rc-trigger: 5.3.4_biqbaboplfbrettd7655fr4n2y + rc-util: 5.25.3_biqbaboplfbrettd7655fr4n2y react: 18.2.0 react-dom: 18.2.0_react@18.2.0 shallowequal: 1.1.0 @@ -10287,9 +10517,9 @@ packages: react: '>=16.9.0' react-dom: '>=16.9.0' dependencies: - '@babel/runtime': 7.20.1 + '@babel/runtime': 7.20.6 classnames: 2.3.2 - rc-util: 5.24.5_biqbaboplfbrettd7655fr4n2y + rc-util: 5.25.3_biqbaboplfbrettd7655fr4n2y react: 18.2.0 react-dom: 18.2.0_react@18.2.0 dev: false @@ -10301,10 +10531,10 @@ packages: react: '>=16.9.0' react-dom: '>=16.9.0' dependencies: - '@babel/runtime': 7.20.1 + '@babel/runtime': 7.20.6 classnames: 2.3.2 rc-motion: 2.6.2_biqbaboplfbrettd7655fr4n2y - rc-util: 5.24.5_biqbaboplfbrettd7655fr4n2y + rc-util: 5.25.3_biqbaboplfbrettd7655fr4n2y react: 18.2.0 react-dom: 18.2.0_react@18.2.0 dev: false @@ -10315,10 +10545,10 @@ packages: react: '>=16.9.0' react-dom: '>=16.9.0' dependencies: - '@babel/runtime': 7.20.1 + '@babel/runtime': 7.20.6 classnames: 2.3.2 rc-resize-observer: 1.2.0_biqbaboplfbrettd7655fr4n2y - rc-util: 5.24.5_biqbaboplfbrettd7655fr4n2y + rc-util: 5.25.3_biqbaboplfbrettd7655fr4n2y react: 18.2.0 react-dom: 18.2.0_react@18.2.0 dev: false @@ -10329,14 +10559,14 @@ packages: react: '>=16.9.0' react-dom: '>=16.9.0' dependencies: - '@babel/runtime': 7.20.1 + '@babel/runtime': 7.20.6 classnames: 2.3.2 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 dev: false - /rc-picker/3.1.1_hk4it2saoa6yurflmehlixyvbq: - resolution: {integrity: sha512-Z61U2upedvnMJ0SafnGF89tyiQd421lYrkZCTZmywOcJpC4zKieuVmsGD/uHnlx4gMtcwooVWNCuVezomNtk8g==} + /rc-picker/3.1.3_mlnkrlbros4rghcauwy625gk7y: + resolution: {integrity: sha512-sXBfgz9DyCs72zrhjb3VEP0sQwTyZjyaZgSxBNGLvoPwpQIlCVZ9VUGYn6wX+MJoM9r7P9VHV4sVLLNyDr8DIA==} engines: {node: '>=8.x'} peerDependencies: date-fns: '>= 2.x' @@ -10352,11 +10582,11 @@ packages: moment: optional: true dependencies: - '@babel/runtime': 7.20.1 + '@babel/runtime': 7.20.6 classnames: 2.3.2 - dayjs: 1.11.6 - rc-trigger: 5.3.3_biqbaboplfbrettd7655fr4n2y - rc-util: 5.24.5_biqbaboplfbrettd7655fr4n2y + dayjs: 1.11.7 + rc-trigger: 5.3.4_biqbaboplfbrettd7655fr4n2y + rc-util: 5.25.3_biqbaboplfbrettd7655fr4n2y react: 18.2.0 react-dom: 18.2.0_react@18.2.0 shallowequal: 1.1.0 @@ -10368,9 +10598,9 @@ packages: react: '>=16.9.0' react-dom: '>=16.9.0' dependencies: - '@babel/runtime': 7.20.1 + '@babel/runtime': 7.20.6 classnames: 2.3.2 - rc-util: 5.24.5_biqbaboplfbrettd7655fr4n2y + rc-util: 5.25.3_biqbaboplfbrettd7655fr4n2y react: 18.2.0 react-dom: 18.2.0_react@18.2.0 dev: false @@ -10382,9 +10612,9 @@ packages: react: '>=16.9.0' react-dom: '>=16.9.0' dependencies: - '@babel/runtime': 7.20.1 + '@babel/runtime': 7.20.6 classnames: 2.3.2 - rc-util: 5.24.5_biqbaboplfbrettd7655fr4n2y + rc-util: 5.25.3_biqbaboplfbrettd7655fr4n2y react: 18.2.0 react-dom: 18.2.0_react@18.2.0 dev: false @@ -10395,9 +10625,9 @@ packages: react: '>=16.9.0' react-dom: '>=16.9.0' dependencies: - '@babel/runtime': 7.20.1 + '@babel/runtime': 7.20.6 classnames: 2.3.2 - rc-util: 5.24.5_biqbaboplfbrettd7655fr4n2y + rc-util: 5.25.3_biqbaboplfbrettd7655fr4n2y react: 18.2.0 react-dom: 18.2.0_react@18.2.0 resize-observer-polyfill: 1.5.1 @@ -10409,28 +10639,28 @@ packages: react: '>=16.0.0' react-dom: '>=16.0.0' dependencies: - '@babel/runtime': 7.20.1 + '@babel/runtime': 7.20.6 classnames: 2.3.2 rc-motion: 2.6.2_biqbaboplfbrettd7655fr4n2y - rc-util: 5.24.5_biqbaboplfbrettd7655fr4n2y + rc-util: 5.25.3_biqbaboplfbrettd7655fr4n2y react: 18.2.0 react-dom: 18.2.0_react@18.2.0 dev: false - /rc-select/14.1.14_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-QARbPioNxyrwUzMaXep0Lx6dSyGSvtBqDOTiMwR9H0UZSvz50oYt9Vn7AZiF/8MR+SOwYtybbT6sIMcN+Xvcwg==} + /rc-select/14.1.16_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-71XLHleuZmufpdV2vis5oituRkhg2WNvLpVMJBGWRar6WGAVOHXaY9DR5HvwWry3EGTn19BqnL6Xbybje6f8YA==} engines: {node: '>=8.x'} peerDependencies: react: '*' react-dom: '*' dependencies: - '@babel/runtime': 7.20.1 + '@babel/runtime': 7.20.6 classnames: 2.3.2 rc-motion: 2.6.2_biqbaboplfbrettd7655fr4n2y rc-overflow: 1.2.8_biqbaboplfbrettd7655fr4n2y - rc-trigger: 5.3.3_biqbaboplfbrettd7655fr4n2y - rc-util: 5.24.5_biqbaboplfbrettd7655fr4n2y - rc-virtual-list: 3.4.11_biqbaboplfbrettd7655fr4n2y + rc-trigger: 5.3.4_biqbaboplfbrettd7655fr4n2y + rc-util: 5.25.3_biqbaboplfbrettd7655fr4n2y + rc-virtual-list: 3.4.13_biqbaboplfbrettd7655fr4n2y react: 18.2.0 react-dom: 18.2.0_react@18.2.0 dev: false @@ -10442,9 +10672,9 @@ packages: react: '>=16.9.0' react-dom: '>=16.9.0' dependencies: - '@babel/runtime': 7.20.1 + '@babel/runtime': 7.20.6 classnames: 2.3.2 - rc-util: 5.24.5_biqbaboplfbrettd7655fr4n2y + rc-util: 5.25.3_biqbaboplfbrettd7655fr4n2y react: 18.2.0 react-dom: 18.2.0_react@18.2.0 shallowequal: 1.1.0 @@ -10457,9 +10687,9 @@ packages: react: '>=16.9.0' react-dom: '>=16.9.0' dependencies: - '@babel/runtime': 7.20.1 + '@babel/runtime': 7.20.6 classnames: 2.3.2 - rc-util: 5.24.5_biqbaboplfbrettd7655fr4n2y + rc-util: 5.25.3_biqbaboplfbrettd7655fr4n2y react: 18.2.0 react-dom: 18.2.0_react@18.2.0 dev: false @@ -10470,9 +10700,9 @@ packages: react: '>=16.9.0' react-dom: '>=16.9.0' dependencies: - '@babel/runtime': 7.20.1 + '@babel/runtime': 7.20.6 classnames: 2.3.2 - rc-util: 5.24.5_biqbaboplfbrettd7655fr4n2y + rc-util: 5.25.3_biqbaboplfbrettd7655fr4n2y react: 18.2.0 react-dom: 18.2.0_react@18.2.0 dev: false @@ -10484,29 +10714,29 @@ packages: react: '>=16.9.0' react-dom: '>=16.9.0' dependencies: - '@babel/runtime': 7.20.1 + '@babel/runtime': 7.20.6 classnames: 2.3.2 rc-resize-observer: 1.2.0_biqbaboplfbrettd7655fr4n2y - rc-util: 5.24.5_biqbaboplfbrettd7655fr4n2y + rc-util: 5.25.3_biqbaboplfbrettd7655fr4n2y react: 18.2.0 react-dom: 18.2.0_react@18.2.0 shallowequal: 1.1.0 dev: false - /rc-tabs/12.3.0_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-/mOHuq4h/mNC0QmB3iEOrYeiNMvciosSo/v7SMtvoc+jfk63AzZtQzwsC50t6kkL9ViEqyjDqj4bFfxKdQtozA==} + /rc-tabs/12.4.2_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-FFlGwuTjQUznWzJtyhmHc6KAp5lRQFxKUv9Aj1UtsOYe2e7WGmuzcrd+/LQchuPe0VjhaZPdGkmFGcqGqNO6ow==} engines: {node: '>=8.x'} peerDependencies: react: '>=16.9.0' react-dom: '>=16.9.0' dependencies: - '@babel/runtime': 7.20.1 + '@babel/runtime': 7.20.6 classnames: 2.3.2 rc-dropdown: 4.0.1_biqbaboplfbrettd7655fr4n2y - rc-menu: 9.7.2_biqbaboplfbrettd7655fr4n2y + rc-menu: 9.8.1_biqbaboplfbrettd7655fr4n2y rc-motion: 2.6.2_biqbaboplfbrettd7655fr4n2y rc-resize-observer: 1.2.0_biqbaboplfbrettd7655fr4n2y - rc-util: 5.24.5_biqbaboplfbrettd7655fr4n2y + rc-util: 5.25.3_biqbaboplfbrettd7655fr4n2y react: 18.2.0 react-dom: 18.2.0_react@18.2.0 dev: false @@ -10517,10 +10747,10 @@ packages: react: '>=16.9.0' react-dom: '>=16.9.0' dependencies: - '@babel/runtime': 7.20.1 + '@babel/runtime': 7.20.6 classnames: 2.3.2 rc-resize-observer: 1.2.0_biqbaboplfbrettd7655fr4n2y - rc-util: 5.24.5_biqbaboplfbrettd7655fr4n2y + rc-util: 5.25.3_biqbaboplfbrettd7655fr4n2y react: 18.2.0 react-dom: 18.2.0_react@18.2.0 shallowequal: 1.1.0 @@ -10532,9 +10762,9 @@ packages: react: '>=16.9.0' react-dom: '>=16.9.0' dependencies: - '@babel/runtime': 7.20.1 + '@babel/runtime': 7.20.6 classnames: 2.3.2 - rc-trigger: 5.3.3_biqbaboplfbrettd7655fr4n2y + rc-trigger: 5.3.4_biqbaboplfbrettd7655fr4n2y react: 18.2.0 react-dom: 18.2.0_react@18.2.0 dev: false @@ -10545,43 +10775,43 @@ packages: react: '*' react-dom: '*' dependencies: - '@babel/runtime': 7.20.1 + '@babel/runtime': 7.20.6 classnames: 2.3.2 - rc-select: 14.1.14_biqbaboplfbrettd7655fr4n2y - rc-tree: 5.7.1_biqbaboplfbrettd7655fr4n2y - rc-util: 5.24.5_biqbaboplfbrettd7655fr4n2y + rc-select: 14.1.16_biqbaboplfbrettd7655fr4n2y + rc-tree: 5.7.2_biqbaboplfbrettd7655fr4n2y + rc-util: 5.25.3_biqbaboplfbrettd7655fr4n2y react: 18.2.0 react-dom: 18.2.0_react@18.2.0 dev: false - /rc-tree/5.7.1_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-fP04wmM5oyi9jT3DvmweLENswMHuNV5bDqT/1lWcmzAUqJ5/O/Bj7y8dMR5JlnnTojsRoJP6HlS+Az4Bc1h9jA==} + /rc-tree/5.7.2_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-nmnL6qLnfwVckO5zoqKL2I9UhwDqzyCtjITQCkwhimyz1zfuFkG5ZPIXpzD/Guzso94qQA/QrMsvzic5W6QDjg==} engines: {node: '>=10.x'} peerDependencies: react: '*' react-dom: '*' dependencies: - '@babel/runtime': 7.20.1 + '@babel/runtime': 7.20.6 classnames: 2.3.2 rc-motion: 2.6.2_biqbaboplfbrettd7655fr4n2y - rc-util: 5.24.5_biqbaboplfbrettd7655fr4n2y - rc-virtual-list: 3.4.11_biqbaboplfbrettd7655fr4n2y + rc-util: 5.25.3_biqbaboplfbrettd7655fr4n2y + rc-virtual-list: 3.4.13_biqbaboplfbrettd7655fr4n2y react: 18.2.0 react-dom: 18.2.0_react@18.2.0 dev: false - /rc-trigger/5.3.3_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-IC4nuTSAME7RJSgwvHCNDQrIzhvGMKf6NDu5veX+zk1MG7i1UnwTWWthcP9WHw3+FZfP3oZGvkrHFPu/EGkFKw==} + /rc-trigger/5.3.4_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-mQv+vas0TwKcjAO2izNPkqR4j86OemLRmvL2nOzdP9OWNWA1ivoTt5hzFqYNW9zACwmTezRiN8bttrC7cZzYSw==} engines: {node: '>=8.x'} peerDependencies: react: '>=16.9.0' react-dom: '>=16.9.0' dependencies: - '@babel/runtime': 7.20.1 + '@babel/runtime': 7.20.6 classnames: 2.3.2 rc-align: 4.0.12_biqbaboplfbrettd7655fr4n2y rc-motion: 2.6.2_biqbaboplfbrettd7655fr4n2y - rc-util: 5.24.5_biqbaboplfbrettd7655fr4n2y + rc-util: 5.25.3_biqbaboplfbrettd7655fr4n2y react: 18.2.0 react-dom: 18.2.0_react@18.2.0 dev: false @@ -10592,37 +10822,37 @@ packages: react: '>=16.9.0' react-dom: '>=16.9.0' dependencies: - '@babel/runtime': 7.20.1 + '@babel/runtime': 7.20.6 classnames: 2.3.2 - rc-util: 5.24.5_biqbaboplfbrettd7655fr4n2y + rc-util: 5.25.3_biqbaboplfbrettd7655fr4n2y react: 18.2.0 react-dom: 18.2.0_react@18.2.0 dev: false - /rc-util/5.24.5_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-Y5b6qQ2/tZKRT8MvL0/ky++JOMAijZPvepTMbt20eRDDMqXUbmIR+lkjcTfzDu845ysEyq0YGdRsaae3hrpnQg==} + /rc-util/5.25.3_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-+M+44T6UdM4iOd4QXRQKQjitOY26vC5pgFPNSo0XsY9OWzpHvy77BI55eL9Q9oDMUHzVuRNzzUkK1RI2W3n+ZQ==} peerDependencies: react: '>=16.9.0' react-dom: '>=16.9.0' dependencies: - '@babel/runtime': 7.20.1 + '@babel/runtime': 7.20.6 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 react-is: 16.13.1 shallowequal: 1.1.0 dev: false - /rc-virtual-list/3.4.11_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-BvUUH60kkeTBPigN5F89HtGaA5jSP4y2aM6cJ4dk9Y42I9yY+h6i08wF6UKeDcxdfOU8j3I5HxkSS/xA77J3wA==} + /rc-virtual-list/3.4.13_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-cPOVDmcNM7rH6ANotanMDilW/55XnFPw0Jh/GQYtrzZSy3AmWvCnqVNyNC/pgg3lfVmX2994dlzAhuUrd4jG7w==} engines: {node: '>=8.x'} peerDependencies: react: '*' react-dom: '*' dependencies: - '@babel/runtime': 7.20.1 + '@babel/runtime': 7.20.6 classnames: 2.3.2 rc-resize-observer: 1.2.0_biqbaboplfbrettd7655fr4n2y - rc-util: 5.24.5_biqbaboplfbrettd7655fr4n2y + rc-util: 5.25.3_biqbaboplfbrettd7655fr4n2y react: 18.2.0 react-dom: 18.2.0_react@18.2.0 dev: false @@ -10660,7 +10890,7 @@ packages: /react-is/18.2.0: resolution: {integrity: sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==} - /react-redux/8.0.5_moha6x5fbqoiok2ot63p7hwafm: + /react-redux/8.0.5_6fpxtwwxc52cyvwzdgczt4jvpq: resolution: {integrity: sha512-Q2f6fCKxPFpkXt1qNRZdEDLlScsDWyrgSj0mliK59qU6W5gvBiKkdMEG2lJzhd1rCctf0hb6EtePPLZ2e0m1uw==} peerDependencies: '@types/react': ^16.8 || ^17.0 || ^18.0 @@ -10683,7 +10913,7 @@ packages: dependencies: '@babel/runtime': 7.20.1 '@types/hoist-non-react-statics': 3.3.1 - '@types/react': 18.0.25 + '@types/react': 18.0.26 '@types/react-dom': 18.0.9 '@types/use-sync-external-store': 0.0.3 hoist-non-react-statics: 3.3.2 @@ -10699,26 +10929,26 @@ packages: engines: {node: '>=0.10.0'} dev: false - /react-router-dom/6.4.3_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-MiaYQU8CwVCaOfJdYvt84KQNjT78VF0TJrA17SIQgNHRvLnXDJO6qsFqq8F/zzB1BWZjCFIrQpu4QxcshitziQ==} + /react-router-dom/6.4.5_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-a7HsgikBR0wNfroBHcZUCd9+mLRqZS8R5U1Z1mzLWxFXEkUT3vR1XXmSIVoVpxVX8Bar0nQYYYc9Yipq8dWwAA==} engines: {node: '>=14'} peerDependencies: react: '>=16.8' react-dom: '>=16.8' dependencies: - '@remix-run/router': 1.0.3 + '@remix-run/router': 1.0.5 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - react-router: 6.4.3_react@18.2.0 + react-router: 6.4.5_react@18.2.0 dev: false - /react-router/6.4.3_react@18.2.0: - resolution: {integrity: sha512-BT6DoGn6aV1FVP5yfODMOiieakp3z46P1Fk0RNzJMACzE7C339sFuHebfvWtnB4pzBvXXkHP2vscJzWRuUjTtA==} + /react-router/6.4.5_react@18.2.0: + resolution: {integrity: sha512-1RQJ8bM70YEumHIlNUYc6mFfUDoWa5EgPDenK/fq0bxD8DYpQUi/S6Zoft+9DBrh2xmtg92N5HMAJgGWDhKJ5Q==} engines: {node: '>=14'} peerDependencies: react: '>=16.8' dependencies: - '@remix-run/router': 1.0.3 + '@remix-run/router': 1.0.5 react: 18.2.0 dev: false @@ -10728,7 +10958,7 @@ packages: react: '>=16.6.0' react-dom: '>=16.6.0' dependencies: - '@babel/runtime': 7.20.1 + '@babel/runtime': 7.20.6 dom-helpers: 5.2.1 loose-envify: 1.4.0 prop-types: 15.8.1 @@ -10780,7 +11010,7 @@ packages: /readdir-glob/1.1.2: resolution: {integrity: sha512-6RLVvwJtVwEDfPdn6X6Ille4/lxGl0ATOY4FN/B9nxQcgOazvvI0nodiD19ScKq0PvA/29VpaOQML36o5IzZWA==} dependencies: - minimatch: 5.1.0 + minimatch: 5.1.1 dev: false /readdirp/3.6.0: @@ -10930,6 +11160,7 @@ packages: hasBin: true dependencies: glob: 7.2.3 + dev: true /ripemd160/2.0.2: resolution: {integrity: sha512-ii4iagi25WusVoiC4B4lq7pbXfAp3D9v5CwfkY33vffw2+pkDjY1D8GaN7spsxvCSx8dkPqOZCEZyfxcmJG2IA==} @@ -10959,6 +11190,14 @@ packages: dependencies: tslib: 2.4.1 + /rxjs/7.6.0: + resolution: {integrity: sha512-DDa7d8TFNUalGC9VqXvQ1euWNN7sc63TrUCuM9J998+ViviahMIjKSOU7rfcgFOF+FCD71BhDRv4hrFz+ImDLQ==} + requiresBuild: true + dependencies: + tslib: 2.4.1 + dev: false + optional: true + /safe-buffer/5.1.2: resolution: {integrity: sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==} dev: false @@ -10986,8 +11225,8 @@ packages: rimraf: 2.7.1 dev: false - /sass/1.56.1: - resolution: {integrity: sha512-VpEyKpyBPCxE7qGDtOcdJ6fFbcpOM+Emu7uZLxVrkX8KVU/Dp5UF7WLvzqRuUhB6mqqQt1xffLoG+AndxTZrCQ==} + /sass/1.56.2: + resolution: {integrity: sha512-ciEJhnyCRwzlBCB+h5cCPM6ie/6f8HrhZMQOf5vlU60Y1bI1rx5Zb0vlDZvaycHsg/MqFfF1Eq2eokAa32iw8w==} engines: {node: '>=12.0.0'} hasBin: true dependencies: @@ -11013,22 +11252,10 @@ packages: dependencies: loose-envify: 1.4.0 - /scroll-into-view-if-needed/2.2.29: - resolution: {integrity: sha512-hxpAR6AN+Gh53AdAimHM6C8oTN1ppwVZITihix+WqalywBeFcQ6LdQP5ABNl26nX8GTEL7VT+b8lKpdqq65wXg==} + /scroll-into-view-if-needed/3.0.3: + resolution: {integrity: sha512-QoCH0lVw0tbA7Rl6sToH7e1tO3n95Oi6JgBgC8hEpNNZUC91MfasJ/4E1ZdbzGueNDZ+Y7ObfRaelKUgTyPbJA==} dependencies: - compute-scroll-into-view: 1.0.17 - dev: false - - /selenium-webdriver/4.5.0: - resolution: {integrity: sha512-9mSFii+lRwcnT2KUAB1kqvx6+mMiiQHH60Y0VUtr3kxxi3oZ3CV3B8e2nuJ7T4SPb+Q6VA0swswe7rYpez07Bg==} - engines: {node: '>= 14.20.0'} - dependencies: - jszip: 3.10.1 - tmp: 0.2.1 - ws: 8.11.0 - transitivePeerDependencies: - - bufferutil - - utf-8-validate + compute-scroll-into-view: 2.0.2 dev: false /semver/5.7.1: @@ -11056,6 +11283,7 @@ packages: /setimmediate/1.0.5: resolution: {integrity: sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA==} + dev: true /sha.js/2.4.11: resolution: {integrity: sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ==} @@ -11145,7 +11373,7 @@ packages: hasBin: true dependencies: buffer-crc32: 0.2.13 - minimist: 1.2.6 + minimist: 1.2.7 sander: 0.5.1 sourcemap-codec: 1.4.8 dev: false @@ -11347,11 +11575,11 @@ packages: engines: {node: '>=8'} dev: true - /stripe/11.1.0: - resolution: {integrity: sha512-erOslPQZSYKOotQjmKRy4eBon/tdhzLIYzBdPSNVWDdatSQozkkPlh8mVeXNwubYYZYx61/yS23eWiGDF93z2w==} + /stripe/11.3.0: + resolution: {integrity: sha512-/ZVM1dmwrSZzNvN0vIixqhN79fgW2l3qBjw57bnFr5EQcRJTQkuJw6iEgb/EKg/40i2K/lWoa4gwnQkekC326Q==} engines: {node: '>=12.*'} dependencies: - '@types/node': 18.11.9 + '@types/node': 18.11.15 qs: 6.11.0 dev: false @@ -11411,21 +11639,20 @@ packages: resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==} engines: {node: '>= 0.4'} - /svelte-preprocess/4.10.7_7dvewpees4iyn2tkw2qzal77a4: - resolution: {integrity: sha512-sNPBnqYD6FnmdBrUmBCaqS00RyCsCpj2BG58A1JBswNF7b0OKviwxqVrOL/CKyJrLSClrSeqQv5BXNg2RUbPOw==} - engines: {node: '>= 9.11.2'} + /svelte-preprocess/5.0.0_niwyv7xychq2ag6arq5eqxbomm: + resolution: {integrity: sha512-q7lpa7i2FBu8Pa+G0MmuQQWETBwCKgsGmuq1Sf6n8q4uaG9ZLcLP0Y+etC6bF4sE6EbLxfiI38zV6RfPe3RSfg==} + engines: {node: '>= 14.10.0'} requiresBuild: true peerDependencies: '@babel/core': ^7.10.2 coffeescript: ^2.5.1 less: ^3.11.3 || ^4.0.0 - node-sass: '*' postcss: ^7 || ^8 postcss-load-config: ^2.1.0 || ^3.0.0 || ^4.0.0 pug: ^3.0.0 sass: ^1.26.8 stylus: ^0.55.0 - sugarss: ^2.0.0 + sugarss: ^2.0.0 || ^3.0.0 || ^4.0.0 svelte: ^3.23.0 typescript: ^3.9.5 || ^4.0.0 peerDependenciesMeta: @@ -11435,8 +11662,6 @@ packages: optional: true less: optional: true - node-sass: - optional: true postcss: optional: true postcss-load-config: @@ -11455,15 +11680,15 @@ packages: '@types/pug': 2.0.6 '@types/sass': 1.43.1 detect-indent: 6.1.0 - magic-string: 0.25.9 + magic-string: 0.27.0 sorcery: 0.10.0 strip-indent: 3.0.0 - svelte: 3.53.1 - typescript: 4.9.3 + svelte: 3.55.0 + typescript: 4.9.4 dev: false - /svelte/3.53.1: - resolution: {integrity: sha512-Q4/hHkktZogGhN5iqxqSi9sjEVoe/NbIxX4hXEHoasTxj+TxEQVAq66LnDMdAZxjmsodkoI5F3slqsS68U7FNw==} + /svelte/3.55.0: + resolution: {integrity: sha512-uGu2FVMlOuey4JoKHKrpZFkoYyj0VLjJdz47zX5+gVK5odxHM40RVhar9/iK2YFRVxvfg9FkhfVlR0sjeIrOiA==} engines: {node: '>= 8'} /svgo/2.8.0: @@ -11480,19 +11705,21 @@ packages: stable: 0.1.8 dev: false - /swr/1.3.0_react@18.2.0: - resolution: {integrity: sha512-dkghQrOl2ORX9HYrMDtPa7LTVHJjCTeZoB1dqTbnnEDlSvN8JEKpYIYurDfvbQFUUS8Cg8PceFVZNkW0KNNYPw==} + /swr/2.0.0_react@18.2.0: + resolution: {integrity: sha512-IhUx5yPkX+Fut3h0SqZycnaNLXLXsb2ECFq0Y29cxnK7d8r7auY2JWNbCW3IX+EqXUg3rwNJFlhrw5Ye/b6k7w==} + engines: {pnpm: '7'} peerDependencies: react: ^16.11.0 || ^17.0.0 || ^18.0.0 dependencies: react: 18.2.0 + use-sync-external-store: 1.2.0_react@18.2.0 dev: false /symbol-tree/3.2.4: resolution: {integrity: sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==} dev: true - /tailwindcss/3.2.4_postcss@8.4.19: + /tailwindcss/3.2.4_postcss@8.4.20: resolution: {integrity: sha512-AhwtHCKMtR71JgeYDaswmZXhPcW9iuI9Sp2LvZPo9upDZ7231ZJ7eA9RaURbhpXGVlrjX4cFNlB4ieTetEb7hQ==} engines: {node: '>=12.13.0'} hasBin: true @@ -11513,11 +11740,11 @@ packages: normalize-path: 3.0.0 object-hash: 3.0.0 picocolors: 1.0.0 - postcss: 8.4.19 - postcss-import: 14.1.0_postcss@8.4.19 - postcss-js: 4.0.0_postcss@8.4.19 - postcss-load-config: 3.1.4_postcss@8.4.19 - postcss-nested: 6.0.0_postcss@8.4.19 + postcss: 8.4.20 + postcss-import: 14.1.0_postcss@8.4.20 + postcss-js: 4.0.0_postcss@8.4.20 + postcss-load-config: 3.1.4_postcss@8.4.20 + postcss-nested: 6.0.0_postcss@8.4.20 postcss-selector-parser: 6.0.10 postcss-value-parser: 4.2.0 quick-lru: 5.1.1 @@ -11628,13 +11855,6 @@ packages: os-tmpdir: 1.0.2 dev: false - /tmp/0.2.1: - resolution: {integrity: sha512-76SUhtfqR2Ijn+xllcI5P1oyannHNHByD80W1q447gU3mp9G9PSpGdWmjUOHRDPiHYacIk66W7ubDTuPF3BEtQ==} - engines: {node: '>=8.17.0'} - dependencies: - rimraf: 3.0.2 - dev: false - /tmpl/1.0.5: resolution: {integrity: sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==} dev: true @@ -11692,7 +11912,7 @@ packages: /ts-interface-checker/0.1.13: resolution: {integrity: sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==} - /ts-jest/29.0.3_wcjxlcwfjvs73rqh2tjbxyoefa: + /ts-jest/29.0.3_a67wnu7kur6t3xg6vztzc6sc5i: resolution: {integrity: sha512-Ibygvmuyq1qp/z3yTh9QTwVVAbFdDy/+4BtIQR2sp6baF2SJU/8CKK/hhnGIDY2L90Az2jIqTwZPnN2p+BweiQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} hasBin: true @@ -11716,13 +11936,13 @@ packages: '@jest/types': 29.3.1 bs-logger: 0.2.6 fast-json-stable-stringify: 2.1.0 - jest: 29.3.1_@types+node@18.11.9 + jest: 29.3.1_@types+node@18.11.15 jest-util: 29.3.1 json5: 2.2.1 lodash.memoize: 4.1.2 make-error: 1.3.6 semver: 7.3.8 - typescript: 4.9.3 + typescript: 4.9.4 yargs-parser: 21.1.1 dev: true @@ -11772,7 +11992,7 @@ packages: - ts-node dev: true - /tsup/6.5.0_typescript@4.9.3: + /tsup/6.5.0_typescript@4.9.4: resolution: {integrity: sha512-36u82r7rYqRHFkD15R20Cd4ercPkbYmuvRkz3Q1LCm5BsiFNUgpo36zbjVhCOgvjyxNBWNKHsaD5Rl8SykfzNA==} engines: {node: '>=14'} hasBin: true @@ -11802,7 +12022,7 @@ packages: source-map: 0.8.0-beta.0 sucrase: 3.29.0 tree-kill: 1.2.2 - typescript: 4.9.3 + typescript: 4.9.4 transitivePeerDependencies: - supports-color - ts-node @@ -11932,7 +12152,7 @@ packages: /typed-emitter/2.1.0: resolution: {integrity: sha512-g/KzbYKbH5C2vPkaXGu8DJlHrGKHLsM25Zg9WuC9pMGfuvT+X25tZQWo5fK1BjBm8+UrVE9LDCvaY0CQk+fXDA==} optionalDependencies: - rxjs: 7.5.7 + rxjs: 7.6.0 dev: false /typedarray-to-buffer/3.1.5: @@ -11941,8 +12161,8 @@ packages: is-typedarray: 1.0.0 dev: false - /typescript/4.9.3: - resolution: {integrity: sha512-CIfGzTelbKNEnLpLdGFgdyKhG23CKdKgQPOBc+OUNrkJ2vr+KSzsSV5kq5iWhEQbok+quxgGzrAtGWCyU7tHnA==} + /typescript/4.9.4: + resolution: {integrity: sha512-Uz+dTXYzxXXbsFpM86Wh3dKCxrQqUcVMxwU54orwlJjOpO3ao8L7j5lH+dWfTwgCwIuM9GQ2kvVotzYJMXTBZg==} engines: {node: '>=4.2.0'} hasBin: true From ba1d2a9c3919369ca01df29e379a606e0af24b76 Mon Sep 17 00:00:00 2001 From: Louis <6723574+louisgv@users.noreply.github.com> Date: Thu, 15 Dec 2022 06:27:42 -0400 Subject: [PATCH 2/3] moving prod sourcemap to separate files, fix #319 --- cli/plasmo/index.mjs | 3 +-- .../features/helpers/create-parcel-bundler.ts | 17 +++++++++++++---- packages/parcel-config/.gitignore | 1 + .../parcel-transformer-manifest/src/index.ts | 16 ++++++++++++++-- 4 files changed, 29 insertions(+), 8 deletions(-) create mode 100644 packages/parcel-config/.gitignore diff --git a/cli/plasmo/index.mjs b/cli/plasmo/index.mjs index 847bac136..3206878cc 100644 --- a/cli/plasmo/index.mjs +++ b/cli/plasmo/index.mjs @@ -16,8 +16,7 @@ const commonConfig = { async function main() { const config = await fse.readJson("package.json") const define = { - "process.env.APP_VERSION": `"${config.version}"`, - "process.env.LAB": watch + "process.env.APP_VERSION": `"${config.version}"` } await build({ diff --git a/cli/plasmo/src/features/helpers/create-parcel-bundler.ts b/cli/plasmo/src/features/helpers/create-parcel-bundler.ts index 9e9b59f21..8841d4b3b 100644 --- a/cli/plasmo/src/features/helpers/create-parcel-bundler.ts +++ b/cli/plasmo/src/features/helpers/create-parcel-bundler.ts @@ -1,8 +1,10 @@ import { Parcel } from "@parcel/core" import ParcelFS from "@parcel/fs" import ParcelPM from "@parcel/package-manager" -import { emptyDir, readJson } from "fs-extra" -import { resolve } from "path" +import { emptyDir, readJson, writeJson } from "fs-extra" +import { dirname, join, resolve } from "path" + +import { hasFlag } from "@plasmo/utils/flags" import type { CommonPath } from "~features/extension-devtools/common-path" @@ -35,16 +37,23 @@ export const createParcelBuilder = async ( ) const baseConfig = require.resolve("@plasmohq/parcel-config") + + const runConfig = join(dirname(baseConfig), "run.json") + const configJson = await readJson(baseConfig) - console.log(configJson) + if (hasFlag("--bundle-buddy")) { + configJson.reporters = ["...", "@parcel/reporter-bundle-buddy"] + } + + await writeJson(runConfig, configJson) const bundler = new Parcel({ inputFS, packageManager, entries: commonPath.entryManifestPath, cacheDir: resolve(commonPath.cacheDirectory, "parcel"), - config: require.resolve("@plasmohq/parcel-config"), + config: runConfig, shouldAutoInstall: true, ...options }) diff --git a/packages/parcel-config/.gitignore b/packages/parcel-config/.gitignore new file mode 100644 index 000000000..39486bea0 --- /dev/null +++ b/packages/parcel-config/.gitignore @@ -0,0 +1 @@ +run.json \ No newline at end of file diff --git a/packages/parcel-transformer-manifest/src/index.ts b/packages/parcel-transformer-manifest/src/index.ts index 5e01f8165..18abdacc3 100644 --- a/packages/parcel-transformer-manifest/src/index.ts +++ b/packages/parcel-transformer-manifest/src/index.ts @@ -7,6 +7,7 @@ */ import { parse } from "@mischnic/json-sourcemap" import { Transformer } from "@parcel/plugin" +import type { TargetSourceMapOptions } from "@parcel/types" import { validateSchema } from "@parcel/utils" import { vLog } from "@plasmo/utils/logging" @@ -46,6 +47,18 @@ export default new Transformer({ vLog("@plasmohq/parcel-transformer-manifest") // Set environment to browser, since web extensions are always used in // browsers, and because it avoids delegating extra config to the user + + const sourceMapConfig: TargetSourceMapOptions = + options.mode === "development" + ? { + inline: true, + inlineSources: true + } + : { + inline: false, + inlineSources: false + } + asset.setEnvironment({ context: "browser", outputFormat: @@ -57,8 +70,7 @@ export default new Transformer({ }, sourceMap: asset.env.sourceMap && { ...asset.env.sourceMap, - inline: true, - inlineSources: true + ...sourceMapConfig }, includeNodeModules: asset.env.includeNodeModules, sourceType: asset.env.sourceType, From 439a5257a77eea87c7494f30a0250e3ae9b6e96f Mon Sep 17 00:00:00 2001 From: Louis <6723574+louisgv@users.noreply.github.com> Date: Thu, 15 Dec 2022 12:34:36 -0400 Subject: [PATCH 3/3] bump canary --- cli/create-plasmo/package.json | 2 +- cli/plasmo/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cli/create-plasmo/package.json b/cli/create-plasmo/package.json index ff0e8a739..111283875 100644 --- a/cli/create-plasmo/package.json +++ b/cli/create-plasmo/package.json @@ -1,6 +1,6 @@ { "name": "create-plasmo", - "version": "0.60.0-alpha.0", + "version": "0.60.0-lab.1", "description": "Create Plasmo Framework Browser Extension", "main": "dist/index.js", "bin": "bin/index.mjs", diff --git a/cli/plasmo/package.json b/cli/plasmo/package.json index 2b2e97a24..e7e88a4eb 100644 --- a/cli/plasmo/package.json +++ b/cli/plasmo/package.json @@ -1,6 +1,6 @@ { "name": "plasmo", - "version": "0.60.0-alpha.0", + "version": "0.60.0-lab.1", "description": "The Plasmo Platform CLI", "main": "dist/index.js", "types": "dist/type.d.ts",