diff --git a/netlify.toml b/netlify.toml
index 0a46a85..abc6a32 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -2,11 +2,11 @@
directory = "netlify/functions/"
[dev]
- command = "yarn start:parcel"
+ command = "yarn start:app"
publish = "dist"
targetPort = 8080
port = 1234
- framework = "parcel"
+ framework = "vite"
[[redirects]]
from = "/*"
diff --git a/package.json b/package.json
index 11f6955..fd6ecf7 100644
--- a/package.json
+++ b/package.json
@@ -10,10 +10,9 @@
"types": "tsc --noEmit",
"clean": "rm -rf dist/*",
"start": "netlify dev",
- "start:parcel": "parcel serve src/index.html --port 8080",
- "build": "parcel build src/index.html",
- "build:watch": "parcel watch src/index.html",
- "build:bundlesize": "parcel build src/index.html --reporter @parcel/reporter-bundle-analyzer"
+ "start:app": "vite ./src --config ./vite.config.js --port 8080",
+ "build": "vite build ./src --config ./vite.config.js",
+ "build:watch": "vite build watch ./src --config ./vite.config.js"
},
"dependencies": {
"@emotion/react": "^11.11.3",
@@ -27,14 +26,15 @@
},
"devDependencies": {
"@biomejs/biome": "^1.5.3",
- "@parcel/reporter-bundle-analyzer": "^2.9.3",
- "@parcel/validator-typescript": "^2.9.3",
"@types/react": "^18",
"@types/react-dom": "^18",
- "esbuild": "^0.17.3",
+ "@vitejs/plugin-basic-ssl": "^1.1.0",
+ "@vitejs/plugin-legacy": "^5.3.0",
"jest": "29.3.1",
- "netlify-cli": "^15.7.0",
+ "netlify-cli": "^17.16.2",
"parcel": "^2.9.3",
- "typescript": "^4.9.4"
+ "terser": "^5.27.1",
+ "typescript": "^4.9.4",
+ "vite": "^5.1.3"
}
}
diff --git a/src/index.html b/src/index.html
index a2a6ee4..7cfcdcf 100644
--- a/src/index.html
+++ b/src/index.html
@@ -1,7 +1,7 @@
- 🏴☠️ Yet Another RSS Reader 🏴☠️
+ Yet Another RSS Reader
diff --git a/vite.config.js b/vite.config.js
new file mode 100644
index 0000000..a444002
--- /dev/null
+++ b/vite.config.js
@@ -0,0 +1,33 @@
+import legacy from "@vitejs/plugin-legacy"
+import basicSSL from "@vitejs/plugin-basic-ssl"
+import path from "node:path"
+import { defineConfig } from "vite"
+
+export default defineConfig({
+ plugins: [legacy(), basicSSL()],
+ build: {
+ outDir: "../dist",
+ rollupOptions: {
+ external: "./src",
+ },
+ },
+ server: {
+ port: 8080,
+ strictPort: true,
+ https: false,
+ },
+ test: {
+ environment: "jsdom",
+ //setupFiles: ["./src/tests/testSetup.ts"],
+ include: ["./src/**/*.test.ts", "./src/**/*.test.tsx"],
+ globals: true,
+ },
+ resolve: {
+ alias: [
+ {
+ find: "@",
+ replacement: path.resolve(__dirname, "./src"),
+ },
+ ],
+ },
+})
diff --git a/yarn.lock b/yarn.lock
index db6eadf..23f2607 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -5,107 +5,182 @@ __metadata:
version: 8
cacheKey: 10
-"@ampproject/remapping@npm:^2.1.0":
- version: 2.2.0
- resolution: "@ampproject/remapping@npm:2.2.0"
+"@ampproject/remapping@npm:^2.2.0":
+ version: 2.2.1
+ resolution: "@ampproject/remapping@npm:2.2.1"
dependencies:
- "@jridgewell/gen-mapping": "npm:^0.1.0"
+ "@jridgewell/gen-mapping": "npm:^0.3.0"
"@jridgewell/trace-mapping": "npm:^0.3.9"
- checksum: 10/503a58d6e9d645a20debd34fa8df79fb435a79a34b1d487b9ff0be9f20712b1594ce21da16b63af7db8a6b34472212572e53a55613a5a6b3134b23fc74843d04
+ checksum: 10/e15fecbf3b54c988c8b4fdea8ef514ab482537e8a080b2978cc4b47ccca7140577ca7b65ad3322dcce65bc73ee6e5b90cbfe0bbd8c766dad04d5c62ec9634c42
languageName: node
linkType: hard
-"@babel/code-frame@npm:^7.0.0, @babel/code-frame@npm:^7.12.13, @babel/code-frame@npm:^7.16.0, @babel/code-frame@npm:^7.18.6":
- version: 7.18.6
- resolution: "@babel/code-frame@npm:7.18.6"
+"@babel/code-frame@npm:^7.0.0, @babel/code-frame@npm:^7.12.13, @babel/code-frame@npm:^7.16.0, @babel/code-frame@npm:^7.23.5":
+ version: 7.23.5
+ resolution: "@babel/code-frame@npm:7.23.5"
dependencies:
- "@babel/highlight": "npm:^7.18.6"
- checksum: 10/195e2be3172d7684bf95cff69ae3b7a15a9841ea9d27d3c843662d50cdd7d6470fd9c8e64be84d031117e4a4083486effba39f9aef6bbb2c89f7f21bcfba33ba
+ "@babel/highlight": "npm:^7.23.4"
+ chalk: "npm:^2.4.2"
+ checksum: 10/44e58529c9d93083288dc9e649c553c5ba997475a7b0758cc3ddc4d77b8a7d985dbe78cc39c9bbc61f26d50af6da1ddf0a3427eae8cc222a9370619b671ed8f5
languageName: node
linkType: hard
-"@babel/compat-data@npm:^7.18.8":
- version: 7.18.8
- resolution: "@babel/compat-data@npm:7.18.8"
- checksum: 10/85d41394bf6892f74e339f5356e855167ffe443e0daccdafdbe0b189fa5238d7180dc50b0b7e55c376544a9cd63f341d99492a7774091beb9ee1382e85ca22d3
+"@babel/compat-data@npm:^7.22.6, @babel/compat-data@npm:^7.23.3, @babel/compat-data@npm:^7.23.5":
+ version: 7.23.5
+ resolution: "@babel/compat-data@npm:7.23.5"
+ checksum: 10/088f14f646ecbddd5ef89f120a60a1b3389a50a9705d44603dca77662707d0175a5e0e0da3943c3298f1907a4ab871468656fbbf74bb7842cd8b0686b2c19736
languageName: node
linkType: hard
-"@babel/core@npm:^7.11.6, @babel/core@npm:^7.12.3":
- version: 7.18.10
- resolution: "@babel/core@npm:7.18.10"
+"@babel/core@npm:^7.11.6, @babel/core@npm:^7.12.3, @babel/core@npm:^7.23.7":
+ version: 7.23.9
+ resolution: "@babel/core@npm:7.23.9"
dependencies:
- "@ampproject/remapping": "npm:^2.1.0"
- "@babel/code-frame": "npm:^7.18.6"
- "@babel/generator": "npm:^7.18.10"
- "@babel/helper-compilation-targets": "npm:^7.18.9"
- "@babel/helper-module-transforms": "npm:^7.18.9"
- "@babel/helpers": "npm:^7.18.9"
- "@babel/parser": "npm:^7.18.10"
- "@babel/template": "npm:^7.18.10"
- "@babel/traverse": "npm:^7.18.10"
- "@babel/types": "npm:^7.18.10"
- convert-source-map: "npm:^1.7.0"
+ "@ampproject/remapping": "npm:^2.2.0"
+ "@babel/code-frame": "npm:^7.23.5"
+ "@babel/generator": "npm:^7.23.6"
+ "@babel/helper-compilation-targets": "npm:^7.23.6"
+ "@babel/helper-module-transforms": "npm:^7.23.3"
+ "@babel/helpers": "npm:^7.23.9"
+ "@babel/parser": "npm:^7.23.9"
+ "@babel/template": "npm:^7.23.9"
+ "@babel/traverse": "npm:^7.23.9"
+ "@babel/types": "npm:^7.23.9"
+ convert-source-map: "npm:^2.0.0"
debug: "npm:^4.1.0"
gensync: "npm:^1.0.0-beta.2"
- json5: "npm:^2.2.1"
- semver: "npm:^6.3.0"
- checksum: 10/2cf2f0a9cba6568ad20cf5f31c7fe8b084aa52eba228386f795ed80d94a35390b43ea8ca666a7cefcc885e42c7e3b3d414c7929a286bd5e390fffb3c2054bb55
+ json5: "npm:^2.2.3"
+ semver: "npm:^6.3.1"
+ checksum: 10/268cdbb86bef1b8ea5b1300f2f325e56a1740a5051360cb228ffeaa0f80282b6674f3a2b4d6466adb0691183759b88d4c37b4a4f77232c84a49ed771c84cdc27
languageName: node
linkType: hard
-"@babel/generator@npm:^7.18.10, @babel/generator@npm:^7.7.2":
- version: 7.18.10
- resolution: "@babel/generator@npm:7.18.10"
+"@babel/generator@npm:^7.23.6, @babel/generator@npm:^7.7.2":
+ version: 7.23.6
+ resolution: "@babel/generator@npm:7.23.6"
dependencies:
- "@babel/types": "npm:^7.18.10"
+ "@babel/types": "npm:^7.23.6"
"@jridgewell/gen-mapping": "npm:^0.3.2"
+ "@jridgewell/trace-mapping": "npm:^0.3.17"
jsesc: "npm:^2.5.1"
- checksum: 10/a13b4ab0de4efe929631804da0777e8763df35104c42b2b02d3f8ad4c5dceacd59c929809d86dbc57254ac127cdb70d30548f0555fb1299051fabe6644cf3b4a
+ checksum: 10/864090d5122c0aa3074471fd7b79d8a880c1468480cbd28925020a3dcc7eb6e98bedcdb38983df299c12b44b166e30915b8085a7bc126e68fa7e2aadc7bd1ac5
languageName: node
linkType: hard
-"@babel/helper-compilation-targets@npm:^7.18.9":
- version: 7.18.9
- resolution: "@babel/helper-compilation-targets@npm:7.18.9"
+"@babel/helper-annotate-as-pure@npm:^7.22.5":
+ version: 7.22.5
+ resolution: "@babel/helper-annotate-as-pure@npm:7.22.5"
dependencies:
- "@babel/compat-data": "npm:^7.18.8"
- "@babel/helper-validator-option": "npm:^7.18.6"
- browserslist: "npm:^4.20.2"
- semver: "npm:^6.3.0"
+ "@babel/types": "npm:^7.22.5"
+ checksum: 10/53da330f1835c46f26b7bf4da31f7a496dee9fd8696cca12366b94ba19d97421ce519a74a837f687749318f94d1a37f8d1abcbf35e8ed22c32d16373b2f6198d
+ languageName: node
+ linkType: hard
+
+"@babel/helper-builder-binary-assignment-operator-visitor@npm:^7.22.15":
+ version: 7.22.15
+ resolution: "@babel/helper-builder-binary-assignment-operator-visitor@npm:7.22.15"
+ dependencies:
+ "@babel/types": "npm:^7.22.15"
+ checksum: 10/639c697a1c729f9fafa2dd4c9af2e18568190299b5907bd4c2d0bc818fcbd1e83ffeecc2af24327a7faa7ac4c34edd9d7940510a5e66296c19bad17001cf5c7a
+ languageName: node
+ linkType: hard
+
+"@babel/helper-compilation-targets@npm:^7.22.15, @babel/helper-compilation-targets@npm:^7.22.6, @babel/helper-compilation-targets@npm:^7.23.6":
+ version: 7.23.6
+ resolution: "@babel/helper-compilation-targets@npm:7.23.6"
+ dependencies:
+ "@babel/compat-data": "npm:^7.23.5"
+ "@babel/helper-validator-option": "npm:^7.23.5"
+ browserslist: "npm:^4.22.2"
+ lru-cache: "npm:^5.1.1"
+ semver: "npm:^6.3.1"
+ checksum: 10/05595cd73087ddcd81b82d2f3297aac0c0422858dfdded43d304786cf680ec33e846e2317e6992d2c964ee61d93945cbf1fa8ec80b55aee5bfb159227fb02cb9
+ languageName: node
+ linkType: hard
+
+"@babel/helper-create-class-features-plugin@npm:^7.22.15":
+ version: 7.23.10
+ resolution: "@babel/helper-create-class-features-plugin@npm:7.23.10"
+ dependencies:
+ "@babel/helper-annotate-as-pure": "npm:^7.22.5"
+ "@babel/helper-environment-visitor": "npm:^7.22.20"
+ "@babel/helper-function-name": "npm:^7.23.0"
+ "@babel/helper-member-expression-to-functions": "npm:^7.23.0"
+ "@babel/helper-optimise-call-expression": "npm:^7.22.5"
+ "@babel/helper-replace-supers": "npm:^7.22.20"
+ "@babel/helper-skip-transparent-expression-wrappers": "npm:^7.22.5"
+ "@babel/helper-split-export-declaration": "npm:^7.22.6"
+ semver: "npm:^6.3.1"
peerDependencies:
"@babel/core": ^7.0.0
- checksum: 10/74f9cff2925a19c8a7ce9c7b6e79257cf6f22a6dd6d8448d28fd3682a399af4cedfaad43ae2108b5c7a439b4b50f094737fb199c5345a9dba03f8113df742225
+ checksum: 10/8b9f02526eeb03ef1d2bc89e3554377ae966b33a74078ab1f88168dfa725dc206ea5ecf4cf417c3651d8a6b3c70204f6939a9aa0401be3d0d32ddbf6024ea3c7
languageName: node
linkType: hard
-"@babel/helper-environment-visitor@npm:^7.18.9":
- version: 7.18.9
- resolution: "@babel/helper-environment-visitor@npm:7.18.9"
- checksum: 10/b25101f6162ddca2d12da73942c08ad203d7668e06663df685634a8fde54a98bc015f6f62938e8554457a592a024108d45b8f3e651fd6dcdb877275b73cc4420
- languageName: node
- linkType: hard
-
-"@babel/helper-function-name@npm:^7.18.9":
- version: 7.18.9
- resolution: "@babel/helper-function-name@npm:7.18.9"
+"@babel/helper-create-regexp-features-plugin@npm:^7.18.6, @babel/helper-create-regexp-features-plugin@npm:^7.22.15, @babel/helper-create-regexp-features-plugin@npm:^7.22.5":
+ version: 7.22.15
+ resolution: "@babel/helper-create-regexp-features-plugin@npm:7.22.15"
dependencies:
- "@babel/template": "npm:^7.18.6"
- "@babel/types": "npm:^7.18.9"
- checksum: 10/c133393a97fae05cc2af44f96d75853f6794b0be5bff07dc725e5559b7089231eda5452eead529b8f6d87fbc2fd8fed68fc2beb809d888f21b8a7d0b79d78dee
+ "@babel/helper-annotate-as-pure": "npm:^7.22.5"
+ regexpu-core: "npm:^5.3.1"
+ semver: "npm:^6.3.1"
+ peerDependencies:
+ "@babel/core": ^7.0.0
+ checksum: 10/886b675e82f1327b4f7a2c69a68eefdb5dbb0b9d4762c2d4f42a694960a9ccf61e1a3bcad601efd92c110033eb1a944fcd1e5cac188aa6b2e2076b541e210e20
languageName: node
linkType: hard
-"@babel/helper-hoist-variables@npm:^7.18.6":
- version: 7.18.6
- resolution: "@babel/helper-hoist-variables@npm:7.18.6"
+"@babel/helper-define-polyfill-provider@npm:^0.5.0":
+ version: 0.5.0
+ resolution: "@babel/helper-define-polyfill-provider@npm:0.5.0"
dependencies:
- "@babel/types": "npm:^7.18.6"
- checksum: 10/fd9c35bb435fda802bf9ff7b6f2df06308a21277c6dec2120a35b09f9de68f68a33972e2c15505c1a1a04b36ec64c9ace97d4a9e26d6097b76b4396b7c5fa20f
+ "@babel/helper-compilation-targets": "npm:^7.22.6"
+ "@babel/helper-plugin-utils": "npm:^7.22.5"
+ debug: "npm:^4.1.1"
+ lodash.debounce: "npm:^4.0.8"
+ resolve: "npm:^1.14.2"
+ peerDependencies:
+ "@babel/core": ^7.4.0 || ^8.0.0-0 <8.0.0
+ checksum: 10/f849e816ec4b182a3e8fa8e09ff016f88bb95259cd6b2190b815c48f83c3d3b68e973a8ec72acc5086bfe93705cbd46ec089c06476421d858597780e42235a03
languageName: node
linkType: hard
-"@babel/helper-module-imports@npm:^7.16.7, @babel/helper-module-imports@npm:^7.18.6":
+"@babel/helper-environment-visitor@npm:^7.22.20":
+ version: 7.22.20
+ resolution: "@babel/helper-environment-visitor@npm:7.22.20"
+ checksum: 10/d80ee98ff66f41e233f36ca1921774c37e88a803b2f7dca3db7c057a5fea0473804db9fb6729e5dbfd07f4bed722d60f7852035c2c739382e84c335661590b69
+ languageName: node
+ linkType: hard
+
+"@babel/helper-function-name@npm:^7.22.5, @babel/helper-function-name@npm:^7.23.0":
+ version: 7.23.0
+ resolution: "@babel/helper-function-name@npm:7.23.0"
+ dependencies:
+ "@babel/template": "npm:^7.22.15"
+ "@babel/types": "npm:^7.23.0"
+ checksum: 10/7b2ae024cd7a09f19817daf99e0153b3bf2bc4ab344e197e8d13623d5e36117ed0b110914bc248faa64e8ccd3e97971ec7b41cc6fd6163a2b980220c58dcdf6d
+ languageName: node
+ linkType: hard
+
+"@babel/helper-hoist-variables@npm:^7.22.5":
+ version: 7.22.5
+ resolution: "@babel/helper-hoist-variables@npm:7.22.5"
+ dependencies:
+ "@babel/types": "npm:^7.22.5"
+ checksum: 10/394ca191b4ac908a76e7c50ab52102669efe3a1c277033e49467913c7ed6f7c64d7eacbeabf3bed39ea1f41731e22993f763b1edce0f74ff8563fd1f380d92cc
+ languageName: node
+ linkType: hard
+
+"@babel/helper-member-expression-to-functions@npm:^7.22.15, @babel/helper-member-expression-to-functions@npm:^7.23.0":
+ version: 7.23.0
+ resolution: "@babel/helper-member-expression-to-functions@npm:7.23.0"
+ dependencies:
+ "@babel/types": "npm:^7.23.0"
+ checksum: 10/325feb6e200478c8cd6e10433fabe993a7d3315cc1a2a457e45514a5f95a73dff4c69bea04cc2daea0ffe72d8ed85d504b3f00b2e0767b7d4f5ae25fec9b35b2
+ languageName: node
+ linkType: hard
+
+"@babel/helper-module-imports@npm:^7.16.7, @babel/helper-module-imports@npm:^7.22.15":
version: 7.22.15
resolution: "@babel/helper-module-imports@npm:7.22.15"
dependencies:
@@ -114,44 +189,87 @@ __metadata:
languageName: node
linkType: hard
-"@babel/helper-module-transforms@npm:^7.18.9":
- version: 7.18.9
- resolution: "@babel/helper-module-transforms@npm:7.18.9"
+"@babel/helper-module-transforms@npm:^7.23.3":
+ version: 7.23.3
+ resolution: "@babel/helper-module-transforms@npm:7.23.3"
dependencies:
- "@babel/helper-environment-visitor": "npm:^7.18.9"
- "@babel/helper-module-imports": "npm:^7.18.6"
- "@babel/helper-simple-access": "npm:^7.18.6"
- "@babel/helper-split-export-declaration": "npm:^7.18.6"
- "@babel/helper-validator-identifier": "npm:^7.18.6"
- "@babel/template": "npm:^7.18.6"
- "@babel/traverse": "npm:^7.18.9"
- "@babel/types": "npm:^7.18.9"
- checksum: 10/2e64d723405071946ab3019cfde1bdf95d98a2a220802a782a920b3ce3fe7ab92caf81d11b2b7722cdb5fd0c9f428ff3b33b86478bde39520e886fefe0b67e6d
+ "@babel/helper-environment-visitor": "npm:^7.22.20"
+ "@babel/helper-module-imports": "npm:^7.22.15"
+ "@babel/helper-simple-access": "npm:^7.22.5"
+ "@babel/helper-split-export-declaration": "npm:^7.22.6"
+ "@babel/helper-validator-identifier": "npm:^7.22.20"
+ peerDependencies:
+ "@babel/core": ^7.0.0
+ checksum: 10/583fa580f8e50e6f45c4f46aa76a8e49c2528deb84e25f634d66461b9a0e2420e13979b0a607b67aef67eaf8db8668eb9edc038b4514b16e3879fe09e8fd294b
languageName: node
linkType: hard
-"@babel/helper-plugin-utils@npm:^7.0.0, @babel/helper-plugin-utils@npm:^7.10.4, @babel/helper-plugin-utils@npm:^7.12.13, @babel/helper-plugin-utils@npm:^7.14.5, @babel/helper-plugin-utils@npm:^7.18.6, @babel/helper-plugin-utils@npm:^7.8.0":
- version: 7.19.0
- resolution: "@babel/helper-plugin-utils@npm:7.19.0"
- checksum: 10/dea0e4340b6d3a943c8fe62db5d6d8c5a5238d6d3cbd24620b59d4cef13d90a1a835df42341688d0a998c0cb145ee30e9fc9c4ba6bc132bbdd73cbd0b3165930
+"@babel/helper-optimise-call-expression@npm:^7.22.5":
+ version: 7.22.5
+ resolution: "@babel/helper-optimise-call-expression@npm:7.22.5"
+ dependencies:
+ "@babel/types": "npm:^7.22.5"
+ checksum: 10/c70ef6cc6b6ed32eeeec4482127e8be5451d0e5282d5495d5d569d39eb04d7f1d66ec99b327f45d1d5842a9ad8c22d48567e93fc502003a47de78d122e355f7c
languageName: node
linkType: hard
-"@babel/helper-simple-access@npm:^7.18.6":
- version: 7.18.6
- resolution: "@babel/helper-simple-access@npm:7.18.6"
- dependencies:
- "@babel/types": "npm:^7.18.6"
- checksum: 10/37cd36eef199e0517845763c1e6ff6ea5e7876d6d707a6f59c9267c547a50aa0e84260ba9285d49acfaf2cfa0a74a772d92967f32ac1024c961517d40b6c16a5
+"@babel/helper-plugin-utils@npm:^7.0.0, @babel/helper-plugin-utils@npm:^7.10.4, @babel/helper-plugin-utils@npm:^7.12.13, @babel/helper-plugin-utils@npm:^7.14.5, @babel/helper-plugin-utils@npm:^7.18.6, @babel/helper-plugin-utils@npm:^7.22.5, @babel/helper-plugin-utils@npm:^7.8.0, @babel/helper-plugin-utils@npm:^7.8.3":
+ version: 7.22.5
+ resolution: "@babel/helper-plugin-utils@npm:7.22.5"
+ checksum: 10/ab220db218089a2aadd0582f5833fd17fa300245999f5f8784b10f5a75267c4e808592284a29438a0da365e702f05acb369f99e1c915c02f9f9210ec60eab8ea
languageName: node
linkType: hard
-"@babel/helper-split-export-declaration@npm:^7.18.6":
- version: 7.18.6
- resolution: "@babel/helper-split-export-declaration@npm:7.18.6"
+"@babel/helper-remap-async-to-generator@npm:^7.22.20":
+ version: 7.22.20
+ resolution: "@babel/helper-remap-async-to-generator@npm:7.22.20"
dependencies:
- "@babel/types": "npm:^7.18.6"
- checksum: 10/c6d3dede53878f6be1d869e03e9ffbbb36f4897c7cc1527dc96c56d127d834ffe4520a6f7e467f5b6f3c2843ea0e81a7819d66ae02f707f6ac057f3d57943a2b
+ "@babel/helper-annotate-as-pure": "npm:^7.22.5"
+ "@babel/helper-environment-visitor": "npm:^7.22.20"
+ "@babel/helper-wrap-function": "npm:^7.22.20"
+ peerDependencies:
+ "@babel/core": ^7.0.0
+ checksum: 10/2fe6300a6f1b58211dffa0aed1b45d4958506d096543663dba83bd9251fe8d670fa909143a65b45e72acb49e7e20fbdb73eae315d9ddaced467948c3329986e7
+ languageName: node
+ linkType: hard
+
+"@babel/helper-replace-supers@npm:^7.22.20":
+ version: 7.22.20
+ resolution: "@babel/helper-replace-supers@npm:7.22.20"
+ dependencies:
+ "@babel/helper-environment-visitor": "npm:^7.22.20"
+ "@babel/helper-member-expression-to-functions": "npm:^7.22.15"
+ "@babel/helper-optimise-call-expression": "npm:^7.22.5"
+ peerDependencies:
+ "@babel/core": ^7.0.0
+ checksum: 10/617666f57b0f94a2f430ee66b67c8f6fa94d4c22400f622947580d8f3638ea34b71280af59599ed4afbb54ae6e2bdd4f9083fe0e341184a4bb0bd26ef58d3017
+ languageName: node
+ linkType: hard
+
+"@babel/helper-simple-access@npm:^7.22.5":
+ version: 7.22.5
+ resolution: "@babel/helper-simple-access@npm:7.22.5"
+ dependencies:
+ "@babel/types": "npm:^7.22.5"
+ checksum: 10/7d5430eecf880937c27d1aed14245003bd1c7383ae07d652b3932f450f60bfcf8f2c1270c593ab063add185108d26198c69d1aca0e6fb7c6fdada4bcf72ab5b7
+ languageName: node
+ linkType: hard
+
+"@babel/helper-skip-transparent-expression-wrappers@npm:^7.22.5":
+ version: 7.22.5
+ resolution: "@babel/helper-skip-transparent-expression-wrappers@npm:7.22.5"
+ dependencies:
+ "@babel/types": "npm:^7.22.5"
+ checksum: 10/1012ef2295eb12dc073f2b9edf3425661e9b8432a3387e62a8bc27c42963f1f216ab3124228015c748770b2257b4f1fda882ca8fa34c0bf485e929ae5bc45244
+ languageName: node
+ linkType: hard
+
+"@babel/helper-split-export-declaration@npm:^7.22.6":
+ version: 7.22.6
+ resolution: "@babel/helper-split-export-declaration@npm:7.22.6"
+ dependencies:
+ "@babel/types": "npm:^7.22.5"
+ checksum: 10/e141cace583b19d9195f9c2b8e17a3ae913b7ee9b8120246d0f9ca349ca6f03cb2c001fd5ec57488c544347c0bb584afec66c936511e447fd20a360e591ac921
languageName: node
linkType: hard
@@ -162,48 +280,104 @@ __metadata:
languageName: node
linkType: hard
-"@babel/helper-validator-identifier@npm:^7.18.6, @babel/helper-validator-identifier@npm:^7.22.20":
+"@babel/helper-validator-identifier@npm:^7.22.20":
version: 7.22.20
resolution: "@babel/helper-validator-identifier@npm:7.22.20"
checksum: 10/df882d2675101df2d507b95b195ca2f86a3ef28cb711c84f37e79ca23178e13b9f0d8b522774211f51e40168bf5142be4c1c9776a150cddb61a0d5bf3e95750b
languageName: node
linkType: hard
-"@babel/helper-validator-option@npm:^7.18.6":
- version: 7.18.6
- resolution: "@babel/helper-validator-option@npm:7.18.6"
- checksum: 10/f9cc6eb7cc5d759c5abf006402180f8d5e4251e9198197428a97e05d65eb2f8ae5a0ce73b1dfd2d35af41d0eb780627a64edf98a4e71f064eeeacef8de58f2cf
+"@babel/helper-validator-option@npm:^7.23.5":
+ version: 7.23.5
+ resolution: "@babel/helper-validator-option@npm:7.23.5"
+ checksum: 10/537cde2330a8aede223552510e8a13e9c1c8798afee3757995a7d4acae564124fe2bf7e7c3d90d62d3657434a74340a274b3b3b1c6f17e9a2be1f48af29cb09e
languageName: node
linkType: hard
-"@babel/helpers@npm:^7.18.9":
- version: 7.18.9
- resolution: "@babel/helpers@npm:7.18.9"
+"@babel/helper-wrap-function@npm:^7.22.20":
+ version: 7.22.20
+ resolution: "@babel/helper-wrap-function@npm:7.22.20"
dependencies:
- "@babel/template": "npm:^7.18.6"
- "@babel/traverse": "npm:^7.18.9"
- "@babel/types": "npm:^7.18.9"
- checksum: 10/8949183b2e8d73c923fe38041e1e37815529e5a4fc2bbccf5917d86bc1b286bc8bf140b0576b2994cd6db16757d871801554a1fd6cd698f091fe133b1a430d5f
+ "@babel/helper-function-name": "npm:^7.22.5"
+ "@babel/template": "npm:^7.22.15"
+ "@babel/types": "npm:^7.22.19"
+ checksum: 10/b22e4666dec3d401bdf8ebd01d448bb3733617dae5aa6fbd1b684a22a35653cca832edd876529fd139577713b44fb89b4f5e52b7315ab218620f78b8a8ae23de
languageName: node
linkType: hard
-"@babel/highlight@npm:^7.18.6":
- version: 7.18.6
- resolution: "@babel/highlight@npm:7.18.6"
+"@babel/helpers@npm:^7.23.9":
+ version: 7.23.9
+ resolution: "@babel/helpers@npm:7.23.9"
dependencies:
- "@babel/helper-validator-identifier": "npm:^7.18.6"
- chalk: "npm:^2.0.0"
+ "@babel/template": "npm:^7.23.9"
+ "@babel/traverse": "npm:^7.23.9"
+ "@babel/types": "npm:^7.23.9"
+ checksum: 10/dd56daac8bbd7ed174bb00fd185926fd449e591d9a00edaceb7ac6edbdd7a8db57e2cb365b4fafda382201752789ced2f7ae010f667eab0f198a4571cda4d2c5
+ languageName: node
+ linkType: hard
+
+"@babel/highlight@npm:^7.23.4":
+ version: 7.23.4
+ resolution: "@babel/highlight@npm:7.23.4"
+ dependencies:
+ "@babel/helper-validator-identifier": "npm:^7.22.20"
+ chalk: "npm:^2.4.2"
js-tokens: "npm:^4.0.0"
- checksum: 10/92d8ee61549de5ff5120e945e774728e5ccd57fd3b2ed6eace020ec744823d4a98e242be1453d21764a30a14769ecd62170fba28539b211799bbaf232bbb2789
+ checksum: 10/62fef9b5bcea7131df4626d009029b1ae85332042f4648a4ce6e740c3fd23112603c740c45575caec62f260c96b11054d3be5987f4981a5479793579c3aac71f
languageName: node
linkType: hard
-"@babel/parser@npm:^7.1.0, @babel/parser@npm:^7.14.7, @babel/parser@npm:^7.18.10, @babel/parser@npm:^7.21.8, @babel/parser@npm:^7.22.5":
- version: 7.22.5
- resolution: "@babel/parser@npm:7.22.5"
+"@babel/parser@npm:^7.1.0, @babel/parser@npm:^7.14.7, @babel/parser@npm:^7.21.8, @babel/parser@npm:^7.22.5, @babel/parser@npm:^7.23.9":
+ version: 7.23.9
+ resolution: "@babel/parser@npm:7.23.9"
bin:
parser: ./bin/babel-parser.js
- checksum: 10/46525855c9290e455a548336bfbb4dddb5ced0f213e982fa50f459995c747da3ff196b8603b093ad39a498d66069ca3cc1111c47a6424b521831ca02f706ccbf
+ checksum: 10/727a7a807100f6a26df859e2f009c4ddbd0d3363287b45daa50bd082ccd0d431d0c4d0e610a91f806e04a1918726cd0f5a0592c9b902a815337feed12e1cafd9
+ languageName: node
+ linkType: hard
+
+"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@npm:^7.23.3":
+ version: 7.23.3
+ resolution: "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@npm:7.23.3"
+ dependencies:
+ "@babel/helper-plugin-utils": "npm:^7.22.5"
+ peerDependencies:
+ "@babel/core": ^7.0.0
+ checksum: 10/ddbaf2c396b7780f15e80ee01d6dd790db076985f3dfeb6527d1a8d4cacf370e49250396a3aa005b2c40233cac214a106232f83703d5e8491848bde273938232
+ languageName: node
+ linkType: hard
+
+"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@npm:^7.23.3":
+ version: 7.23.3
+ resolution: "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@npm:7.23.3"
+ dependencies:
+ "@babel/helper-plugin-utils": "npm:^7.22.5"
+ "@babel/helper-skip-transparent-expression-wrappers": "npm:^7.22.5"
+ "@babel/plugin-transform-optional-chaining": "npm:^7.23.3"
+ peerDependencies:
+ "@babel/core": ^7.13.0
+ checksum: 10/434b9d710ae856fa1a456678cc304fbc93915af86d581ee316e077af746a709a741ea39d7e1d4f5b98861b629cc7e87f002d3138f5e836775632466d4c74aef2
+ languageName: node
+ linkType: hard
+
+"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@npm:^7.23.7":
+ version: 7.23.7
+ resolution: "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@npm:7.23.7"
+ dependencies:
+ "@babel/helper-environment-visitor": "npm:^7.22.20"
+ "@babel/helper-plugin-utils": "npm:^7.22.5"
+ peerDependencies:
+ "@babel/core": ^7.0.0
+ checksum: 10/3b0c9554cd0048e6e7341d7b92f29d400dbc6a5a4fc2f86dbed881d32e02ece9b55bc520387bae2eac22a5ab38a0b205c29b52b181294d99b4dd75e27309b548
+ languageName: node
+ linkType: hard
+
+"@babel/plugin-proposal-private-property-in-object@npm:7.21.0-placeholder-for-preset-env.2":
+ version: 7.21.0-placeholder-for-preset-env.2
+ resolution: "@babel/plugin-proposal-private-property-in-object@npm:7.21.0-placeholder-for-preset-env.2"
+ peerDependencies:
+ "@babel/core": ^7.0.0-0
+ checksum: 10/fab70f399aa869275690ec6c7cedb4ef361d4e8b6f55c3d7b04bfee61d52fb93c87cec2c65d73cddbaca89fb8ef5ec0921fce675c9169d9d51f18305ab34e78a
languageName: node
linkType: hard
@@ -229,7 +403,7 @@ __metadata:
languageName: node
linkType: hard
-"@babel/plugin-syntax-class-properties@npm:^7.8.3":
+"@babel/plugin-syntax-class-properties@npm:^7.12.13, @babel/plugin-syntax-class-properties@npm:^7.8.3":
version: 7.12.13
resolution: "@babel/plugin-syntax-class-properties@npm:7.12.13"
dependencies:
@@ -240,7 +414,62 @@ __metadata:
languageName: node
linkType: hard
-"@babel/plugin-syntax-import-meta@npm:^7.8.3":
+"@babel/plugin-syntax-class-static-block@npm:^7.14.5":
+ version: 7.14.5
+ resolution: "@babel/plugin-syntax-class-static-block@npm:7.14.5"
+ dependencies:
+ "@babel/helper-plugin-utils": "npm:^7.14.5"
+ peerDependencies:
+ "@babel/core": ^7.0.0-0
+ checksum: 10/3e80814b5b6d4fe17826093918680a351c2d34398a914ce6e55d8083d72a9bdde4fbaf6a2dcea0e23a03de26dc2917ae3efd603d27099e2b98380345703bf948
+ languageName: node
+ linkType: hard
+
+"@babel/plugin-syntax-dynamic-import@npm:^7.8.3":
+ version: 7.8.3
+ resolution: "@babel/plugin-syntax-dynamic-import@npm:7.8.3"
+ dependencies:
+ "@babel/helper-plugin-utils": "npm:^7.8.0"
+ peerDependencies:
+ "@babel/core": ^7.0.0-0
+ checksum: 10/ce307af83cf433d4ec42932329fad25fa73138ab39c7436882ea28742e1c0066626d224e0ad2988724c82644e41601cef607b36194f695cb78a1fcdc959637bd
+ languageName: node
+ linkType: hard
+
+"@babel/plugin-syntax-export-namespace-from@npm:^7.8.3":
+ version: 7.8.3
+ resolution: "@babel/plugin-syntax-export-namespace-from@npm:7.8.3"
+ dependencies:
+ "@babel/helper-plugin-utils": "npm:^7.8.3"
+ peerDependencies:
+ "@babel/core": ^7.0.0-0
+ checksum: 10/85740478be5b0de185228e7814451d74ab8ce0a26fcca7613955262a26e99e8e15e9da58f60c754b84515d4c679b590dbd3f2148f0f58025f4ae706f1c5a5d4a
+ languageName: node
+ linkType: hard
+
+"@babel/plugin-syntax-import-assertions@npm:^7.23.3":
+ version: 7.23.3
+ resolution: "@babel/plugin-syntax-import-assertions@npm:7.23.3"
+ dependencies:
+ "@babel/helper-plugin-utils": "npm:^7.22.5"
+ peerDependencies:
+ "@babel/core": ^7.0.0-0
+ checksum: 10/883e6b35b2da205138caab832d54505271a3fee3fc1e8dc0894502434fc2b5d517cbe93bbfbfef8068a0fb6ec48ebc9eef3f605200a489065ba43d8cddc1c9a7
+ languageName: node
+ linkType: hard
+
+"@babel/plugin-syntax-import-attributes@npm:^7.23.3":
+ version: 7.23.3
+ resolution: "@babel/plugin-syntax-import-attributes@npm:7.23.3"
+ dependencies:
+ "@babel/helper-plugin-utils": "npm:^7.22.5"
+ peerDependencies:
+ "@babel/core": ^7.0.0-0
+ checksum: 10/9aed7661ffb920ca75df9f494757466ca92744e43072e0848d87fa4aa61a3f2ee5a22198ac1959856c036434b5614a8f46f1fb70298835dbe28220cdd1d4c11e
+ languageName: node
+ linkType: hard
+
+"@babel/plugin-syntax-import-meta@npm:^7.10.4, @babel/plugin-syntax-import-meta@npm:^7.8.3":
version: 7.10.4
resolution: "@babel/plugin-syntax-import-meta@npm:7.10.4"
dependencies:
@@ -273,7 +502,7 @@ __metadata:
languageName: node
linkType: hard
-"@babel/plugin-syntax-logical-assignment-operators@npm:^7.8.3":
+"@babel/plugin-syntax-logical-assignment-operators@npm:^7.10.4, @babel/plugin-syntax-logical-assignment-operators@npm:^7.8.3":
version: 7.10.4
resolution: "@babel/plugin-syntax-logical-assignment-operators@npm:7.10.4"
dependencies:
@@ -295,7 +524,7 @@ __metadata:
languageName: node
linkType: hard
-"@babel/plugin-syntax-numeric-separator@npm:^7.8.3":
+"@babel/plugin-syntax-numeric-separator@npm:^7.10.4, @babel/plugin-syntax-numeric-separator@npm:^7.8.3":
version: 7.10.4
resolution: "@babel/plugin-syntax-numeric-separator@npm:7.10.4"
dependencies:
@@ -339,7 +568,18 @@ __metadata:
languageName: node
linkType: hard
-"@babel/plugin-syntax-top-level-await@npm:^7.8.3":
+"@babel/plugin-syntax-private-property-in-object@npm:^7.14.5":
+ version: 7.14.5
+ resolution: "@babel/plugin-syntax-private-property-in-object@npm:7.14.5"
+ dependencies:
+ "@babel/helper-plugin-utils": "npm:^7.14.5"
+ peerDependencies:
+ "@babel/core": ^7.0.0-0
+ checksum: 10/b317174783e6e96029b743ccff2a67d63d38756876e7e5d0ba53a322e38d9ca452c13354a57de1ad476b4c066dbae699e0ca157441da611117a47af88985ecda
+ languageName: node
+ linkType: hard
+
+"@babel/plugin-syntax-top-level-await@npm:^7.14.5, @babel/plugin-syntax-top-level-await@npm:^7.8.3":
version: 7.14.5
resolution: "@babel/plugin-syntax-top-level-await@npm:7.14.5"
dependencies:
@@ -361,7 +601,709 @@ __metadata:
languageName: node
linkType: hard
-"@babel/runtime@npm:^7.12.5, @babel/runtime@npm:^7.18.3, @babel/runtime@npm:^7.23.9, @babel/runtime@npm:^7.5.5, @babel/runtime@npm:^7.6.2, @babel/runtime@npm:^7.7.2, @babel/runtime@npm:^7.8.7":
+"@babel/plugin-syntax-unicode-sets-regex@npm:^7.18.6":
+ version: 7.18.6
+ resolution: "@babel/plugin-syntax-unicode-sets-regex@npm:7.18.6"
+ dependencies:
+ "@babel/helper-create-regexp-features-plugin": "npm:^7.18.6"
+ "@babel/helper-plugin-utils": "npm:^7.18.6"
+ peerDependencies:
+ "@babel/core": ^7.0.0
+ checksum: 10/a651d700fe63ff0ddfd7186f4ebc24447ca734f114433139e3c027bc94a900d013cf1ef2e2db8430425ba542e39ae160c3b05f06b59fd4656273a3df97679e9c
+ languageName: node
+ linkType: hard
+
+"@babel/plugin-transform-arrow-functions@npm:^7.23.3":
+ version: 7.23.3
+ resolution: "@babel/plugin-transform-arrow-functions@npm:7.23.3"
+ dependencies:
+ "@babel/helper-plugin-utils": "npm:^7.22.5"
+ peerDependencies:
+ "@babel/core": ^7.0.0-0
+ checksum: 10/1e99118176e5366c2636064d09477016ab5272b2a92e78b8edb571d20bc3eaa881789a905b20042942c3c2d04efc530726cf703f937226db5ebc495f5d067e66
+ languageName: node
+ linkType: hard
+
+"@babel/plugin-transform-async-generator-functions@npm:^7.23.9":
+ version: 7.23.9
+ resolution: "@babel/plugin-transform-async-generator-functions@npm:7.23.9"
+ dependencies:
+ "@babel/helper-environment-visitor": "npm:^7.22.20"
+ "@babel/helper-plugin-utils": "npm:^7.22.5"
+ "@babel/helper-remap-async-to-generator": "npm:^7.22.20"
+ "@babel/plugin-syntax-async-generators": "npm:^7.8.4"
+ peerDependencies:
+ "@babel/core": ^7.0.0-0
+ checksum: 10/d402494087a6b803803eb5ab46b837aab100a04c4c5148e38bfa943ea1bbfc1ecfb340f1ced68972564312d3580f550c125f452372e77607a558fbbaf98c31c0
+ languageName: node
+ linkType: hard
+
+"@babel/plugin-transform-async-to-generator@npm:^7.23.3":
+ version: 7.23.3
+ resolution: "@babel/plugin-transform-async-to-generator@npm:7.23.3"
+ dependencies:
+ "@babel/helper-module-imports": "npm:^7.22.15"
+ "@babel/helper-plugin-utils": "npm:^7.22.5"
+ "@babel/helper-remap-async-to-generator": "npm:^7.22.20"
+ peerDependencies:
+ "@babel/core": ^7.0.0-0
+ checksum: 10/2e9d9795d4b3b3d8090332104e37061c677f29a1ce65bcbda4099a32d243e5d9520270a44bbabf0fb1fb40d463bd937685b1a1042e646979086c546d55319c3c
+ languageName: node
+ linkType: hard
+
+"@babel/plugin-transform-block-scoped-functions@npm:^7.23.3":
+ version: 7.23.3
+ resolution: "@babel/plugin-transform-block-scoped-functions@npm:7.23.3"
+ dependencies:
+ "@babel/helper-plugin-utils": "npm:^7.22.5"
+ peerDependencies:
+ "@babel/core": ^7.0.0-0
+ checksum: 10/e63b16d94ee5f4d917e669da3db5ea53d1e7e79141a2ec873c1e644678cdafe98daa556d0d359963c827863d6b3665d23d4938a94a4c5053a1619c4ebd01d020
+ languageName: node
+ linkType: hard
+
+"@babel/plugin-transform-block-scoping@npm:^7.23.4":
+ version: 7.23.4
+ resolution: "@babel/plugin-transform-block-scoping@npm:7.23.4"
+ dependencies:
+ "@babel/helper-plugin-utils": "npm:^7.22.5"
+ peerDependencies:
+ "@babel/core": ^7.0.0-0
+ checksum: 10/bbb965a3acdfb03559806d149efbd194ac9c983b260581a60efcb15eb9fbe20e3054667970800146d867446db1c1398f8e4ee87f4454233e49b8f8ce947bd99b
+ languageName: node
+ linkType: hard
+
+"@babel/plugin-transform-class-properties@npm:^7.23.3":
+ version: 7.23.3
+ resolution: "@babel/plugin-transform-class-properties@npm:7.23.3"
+ dependencies:
+ "@babel/helper-create-class-features-plugin": "npm:^7.22.15"
+ "@babel/helper-plugin-utils": "npm:^7.22.5"
+ peerDependencies:
+ "@babel/core": ^7.0.0-0
+ checksum: 10/9c6f8366f667897541d360246de176dd29efc7a13d80a5b48361882f7173d9173be4646c3b7d9b003ccc0e01e25df122330308f33db921fa553aa17ad544b3fc
+ languageName: node
+ linkType: hard
+
+"@babel/plugin-transform-class-static-block@npm:^7.23.4":
+ version: 7.23.4
+ resolution: "@babel/plugin-transform-class-static-block@npm:7.23.4"
+ dependencies:
+ "@babel/helper-create-class-features-plugin": "npm:^7.22.15"
+ "@babel/helper-plugin-utils": "npm:^7.22.5"
+ "@babel/plugin-syntax-class-static-block": "npm:^7.14.5"
+ peerDependencies:
+ "@babel/core": ^7.12.0
+ checksum: 10/c8bfaba19a674fc2eb54edad71e958647360474e3163e8226f1acd63e4e2dbec32a171a0af596c1dc5359aee402cc120fea7abd1fb0e0354b6527f0fc9e8aa1e
+ languageName: node
+ linkType: hard
+
+"@babel/plugin-transform-classes@npm:^7.23.8":
+ version: 7.23.8
+ resolution: "@babel/plugin-transform-classes@npm:7.23.8"
+ dependencies:
+ "@babel/helper-annotate-as-pure": "npm:^7.22.5"
+ "@babel/helper-compilation-targets": "npm:^7.23.6"
+ "@babel/helper-environment-visitor": "npm:^7.22.20"
+ "@babel/helper-function-name": "npm:^7.23.0"
+ "@babel/helper-plugin-utils": "npm:^7.22.5"
+ "@babel/helper-replace-supers": "npm:^7.22.20"
+ "@babel/helper-split-export-declaration": "npm:^7.22.6"
+ globals: "npm:^11.1.0"
+ peerDependencies:
+ "@babel/core": ^7.0.0-0
+ checksum: 10/4bb4b19e7a39871c4414fb44fc5f2cc47c78f993b74c43238dfb99c9dac2d15cb99b43f8a3d42747580e1807d2b8f5e13ce7e95e593fd839bd176aa090bf9a23
+ languageName: node
+ linkType: hard
+
+"@babel/plugin-transform-computed-properties@npm:^7.23.3":
+ version: 7.23.3
+ resolution: "@babel/plugin-transform-computed-properties@npm:7.23.3"
+ dependencies:
+ "@babel/helper-plugin-utils": "npm:^7.22.5"
+ "@babel/template": "npm:^7.22.15"
+ peerDependencies:
+ "@babel/core": ^7.0.0-0
+ checksum: 10/e75593e02c5ea473c17839e3c9d597ce3697bf039b66afe9a4d06d086a87fb3d95850b4174476897afc351dc1b46a9ec3165ee6e8fbad3732c0d65f676f855ad
+ languageName: node
+ linkType: hard
+
+"@babel/plugin-transform-destructuring@npm:^7.23.3":
+ version: 7.23.3
+ resolution: "@babel/plugin-transform-destructuring@npm:7.23.3"
+ dependencies:
+ "@babel/helper-plugin-utils": "npm:^7.22.5"
+ peerDependencies:
+ "@babel/core": ^7.0.0-0
+ checksum: 10/5abd93718af5a61f8f6a97d2ccac9139499752dd5b2c533d7556fb02947ae01b2f51d4c4f5e64df569e8783d3743270018eb1fa979c43edec7dd1377acf107ed
+ languageName: node
+ linkType: hard
+
+"@babel/plugin-transform-dotall-regex@npm:^7.23.3":
+ version: 7.23.3
+ resolution: "@babel/plugin-transform-dotall-regex@npm:7.23.3"
+ dependencies:
+ "@babel/helper-create-regexp-features-plugin": "npm:^7.22.15"
+ "@babel/helper-plugin-utils": "npm:^7.22.5"
+ peerDependencies:
+ "@babel/core": ^7.0.0-0
+ checksum: 10/a2dbbf7f1ea16a97948c37df925cb364337668c41a3948b8d91453f140507bd8a3429030c7ce66d09c299987b27746c19a2dd18b6f17dcb474854b14fd9159a3
+ languageName: node
+ linkType: hard
+
+"@babel/plugin-transform-duplicate-keys@npm:^7.23.3":
+ version: 7.23.3
+ resolution: "@babel/plugin-transform-duplicate-keys@npm:7.23.3"
+ dependencies:
+ "@babel/helper-plugin-utils": "npm:^7.22.5"
+ peerDependencies:
+ "@babel/core": ^7.0.0-0
+ checksum: 10/c2a21c34dc0839590cd945192cbc46fde541a27e140c48fe1808315934664cdbf18db64889e23c4eeb6bad9d3e049482efdca91d29de5734ffc887c4fbabaa16
+ languageName: node
+ linkType: hard
+
+"@babel/plugin-transform-dynamic-import@npm:^7.23.4":
+ version: 7.23.4
+ resolution: "@babel/plugin-transform-dynamic-import@npm:7.23.4"
+ dependencies:
+ "@babel/helper-plugin-utils": "npm:^7.22.5"
+ "@babel/plugin-syntax-dynamic-import": "npm:^7.8.3"
+ peerDependencies:
+ "@babel/core": ^7.0.0-0
+ checksum: 10/57a722604c430d9f3dacff22001a5f31250e34785d4969527a2ae9160fa86858d0892c5b9ff7a06a04076f8c76c9e6862e0541aadca9c057849961343aab0845
+ languageName: node
+ linkType: hard
+
+"@babel/plugin-transform-exponentiation-operator@npm:^7.23.3":
+ version: 7.23.3
+ resolution: "@babel/plugin-transform-exponentiation-operator@npm:7.23.3"
+ dependencies:
+ "@babel/helper-builder-binary-assignment-operator-visitor": "npm:^7.22.15"
+ "@babel/helper-plugin-utils": "npm:^7.22.5"
+ peerDependencies:
+ "@babel/core": ^7.0.0-0
+ checksum: 10/00d05ab14ad0f299160fcf9d8f55a1cc1b740e012ab0b5ce30207d2365f091665115557af7d989cd6260d075a252d9e4283de5f2b247dfbbe0e42ae586e6bf66
+ languageName: node
+ linkType: hard
+
+"@babel/plugin-transform-export-namespace-from@npm:^7.23.4":
+ version: 7.23.4
+ resolution: "@babel/plugin-transform-export-namespace-from@npm:7.23.4"
+ dependencies:
+ "@babel/helper-plugin-utils": "npm:^7.22.5"
+ "@babel/plugin-syntax-export-namespace-from": "npm:^7.8.3"
+ peerDependencies:
+ "@babel/core": ^7.0.0-0
+ checksum: 10/9f770a81bfd03b48d6ba155d452946fd56d6ffe5b7d871e9ec2a0b15e0f424273b632f3ed61838b90015b25bbda988896b7a46c7d964fbf8f6feb5820b309f93
+ languageName: node
+ linkType: hard
+
+"@babel/plugin-transform-for-of@npm:^7.23.6":
+ version: 7.23.6
+ resolution: "@babel/plugin-transform-for-of@npm:7.23.6"
+ dependencies:
+ "@babel/helper-plugin-utils": "npm:^7.22.5"
+ "@babel/helper-skip-transparent-expression-wrappers": "npm:^7.22.5"
+ peerDependencies:
+ "@babel/core": ^7.0.0-0
+ checksum: 10/b84ef1f26a2db316237ae6d10fa7c22c70ac808ed0b8e095a8ecf9101551636cbb026bee9fb95a0a7944f3b8278ff9636a9088cb4a4ac5b84830a13829242735
+ languageName: node
+ linkType: hard
+
+"@babel/plugin-transform-function-name@npm:^7.23.3":
+ version: 7.23.3
+ resolution: "@babel/plugin-transform-function-name@npm:7.23.3"
+ dependencies:
+ "@babel/helper-compilation-targets": "npm:^7.22.15"
+ "@babel/helper-function-name": "npm:^7.23.0"
+ "@babel/helper-plugin-utils": "npm:^7.22.5"
+ peerDependencies:
+ "@babel/core": ^7.0.0-0
+ checksum: 10/355c6dbe07c919575ad42b2f7e020f320866d72f8b79181a16f8e0cd424a2c761d979f03f47d583d9471b55dcd68a8a9d829b58e1eebcd572145b934b48975a6
+ languageName: node
+ linkType: hard
+
+"@babel/plugin-transform-json-strings@npm:^7.23.4":
+ version: 7.23.4
+ resolution: "@babel/plugin-transform-json-strings@npm:7.23.4"
+ dependencies:
+ "@babel/helper-plugin-utils": "npm:^7.22.5"
+ "@babel/plugin-syntax-json-strings": "npm:^7.8.3"
+ peerDependencies:
+ "@babel/core": ^7.0.0-0
+ checksum: 10/f9019820233cf8955d8ba346df709a0683c120fe86a24ed1c9f003f2db51197b979efc88f010d558a12e1491210fc195a43cd1c7fee5e23b92da38f793a875de
+ languageName: node
+ linkType: hard
+
+"@babel/plugin-transform-literals@npm:^7.23.3":
+ version: 7.23.3
+ resolution: "@babel/plugin-transform-literals@npm:7.23.3"
+ dependencies:
+ "@babel/helper-plugin-utils": "npm:^7.22.5"
+ peerDependencies:
+ "@babel/core": ^7.0.0-0
+ checksum: 10/519a544cd58586b9001c4c9b18da25a62f17d23c48600ff7a685d75ca9eb18d2c5e8f5476f067f0a8f1fea2a31107eff950b9864833061e6076dcc4bdc3e71ed
+ languageName: node
+ linkType: hard
+
+"@babel/plugin-transform-logical-assignment-operators@npm:^7.23.4":
+ version: 7.23.4
+ resolution: "@babel/plugin-transform-logical-assignment-operators@npm:7.23.4"
+ dependencies:
+ "@babel/helper-plugin-utils": "npm:^7.22.5"
+ "@babel/plugin-syntax-logical-assignment-operators": "npm:^7.10.4"
+ peerDependencies:
+ "@babel/core": ^7.0.0-0
+ checksum: 10/2ae1dc9b4ff3bf61a990ff3accdecb2afe3a0ca649b3e74c010078d1cdf29ea490f50ac0a905306a2bcf9ac177889a39ac79bdcc3a0fdf220b3b75fac18d39b5
+ languageName: node
+ linkType: hard
+
+"@babel/plugin-transform-member-expression-literals@npm:^7.23.3":
+ version: 7.23.3
+ resolution: "@babel/plugin-transform-member-expression-literals@npm:7.23.3"
+ dependencies:
+ "@babel/helper-plugin-utils": "npm:^7.22.5"
+ peerDependencies:
+ "@babel/core": ^7.0.0-0
+ checksum: 10/95cec13c36d447c5aa6b8e4c778b897eeba66dcb675edef01e0d2afcec9e8cb9726baf4f81b4bbae7a782595aed72e6a0d44ffb773272c3ca180fada99bf92db
+ languageName: node
+ linkType: hard
+
+"@babel/plugin-transform-modules-amd@npm:^7.23.3":
+ version: 7.23.3
+ resolution: "@babel/plugin-transform-modules-amd@npm:7.23.3"
+ dependencies:
+ "@babel/helper-module-transforms": "npm:^7.23.3"
+ "@babel/helper-plugin-utils": "npm:^7.22.5"
+ peerDependencies:
+ "@babel/core": ^7.0.0-0
+ checksum: 10/48c87dee2c7dae8ed40d16901f32c9e58be4ef87bf2c3985b51dd2e78e82081f3bad0a39ee5cf6e8909e13e954e2b4bedef0a8141922f281ed833ddb59ed9be2
+ languageName: node
+ linkType: hard
+
+"@babel/plugin-transform-modules-commonjs@npm:^7.23.3":
+ version: 7.23.3
+ resolution: "@babel/plugin-transform-modules-commonjs@npm:7.23.3"
+ dependencies:
+ "@babel/helper-module-transforms": "npm:^7.23.3"
+ "@babel/helper-plugin-utils": "npm:^7.22.5"
+ "@babel/helper-simple-access": "npm:^7.22.5"
+ peerDependencies:
+ "@babel/core": ^7.0.0-0
+ checksum: 10/a3bc082d0dfe8327a29263a6d721cea608d440bc8141ba3ec6ba80ad73d84e4f9bbe903c27e9291c29878feec9b5dee2bd0563822f93dc951f5d7fc36bdfe85b
+ languageName: node
+ linkType: hard
+
+"@babel/plugin-transform-modules-systemjs@npm:^7.23.9":
+ version: 7.23.9
+ resolution: "@babel/plugin-transform-modules-systemjs@npm:7.23.9"
+ dependencies:
+ "@babel/helper-hoist-variables": "npm:^7.22.5"
+ "@babel/helper-module-transforms": "npm:^7.23.3"
+ "@babel/helper-plugin-utils": "npm:^7.22.5"
+ "@babel/helper-validator-identifier": "npm:^7.22.20"
+ peerDependencies:
+ "@babel/core": ^7.0.0-0
+ checksum: 10/4bb800e5a9d0d668d7421ae3672fccff7d5f2a36621fd87414d7ece6d6f4d93627f9644cfecacae934bc65ffc131c8374242aaa400cca874dcab9b281a21aff0
+ languageName: node
+ linkType: hard
+
+"@babel/plugin-transform-modules-umd@npm:^7.23.3":
+ version: 7.23.3
+ resolution: "@babel/plugin-transform-modules-umd@npm:7.23.3"
+ dependencies:
+ "@babel/helper-module-transforms": "npm:^7.23.3"
+ "@babel/helper-plugin-utils": "npm:^7.22.5"
+ peerDependencies:
+ "@babel/core": ^7.0.0-0
+ checksum: 10/e3f3af83562d687899555c7826b3faf0ab93ee7976898995b1d20cbe7f4451c55e05b0e17bfb3e549937cbe7573daf5400b752912a241b0a8a64d2457c7626e5
+ languageName: node
+ linkType: hard
+
+"@babel/plugin-transform-named-capturing-groups-regex@npm:^7.22.5":
+ version: 7.22.5
+ resolution: "@babel/plugin-transform-named-capturing-groups-regex@npm:7.22.5"
+ dependencies:
+ "@babel/helper-create-regexp-features-plugin": "npm:^7.22.5"
+ "@babel/helper-plugin-utils": "npm:^7.22.5"
+ peerDependencies:
+ "@babel/core": ^7.0.0
+ checksum: 10/3ee564ddee620c035b928fdc942c5d17e9c4b98329b76f9cefac65c111135d925eb94ed324064cd7556d4f5123beec79abea1d4b97d1c8a2a5c748887a2eb623
+ languageName: node
+ linkType: hard
+
+"@babel/plugin-transform-new-target@npm:^7.23.3":
+ version: 7.23.3
+ resolution: "@babel/plugin-transform-new-target@npm:7.23.3"
+ dependencies:
+ "@babel/helper-plugin-utils": "npm:^7.22.5"
+ peerDependencies:
+ "@babel/core": ^7.0.0-0
+ checksum: 10/e5053389316fce73ad5201b7777437164f333e24787fbcda4ae489cd2580dbbbdfb5694a7237bad91fabb46b591d771975d69beb1c740b82cb4761625379f00b
+ languageName: node
+ linkType: hard
+
+"@babel/plugin-transform-nullish-coalescing-operator@npm:^7.23.4":
+ version: 7.23.4
+ resolution: "@babel/plugin-transform-nullish-coalescing-operator@npm:7.23.4"
+ dependencies:
+ "@babel/helper-plugin-utils": "npm:^7.22.5"
+ "@babel/plugin-syntax-nullish-coalescing-operator": "npm:^7.8.3"
+ peerDependencies:
+ "@babel/core": ^7.0.0-0
+ checksum: 10/a27d73ea134d3d9560a6b2e26ab60012fba15f1db95865aa0153c18f5ec82cfef6a7b3d8df74e3c2fca81534fa5efeb6cacaf7b08bdb7d123e3dafdd079886a3
+ languageName: node
+ linkType: hard
+
+"@babel/plugin-transform-numeric-separator@npm:^7.23.4":
+ version: 7.23.4
+ resolution: "@babel/plugin-transform-numeric-separator@npm:7.23.4"
+ dependencies:
+ "@babel/helper-plugin-utils": "npm:^7.22.5"
+ "@babel/plugin-syntax-numeric-separator": "npm:^7.10.4"
+ peerDependencies:
+ "@babel/core": ^7.0.0-0
+ checksum: 10/6ba0e5db3c620a3ec81f9e94507c821f483c15f196868df13fa454cbac719a5449baf73840f5b6eb7d77311b24a2cf8e45db53700d41727f693d46f7caf3eec3
+ languageName: node
+ linkType: hard
+
+"@babel/plugin-transform-object-rest-spread@npm:^7.23.4":
+ version: 7.23.4
+ resolution: "@babel/plugin-transform-object-rest-spread@npm:7.23.4"
+ dependencies:
+ "@babel/compat-data": "npm:^7.23.3"
+ "@babel/helper-compilation-targets": "npm:^7.22.15"
+ "@babel/helper-plugin-utils": "npm:^7.22.5"
+ "@babel/plugin-syntax-object-rest-spread": "npm:^7.8.3"
+ "@babel/plugin-transform-parameters": "npm:^7.23.3"
+ peerDependencies:
+ "@babel/core": ^7.0.0-0
+ checksum: 10/656f09c4ec629856e807d5b386559166ae417ff75943abce19656b2c6de5101dfd0aaf23f9074e854339370b4e09f57518d3202457046ee5b567ded531005479
+ languageName: node
+ linkType: hard
+
+"@babel/plugin-transform-object-super@npm:^7.23.3":
+ version: 7.23.3
+ resolution: "@babel/plugin-transform-object-super@npm:7.23.3"
+ dependencies:
+ "@babel/helper-plugin-utils": "npm:^7.22.5"
+ "@babel/helper-replace-supers": "npm:^7.22.20"
+ peerDependencies:
+ "@babel/core": ^7.0.0-0
+ checksum: 10/e495497186f621fa79026e183b4f1fbb172fd9df812cbd2d7f02c05b08adbe58012b1a6eb6dd58d11a30343f6ec80d0f4074f9b501d70aa1c94df76d59164c53
+ languageName: node
+ linkType: hard
+
+"@babel/plugin-transform-optional-catch-binding@npm:^7.23.4":
+ version: 7.23.4
+ resolution: "@babel/plugin-transform-optional-catch-binding@npm:7.23.4"
+ dependencies:
+ "@babel/helper-plugin-utils": "npm:^7.22.5"
+ "@babel/plugin-syntax-optional-catch-binding": "npm:^7.8.3"
+ peerDependencies:
+ "@babel/core": ^7.0.0-0
+ checksum: 10/d50b5ee142cdb088d8b5de1ccf7cea85b18b85d85b52f86618f6e45226372f01ad4cdb29abd4fd35ea99a71fefb37009e0107db7a787dcc21d4d402f97470faf
+ languageName: node
+ linkType: hard
+
+"@babel/plugin-transform-optional-chaining@npm:^7.23.3, @babel/plugin-transform-optional-chaining@npm:^7.23.4":
+ version: 7.23.4
+ resolution: "@babel/plugin-transform-optional-chaining@npm:7.23.4"
+ dependencies:
+ "@babel/helper-plugin-utils": "npm:^7.22.5"
+ "@babel/helper-skip-transparent-expression-wrappers": "npm:^7.22.5"
+ "@babel/plugin-syntax-optional-chaining": "npm:^7.8.3"
+ peerDependencies:
+ "@babel/core": ^7.0.0-0
+ checksum: 10/0ef24e889d6151428953fc443af5f71f4dae73f373dc1b7f5dd3f6a61d511296eb77e9b870e8c2c02a933e3455ae24c1fa91738c826b72a4ff87e0337db527e8
+ languageName: node
+ linkType: hard
+
+"@babel/plugin-transform-parameters@npm:^7.23.3":
+ version: 7.23.3
+ resolution: "@babel/plugin-transform-parameters@npm:7.23.3"
+ dependencies:
+ "@babel/helper-plugin-utils": "npm:^7.22.5"
+ peerDependencies:
+ "@babel/core": ^7.0.0-0
+ checksum: 10/a8c36c3fc25f9daa46c4f6db47ea809c395dc4abc7f01c4b1391f6e5b0cd62b83b6016728b02a6a8ac21aca56207c9ec66daefc0336e9340976978de7e6e28df
+ languageName: node
+ linkType: hard
+
+"@babel/plugin-transform-private-methods@npm:^7.23.3":
+ version: 7.23.3
+ resolution: "@babel/plugin-transform-private-methods@npm:7.23.3"
+ dependencies:
+ "@babel/helper-create-class-features-plugin": "npm:^7.22.15"
+ "@babel/helper-plugin-utils": "npm:^7.22.5"
+ peerDependencies:
+ "@babel/core": ^7.0.0-0
+ checksum: 10/cedc1285c49b5a6d9a3d0e5e413b756ac40b3ac2f8f68bdfc3ae268bc8d27b00abd8bb0861c72756ff5dd8bf1eb77211b7feb5baf4fdae2ebbaabe49b9adc1d0
+ languageName: node
+ linkType: hard
+
+"@babel/plugin-transform-private-property-in-object@npm:^7.23.4":
+ version: 7.23.4
+ resolution: "@babel/plugin-transform-private-property-in-object@npm:7.23.4"
+ dependencies:
+ "@babel/helper-annotate-as-pure": "npm:^7.22.5"
+ "@babel/helper-create-class-features-plugin": "npm:^7.22.15"
+ "@babel/helper-plugin-utils": "npm:^7.22.5"
+ "@babel/plugin-syntax-private-property-in-object": "npm:^7.14.5"
+ peerDependencies:
+ "@babel/core": ^7.0.0-0
+ checksum: 10/02eef2ee98fa86ee5052ed9bf0742d6d22b510b5df2fcce0b0f5615d6001f7786c6b31505e7f1c2f446406d8fb33603a5316d957cfa5b8365cbf78ddcc24fa42
+ languageName: node
+ linkType: hard
+
+"@babel/plugin-transform-property-literals@npm:^7.23.3":
+ version: 7.23.3
+ resolution: "@babel/plugin-transform-property-literals@npm:7.23.3"
+ dependencies:
+ "@babel/helper-plugin-utils": "npm:^7.22.5"
+ peerDependencies:
+ "@babel/core": ^7.0.0-0
+ checksum: 10/16b048c8e87f25095f6d53634ab7912992f78e6997a6ff549edc3cf519db4fca01c7b4e0798530d7f6a05228ceee479251245cdd850a5531c6e6f404104d6cc9
+ languageName: node
+ linkType: hard
+
+"@babel/plugin-transform-regenerator@npm:^7.23.3":
+ version: 7.23.3
+ resolution: "@babel/plugin-transform-regenerator@npm:7.23.3"
+ dependencies:
+ "@babel/helper-plugin-utils": "npm:^7.22.5"
+ regenerator-transform: "npm:^0.15.2"
+ peerDependencies:
+ "@babel/core": ^7.0.0-0
+ checksum: 10/7fdacc7b40008883871b519c9e5cdea493f75495118ccc56ac104b874983569a24edd024f0f5894ba1875c54ee2b442f295d6241c3280e61c725d0dd3317c8e6
+ languageName: node
+ linkType: hard
+
+"@babel/plugin-transform-reserved-words@npm:^7.23.3":
+ version: 7.23.3
+ resolution: "@babel/plugin-transform-reserved-words@npm:7.23.3"
+ dependencies:
+ "@babel/helper-plugin-utils": "npm:^7.22.5"
+ peerDependencies:
+ "@babel/core": ^7.0.0-0
+ checksum: 10/298c4440ddc136784ff920127cea137168e068404e635dc946ddb5d7b2a27b66f1dd4c4acb01f7184478ff7d5c3e7177a127279479926519042948fb7fa0fa48
+ languageName: node
+ linkType: hard
+
+"@babel/plugin-transform-shorthand-properties@npm:^7.23.3":
+ version: 7.23.3
+ resolution: "@babel/plugin-transform-shorthand-properties@npm:7.23.3"
+ dependencies:
+ "@babel/helper-plugin-utils": "npm:^7.22.5"
+ peerDependencies:
+ "@babel/core": ^7.0.0-0
+ checksum: 10/5d677a03676f9fff969b0246c423d64d77502e90a832665dc872a5a5e05e5708161ce1effd56bb3c0f2c20a1112fca874be57c8a759d8b08152755519281f326
+ languageName: node
+ linkType: hard
+
+"@babel/plugin-transform-spread@npm:^7.23.3":
+ version: 7.23.3
+ resolution: "@babel/plugin-transform-spread@npm:7.23.3"
+ dependencies:
+ "@babel/helper-plugin-utils": "npm:^7.22.5"
+ "@babel/helper-skip-transparent-expression-wrappers": "npm:^7.22.5"
+ peerDependencies:
+ "@babel/core": ^7.0.0-0
+ checksum: 10/c6372d2f788fd71d85aba12fbe08ee509e053ed27457e6674a4f9cae41ff885e2eb88aafea8fadd0ccf990601fc69ec596fa00959e05af68a15461a8d97a548d
+ languageName: node
+ linkType: hard
+
+"@babel/plugin-transform-sticky-regex@npm:^7.23.3":
+ version: 7.23.3
+ resolution: "@babel/plugin-transform-sticky-regex@npm:7.23.3"
+ dependencies:
+ "@babel/helper-plugin-utils": "npm:^7.22.5"
+ peerDependencies:
+ "@babel/core": ^7.0.0-0
+ checksum: 10/53e55eb2575b7abfdb4af7e503a2bf7ef5faf8bf6b92d2cd2de0700bdd19e934e5517b23e6dfed94ba50ae516b62f3f916773ef7d9bc81f01503f585051e2949
+ languageName: node
+ linkType: hard
+
+"@babel/plugin-transform-template-literals@npm:^7.23.3":
+ version: 7.23.3
+ resolution: "@babel/plugin-transform-template-literals@npm:7.23.3"
+ dependencies:
+ "@babel/helper-plugin-utils": "npm:^7.22.5"
+ peerDependencies:
+ "@babel/core": ^7.0.0-0
+ checksum: 10/b16c5cb0b8796be0118e9c144d15bdc0d20a7f3f59009c6303a6e9a8b74c146eceb3f05186f5b97afcba7cfa87e34c1585a22186e3d5b22f2fd3d27d959d92b2
+ languageName: node
+ linkType: hard
+
+"@babel/plugin-transform-typeof-symbol@npm:^7.23.3":
+ version: 7.23.3
+ resolution: "@babel/plugin-transform-typeof-symbol@npm:7.23.3"
+ dependencies:
+ "@babel/helper-plugin-utils": "npm:^7.22.5"
+ peerDependencies:
+ "@babel/core": ^7.0.0-0
+ checksum: 10/0af7184379d43afac7614fc89b1bdecce4e174d52f4efaeee8ec1a4f2c764356c6dba3525c0685231f1cbf435b6dd4ee9e738d7417f3b10ce8bbe869c32f4384
+ languageName: node
+ linkType: hard
+
+"@babel/plugin-transform-unicode-escapes@npm:^7.23.3":
+ version: 7.23.3
+ resolution: "@babel/plugin-transform-unicode-escapes@npm:7.23.3"
+ dependencies:
+ "@babel/helper-plugin-utils": "npm:^7.22.5"
+ peerDependencies:
+ "@babel/core": ^7.0.0-0
+ checksum: 10/561c429183a54b9e4751519a3dfba6014431e9cdc1484fad03bdaf96582dfc72c76a4f8661df2aeeae7c34efd0fa4d02d3b83a2f63763ecf71ecc925f9cc1f60
+ languageName: node
+ linkType: hard
+
+"@babel/plugin-transform-unicode-property-regex@npm:^7.23.3":
+ version: 7.23.3
+ resolution: "@babel/plugin-transform-unicode-property-regex@npm:7.23.3"
+ dependencies:
+ "@babel/helper-create-regexp-features-plugin": "npm:^7.22.15"
+ "@babel/helper-plugin-utils": "npm:^7.22.5"
+ peerDependencies:
+ "@babel/core": ^7.0.0-0
+ checksum: 10/2298461a194758086d17c23c26c7de37aa533af910f9ebf31ebd0893d4aa317468043d23f73edc782ec21151d3c46cf0ff8098a83b725c49a59de28a1d4d6225
+ languageName: node
+ linkType: hard
+
+"@babel/plugin-transform-unicode-regex@npm:^7.23.3":
+ version: 7.23.3
+ resolution: "@babel/plugin-transform-unicode-regex@npm:7.23.3"
+ dependencies:
+ "@babel/helper-create-regexp-features-plugin": "npm:^7.22.15"
+ "@babel/helper-plugin-utils": "npm:^7.22.5"
+ peerDependencies:
+ "@babel/core": ^7.0.0-0
+ checksum: 10/c5f835d17483ba899787f92e313dfa5b0055e3deab332f1d254078a2bba27ede47574b6599fcf34d3763f0c048ae0779dc21d2d8db09295edb4057478dc80a9a
+ languageName: node
+ linkType: hard
+
+"@babel/plugin-transform-unicode-sets-regex@npm:^7.23.3":
+ version: 7.23.3
+ resolution: "@babel/plugin-transform-unicode-sets-regex@npm:7.23.3"
+ dependencies:
+ "@babel/helper-create-regexp-features-plugin": "npm:^7.22.15"
+ "@babel/helper-plugin-utils": "npm:^7.22.5"
+ peerDependencies:
+ "@babel/core": ^7.0.0
+ checksum: 10/79d0b4c951955ca68235c87b91ab2b393c96285f8aeaa34d6db416d2ddac90000c9bd6e8c4d82b60a2b484da69930507245035f28ba63c6cae341cf3ba68fdef
+ languageName: node
+ linkType: hard
+
+"@babel/preset-env@npm:^7.23.8":
+ version: 7.23.9
+ resolution: "@babel/preset-env@npm:7.23.9"
+ dependencies:
+ "@babel/compat-data": "npm:^7.23.5"
+ "@babel/helper-compilation-targets": "npm:^7.23.6"
+ "@babel/helper-plugin-utils": "npm:^7.22.5"
+ "@babel/helper-validator-option": "npm:^7.23.5"
+ "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "npm:^7.23.3"
+ "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "npm:^7.23.3"
+ "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "npm:^7.23.7"
+ "@babel/plugin-proposal-private-property-in-object": "npm:7.21.0-placeholder-for-preset-env.2"
+ "@babel/plugin-syntax-async-generators": "npm:^7.8.4"
+ "@babel/plugin-syntax-class-properties": "npm:^7.12.13"
+ "@babel/plugin-syntax-class-static-block": "npm:^7.14.5"
+ "@babel/plugin-syntax-dynamic-import": "npm:^7.8.3"
+ "@babel/plugin-syntax-export-namespace-from": "npm:^7.8.3"
+ "@babel/plugin-syntax-import-assertions": "npm:^7.23.3"
+ "@babel/plugin-syntax-import-attributes": "npm:^7.23.3"
+ "@babel/plugin-syntax-import-meta": "npm:^7.10.4"
+ "@babel/plugin-syntax-json-strings": "npm:^7.8.3"
+ "@babel/plugin-syntax-logical-assignment-operators": "npm:^7.10.4"
+ "@babel/plugin-syntax-nullish-coalescing-operator": "npm:^7.8.3"
+ "@babel/plugin-syntax-numeric-separator": "npm:^7.10.4"
+ "@babel/plugin-syntax-object-rest-spread": "npm:^7.8.3"
+ "@babel/plugin-syntax-optional-catch-binding": "npm:^7.8.3"
+ "@babel/plugin-syntax-optional-chaining": "npm:^7.8.3"
+ "@babel/plugin-syntax-private-property-in-object": "npm:^7.14.5"
+ "@babel/plugin-syntax-top-level-await": "npm:^7.14.5"
+ "@babel/plugin-syntax-unicode-sets-regex": "npm:^7.18.6"
+ "@babel/plugin-transform-arrow-functions": "npm:^7.23.3"
+ "@babel/plugin-transform-async-generator-functions": "npm:^7.23.9"
+ "@babel/plugin-transform-async-to-generator": "npm:^7.23.3"
+ "@babel/plugin-transform-block-scoped-functions": "npm:^7.23.3"
+ "@babel/plugin-transform-block-scoping": "npm:^7.23.4"
+ "@babel/plugin-transform-class-properties": "npm:^7.23.3"
+ "@babel/plugin-transform-class-static-block": "npm:^7.23.4"
+ "@babel/plugin-transform-classes": "npm:^7.23.8"
+ "@babel/plugin-transform-computed-properties": "npm:^7.23.3"
+ "@babel/plugin-transform-destructuring": "npm:^7.23.3"
+ "@babel/plugin-transform-dotall-regex": "npm:^7.23.3"
+ "@babel/plugin-transform-duplicate-keys": "npm:^7.23.3"
+ "@babel/plugin-transform-dynamic-import": "npm:^7.23.4"
+ "@babel/plugin-transform-exponentiation-operator": "npm:^7.23.3"
+ "@babel/plugin-transform-export-namespace-from": "npm:^7.23.4"
+ "@babel/plugin-transform-for-of": "npm:^7.23.6"
+ "@babel/plugin-transform-function-name": "npm:^7.23.3"
+ "@babel/plugin-transform-json-strings": "npm:^7.23.4"
+ "@babel/plugin-transform-literals": "npm:^7.23.3"
+ "@babel/plugin-transform-logical-assignment-operators": "npm:^7.23.4"
+ "@babel/plugin-transform-member-expression-literals": "npm:^7.23.3"
+ "@babel/plugin-transform-modules-amd": "npm:^7.23.3"
+ "@babel/plugin-transform-modules-commonjs": "npm:^7.23.3"
+ "@babel/plugin-transform-modules-systemjs": "npm:^7.23.9"
+ "@babel/plugin-transform-modules-umd": "npm:^7.23.3"
+ "@babel/plugin-transform-named-capturing-groups-regex": "npm:^7.22.5"
+ "@babel/plugin-transform-new-target": "npm:^7.23.3"
+ "@babel/plugin-transform-nullish-coalescing-operator": "npm:^7.23.4"
+ "@babel/plugin-transform-numeric-separator": "npm:^7.23.4"
+ "@babel/plugin-transform-object-rest-spread": "npm:^7.23.4"
+ "@babel/plugin-transform-object-super": "npm:^7.23.3"
+ "@babel/plugin-transform-optional-catch-binding": "npm:^7.23.4"
+ "@babel/plugin-transform-optional-chaining": "npm:^7.23.4"
+ "@babel/plugin-transform-parameters": "npm:^7.23.3"
+ "@babel/plugin-transform-private-methods": "npm:^7.23.3"
+ "@babel/plugin-transform-private-property-in-object": "npm:^7.23.4"
+ "@babel/plugin-transform-property-literals": "npm:^7.23.3"
+ "@babel/plugin-transform-regenerator": "npm:^7.23.3"
+ "@babel/plugin-transform-reserved-words": "npm:^7.23.3"
+ "@babel/plugin-transform-shorthand-properties": "npm:^7.23.3"
+ "@babel/plugin-transform-spread": "npm:^7.23.3"
+ "@babel/plugin-transform-sticky-regex": "npm:^7.23.3"
+ "@babel/plugin-transform-template-literals": "npm:^7.23.3"
+ "@babel/plugin-transform-typeof-symbol": "npm:^7.23.3"
+ "@babel/plugin-transform-unicode-escapes": "npm:^7.23.3"
+ "@babel/plugin-transform-unicode-property-regex": "npm:^7.23.3"
+ "@babel/plugin-transform-unicode-regex": "npm:^7.23.3"
+ "@babel/plugin-transform-unicode-sets-regex": "npm:^7.23.3"
+ "@babel/preset-modules": "npm:0.1.6-no-external-plugins"
+ babel-plugin-polyfill-corejs2: "npm:^0.4.8"
+ babel-plugin-polyfill-corejs3: "npm:^0.9.0"
+ babel-plugin-polyfill-regenerator: "npm:^0.5.5"
+ core-js-compat: "npm:^3.31.0"
+ semver: "npm:^6.3.1"
+ peerDependencies:
+ "@babel/core": ^7.0.0-0
+ checksum: 10/0214ac9434a2496eac7f56c0c91164421232ff2083a66e1ccab633ca91e262828e54a5cbdb9036e8fe53d53530b6597aa98c99de8ff07b5193ffd95f21dc9d2c
+ languageName: node
+ linkType: hard
+
+"@babel/preset-modules@npm:0.1.6-no-external-plugins":
+ version: 0.1.6-no-external-plugins
+ resolution: "@babel/preset-modules@npm:0.1.6-no-external-plugins"
+ dependencies:
+ "@babel/helper-plugin-utils": "npm:^7.0.0"
+ "@babel/types": "npm:^7.4.4"
+ esutils: "npm:^2.0.2"
+ peerDependencies:
+ "@babel/core": ^7.0.0-0 || ^8.0.0-0 <8.0.0
+ checksum: 10/039aba98a697b920d6440c622aaa6104bb6076d65356b29dad4b3e6627ec0354da44f9621bafbeefd052cd4ac4d7f88c9a2ab094efcb50963cb352781d0c6428
+ languageName: node
+ linkType: hard
+
+"@babel/regjsgen@npm:^0.8.0":
+ version: 0.8.0
+ resolution: "@babel/regjsgen@npm:0.8.0"
+ checksum: 10/c57fb730b17332b7572574b74364a77d70faa302a281a62819476fa3b09822974fd75af77aea603ad77378395be64e81f89f0e800bf86cbbf21652d49ce12ee8
+ languageName: node
+ linkType: hard
+
+"@babel/runtime@npm:^7.12.5, @babel/runtime@npm:^7.18.3, @babel/runtime@npm:^7.23.9, @babel/runtime@npm:^7.5.5, @babel/runtime@npm:^7.6.2, @babel/runtime@npm:^7.7.2, @babel/runtime@npm:^7.8.4, @babel/runtime@npm:^7.8.7":
version: 7.23.9
resolution: "@babel/runtime@npm:7.23.9"
dependencies:
@@ -370,36 +1312,47 @@ __metadata:
languageName: node
linkType: hard
-"@babel/template@npm:^7.18.10, @babel/template@npm:^7.18.6, @babel/template@npm:^7.3.3":
- version: 7.18.10
- resolution: "@babel/template@npm:7.18.10"
+"@babel/template@npm:^7.22.15, @babel/template@npm:^7.23.9, @babel/template@npm:^7.3.3":
+ version: 7.23.9
+ resolution: "@babel/template@npm:7.23.9"
dependencies:
- "@babel/code-frame": "npm:^7.18.6"
- "@babel/parser": "npm:^7.18.10"
- "@babel/types": "npm:^7.18.10"
- checksum: 10/b5d02b484a9afebf74e9757fd16bc794a1608561a2e2bf8d2fb516858cf58e2fec5687c39053a8c5360e968609fc29a5c8efc0cf53ba3daee06d1cf49b4f78fb
+ "@babel/code-frame": "npm:^7.23.5"
+ "@babel/parser": "npm:^7.23.9"
+ "@babel/types": "npm:^7.23.9"
+ checksum: 10/1b011ba9354dc2e646561d54b6862e0df51760e6179faadd79be05825b0b6da04911e4e192df943f1766748da3037fd8493615b38707f7cadb0cf0c96601c170
languageName: node
linkType: hard
-"@babel/traverse@npm:^7.18.10, @babel/traverse@npm:^7.18.9, @babel/traverse@npm:^7.7.2":
- version: 7.18.10
- resolution: "@babel/traverse@npm:7.18.10"
+"@babel/traverse@npm:^7.23.9, @babel/traverse@npm:^7.7.2":
+ version: 7.23.9
+ resolution: "@babel/traverse@npm:7.23.9"
dependencies:
- "@babel/code-frame": "npm:^7.18.6"
- "@babel/generator": "npm:^7.18.10"
- "@babel/helper-environment-visitor": "npm:^7.18.9"
- "@babel/helper-function-name": "npm:^7.18.9"
- "@babel/helper-hoist-variables": "npm:^7.18.6"
- "@babel/helper-split-export-declaration": "npm:^7.18.6"
- "@babel/parser": "npm:^7.18.10"
- "@babel/types": "npm:^7.18.10"
- debug: "npm:^4.1.0"
+ "@babel/code-frame": "npm:^7.23.5"
+ "@babel/generator": "npm:^7.23.6"
+ "@babel/helper-environment-visitor": "npm:^7.22.20"
+ "@babel/helper-function-name": "npm:^7.23.0"
+ "@babel/helper-hoist-variables": "npm:^7.22.5"
+ "@babel/helper-split-export-declaration": "npm:^7.22.6"
+ "@babel/parser": "npm:^7.23.9"
+ "@babel/types": "npm:^7.23.9"
+ debug: "npm:^4.3.1"
globals: "npm:^11.1.0"
- checksum: 10/64f46be1d0f031a055d4373c7d0c275cc86a4a58a1c12d61ee3128f91c381cecca195781a539314c2dc7fb7c65f8c153494495cc6beb5318fccfde567852ad52
+ checksum: 10/e2bb845f7f229feb7c338f7e150f5f1abc5395dcd3a6a47f63a25242ec3ec6b165f04a6df7d4849468547faee34eb3cf52487eb0bd867a7d3c42fec2a648266f
languageName: node
linkType: hard
-"@babel/types@npm:^7.0.0, @babel/types@npm:^7.18.10, @babel/types@npm:^7.18.6, @babel/types@npm:^7.18.9, @babel/types@npm:^7.22.15, @babel/types@npm:^7.3.0, @babel/types@npm:^7.3.3, @babel/types@npm:^7.8.3":
+"@babel/types@npm:7.23.6":
+ version: 7.23.6
+ resolution: "@babel/types@npm:7.23.6"
+ dependencies:
+ "@babel/helper-string-parser": "npm:^7.23.4"
+ "@babel/helper-validator-identifier": "npm:^7.22.20"
+ to-fast-properties: "npm:^2.0.0"
+ checksum: 10/07e70bb94d30b0231396b5e9a7726e6d9227a0a62e0a6830c0bd3232f33b024092e3d5a7d1b096a65bbf2bb43a9ab4c721bf618e115bfbb87b454fa060f88cbf
+ languageName: node
+ linkType: hard
+
+"@babel/types@npm:^7.0.0, @babel/types@npm:^7.22.15, @babel/types@npm:^7.22.19, @babel/types@npm:^7.22.5, @babel/types@npm:^7.23.0, @babel/types@npm:^7.23.6, @babel/types@npm:^7.23.9, @babel/types@npm:^7.3.0, @babel/types@npm:^7.3.3, @babel/types@npm:^7.4.4, @babel/types@npm:^7.8.3":
version: 7.23.9
resolution: "@babel/types@npm:7.23.9"
dependencies:
@@ -575,6 +1528,13 @@ __metadata:
languageName: node
linkType: hard
+"@colors/colors@npm:^1.6.0":
+ version: 1.6.0
+ resolution: "@colors/colors@npm:1.6.0"
+ checksum: 10/66d00284a3a9a21e5e853b256942e17edbb295f4bd7b9aa7ef06bbb603568d5173eb41b0f64c1e51748bc29d382a23a67d99956e57e7431c64e47e74324182d9
+ languageName: node
+ linkType: hard
+
"@cspotcode/source-map-support@npm:^0.8.0":
version: 0.8.1
resolution: "@cspotcode/source-map-support@npm:0.8.1"
@@ -751,161 +1711,329 @@ __metadata:
languageName: node
linkType: hard
-"@esbuild/android-arm64@npm:0.17.3":
- version: 0.17.3
- resolution: "@esbuild/android-arm64@npm:0.17.3"
+"@esbuild/aix-ppc64@npm:0.19.11":
+ version: 0.19.11
+ resolution: "@esbuild/aix-ppc64@npm:0.19.11"
+ conditions: os=aix & cpu=ppc64
+ languageName: node
+ linkType: hard
+
+"@esbuild/aix-ppc64@npm:0.19.12":
+ version: 0.19.12
+ resolution: "@esbuild/aix-ppc64@npm:0.19.12"
+ conditions: os=aix & cpu=ppc64
+ languageName: node
+ linkType: hard
+
+"@esbuild/android-arm64@npm:0.19.11":
+ version: 0.19.11
+ resolution: "@esbuild/android-arm64@npm:0.19.11"
conditions: os=android & cpu=arm64
languageName: node
linkType: hard
-"@esbuild/android-arm@npm:0.17.3":
- version: 0.17.3
- resolution: "@esbuild/android-arm@npm:0.17.3"
+"@esbuild/android-arm64@npm:0.19.12":
+ version: 0.19.12
+ resolution: "@esbuild/android-arm64@npm:0.19.12"
+ conditions: os=android & cpu=arm64
+ languageName: node
+ linkType: hard
+
+"@esbuild/android-arm@npm:0.19.11":
+ version: 0.19.11
+ resolution: "@esbuild/android-arm@npm:0.19.11"
conditions: os=android & cpu=arm
languageName: node
linkType: hard
-"@esbuild/android-x64@npm:0.17.3":
- version: 0.17.3
- resolution: "@esbuild/android-x64@npm:0.17.3"
+"@esbuild/android-arm@npm:0.19.12":
+ version: 0.19.12
+ resolution: "@esbuild/android-arm@npm:0.19.12"
+ conditions: os=android & cpu=arm
+ languageName: node
+ linkType: hard
+
+"@esbuild/android-x64@npm:0.19.11":
+ version: 0.19.11
+ resolution: "@esbuild/android-x64@npm:0.19.11"
conditions: os=android & cpu=x64
languageName: node
linkType: hard
-"@esbuild/darwin-arm64@npm:0.17.3":
- version: 0.17.3
- resolution: "@esbuild/darwin-arm64@npm:0.17.3"
+"@esbuild/android-x64@npm:0.19.12":
+ version: 0.19.12
+ resolution: "@esbuild/android-x64@npm:0.19.12"
+ conditions: os=android & cpu=x64
+ languageName: node
+ linkType: hard
+
+"@esbuild/darwin-arm64@npm:0.19.11":
+ version: 0.19.11
+ resolution: "@esbuild/darwin-arm64@npm:0.19.11"
conditions: os=darwin & cpu=arm64
languageName: node
linkType: hard
-"@esbuild/darwin-x64@npm:0.17.3":
- version: 0.17.3
- resolution: "@esbuild/darwin-x64@npm:0.17.3"
+"@esbuild/darwin-arm64@npm:0.19.12":
+ version: 0.19.12
+ resolution: "@esbuild/darwin-arm64@npm:0.19.12"
+ conditions: os=darwin & cpu=arm64
+ languageName: node
+ linkType: hard
+
+"@esbuild/darwin-x64@npm:0.19.11":
+ version: 0.19.11
+ resolution: "@esbuild/darwin-x64@npm:0.19.11"
conditions: os=darwin & cpu=x64
languageName: node
linkType: hard
-"@esbuild/freebsd-arm64@npm:0.17.3":
- version: 0.17.3
- resolution: "@esbuild/freebsd-arm64@npm:0.17.3"
+"@esbuild/darwin-x64@npm:0.19.12":
+ version: 0.19.12
+ resolution: "@esbuild/darwin-x64@npm:0.19.12"
+ conditions: os=darwin & cpu=x64
+ languageName: node
+ linkType: hard
+
+"@esbuild/freebsd-arm64@npm:0.19.11":
+ version: 0.19.11
+ resolution: "@esbuild/freebsd-arm64@npm:0.19.11"
conditions: os=freebsd & cpu=arm64
languageName: node
linkType: hard
-"@esbuild/freebsd-x64@npm:0.17.3":
- version: 0.17.3
- resolution: "@esbuild/freebsd-x64@npm:0.17.3"
+"@esbuild/freebsd-arm64@npm:0.19.12":
+ version: 0.19.12
+ resolution: "@esbuild/freebsd-arm64@npm:0.19.12"
+ conditions: os=freebsd & cpu=arm64
+ languageName: node
+ linkType: hard
+
+"@esbuild/freebsd-x64@npm:0.19.11":
+ version: 0.19.11
+ resolution: "@esbuild/freebsd-x64@npm:0.19.11"
conditions: os=freebsd & cpu=x64
languageName: node
linkType: hard
-"@esbuild/linux-arm64@npm:0.17.3":
- version: 0.17.3
- resolution: "@esbuild/linux-arm64@npm:0.17.3"
+"@esbuild/freebsd-x64@npm:0.19.12":
+ version: 0.19.12
+ resolution: "@esbuild/freebsd-x64@npm:0.19.12"
+ conditions: os=freebsd & cpu=x64
+ languageName: node
+ linkType: hard
+
+"@esbuild/linux-arm64@npm:0.19.11":
+ version: 0.19.11
+ resolution: "@esbuild/linux-arm64@npm:0.19.11"
conditions: os=linux & cpu=arm64
languageName: node
linkType: hard
-"@esbuild/linux-arm@npm:0.17.3":
- version: 0.17.3
- resolution: "@esbuild/linux-arm@npm:0.17.3"
+"@esbuild/linux-arm64@npm:0.19.12":
+ version: 0.19.12
+ resolution: "@esbuild/linux-arm64@npm:0.19.12"
+ conditions: os=linux & cpu=arm64
+ languageName: node
+ linkType: hard
+
+"@esbuild/linux-arm@npm:0.19.11":
+ version: 0.19.11
+ resolution: "@esbuild/linux-arm@npm:0.19.11"
conditions: os=linux & cpu=arm
languageName: node
linkType: hard
-"@esbuild/linux-ia32@npm:0.17.3":
- version: 0.17.3
- resolution: "@esbuild/linux-ia32@npm:0.17.3"
+"@esbuild/linux-arm@npm:0.19.12":
+ version: 0.19.12
+ resolution: "@esbuild/linux-arm@npm:0.19.12"
+ conditions: os=linux & cpu=arm
+ languageName: node
+ linkType: hard
+
+"@esbuild/linux-ia32@npm:0.19.11":
+ version: 0.19.11
+ resolution: "@esbuild/linux-ia32@npm:0.19.11"
conditions: os=linux & cpu=ia32
languageName: node
linkType: hard
-"@esbuild/linux-loong64@npm:0.17.3":
- version: 0.17.3
- resolution: "@esbuild/linux-loong64@npm:0.17.3"
+"@esbuild/linux-ia32@npm:0.19.12":
+ version: 0.19.12
+ resolution: "@esbuild/linux-ia32@npm:0.19.12"
+ conditions: os=linux & cpu=ia32
+ languageName: node
+ linkType: hard
+
+"@esbuild/linux-loong64@npm:0.19.11":
+ version: 0.19.11
+ resolution: "@esbuild/linux-loong64@npm:0.19.11"
conditions: os=linux & cpu=loong64
languageName: node
linkType: hard
-"@esbuild/linux-mips64el@npm:0.17.3":
- version: 0.17.3
- resolution: "@esbuild/linux-mips64el@npm:0.17.3"
+"@esbuild/linux-loong64@npm:0.19.12":
+ version: 0.19.12
+ resolution: "@esbuild/linux-loong64@npm:0.19.12"
+ conditions: os=linux & cpu=loong64
+ languageName: node
+ linkType: hard
+
+"@esbuild/linux-mips64el@npm:0.19.11":
+ version: 0.19.11
+ resolution: "@esbuild/linux-mips64el@npm:0.19.11"
conditions: os=linux & cpu=mips64el
languageName: node
linkType: hard
-"@esbuild/linux-ppc64@npm:0.17.3":
- version: 0.17.3
- resolution: "@esbuild/linux-ppc64@npm:0.17.3"
+"@esbuild/linux-mips64el@npm:0.19.12":
+ version: 0.19.12
+ resolution: "@esbuild/linux-mips64el@npm:0.19.12"
+ conditions: os=linux & cpu=mips64el
+ languageName: node
+ linkType: hard
+
+"@esbuild/linux-ppc64@npm:0.19.11":
+ version: 0.19.11
+ resolution: "@esbuild/linux-ppc64@npm:0.19.11"
conditions: os=linux & cpu=ppc64
languageName: node
linkType: hard
-"@esbuild/linux-riscv64@npm:0.17.3":
- version: 0.17.3
- resolution: "@esbuild/linux-riscv64@npm:0.17.3"
+"@esbuild/linux-ppc64@npm:0.19.12":
+ version: 0.19.12
+ resolution: "@esbuild/linux-ppc64@npm:0.19.12"
+ conditions: os=linux & cpu=ppc64
+ languageName: node
+ linkType: hard
+
+"@esbuild/linux-riscv64@npm:0.19.11":
+ version: 0.19.11
+ resolution: "@esbuild/linux-riscv64@npm:0.19.11"
conditions: os=linux & cpu=riscv64
languageName: node
linkType: hard
-"@esbuild/linux-s390x@npm:0.17.3":
- version: 0.17.3
- resolution: "@esbuild/linux-s390x@npm:0.17.3"
+"@esbuild/linux-riscv64@npm:0.19.12":
+ version: 0.19.12
+ resolution: "@esbuild/linux-riscv64@npm:0.19.12"
+ conditions: os=linux & cpu=riscv64
+ languageName: node
+ linkType: hard
+
+"@esbuild/linux-s390x@npm:0.19.11":
+ version: 0.19.11
+ resolution: "@esbuild/linux-s390x@npm:0.19.11"
conditions: os=linux & cpu=s390x
languageName: node
linkType: hard
-"@esbuild/linux-x64@npm:0.17.3":
- version: 0.17.3
- resolution: "@esbuild/linux-x64@npm:0.17.3"
+"@esbuild/linux-s390x@npm:0.19.12":
+ version: 0.19.12
+ resolution: "@esbuild/linux-s390x@npm:0.19.12"
+ conditions: os=linux & cpu=s390x
+ languageName: node
+ linkType: hard
+
+"@esbuild/linux-x64@npm:0.19.11":
+ version: 0.19.11
+ resolution: "@esbuild/linux-x64@npm:0.19.11"
conditions: os=linux & cpu=x64
languageName: node
linkType: hard
-"@esbuild/netbsd-x64@npm:0.17.3":
- version: 0.17.3
- resolution: "@esbuild/netbsd-x64@npm:0.17.3"
+"@esbuild/linux-x64@npm:0.19.12":
+ version: 0.19.12
+ resolution: "@esbuild/linux-x64@npm:0.19.12"
+ conditions: os=linux & cpu=x64
+ languageName: node
+ linkType: hard
+
+"@esbuild/netbsd-x64@npm:0.19.11":
+ version: 0.19.11
+ resolution: "@esbuild/netbsd-x64@npm:0.19.11"
conditions: os=netbsd & cpu=x64
languageName: node
linkType: hard
-"@esbuild/openbsd-x64@npm:0.17.3":
- version: 0.17.3
- resolution: "@esbuild/openbsd-x64@npm:0.17.3"
+"@esbuild/netbsd-x64@npm:0.19.12":
+ version: 0.19.12
+ resolution: "@esbuild/netbsd-x64@npm:0.19.12"
+ conditions: os=netbsd & cpu=x64
+ languageName: node
+ linkType: hard
+
+"@esbuild/openbsd-x64@npm:0.19.11":
+ version: 0.19.11
+ resolution: "@esbuild/openbsd-x64@npm:0.19.11"
conditions: os=openbsd & cpu=x64
languageName: node
linkType: hard
-"@esbuild/sunos-x64@npm:0.17.3":
- version: 0.17.3
- resolution: "@esbuild/sunos-x64@npm:0.17.3"
+"@esbuild/openbsd-x64@npm:0.19.12":
+ version: 0.19.12
+ resolution: "@esbuild/openbsd-x64@npm:0.19.12"
+ conditions: os=openbsd & cpu=x64
+ languageName: node
+ linkType: hard
+
+"@esbuild/sunos-x64@npm:0.19.11":
+ version: 0.19.11
+ resolution: "@esbuild/sunos-x64@npm:0.19.11"
conditions: os=sunos & cpu=x64
languageName: node
linkType: hard
-"@esbuild/win32-arm64@npm:0.17.3":
- version: 0.17.3
- resolution: "@esbuild/win32-arm64@npm:0.17.3"
+"@esbuild/sunos-x64@npm:0.19.12":
+ version: 0.19.12
+ resolution: "@esbuild/sunos-x64@npm:0.19.12"
+ conditions: os=sunos & cpu=x64
+ languageName: node
+ linkType: hard
+
+"@esbuild/win32-arm64@npm:0.19.11":
+ version: 0.19.11
+ resolution: "@esbuild/win32-arm64@npm:0.19.11"
conditions: os=win32 & cpu=arm64
languageName: node
linkType: hard
-"@esbuild/win32-ia32@npm:0.17.3":
- version: 0.17.3
- resolution: "@esbuild/win32-ia32@npm:0.17.3"
+"@esbuild/win32-arm64@npm:0.19.12":
+ version: 0.19.12
+ resolution: "@esbuild/win32-arm64@npm:0.19.12"
+ conditions: os=win32 & cpu=arm64
+ languageName: node
+ linkType: hard
+
+"@esbuild/win32-ia32@npm:0.19.11":
+ version: 0.19.11
+ resolution: "@esbuild/win32-ia32@npm:0.19.11"
conditions: os=win32 & cpu=ia32
languageName: node
linkType: hard
-"@esbuild/win32-x64@npm:0.17.3":
- version: 0.17.3
- resolution: "@esbuild/win32-x64@npm:0.17.3"
+"@esbuild/win32-ia32@npm:0.19.12":
+ version: 0.19.12
+ resolution: "@esbuild/win32-ia32@npm:0.19.12"
+ conditions: os=win32 & cpu=ia32
+ languageName: node
+ linkType: hard
+
+"@esbuild/win32-x64@npm:0.19.11":
+ version: 0.19.11
+ resolution: "@esbuild/win32-x64@npm:0.19.11"
conditions: os=win32 & cpu=x64
languageName: node
linkType: hard
-"@fastify/accept-negotiator@npm:^1.0.0":
+"@esbuild/win32-x64@npm:0.19.12":
+ version: 0.19.12
+ resolution: "@esbuild/win32-x64@npm:0.19.12"
+ conditions: os=win32 & cpu=x64
+ languageName: node
+ linkType: hard
+
+"@fastify/accept-negotiator@npm:^1.0.0, @fastify/accept-negotiator@npm:^1.1.0":
version: 1.1.0
resolution: "@fastify/accept-negotiator@npm:1.1.0"
checksum: 10/5c8f263680af0aece8c1fdea4d4c094a7f82cc5ed90b709357eb52a01e3388d1ac74a17e5a1d5d53f2d3ca93ae50d283ee451a6435b2cbe1b9847fff4d7d0732
@@ -1019,6 +2147,13 @@ __metadata:
languageName: node
linkType: hard
+"@iarna/toml@npm:^2.2.5":
+ version: 2.2.5
+ resolution: "@iarna/toml@npm:2.2.5"
+ checksum: 10/b61426dc1a3297bbcb24cb8e9c638663866b4bb6f28f2c377b167e4b1f8956d8d208c484b73bb59f4232249903545cc073364c43576d2d5ad66afbd730ad24a9
+ languageName: node
+ linkType: hard
+
"@import-maps/resolve@npm:^1.0.1":
version: 1.0.1
resolution: "@import-maps/resolve@npm:1.0.1"
@@ -1026,6 +2161,13 @@ __metadata:
languageName: node
linkType: hard
+"@ioredis/commands@npm:^1.1.1":
+ version: 1.2.0
+ resolution: "@ioredis/commands@npm:1.2.0"
+ checksum: 10/a8253c9539b7e5463d4a98e6aa5b1b863fb4a4978191ba9dc42ec2c0fb5179d8d1fe4a29096d5954f91ba9600d1bdc6c1d18b044eab36f645f267fd37d7c0906
+ languageName: node
+ linkType: hard
+
"@istanbuljs/load-nyc-config@npm:^1.0.0":
version: 1.1.0
resolution: "@istanbuljs/load-nyc-config@npm:1.1.0"
@@ -1289,45 +2431,45 @@ __metadata:
languageName: node
linkType: hard
-"@jridgewell/gen-mapping@npm:^0.1.0":
- version: 0.1.1
- resolution: "@jridgewell/gen-mapping@npm:0.1.1"
- dependencies:
- "@jridgewell/set-array": "npm:^1.0.0"
- "@jridgewell/sourcemap-codec": "npm:^1.4.10"
- checksum: 10/ba76fae1d8ea52b181474518c705a8eac36405dfc836fb07e9c25730a84d29e05fd6d954f121057742639f3128a24ea45d205c9c989efd464d1114671c19fa6c
- languageName: node
- linkType: hard
-
-"@jridgewell/gen-mapping@npm:^0.3.2":
- version: 0.3.2
- resolution: "@jridgewell/gen-mapping@npm:0.3.2"
+"@jridgewell/gen-mapping@npm:^0.3.0, @jridgewell/gen-mapping@npm:^0.3.2":
+ version: 0.3.3
+ resolution: "@jridgewell/gen-mapping@npm:0.3.3"
dependencies:
"@jridgewell/set-array": "npm:^1.0.1"
"@jridgewell/sourcemap-codec": "npm:^1.4.10"
"@jridgewell/trace-mapping": "npm:^0.3.9"
- checksum: 10/7ba0070be1aeda7d7694b09d847c3b95879409b26559b9d7e97a88ec94b838fb380df43ae328ee2d2df4d79e75d7afe6ba315199d18d79aa20839ebdfb739420
+ checksum: 10/072ace159c39ab85944bdabe017c3de15c5e046a4a4a772045b00ff05e2ebdcfa3840b88ae27e897d473eb4d4845b37be3c78e28910c779f5aeeeae2fb7f0cc2
languageName: node
linkType: hard
-"@jridgewell/resolve-uri@npm:^3.0.3":
- version: 3.1.0
- resolution: "@jridgewell/resolve-uri@npm:3.1.0"
- checksum: 10/320ceb37af56953757b28e5b90c34556157676d41e3d0a3ff88769274d62373582bb0f0276a4f2d29c3f4fdd55b82b8be5731f52d391ad2ecae9b321ee1c742d
+"@jridgewell/resolve-uri@npm:^3.0.3, @jridgewell/resolve-uri@npm:^3.1.0":
+ version: 3.1.2
+ resolution: "@jridgewell/resolve-uri@npm:3.1.2"
+ checksum: 10/97106439d750a409c22c8bff822d648f6a71f3aa9bc8e5129efdc36343cd3096ddc4eeb1c62d2fe48e9bdd4db37b05d4646a17114ecebd3bbcacfa2de51c3c1d
languageName: node
linkType: hard
-"@jridgewell/set-array@npm:^1.0.0, @jridgewell/set-array@npm:^1.0.1":
+"@jridgewell/set-array@npm:^1.0.1":
version: 1.1.2
resolution: "@jridgewell/set-array@npm:1.1.2"
checksum: 10/69a84d5980385f396ff60a175f7177af0b8da4ddb81824cb7016a9ef914eee9806c72b6b65942003c63f7983d4f39a5c6c27185bbca88eb4690b62075602e28e
languageName: node
linkType: hard
-"@jridgewell/sourcemap-codec@npm:^1.4.10":
- version: 1.4.14
- resolution: "@jridgewell/sourcemap-codec@npm:1.4.14"
- checksum: 10/26e768fae6045481a983e48aa23d8fcd23af5da70ebd74b0649000e815e7fbb01ea2bc088c9176b3fffeb9bec02184e58f46125ef3320b30eaa1f4094cfefa38
+"@jridgewell/source-map@npm:^0.3.3":
+ version: 0.3.5
+ resolution: "@jridgewell/source-map@npm:0.3.5"
+ dependencies:
+ "@jridgewell/gen-mapping": "npm:^0.3.0"
+ "@jridgewell/trace-mapping": "npm:^0.3.9"
+ checksum: 10/73838ac43235edecff5efc850c0d759704008937a56b1711b28c261e270fe4bf2dc06d0b08663aeb1ab304f81f6de4f5fb844344403cf53ba7096967a9953cae
+ languageName: node
+ linkType: hard
+
+"@jridgewell/sourcemap-codec@npm:^1.4.10, @jridgewell/sourcemap-codec@npm:^1.4.14, @jridgewell/sourcemap-codec@npm:^1.4.15":
+ version: 1.4.15
+ resolution: "@jridgewell/sourcemap-codec@npm:1.4.15"
+ checksum: 10/89960ac087781b961ad918978975bcdf2051cd1741880469783c42de64239703eab9db5230d776d8e6a09d73bb5e4cb964e07d93ee6e2e7aea5a7d726e865c09
languageName: node
linkType: hard
@@ -1341,13 +2483,13 @@ __metadata:
languageName: node
linkType: hard
-"@jridgewell/trace-mapping@npm:^0.3.12, @jridgewell/trace-mapping@npm:^0.3.15, @jridgewell/trace-mapping@npm:^0.3.9":
- version: 0.3.15
- resolution: "@jridgewell/trace-mapping@npm:0.3.15"
+"@jridgewell/trace-mapping@npm:^0.3.12, @jridgewell/trace-mapping@npm:^0.3.15, @jridgewell/trace-mapping@npm:^0.3.17, @jridgewell/trace-mapping@npm:^0.3.9":
+ version: 0.3.22
+ resolution: "@jridgewell/trace-mapping@npm:0.3.22"
dependencies:
- "@jridgewell/resolve-uri": "npm:^3.0.3"
- "@jridgewell/sourcemap-codec": "npm:^1.4.10"
- checksum: 10/c889039e050a1f3b679e5ecbb1719e2ecbef0d4b3385085af4a0402d51ecaba47b5d2afc6ecd8915c324423be0741b235fdbc5be7c6c28e6019e984d17258a18
+ "@jridgewell/resolve-uri": "npm:^3.1.0"
+ "@jridgewell/sourcemap-codec": "npm:^1.4.14"
+ checksum: 10/48d3e3db00dbecb211613649a1849876ba5544a3f41cf5e6b99ea1130272d6cf18591b5b67389bce20f1c871b4ede5900c3b6446a7aab6d0a3b2fe806a834db7
languageName: node
linkType: hard
@@ -1669,12 +2811,20 @@ __metadata:
languageName: node
linkType: hard
-"@netlify/build-info@npm:7.0.8":
- version: 7.0.8
- resolution: "@netlify/build-info@npm:7.0.8"
+"@netlify/blobs@npm:6.5.0, @netlify/blobs@npm:^6.5.0":
+ version: 6.5.0
+ resolution: "@netlify/blobs@npm:6.5.0"
+ checksum: 10/d38c431d17defb9d774dd1e7d72506132cfcc7855a3eb5df31e986bbbecfd66e1e54e854e14c9a66e43c1f92cdb74495f1e7ba1d8625e160b676a60fb474e14d
+ languageName: node
+ linkType: hard
+
+"@netlify/build-info@npm:7.12.1":
+ version: 7.12.1
+ resolution: "@netlify/build-info@npm:7.12.1"
dependencies:
"@bugsnag/js": "npm:^7.20.0"
- "@netlify/framework-info": "npm:^9.8.10"
+ "@iarna/toml": "npm:^2.2.5"
+ dot-prop: "npm:^7.2.0"
find-up: "npm:^6.3.0"
minimatch: "npm:^9.0.0"
read-pkg: "npm:^7.1.0"
@@ -1683,29 +2833,33 @@ __metadata:
yargs: "npm:^17.6.0"
bin:
build-info: bin.js
- checksum: 10/80c2769b2ad640c7ec158cc550c948218986d45ab1a1bf2f0dcdb635981b84b42ffeebfa1184fb123e2a7a175271401702d602a6726e2acb412ac54d806f4456
+ checksum: 10/44bc0770be93e58e2e45ed6a1b6b9e98cf9b316d88b8bd1e0adf30a894d034292be8a8d51f5ecea13468e2b5ab38efc9292eaa46596381f11383527b3e6d8e61
languageName: node
linkType: hard
-"@netlify/build@npm:29.12.8":
- version: 29.12.8
- resolution: "@netlify/build@npm:29.12.8"
+"@netlify/build@npm:29.33.7":
+ version: 29.33.7
+ resolution: "@netlify/build@npm:29.33.7"
dependencies:
"@bugsnag/js": "npm:^7.0.0"
+ "@netlify/blobs": "npm:^6.5.0"
"@netlify/cache-utils": "npm:^5.1.5"
- "@netlify/config": "npm:^20.5.1"
- "@netlify/edge-bundler": "npm:8.16.2"
+ "@netlify/config": "npm:^20.11.1"
+ "@netlify/edge-bundler": "npm:11.2.2"
"@netlify/framework-info": "npm:^9.8.10"
- "@netlify/functions-utils": "npm:^5.2.13"
+ "@netlify/functions-utils": "npm:^5.2.50"
"@netlify/git-utils": "npm:^5.1.1"
- "@netlify/plugins-list": "npm:^6.68.0"
+ "@netlify/opentelemetry-utils": "npm:^1.0.1"
+ "@netlify/plugins-list": "npm:^6.73.0"
"@netlify/run-utils": "npm:^5.1.1"
- "@netlify/zip-it-and-ship-it": "npm:9.10.0"
+ "@netlify/zip-it-and-ship-it": "npm:9.29.1"
+ "@opentelemetry/api": "npm:~1.6.0"
"@sindresorhus/slugify": "npm:^2.0.0"
ansi-escapes: "npm:^6.0.0"
chalk: "npm:^5.0.0"
clean-stack: "npm:^4.0.0"
execa: "npm:^6.0.0"
+ fdir: "npm:^6.0.1"
figures: "npm:^5.0.0"
filter-obj: "npm:^5.0.0"
got: "npm:^12.0.0"
@@ -1718,11 +2872,13 @@ __metadata:
log-process-errors: "npm:^8.0.0"
map-obj: "npm:^5.0.0"
memoize-one: "npm:^6.0.0"
+ node-fetch: "npm:^3.3.2"
os-name: "npm:^5.0.0"
p-event: "npm:^5.0.0"
p-every: "npm:^2.0.0"
p-filter: "npm:^3.0.0"
p-locate: "npm:^6.0.0"
+ p-map: "npm:^6.0.0"
p-reduce: "npm:^3.0.0"
path-exists: "npm:^5.0.0"
path-type: "npm:^5.0.0"
@@ -1743,9 +2899,14 @@ __metadata:
typescript: "npm:^5.0.0"
uuid: "npm:^9.0.0"
yargs: "npm:^17.6.0"
+ peerDependencies:
+ "@netlify/opentelemetry-sdk-setup": ^1.0.2
+ peerDependenciesMeta:
+ "@netlify/opentelemetry-sdk-setup":
+ optional: true
bin:
netlify-build: bin.js
- checksum: 10/c6fe09865ef4dbec4b1b06344cfe3d986dd7190dc2941d8d4c3a6bb4a7650bef2131c93fca270dc903273c53f3552bbb23a0216844172da612207704222fb8e8
+ checksum: 10/69363bc2d57dee82820f460fac712108f1a46611aa7e2cdf9c22089162ea53069b854f79fcfcda8894c0279f0799a5dbe56d022bcc7abf2b612b01ced501f1fd
languageName: node
linkType: hard
@@ -1765,10 +2926,11 @@ __metadata:
languageName: node
linkType: hard
-"@netlify/config@npm:20.5.1, @netlify/config@npm:^20.5.1":
- version: 20.5.1
- resolution: "@netlify/config@npm:20.5.1"
+"@netlify/config@npm:20.11.1":
+ version: 20.11.1
+ resolution: "@netlify/config@npm:20.11.1"
dependencies:
+ "@iarna/toml": "npm:^2.2.5"
chalk: "npm:^5.0.0"
cron-parser: "npm:^4.1.0"
deepmerge: "npm:^4.2.2"
@@ -1782,36 +2944,72 @@ __metadata:
is-plain-obj: "npm:^4.0.0"
js-yaml: "npm:^4.0.0"
map-obj: "npm:^5.0.0"
- netlify: "npm:^13.1.9"
- netlify-headers-parser: "npm:^7.1.2"
- netlify-redirect-parser: "npm:^14.1.3"
+ netlify: "npm:^13.1.14"
+ netlify-headers-parser: "npm:^7.1.4"
+ netlify-redirect-parser: "npm:^14.2.2"
+ node-fetch: "npm:^3.3.1"
omit.js: "npm:^2.0.2"
p-locate: "npm:^6.0.0"
path-type: "npm:^5.0.0"
- toml: "npm:^3.0.0"
tomlify-j0.4: "npm:^3.0.0"
validate-npm-package-name: "npm:^4.0.0"
yargs: "npm:^17.6.0"
bin:
netlify-config: bin.js
- checksum: 10/f8e49b76c63ff0cec1e70f3e10ee48fcad670b4f569f59495188e747c05c5520270ea8377bd8706bca9772306f1ce3e1c4695df222405b37b1a1b704a7c88457
+ checksum: 10/0e9162ab722f7d83d455c59ff124a6449c00447f89e8cad33097010c48eadd419c783d009de41be8870dd32a4e7cdbf6ff126f997fdb8fb3c6604c57ed183d0c
languageName: node
linkType: hard
-"@netlify/edge-bundler@npm:8.16.2":
- version: 8.16.2
- resolution: "@netlify/edge-bundler@npm:8.16.2"
+"@netlify/config@npm:^20.11.1":
+ version: 20.12.0
+ resolution: "@netlify/config@npm:20.12.0"
+ dependencies:
+ "@iarna/toml": "npm:^2.2.5"
+ chalk: "npm:^5.0.0"
+ cron-parser: "npm:^4.1.0"
+ deepmerge: "npm:^4.2.2"
+ dot-prop: "npm:^7.0.0"
+ execa: "npm:^6.0.0"
+ fast-safe-stringify: "npm:^2.0.7"
+ figures: "npm:^5.0.0"
+ filter-obj: "npm:^5.0.0"
+ find-up: "npm:^6.0.0"
+ indent-string: "npm:^5.0.0"
+ is-plain-obj: "npm:^4.0.0"
+ js-yaml: "npm:^4.0.0"
+ map-obj: "npm:^5.0.0"
+ netlify: "npm:^13.1.14"
+ netlify-headers-parser: "npm:^7.1.4"
+ netlify-redirect-parser: "npm:^14.2.2"
+ node-fetch: "npm:^3.3.1"
+ omit.js: "npm:^2.0.2"
+ p-locate: "npm:^6.0.0"
+ path-type: "npm:^5.0.0"
+ tomlify-j0.4: "npm:^3.0.0"
+ validate-npm-package-name: "npm:^4.0.0"
+ yargs: "npm:^17.6.0"
+ bin:
+ netlify-config: bin.js
+ checksum: 10/fb0d42e1453c6b95afaac758d9bf5d89272dd3aaf1ac69195208702bcda4ef26ddd5a332a02c3aaf4229c56e7d057e330809dc4e2eb15eeaa9114ee97826f928
+ languageName: node
+ linkType: hard
+
+"@netlify/edge-bundler@npm:11.2.2":
+ version: 11.2.2
+ resolution: "@netlify/edge-bundler@npm:11.2.2"
dependencies:
"@import-maps/resolve": "npm:^1.0.1"
+ "@vercel/nft": "npm:^0.26.0"
ajv: "npm:^8.11.2"
ajv-errors: "npm:^3.0.0"
better-ajv-errors: "npm:^1.2.0"
common-path-prefix: "npm:^3.0.0"
env-paths: "npm:^3.0.0"
+ esbuild: "npm:0.19.11"
execa: "npm:^6.0.0"
find-up: "npm:^6.3.0"
+ get-package-name: "npm:^2.2.0"
get-port: "npm:^6.1.2"
- glob-to-regexp: "npm:^0.4.1"
is-path-inside: "npm:^4.0.0"
jsonc-parser: "npm:^3.2.0"
node-fetch: "npm:^3.1.1"
@@ -1822,223 +3020,13 @@ __metadata:
regexp-tree: "npm:^0.1.24"
semver: "npm:^7.3.8"
tmp-promise: "npm:^3.0.3"
+ urlpattern-polyfill: "npm:8.0.2"
uuid: "npm:^9.0.0"
- checksum: 10/ba15118f3a574bbcbec1b91a197b7a3bed0f9084cb7f53aad6bed87485732c8aaa07d2e29701b0ad2d5bcf498cb6017e716ccdfccb1d0afbcbfc413be31b5b9b
+ checksum: 10/f297c5c242739d838d9396c49da77688885c62d55077bc34531a1c2dce050cbebde26ad51ac076ec1ddff6518fa682621d8f130c85bca5e18a96f126c57dfa0a
languageName: node
linkType: hard
-"@netlify/esbuild-android-64@npm:0.14.39":
- version: 0.14.39
- resolution: "@netlify/esbuild-android-64@npm:0.14.39"
- conditions: os=android & cpu=x64
- languageName: node
- linkType: hard
-
-"@netlify/esbuild-android-arm64@npm:0.14.39":
- version: 0.14.39
- resolution: "@netlify/esbuild-android-arm64@npm:0.14.39"
- conditions: os=android & cpu=arm64
- languageName: node
- linkType: hard
-
-"@netlify/esbuild-darwin-64@npm:0.14.39":
- version: 0.14.39
- resolution: "@netlify/esbuild-darwin-64@npm:0.14.39"
- conditions: os=darwin & cpu=x64
- languageName: node
- linkType: hard
-
-"@netlify/esbuild-darwin-arm64@npm:0.14.39":
- version: 0.14.39
- resolution: "@netlify/esbuild-darwin-arm64@npm:0.14.39"
- conditions: os=darwin & cpu=arm64
- languageName: node
- linkType: hard
-
-"@netlify/esbuild-freebsd-64@npm:0.14.39":
- version: 0.14.39
- resolution: "@netlify/esbuild-freebsd-64@npm:0.14.39"
- conditions: os=freebsd & cpu=x64
- languageName: node
- linkType: hard
-
-"@netlify/esbuild-freebsd-arm64@npm:0.14.39":
- version: 0.14.39
- resolution: "@netlify/esbuild-freebsd-arm64@npm:0.14.39"
- conditions: os=freebsd & cpu=arm64
- languageName: node
- linkType: hard
-
-"@netlify/esbuild-linux-32@npm:0.14.39":
- version: 0.14.39
- resolution: "@netlify/esbuild-linux-32@npm:0.14.39"
- conditions: os=linux & cpu=ia32
- languageName: node
- linkType: hard
-
-"@netlify/esbuild-linux-64@npm:0.14.39":
- version: 0.14.39
- resolution: "@netlify/esbuild-linux-64@npm:0.14.39"
- conditions: os=linux & cpu=x64
- languageName: node
- linkType: hard
-
-"@netlify/esbuild-linux-arm64@npm:0.14.39":
- version: 0.14.39
- resolution: "@netlify/esbuild-linux-arm64@npm:0.14.39"
- conditions: os=linux & cpu=arm64
- languageName: node
- linkType: hard
-
-"@netlify/esbuild-linux-arm@npm:0.14.39":
- version: 0.14.39
- resolution: "@netlify/esbuild-linux-arm@npm:0.14.39"
- conditions: os=linux & cpu=arm
- languageName: node
- linkType: hard
-
-"@netlify/esbuild-linux-mips64le@npm:0.14.39":
- version: 0.14.39
- resolution: "@netlify/esbuild-linux-mips64le@npm:0.14.39"
- conditions: os=linux & cpu=mips64el
- languageName: node
- linkType: hard
-
-"@netlify/esbuild-linux-ppc64le@npm:0.14.39":
- version: 0.14.39
- resolution: "@netlify/esbuild-linux-ppc64le@npm:0.14.39"
- conditions: os=linux & cpu=ppc64
- languageName: node
- linkType: hard
-
-"@netlify/esbuild-linux-riscv64@npm:0.14.39":
- version: 0.14.39
- resolution: "@netlify/esbuild-linux-riscv64@npm:0.14.39"
- conditions: os=linux & cpu=riscv64
- languageName: node
- linkType: hard
-
-"@netlify/esbuild-linux-s390x@npm:0.14.39":
- version: 0.14.39
- resolution: "@netlify/esbuild-linux-s390x@npm:0.14.39"
- conditions: os=linux & cpu=s390x
- languageName: node
- linkType: hard
-
-"@netlify/esbuild-netbsd-64@npm:0.14.39":
- version: 0.14.39
- resolution: "@netlify/esbuild-netbsd-64@npm:0.14.39"
- conditions: os=netbsd & cpu=x64
- languageName: node
- linkType: hard
-
-"@netlify/esbuild-openbsd-64@npm:0.14.39":
- version: 0.14.39
- resolution: "@netlify/esbuild-openbsd-64@npm:0.14.39"
- conditions: os=openbsd & cpu=x64
- languageName: node
- linkType: hard
-
-"@netlify/esbuild-sunos-64@npm:0.14.39":
- version: 0.14.39
- resolution: "@netlify/esbuild-sunos-64@npm:0.14.39"
- conditions: os=sunos & cpu=x64
- languageName: node
- linkType: hard
-
-"@netlify/esbuild-windows-32@npm:0.14.39":
- version: 0.14.39
- resolution: "@netlify/esbuild-windows-32@npm:0.14.39"
- conditions: os=win32 & cpu=ia32
- languageName: node
- linkType: hard
-
-"@netlify/esbuild-windows-64@npm:0.14.39":
- version: 0.14.39
- resolution: "@netlify/esbuild-windows-64@npm:0.14.39"
- conditions: os=win32 & cpu=x64
- languageName: node
- linkType: hard
-
-"@netlify/esbuild-windows-arm64@npm:0.14.39":
- version: 0.14.39
- resolution: "@netlify/esbuild-windows-arm64@npm:0.14.39"
- conditions: os=win32 & cpu=arm64
- languageName: node
- linkType: hard
-
-"@netlify/esbuild@npm:0.14.39":
- version: 0.14.39
- resolution: "@netlify/esbuild@npm:0.14.39"
- dependencies:
- "@netlify/esbuild-android-64": "npm:0.14.39"
- "@netlify/esbuild-android-arm64": "npm:0.14.39"
- "@netlify/esbuild-darwin-64": "npm:0.14.39"
- "@netlify/esbuild-darwin-arm64": "npm:0.14.39"
- "@netlify/esbuild-freebsd-64": "npm:0.14.39"
- "@netlify/esbuild-freebsd-arm64": "npm:0.14.39"
- "@netlify/esbuild-linux-32": "npm:0.14.39"
- "@netlify/esbuild-linux-64": "npm:0.14.39"
- "@netlify/esbuild-linux-arm": "npm:0.14.39"
- "@netlify/esbuild-linux-arm64": "npm:0.14.39"
- "@netlify/esbuild-linux-mips64le": "npm:0.14.39"
- "@netlify/esbuild-linux-ppc64le": "npm:0.14.39"
- "@netlify/esbuild-linux-riscv64": "npm:0.14.39"
- "@netlify/esbuild-linux-s390x": "npm:0.14.39"
- "@netlify/esbuild-netbsd-64": "npm:0.14.39"
- "@netlify/esbuild-openbsd-64": "npm:0.14.39"
- "@netlify/esbuild-sunos-64": "npm:0.14.39"
- "@netlify/esbuild-windows-32": "npm:0.14.39"
- "@netlify/esbuild-windows-64": "npm:0.14.39"
- "@netlify/esbuild-windows-arm64": "npm:0.14.39"
- dependenciesMeta:
- "@netlify/esbuild-android-64":
- optional: true
- "@netlify/esbuild-android-arm64":
- optional: true
- "@netlify/esbuild-darwin-64":
- optional: true
- "@netlify/esbuild-darwin-arm64":
- optional: true
- "@netlify/esbuild-freebsd-64":
- optional: true
- "@netlify/esbuild-freebsd-arm64":
- optional: true
- "@netlify/esbuild-linux-32":
- optional: true
- "@netlify/esbuild-linux-64":
- optional: true
- "@netlify/esbuild-linux-arm":
- optional: true
- "@netlify/esbuild-linux-arm64":
- optional: true
- "@netlify/esbuild-linux-mips64le":
- optional: true
- "@netlify/esbuild-linux-ppc64le":
- optional: true
- "@netlify/esbuild-linux-riscv64":
- optional: true
- "@netlify/esbuild-linux-s390x":
- optional: true
- "@netlify/esbuild-netbsd-64":
- optional: true
- "@netlify/esbuild-openbsd-64":
- optional: true
- "@netlify/esbuild-sunos-64":
- optional: true
- "@netlify/esbuild-windows-32":
- optional: true
- "@netlify/esbuild-windows-64":
- optional: true
- "@netlify/esbuild-windows-arm64":
- optional: true
- bin:
- esbuild: bin/esbuild
- checksum: 10/d05deb6d11b29be5879a85e2dbaa1b8236dd972e4f658548d5930a59426a48b616cf344d241cb583527fc2799924e8fbef31b276753ced589758a8329479b830
- languageName: node
- linkType: hard
-
-"@netlify/framework-info@npm:9.8.10, @netlify/framework-info@npm:^9.8.10":
+"@netlify/framework-info@npm:^9.8.10":
version: 9.8.10
resolution: "@netlify/framework-info@npm:9.8.10"
dependencies:
@@ -2056,14 +3044,14 @@ __metadata:
languageName: node
linkType: hard
-"@netlify/functions-utils@npm:^5.2.13":
- version: 5.2.13
- resolution: "@netlify/functions-utils@npm:5.2.13"
+"@netlify/functions-utils@npm:^5.2.50":
+ version: 5.2.51
+ resolution: "@netlify/functions-utils@npm:5.2.51"
dependencies:
- "@netlify/zip-it-and-ship-it": "npm:9.10.0"
+ "@netlify/zip-it-and-ship-it": "npm:9.29.2"
cpy: "npm:^9.0.0"
path-exists: "npm:^5.0.0"
- checksum: 10/33b77b157007106bcb697bed5c567910cfef44cf17723851b0f475d7c567f7840dd968c3331ecf66a4b296fa2a7eb3398315d00de03a3e33cd274375d1353360
+ checksum: 10/a8cd72523bb74b2120ddeb4450a5c5c2b3a7886feedc0b2a45c3344887e4f9e5aa305fb11c79b997da76dead942fffa073fe30332df0ce04f75cff691d260cf5
languageName: node
linkType: hard
@@ -2233,17 +3221,33 @@ __metadata:
languageName: node
linkType: hard
-"@netlify/open-api@npm:^2.19.0":
- version: 2.19.0
- resolution: "@netlify/open-api@npm:2.19.0"
- checksum: 10/6be15439ccdc7f9b039be9ad5671e52cf89fe3bc16ab171f34eeca3d00d6a5e937231f2ec6888a52a4ece629c29d3bae563dc773e9552315d4ca6cb54bbe64f4
+"@netlify/node-cookies@npm:^0.1.0":
+ version: 0.1.0
+ resolution: "@netlify/node-cookies@npm:0.1.0"
+ checksum: 10/4399905eb90967a40c485b5b44aa5425e32f9db968fe9fca9180c169b924091cc8c635104c132ba700041479c75198f9e41781780706ec3df45f2862641c6414
languageName: node
linkType: hard
-"@netlify/plugins-list@npm:^6.68.0":
- version: 6.68.0
- resolution: "@netlify/plugins-list@npm:6.68.0"
- checksum: 10/df1c431b50cbc395b08d56f406f9f141b6f84e53f19b7c7123b7af22a007ea0b56e025bab88839f539a9bb2e14cc0f576abcc09fb197290f9b5737d6ed5efd0d
+"@netlify/open-api@npm:^2.28.0":
+ version: 2.28.0
+ resolution: "@netlify/open-api@npm:2.28.0"
+ checksum: 10/0b52553720dd8f877a35e32742c47aefc49edf406364ef53c3d2141bf172464fd40385cd0902da3235414efebe76d54f2fd015ea48907af26d11125484159049
+ languageName: node
+ linkType: hard
+
+"@netlify/opentelemetry-utils@npm:^1.0.1":
+ version: 1.0.1
+ resolution: "@netlify/opentelemetry-utils@npm:1.0.1"
+ dependencies:
+ "@opentelemetry/api": "npm:~1.6.0"
+ checksum: 10/5763af5bf612aac6453dccdd827707cb1b5f52657f746d6932d4804063d8c915834ace3b1df3c299e3e2d5b5940fa3ffe53474e01659d83b302531a95c66acc6
+ languageName: node
+ linkType: hard
+
+"@netlify/plugins-list@npm:^6.73.0":
+ version: 6.75.0
+ resolution: "@netlify/plugins-list@npm:6.75.0"
+ checksum: 10/c759c570b989dc22c5b0880b249294ea5a7b1b033fba761229f7e28ded295b9d5325d78ca98b776142c58c2602350ca254c47e3f66d68bfe32fd2877b4391ce0
languageName: node
linkType: hard
@@ -2256,27 +3260,32 @@ __metadata:
languageName: node
linkType: hard
-"@netlify/serverless-functions-api@npm:1.5.1, @netlify/serverless-functions-api@npm:^1.5.1":
- version: 1.5.1
- resolution: "@netlify/serverless-functions-api@npm:1.5.1"
- checksum: 10/c2df83459684b8b97fa6f3f8e270c32c8bf605ac3f6b957ec4b7aa720a04037087931a9d37d5530fdccdfff0289f6aaa211181526811ef9e91565776ab81e6a6
+"@netlify/serverless-functions-api@npm:^1.14.0":
+ version: 1.14.0
+ resolution: "@netlify/serverless-functions-api@npm:1.14.0"
+ dependencies:
+ "@netlify/node-cookies": "npm:^0.1.0"
+ urlpattern-polyfill: "npm:8.0.2"
+ checksum: 10/c25cc7e47d7797be441dd8274341bef1e703ca511d678938ee8daf92f1d5f71b9136bee1922804a14e0934ae219d8b475c06d1bea5202db8233001e0a7e1064e
languageName: node
linkType: hard
-"@netlify/zip-it-and-ship-it@npm:9.10.0":
- version: 9.10.0
- resolution: "@netlify/zip-it-and-ship-it@npm:9.10.0"
+"@netlify/zip-it-and-ship-it@npm:9.29.1":
+ version: 9.29.1
+ resolution: "@netlify/zip-it-and-ship-it@npm:9.29.1"
dependencies:
"@babel/parser": "npm:^7.22.5"
+ "@babel/types": "npm:7.23.6"
"@netlify/binary-info": "npm:^1.0.0"
- "@netlify/esbuild": "npm:0.14.39"
- "@netlify/serverless-functions-api": "npm:^1.5.1"
- "@vercel/nft": "npm:^0.22.0"
- archiver: "npm:^5.3.0"
+ "@netlify/serverless-functions-api": "npm:^1.14.0"
+ "@vercel/nft": "npm:^0.23.0"
+ archiver: "npm:^6.0.0"
common-path-prefix: "npm:^3.0.0"
cp-file: "npm:^10.0.0"
es-module-lexer: "npm:^1.0.0"
+ esbuild: "npm:0.19.11"
execa: "npm:^6.0.0"
+ fast-glob: "npm:^3.3.2"
filter-obj: "npm:^5.0.0"
find-up: "npm:^6.0.0"
glob: "npm:^8.0.3"
@@ -2296,10 +3305,54 @@ __metadata:
tmp-promise: "npm:^3.0.2"
toml: "npm:^3.0.0"
unixify: "npm:^1.0.0"
+ urlpattern-polyfill: "npm:8.0.2"
yargs: "npm:^17.0.0"
bin:
zip-it-and-ship-it: dist/bin.js
- checksum: 10/722e1c7b314f34fd5935b36d34933963ad9881120ebe7328f8dad2dc95e359cd4cf302d7f96f07ba2e98e21dbad2c68ed97d387ffd7b27230ffaad572377bb05
+ checksum: 10/745c8552651667b3783426981ea75bcdebe0186c10b7eb21b033675b0c295008b8a3a44d983c2110dd463aea92aa0329ea3e32ff25fb133b2da85c6b376ddd18
+ languageName: node
+ linkType: hard
+
+"@netlify/zip-it-and-ship-it@npm:9.29.2":
+ version: 9.29.2
+ resolution: "@netlify/zip-it-and-ship-it@npm:9.29.2"
+ dependencies:
+ "@babel/parser": "npm:^7.22.5"
+ "@babel/types": "npm:7.23.6"
+ "@netlify/binary-info": "npm:^1.0.0"
+ "@netlify/serverless-functions-api": "npm:^1.14.0"
+ "@vercel/nft": "npm:^0.23.0"
+ archiver: "npm:^6.0.0"
+ common-path-prefix: "npm:^3.0.0"
+ cp-file: "npm:^10.0.0"
+ es-module-lexer: "npm:^1.0.0"
+ esbuild: "npm:0.19.11"
+ execa: "npm:^6.0.0"
+ fast-glob: "npm:^3.3.2"
+ filter-obj: "npm:^5.0.0"
+ find-up: "npm:^6.0.0"
+ glob: "npm:^8.0.3"
+ is-builtin-module: "npm:^3.1.0"
+ is-path-inside: "npm:^4.0.0"
+ junk: "npm:^4.0.0"
+ locate-path: "npm:^7.0.0"
+ merge-options: "npm:^3.0.4"
+ minimatch: "npm:^9.0.0"
+ normalize-path: "npm:^3.0.0"
+ p-map: "npm:^5.0.0"
+ path-exists: "npm:^5.0.0"
+ precinct: "npm:^11.0.0"
+ require-package-name: "npm:^2.0.1"
+ resolve: "npm:^2.0.0-next.1"
+ semver: "npm:^7.3.8"
+ tmp-promise: "npm:^3.0.2"
+ toml: "npm:^3.0.0"
+ unixify: "npm:^1.0.0"
+ urlpattern-polyfill: "npm:8.0.2"
+ yargs: "npm:^17.0.0"
+ bin:
+ zip-it-and-ship-it: dist/bin.js
+ checksum: 10/42020fc20741c54fcecf9f4844b4cd491e1906c810534ee100cc8e94f1c0dae54b4abf99bb764f6f708fee1508334c2ffb60ddac67f9a35d0bc4cfe45bb94b8c
languageName: node
linkType: hard
@@ -2503,6 +3556,13 @@ __metadata:
languageName: node
linkType: hard
+"@opentelemetry/api@npm:~1.6.0":
+ version: 1.6.0
+ resolution: "@opentelemetry/api@npm:1.6.0"
+ checksum: 10/b8daefad2c862ed4e1e6b50df8946f08339a27aa83ac3b081bd4ed92e9ae2c365ecfc200f936ce08a1278b9a3c4103b5f33c2c19a495f68e245f727bba41af75
+ languageName: node
+ linkType: hard
+
"@parcel/bundler-default@npm:2.9.3":
version: 2.9.3
resolution: "@parcel/bundler-default@npm:2.9.3"
@@ -2891,17 +3951,6 @@ __metadata:
languageName: node
linkType: hard
-"@parcel/reporter-bundle-analyzer@npm:^2.9.3":
- version: 2.9.3
- resolution: "@parcel/reporter-bundle-analyzer@npm:2.9.3"
- dependencies:
- "@parcel/plugin": "npm:2.9.3"
- "@parcel/utils": "npm:2.9.3"
- nullthrows: "npm:^1.1.1"
- checksum: 10/1aa481541c188d3932fe64633f8182cc057d237cca54f8a8d1cf5541f334f4359fef7f2e5de491df2e5cbacc60a309f7f12a44a4c08ea17553495e603dc6e98f
- languageName: node
- linkType: hard
-
"@parcel/reporter-cli@npm:2.9.3":
version: 2.9.3
resolution: "@parcel/reporter-cli@npm:2.9.3"
@@ -3160,17 +4209,6 @@ __metadata:
languageName: node
linkType: hard
-"@parcel/ts-utils@npm:2.9.3":
- version: 2.9.3
- resolution: "@parcel/ts-utils@npm:2.9.3"
- dependencies:
- nullthrows: "npm:^1.1.1"
- peerDependencies:
- typescript: ">=3.0.0"
- checksum: 10/d3067c337d21d69c7d857c5c5b48da916636e6bd1fa87ab24c5858a3b2cf329d585fe45feb7f4e3b67d951bdaa64282ef4aeb6bfa25194323fbf6c80a3c20496
- languageName: node
- linkType: hard
-
"@parcel/types@npm:2.9.3":
version: 2.9.3
resolution: "@parcel/types@npm:2.9.3"
@@ -3202,31 +4240,148 @@ __metadata:
languageName: node
linkType: hard
-"@parcel/validator-typescript@npm:^2.9.3":
- version: 2.9.3
- resolution: "@parcel/validator-typescript@npm:2.9.3"
- dependencies:
- "@parcel/diagnostic": "npm:2.9.3"
- "@parcel/plugin": "npm:2.9.3"
- "@parcel/ts-utils": "npm:2.9.3"
- "@parcel/types": "npm:2.9.3"
- "@parcel/utils": "npm:2.9.3"
- peerDependencies:
- typescript: ">=3.0.0"
- checksum: 10/27f3aaee49928499ed0faa7d5310573d92fe0a6d2de2bb601f8d100cb60190c5a17b8b1ecc2c929ae4c340f670db0e61f2792034d4b95b174104fbf4cd3ffb19
+"@parcel/watcher-android-arm64@npm:2.4.0":
+ version: 2.4.0
+ resolution: "@parcel/watcher-android-arm64@npm:2.4.0"
+ conditions: os=android & cpu=arm64
languageName: node
linkType: hard
-"@parcel/watcher@npm:^2.0.7":
- version: 2.1.0
- resolution: "@parcel/watcher@npm:2.1.0"
+"@parcel/watcher-darwin-arm64@npm:2.4.0":
+ version: 2.4.0
+ resolution: "@parcel/watcher-darwin-arm64@npm:2.4.0"
+ conditions: os=darwin & cpu=arm64
+ languageName: node
+ linkType: hard
+
+"@parcel/watcher-darwin-x64@npm:2.4.0":
+ version: 2.4.0
+ resolution: "@parcel/watcher-darwin-x64@npm:2.4.0"
+ conditions: os=darwin & cpu=x64
+ languageName: node
+ linkType: hard
+
+"@parcel/watcher-freebsd-x64@npm:2.4.0":
+ version: 2.4.0
+ resolution: "@parcel/watcher-freebsd-x64@npm:2.4.0"
+ conditions: os=freebsd & cpu=x64
+ languageName: node
+ linkType: hard
+
+"@parcel/watcher-linux-arm-glibc@npm:2.4.0":
+ version: 2.4.0
+ resolution: "@parcel/watcher-linux-arm-glibc@npm:2.4.0"
+ conditions: os=linux & cpu=arm & libc=glibc
+ languageName: node
+ linkType: hard
+
+"@parcel/watcher-linux-arm64-glibc@npm:2.4.0":
+ version: 2.4.0
+ resolution: "@parcel/watcher-linux-arm64-glibc@npm:2.4.0"
+ conditions: os=linux & cpu=arm64 & libc=glibc
+ languageName: node
+ linkType: hard
+
+"@parcel/watcher-linux-arm64-musl@npm:2.4.0":
+ version: 2.4.0
+ resolution: "@parcel/watcher-linux-arm64-musl@npm:2.4.0"
+ conditions: os=linux & cpu=arm64 & libc=musl
+ languageName: node
+ linkType: hard
+
+"@parcel/watcher-linux-x64-glibc@npm:2.4.0":
+ version: 2.4.0
+ resolution: "@parcel/watcher-linux-x64-glibc@npm:2.4.0"
+ conditions: os=linux & cpu=x64 & libc=glibc
+ languageName: node
+ linkType: hard
+
+"@parcel/watcher-linux-x64-musl@npm:2.4.0":
+ version: 2.4.0
+ resolution: "@parcel/watcher-linux-x64-musl@npm:2.4.0"
+ conditions: os=linux & cpu=x64 & libc=musl
+ languageName: node
+ linkType: hard
+
+"@parcel/watcher-wasm@npm:2.4.0":
+ version: 2.4.0
+ resolution: "@parcel/watcher-wasm@npm:2.4.0"
dependencies:
is-glob: "npm:^4.0.3"
micromatch: "npm:^4.0.5"
- node-addon-api: "npm:^3.2.1"
+ napi-wasm: "npm:^1.1.0"
+ checksum: 10/bb6943b4c4b894d54b42de73fc901d0ad8496e2d761def88cd245eb8e1cbf12bd708755375b616c28c5cdc67209c6f811835d0d073dd8cd78c29c82e54e82840
+ languageName: node
+ linkType: hard
+
+"@parcel/watcher-win32-arm64@npm:2.4.0":
+ version: 2.4.0
+ resolution: "@parcel/watcher-win32-arm64@npm:2.4.0"
+ conditions: os=win32 & cpu=arm64
+ languageName: node
+ linkType: hard
+
+"@parcel/watcher-win32-ia32@npm:2.4.0":
+ version: 2.4.0
+ resolution: "@parcel/watcher-win32-ia32@npm:2.4.0"
+ conditions: os=win32 & cpu=ia32
+ languageName: node
+ linkType: hard
+
+"@parcel/watcher-win32-x64@npm:2.4.0":
+ version: 2.4.0
+ resolution: "@parcel/watcher-win32-x64@npm:2.4.0"
+ conditions: os=win32 & cpu=x64
+ languageName: node
+ linkType: hard
+
+"@parcel/watcher@npm:^2.0.7, @parcel/watcher@npm:^2.4.0":
+ version: 2.4.0
+ resolution: "@parcel/watcher@npm:2.4.0"
+ dependencies:
+ "@parcel/watcher-android-arm64": "npm:2.4.0"
+ "@parcel/watcher-darwin-arm64": "npm:2.4.0"
+ "@parcel/watcher-darwin-x64": "npm:2.4.0"
+ "@parcel/watcher-freebsd-x64": "npm:2.4.0"
+ "@parcel/watcher-linux-arm-glibc": "npm:2.4.0"
+ "@parcel/watcher-linux-arm64-glibc": "npm:2.4.0"
+ "@parcel/watcher-linux-arm64-musl": "npm:2.4.0"
+ "@parcel/watcher-linux-x64-glibc": "npm:2.4.0"
+ "@parcel/watcher-linux-x64-musl": "npm:2.4.0"
+ "@parcel/watcher-win32-arm64": "npm:2.4.0"
+ "@parcel/watcher-win32-ia32": "npm:2.4.0"
+ "@parcel/watcher-win32-x64": "npm:2.4.0"
+ detect-libc: "npm:^1.0.3"
+ is-glob: "npm:^4.0.3"
+ micromatch: "npm:^4.0.5"
+ node-addon-api: "npm:^7.0.0"
node-gyp: "npm:latest"
- node-gyp-build: "npm:^4.3.0"
- checksum: 10/33d68a0f42bee67e1ec371040dac149fdf7cf862dc4800b18584d54531e01ebea091a94d3c5b061050b96aabb3c3d4e38c16c2899762df1b3392d02f1cca9282
+ dependenciesMeta:
+ "@parcel/watcher-android-arm64":
+ optional: true
+ "@parcel/watcher-darwin-arm64":
+ optional: true
+ "@parcel/watcher-darwin-x64":
+ optional: true
+ "@parcel/watcher-freebsd-x64":
+ optional: true
+ "@parcel/watcher-linux-arm-glibc":
+ optional: true
+ "@parcel/watcher-linux-arm64-glibc":
+ optional: true
+ "@parcel/watcher-linux-arm64-musl":
+ optional: true
+ "@parcel/watcher-linux-x64-glibc":
+ optional: true
+ "@parcel/watcher-linux-x64-musl":
+ optional: true
+ "@parcel/watcher-win32-arm64":
+ optional: true
+ "@parcel/watcher-win32-ia32":
+ optional: true
+ "@parcel/watcher-win32-x64":
+ optional: true
+ checksum: 10/2839cf275ea38b47a2c9c6d74ff6fc312613b58e63b072ece75307d718712cecda5ca7f5e88eee3619bdd3cad3bcb1c4048a50573afe76956eb48a94d3949760
languageName: node
linkType: hard
@@ -3282,17 +4437,94 @@ __metadata:
languageName: node
linkType: hard
-"@samverschueren/stream-to-observable@npm:^0.3.0":
- version: 0.3.1
- resolution: "@samverschueren/stream-to-observable@npm:0.3.1"
- dependencies:
- any-observable: "npm:^0.3.0"
- peerDependenciesMeta:
- rxjs:
- optional: true
- zen-observable:
- optional: true
- checksum: 10/2b62bff492d58b4fdc8339ecc29ac3d8e1c37ae920c9d41fcb490a574422c3df1eae26b07103198b97b586c5e7106d47440ce24580a2a919aa5f9359d9914f2c
+"@rollup/rollup-android-arm-eabi@npm:4.11.0":
+ version: 4.11.0
+ resolution: "@rollup/rollup-android-arm-eabi@npm:4.11.0"
+ conditions: os=android & cpu=arm
+ languageName: node
+ linkType: hard
+
+"@rollup/rollup-android-arm64@npm:4.11.0":
+ version: 4.11.0
+ resolution: "@rollup/rollup-android-arm64@npm:4.11.0"
+ conditions: os=android & cpu=arm64
+ languageName: node
+ linkType: hard
+
+"@rollup/rollup-darwin-arm64@npm:4.11.0":
+ version: 4.11.0
+ resolution: "@rollup/rollup-darwin-arm64@npm:4.11.0"
+ conditions: os=darwin & cpu=arm64
+ languageName: node
+ linkType: hard
+
+"@rollup/rollup-darwin-x64@npm:4.11.0":
+ version: 4.11.0
+ resolution: "@rollup/rollup-darwin-x64@npm:4.11.0"
+ conditions: os=darwin & cpu=x64
+ languageName: node
+ linkType: hard
+
+"@rollup/rollup-linux-arm-gnueabihf@npm:4.11.0":
+ version: 4.11.0
+ resolution: "@rollup/rollup-linux-arm-gnueabihf@npm:4.11.0"
+ conditions: os=linux & cpu=arm
+ languageName: node
+ linkType: hard
+
+"@rollup/rollup-linux-arm64-gnu@npm:4.11.0":
+ version: 4.11.0
+ resolution: "@rollup/rollup-linux-arm64-gnu@npm:4.11.0"
+ conditions: os=linux & cpu=arm64 & libc=glibc
+ languageName: node
+ linkType: hard
+
+"@rollup/rollup-linux-arm64-musl@npm:4.11.0":
+ version: 4.11.0
+ resolution: "@rollup/rollup-linux-arm64-musl@npm:4.11.0"
+ conditions: os=linux & cpu=arm64 & libc=musl
+ languageName: node
+ linkType: hard
+
+"@rollup/rollup-linux-riscv64-gnu@npm:4.11.0":
+ version: 4.11.0
+ resolution: "@rollup/rollup-linux-riscv64-gnu@npm:4.11.0"
+ conditions: os=linux & cpu=riscv64 & libc=glibc
+ languageName: node
+ linkType: hard
+
+"@rollup/rollup-linux-x64-gnu@npm:4.11.0":
+ version: 4.11.0
+ resolution: "@rollup/rollup-linux-x64-gnu@npm:4.11.0"
+ conditions: os=linux & cpu=x64 & libc=glibc
+ languageName: node
+ linkType: hard
+
+"@rollup/rollup-linux-x64-musl@npm:4.11.0":
+ version: 4.11.0
+ resolution: "@rollup/rollup-linux-x64-musl@npm:4.11.0"
+ conditions: os=linux & cpu=x64 & libc=musl
+ languageName: node
+ linkType: hard
+
+"@rollup/rollup-win32-arm64-msvc@npm:4.11.0":
+ version: 4.11.0
+ resolution: "@rollup/rollup-win32-arm64-msvc@npm:4.11.0"
+ conditions: os=win32 & cpu=arm64
+ languageName: node
+ linkType: hard
+
+"@rollup/rollup-win32-ia32-msvc@npm:4.11.0":
+ version: 4.11.0
+ resolution: "@rollup/rollup-win32-ia32-msvc@npm:4.11.0"
+ conditions: os=win32 & cpu=ia32
+ languageName: node
+ linkType: hard
+
+"@rollup/rollup-win32-x64-msvc@npm:4.11.0":
+ version: 4.11.0
+ resolution: "@rollup/rollup-win32-x64-msvc@npm:4.11.0"
+ conditions: os=win32 & cpu=x64
languageName: node
linkType: hard
@@ -3347,19 +4579,6 @@ __metadata:
languageName: node
linkType: hard
-"@skn0tt/lambda-local@npm:2.0.3":
- version: 2.0.3
- resolution: "@skn0tt/lambda-local@npm:2.0.3"
- dependencies:
- commander: "npm:^9.4.0"
- dotenv: "npm:^16.0.2"
- winston: "npm:^3.8.2"
- bin:
- lambda-local: build/cli.js
- checksum: 10/c8c7ce35ba8f7dd70782de5db2825c808d699b4ca52840d79457c768758fa0ff7df1cd8420b608600f3fd9a559ef0491b4344611a4c324eb1c634925aa157533
- languageName: node
- linkType: hard
-
"@swc/core-darwin-arm64@npm:1.3.66":
version: 1.3.66
resolution: "@swc/core-darwin-arm64@npm:1.3.66"
@@ -3582,6 +4801,13 @@ __metadata:
languageName: node
linkType: hard
+"@types/estree@npm:1.0.5":
+ version: 1.0.5
+ resolution: "@types/estree@npm:1.0.5"
+ checksum: 10/7de6d928dd4010b0e20c6919e1a6c27b61f8d4567befa89252055fad503d587ecb9a1e3eab1b1901f923964d7019796db810b7fd6430acb26c32866d126fd408
+ languageName: node
+ linkType: hard
+
"@types/graceful-fs@npm:^4.1.3":
version: 4.1.5
resolution: "@types/graceful-fs@npm:4.1.5"
@@ -3786,9 +5012,9 @@ __metadata:
languageName: node
linkType: hard
-"@vercel/nft@npm:^0.22.0":
- version: 0.22.6
- resolution: "@vercel/nft@npm:0.22.6"
+"@vercel/nft@npm:^0.23.0":
+ version: 0.23.1
+ resolution: "@vercel/nft@npm:0.23.1"
dependencies:
"@mapbox/node-pre-gyp": "npm:^1.0.5"
"@rollup/pluginutils": "npm:^4.0.0"
@@ -3803,7 +5029,57 @@ __metadata:
resolve-from: "npm:^5.0.0"
bin:
nft: out/cli.js
- checksum: 10/2e34c535bc8937501a52b1011c6583e8fc6286e74ca3116bcca26e4649547d988cdfcf36cb0c9585ede8c743157cc74695599e47bf8252dcb2c58e622a2e1969
+ checksum: 10/e22fc2ec8961b748cc9c23a24c2549760a7d09addcb48a60dcf5c8c43bc0004504964c10e92866245f8c5405e527c010f3d80f612d5c8415cb1ffc9773e76095
+ languageName: node
+ linkType: hard
+
+"@vercel/nft@npm:^0.26.0":
+ version: 0.26.4
+ resolution: "@vercel/nft@npm:0.26.4"
+ dependencies:
+ "@mapbox/node-pre-gyp": "npm:^1.0.5"
+ "@rollup/pluginutils": "npm:^4.0.0"
+ acorn: "npm:^8.6.0"
+ acorn-import-attributes: "npm:^1.9.2"
+ async-sema: "npm:^3.1.1"
+ bindings: "npm:^1.4.0"
+ estree-walker: "npm:2.0.2"
+ glob: "npm:^7.1.3"
+ graceful-fs: "npm:^4.2.9"
+ micromatch: "npm:^4.0.2"
+ node-gyp-build: "npm:^4.2.2"
+ resolve-from: "npm:^5.0.0"
+ bin:
+ nft: out/cli.js
+ checksum: 10/2d1c55ab84801206a94532edd1a24627bd3309d26837b8c6a301b0b8228ff8a166e63dbd479b1e349313776ae87abd267f27b5e7b4be2691cae843ce045f7e31
+ languageName: node
+ linkType: hard
+
+"@vitejs/plugin-basic-ssl@npm:^1.1.0":
+ version: 1.1.0
+ resolution: "@vitejs/plugin-basic-ssl@npm:1.1.0"
+ peerDependencies:
+ vite: ^3.0.0 || ^4.0.0 || ^5.0.0
+ checksum: 10/2c0631d1202a1b5f198a96c761cbcdde3730cc03a9be565ea12c37b47c22dd22976dc4bd614a400c431a55be0270359cf59fbb0530e77fafc0e591b1f58858ef
+ languageName: node
+ linkType: hard
+
+"@vitejs/plugin-legacy@npm:^5.3.0":
+ version: 5.3.0
+ resolution: "@vitejs/plugin-legacy@npm:5.3.0"
+ dependencies:
+ "@babel/core": "npm:^7.23.7"
+ "@babel/preset-env": "npm:^7.23.8"
+ browserslist: "npm:^4.22.2"
+ core-js: "npm:^3.35.0"
+ esbuild-plugin-browserslist: "npm:^0.10.0"
+ magic-string: "npm:^0.30.5"
+ regenerator-runtime: "npm:^0.14.1"
+ systemjs: "npm:^6.14.3"
+ peerDependencies:
+ terser: ^5.4.0
+ vite: ^5.0.0
+ checksum: 10/2426e13e46b313f466dd8f6d3e891ce4a622569d13752f922a2e706f099f049110e81c8a48dad98d1c55bdf7f4f815de9283425fba534cd674d4c402bb087e89
languageName: node
linkType: hard
@@ -3816,38 +5092,38 @@ __metadata:
languageName: node
linkType: hard
-"@xhmikosr/decompress-tar@npm:^6.0.1":
- version: 6.0.1
- resolution: "@xhmikosr/decompress-tar@npm:6.0.1"
+"@xhmikosr/decompress-tar@npm:^7.0.0":
+ version: 7.0.0
+ resolution: "@xhmikosr/decompress-tar@npm:7.0.0"
dependencies:
file-type: "npm:^18.5.0"
is-stream: "npm:^3.0.0"
- tar-stream: "npm:^2.2.0"
- checksum: 10/e0af31dbd7b96660c2dd630ae91072dfb461c870bc1cfdcbcfe1e3e53b4a30d6b126ce8df3e120ee77ceac516dc685698c6a05fec5e337e06a20ff33da29a2dc
+ tar-stream: "npm:^3.1.4"
+ checksum: 10/fc6641398abbb7e3280d09d25de0447c8ce0b04e107aacb91d3cce924a1423c95298334f9f9e97a5bf4c4f3108784f44318e2288f2163ef058635b1d3ff38f21
languageName: node
linkType: hard
-"@xhmikosr/decompress-tarbz2@npm:^6.0.0":
- version: 6.0.0
- resolution: "@xhmikosr/decompress-tarbz2@npm:6.0.0"
+"@xhmikosr/decompress-tarbz2@npm:^7.0.0":
+ version: 7.0.0
+ resolution: "@xhmikosr/decompress-tarbz2@npm:7.0.0"
dependencies:
- "@xhmikosr/decompress-tar": "npm:^6.0.1"
+ "@xhmikosr/decompress-tar": "npm:^7.0.0"
file-type: "npm:^18.5.0"
is-stream: "npm:^3.0.0"
seek-bzip: "npm:^1.0.6"
unbzip2-stream: "npm:^1.4.3"
- checksum: 10/01970108d18f630b36e3a2fed77f15e01977e7205cc65d102faa10f425856528f17e0882a7d382daaa2921482a17403d185b84049d2c7b69386ab04bddad33d3
+ checksum: 10/67b4f7bce13af89d1ea1fcc45dbd94d38b6eb379b552ade0ad15592a65fd2729d130843c6812b9b11f214df9dfd46e2f08164685408b2dcdee43bcc4c3e61032
languageName: node
linkType: hard
-"@xhmikosr/decompress-targz@npm:^6.0.0":
- version: 6.0.0
- resolution: "@xhmikosr/decompress-targz@npm:6.0.0"
+"@xhmikosr/decompress-targz@npm:^7.0.0":
+ version: 7.0.0
+ resolution: "@xhmikosr/decompress-targz@npm:7.0.0"
dependencies:
- "@xhmikosr/decompress-tar": "npm:^6.0.1"
+ "@xhmikosr/decompress-tar": "npm:^7.0.0"
file-type: "npm:^18.5.0"
is-stream: "npm:^3.0.0"
- checksum: 10/577320df810c78e96b8a0ddd9b4faa7a3ddb04b0a553e0bc3e4b2196e066f40b4a45b624cca85cece00494149e3bfd4471318bb1e82b8c452ab084dd72f8c907
+ checksum: 10/4e33d908491fbf4af9c5f6700c8971f53334e672e1aa92fcad56d7e4028764f2a70c6b85ba31311b3a03093b501e5de56a9905ca795918ef13fbeb0cf54503c6
languageName: node
linkType: hard
@@ -3862,27 +5138,27 @@ __metadata:
languageName: node
linkType: hard
-"@xhmikosr/decompress@npm:^8.0.0":
- version: 8.0.0
- resolution: "@xhmikosr/decompress@npm:8.0.0"
+"@xhmikosr/decompress@npm:^9.0.1":
+ version: 9.0.1
+ resolution: "@xhmikosr/decompress@npm:9.0.1"
dependencies:
- "@xhmikosr/decompress-tar": "npm:^6.0.1"
- "@xhmikosr/decompress-tarbz2": "npm:^6.0.0"
- "@xhmikosr/decompress-targz": "npm:^6.0.0"
+ "@xhmikosr/decompress-tar": "npm:^7.0.0"
+ "@xhmikosr/decompress-tarbz2": "npm:^7.0.0"
+ "@xhmikosr/decompress-targz": "npm:^7.0.0"
"@xhmikosr/decompress-unzip": "npm:^6.0.0"
graceful-fs: "npm:^4.2.11"
- make-dir: "npm:^3.1.0"
+ make-dir: "npm:^4.0.0"
strip-dirs: "npm:^3.0.0"
- checksum: 10/85fb3565401a99dc30c1e53fbf751befb3256ae1f4a4133ec71d70d574330d4ab6b211b6b3602e83977188df0f14be5386cca807827bb3b3f11c5ccbe40a04ce
+ checksum: 10/9e63ec6c89fac344987cf38a166414598ee2f76c4345805760bf33339970d89a93d134317f7c217ae6c02b0db92b9c7273b3cf81fe97a7215cfbf65d3429a121
languageName: node
linkType: hard
-"@xhmikosr/downloader@npm:^12.0.0":
- version: 12.0.0
- resolution: "@xhmikosr/downloader@npm:12.0.0"
+"@xhmikosr/downloader@npm:^13.0.0":
+ version: 13.0.1
+ resolution: "@xhmikosr/downloader@npm:13.0.1"
dependencies:
"@xhmikosr/archive-type": "npm:^6.0.1"
- "@xhmikosr/decompress": "npm:^8.0.0"
+ "@xhmikosr/decompress": "npm:^9.0.1"
content-disposition: "npm:^0.5.4"
ext-name: "npm:^5.0.0"
file-type: "npm:^18.5.0"
@@ -3891,7 +5167,7 @@ __metadata:
got: "npm:^12.6.1"
merge-options: "npm:^3.0.4"
p-event: "npm:^5.0.1"
- checksum: 10/7c50bedb35833c858d05a36a0ab78996e77315acf4329d683111bf5091eeba4ce8f1040db84f9285a011327cb4aedbb6800908320290c9f123a1b977f24cbfa4
+ checksum: 10/b03d310543278a4c0831f3c9151995a3dd62cf32b314767bc3346a860dfd5ffcd32d8f403f75b8453d25afdde5936f14606f6030c2d4182967394e32c808a7ca
languageName: node
linkType: hard
@@ -3935,6 +5211,15 @@ __metadata:
languageName: node
linkType: hard
+"acorn-import-attributes@npm:^1.9.2":
+ version: 1.9.2
+ resolution: "acorn-import-attributes@npm:1.9.2"
+ peerDependencies:
+ acorn: ^8
+ checksum: 10/fdaef65435e1f05ad18de6d9c328de562a1a4afaadaf9b40df37bdd6b6975409acc14d2fbda249ac092112f11d13bea35e56ba2322c5febb7808b28c45ded1fd
+ languageName: node
+ linkType: hard
+
"acorn-walk@npm:^8.1.1":
version: 8.2.0
resolution: "acorn-walk@npm:8.2.0"
@@ -3942,12 +5227,12 @@ __metadata:
languageName: node
linkType: hard
-"acorn@npm:^8.4.1, acorn@npm:^8.6.0":
- version: 8.8.1
- resolution: "acorn@npm:8.8.1"
+"acorn@npm:^8.11.3, acorn@npm:^8.4.1, acorn@npm:^8.6.0, acorn@npm:^8.8.2":
+ version: 8.11.3
+ resolution: "acorn@npm:8.11.3"
bin:
acorn: bin/acorn
- checksum: 10/c77a64b3b695f9e5f0164794462ce7c1909acc1f7d39dcb3f9fce99e82163190e73dab689076ff9eea200505985cbd95f114c4ce1466055baf86a368d5e28bde
+ checksum: 10/b688e7e3c64d9bfb17b596e1b35e4da9d50553713b3b3630cf5690f2b023a84eac90c56851e6912b483fe60e8b4ea28b254c07e92f17ef83d72d78745a8352dd
languageName: node
linkType: hard
@@ -4060,7 +5345,7 @@ __metadata:
languageName: node
linkType: hard
-"ansi-escapes@npm:^3.0.0, ansi-escapes@npm:^3.2.0":
+"ansi-escapes@npm:^3.2.0":
version: 3.2.0
resolution: "ansi-escapes@npm:3.2.0"
checksum: 10/0f94695b677ea742f7f1eed961f7fd8d05670f744c6ad1f8f635362f6681dcfbc1575cb05b43abc7bb6d67e25a75fb8c7ea8f2a57330eb2c76b33f18cb2cef0a
@@ -4127,13 +5412,6 @@ __metadata:
languageName: node
linkType: hard
-"ansi-styles@npm:^2.2.1":
- version: 2.2.1
- resolution: "ansi-styles@npm:2.2.1"
- checksum: 10/ebc0e00381f2a29000d1dac8466a640ce11943cef3bda3cd0020dc042e31e1058ab59bf6169cd794a54c3a7338a61ebc404b7c91e004092dd20e028c432c9c2c
- languageName: node
- linkType: hard
-
"ansi-styles@npm:^3.2.1":
version: 3.2.1
resolution: "ansi-styles@npm:3.2.1"
@@ -4170,20 +5448,13 @@ __metadata:
languageName: node
linkType: hard
-"any-observable@npm:^0.3.0":
- version: 0.3.0
- resolution: "any-observable@npm:0.3.0"
- checksum: 10/21f27ed714c54aac6db4c1200674933f93416b832433cd14e5071db53f7d480de66a4c529181655dee52371be7f73ebeb0880b02a95571d70152fd6b226c11e9
- languageName: node
- linkType: hard
-
-"anymatch@npm:^3.0.3, anymatch@npm:~3.1.2":
- version: 3.1.2
- resolution: "anymatch@npm:3.1.2"
+"anymatch@npm:^3.0.3, anymatch@npm:^3.1.3, anymatch@npm:~3.1.2":
+ version: 3.1.3
+ resolution: "anymatch@npm:3.1.3"
dependencies:
normalize-path: "npm:^3.0.0"
picomatch: "npm:^2.0.4"
- checksum: 10/985163db2292fac9e5a1e072bf99f1b5baccf196e4de25a0b0b81865ebddeb3b3eb4480734ef0a2ac8c002845396b91aa89121f5b84f93981a4658164a9ec6e9
+ checksum: 10/3e044fd6d1d26545f235a9fe4d7a534e2029d8e59fa7fd9f2a6eb21230f6b5380ea1eaf55136e60cbf8e613544b3b766e7a6fa2102e2a3a117505466e3025dc2
languageName: node
linkType: hard
@@ -4201,36 +5472,32 @@ __metadata:
languageName: node
linkType: hard
-"archiver-utils@npm:^2.1.0":
- version: 2.1.0
- resolution: "archiver-utils@npm:2.1.0"
+"archiver-utils@npm:^4.0.1":
+ version: 4.0.1
+ resolution: "archiver-utils@npm:4.0.1"
dependencies:
- glob: "npm:^7.1.4"
+ glob: "npm:^8.0.0"
graceful-fs: "npm:^4.2.0"
lazystream: "npm:^1.0.0"
- lodash.defaults: "npm:^4.2.0"
- lodash.difference: "npm:^4.5.0"
- lodash.flatten: "npm:^4.4.0"
- lodash.isplainobject: "npm:^4.0.6"
- lodash.union: "npm:^4.6.0"
+ lodash: "npm:^4.17.15"
normalize-path: "npm:^3.0.0"
- readable-stream: "npm:^2.0.0"
- checksum: 10/4df493c0e6a3a544119b08b350308923500e2c6efee6a283cba4c3202293ce3acb70897e54e24f735e3a38ff43e5a65f66e2e5225fdfc955bf2335491377be2e
+ readable-stream: "npm:^3.6.0"
+ checksum: 10/f007c8da5d1bd07403d6c5fa8043597c8a9abf3b5a39639a12fce0e3d80d8a02aebfad06014dada19db930f64656e5d7a71da871665cbb026674a3ff2305cbcf
languageName: node
linkType: hard
-"archiver@npm:^5.3.0":
- version: 5.3.0
- resolution: "archiver@npm:5.3.0"
+"archiver@npm:^6.0.0":
+ version: 6.0.1
+ resolution: "archiver@npm:6.0.1"
dependencies:
- archiver-utils: "npm:^2.1.0"
- async: "npm:^3.2.0"
+ archiver-utils: "npm:^4.0.1"
+ async: "npm:^3.2.4"
buffer-crc32: "npm:^0.2.1"
readable-stream: "npm:^3.6.0"
- readdir-glob: "npm:^1.0.0"
- tar-stream: "npm:^2.2.0"
- zip-stream: "npm:^4.1.0"
- checksum: 10/86c667f547e3eec6af4695bb227f9df05d66f0cbde6250367d3f30dfd2d91deb1b13537b11d76d8593a6305e8930006d34ca211d02881d7b4ff1bf6a26e3ff60
+ readdir-glob: "npm:^1.1.2"
+ tar-stream: "npm:^3.0.0"
+ zip-stream: "npm:^5.0.1"
+ checksum: 10/22997a5bbfe1c4e977d9caa91bca2e01e9d84a91d542ab3c2e22a6a56dbe33c0cd53e92b5e6cfef293da4bc6869497b2940399350f5247f173022d07e12ff749
languageName: node
linkType: hard
@@ -4368,10 +5635,10 @@ __metadata:
languageName: node
linkType: hard
-"async@npm:^3.2.0, async@npm:^3.2.3":
- version: 3.2.4
- resolution: "async@npm:3.2.4"
- checksum: 10/bebb5dc2258c45b83fa1d3be179ae0eb468e1646a62d443c8d60a45e84041b28fccebe1e2d1f234bfc3dcad44e73dcdbf4ba63d98327c9f6556e3dbd47c2ae8b
+"async@npm:^3.2.3, async@npm:^3.2.4":
+ version: 3.2.5
+ resolution: "async@npm:3.2.5"
+ checksum: 10/323c3615c3f0ab1ac25a6f953296bc0ac3213d5e0f1c0debdb12964e55963af288d570293c11e44f7967af58c06d2a88d0ea588c86ec0fbf62fa98037f604a0f
languageName: node
linkType: hard
@@ -4409,6 +5676,13 @@ __metadata:
languageName: node
linkType: hard
+"b4a@npm:^1.6.4":
+ version: 1.6.6
+ resolution: "b4a@npm:1.6.6"
+ checksum: 10/6154a36bd78b53ecd2843a829352532a1bf9fc8081dab339ba06ca3c9ffcf25d340c3b18fe4ba0fc17a546a54c1ed814cea92cd6b895f6bd2837ca4ee0fc9f52
+ languageName: node
+ linkType: hard
+
"babel-jest@npm:^29.3.1":
version: 29.3.1
resolution: "babel-jest@npm:29.3.1"
@@ -4462,6 +5736,42 @@ __metadata:
languageName: node
linkType: hard
+"babel-plugin-polyfill-corejs2@npm:^0.4.8":
+ version: 0.4.8
+ resolution: "babel-plugin-polyfill-corejs2@npm:0.4.8"
+ dependencies:
+ "@babel/compat-data": "npm:^7.22.6"
+ "@babel/helper-define-polyfill-provider": "npm:^0.5.0"
+ semver: "npm:^6.3.1"
+ peerDependencies:
+ "@babel/core": ^7.4.0 || ^8.0.0-0 <8.0.0
+ checksum: 10/6b5a79bdc1c43edf857fd3a82966b3c7ff4a90eee00ca8d663e0a98304d6e285a05759d64a4dbc16e04a2a5ea1f248673d8bf789711be5e694e368f19884887c
+ languageName: node
+ linkType: hard
+
+"babel-plugin-polyfill-corejs3@npm:^0.9.0":
+ version: 0.9.0
+ resolution: "babel-plugin-polyfill-corejs3@npm:0.9.0"
+ dependencies:
+ "@babel/helper-define-polyfill-provider": "npm:^0.5.0"
+ core-js-compat: "npm:^3.34.0"
+ peerDependencies:
+ "@babel/core": ^7.4.0 || ^8.0.0-0 <8.0.0
+ checksum: 10/efdf9ba82e7848a2c66e0522adf10ac1646b16f271a9006b61a22f976b849de22a07c54c8826887114842ccd20cc9a4617b61e8e0789227a74378ab508e715cd
+ languageName: node
+ linkType: hard
+
+"babel-plugin-polyfill-regenerator@npm:^0.5.5":
+ version: 0.5.5
+ resolution: "babel-plugin-polyfill-regenerator@npm:0.5.5"
+ dependencies:
+ "@babel/helper-define-polyfill-provider": "npm:^0.5.0"
+ peerDependencies:
+ "@babel/core": ^7.4.0 || ^8.0.0-0 <8.0.0
+ checksum: 10/3a9b4828673b23cd648dcfb571eadcd9d3fadfca0361d0a7c6feeb5a30474e92faaa49f067a6e1c05e49b6a09812879992028ff3ef3446229ff132d6e1de7eb6
+ languageName: node
+ linkType: hard
+
"babel-preset-current-node-syntax@npm:^1.0.0":
version: 1.0.1
resolution: "babel-preset-current-node-syntax@npm:1.0.1"
@@ -4512,6 +5822,41 @@ __metadata:
languageName: node
linkType: hard
+"bare-events@npm:^2.0.0, bare-events@npm:^2.2.0":
+ version: 2.2.0
+ resolution: "bare-events@npm:2.2.0"
+ checksum: 10/01f36735615a11529b30e6de2907b6ed032f773b364d19bd13cdf491c8010713af178c9137ad4be68c79363977b476acbd1b203b82b49fca6cc42aaf01d600d0
+ languageName: node
+ linkType: hard
+
+"bare-fs@npm:^2.1.1":
+ version: 2.1.5
+ resolution: "bare-fs@npm:2.1.5"
+ dependencies:
+ bare-events: "npm:^2.0.0"
+ bare-os: "npm:^2.0.0"
+ bare-path: "npm:^2.0.0"
+ streamx: "npm:^2.13.0"
+ checksum: 10/ef45747e06161d24476b898447b2c335dac5d5fea4de4aad66eb930fa7d921ef3aa69e953a992a89e45d7b0b73e3afa15b58cdf891a6c6e358c6df5b596a2d03
+ languageName: node
+ linkType: hard
+
+"bare-os@npm:^2.0.0, bare-os@npm:^2.1.0":
+ version: 2.2.0
+ resolution: "bare-os@npm:2.2.0"
+ checksum: 10/3b32a72a61bd4e4245f27963e34869ff39732c641953dbe5f0f8bff5e3e8826c24aa51b45766762b9a7cd18473c1d83f0ec2b8ff751d6a2169e8e8cdad0ad4de
+ languageName: node
+ linkType: hard
+
+"bare-path@npm:^2.0.0, bare-path@npm:^2.1.0":
+ version: 2.1.0
+ resolution: "bare-path@npm:2.1.0"
+ dependencies:
+ bare-os: "npm:^2.1.0"
+ checksum: 10/811b9414448e8523a1323bc49d773673be0c72b3e008c99041b1bea516064227a530f27e8a35bd91cabc0d1026c5a0898f09ab5347cb3afd5a13fa519e6e973e
+ languageName: node
+ linkType: hard
+
"base-x@npm:^3.0.8":
version: 3.0.8
resolution: "base-x@npm:3.0.8"
@@ -4653,9 +5998,9 @@ __metadata:
languageName: node
linkType: hard
-"boxen@npm:7.1.0, boxen@npm:^7.0.0":
- version: 7.1.0
- resolution: "boxen@npm:7.1.0"
+"boxen@npm:7.1.1, boxen@npm:^7.0.0":
+ version: 7.1.1
+ resolution: "boxen@npm:7.1.1"
dependencies:
ansi-align: "npm:^3.0.1"
camelcase: "npm:^7.0.1"
@@ -4665,7 +6010,7 @@ __metadata:
type-fest: "npm:^2.13.0"
widest-line: "npm:^4.0.1"
wrap-ansi: "npm:^8.1.0"
- checksum: 10/a9a631b5edd0168b4200b5a937f381a2fa363c0e6afb33bfb369a5ed77fc183651749bc03c24d3a5b4415dd1df1908f41ad130e056911698c3616089a8f0a945
+ checksum: 10/a21d514435ccdd51f11088ad42e6298e3ff6be1bc2801699dcc1d3d79a2c5b005b5384dd03742e91a1ce2d9aedf99996efb36ed5fc7c5c392e19de2404bcfa37
languageName: node
linkType: hard
@@ -4731,17 +6076,17 @@ __metadata:
languageName: node
linkType: hard
-"browserslist@npm:^4.20.2, browserslist@npm:^4.6.6":
- version: 4.21.3
- resolution: "browserslist@npm:4.21.3"
+"browserslist@npm:^4.22.2, browserslist@npm:^4.22.3, browserslist@npm:^4.6.6":
+ version: 4.23.0
+ resolution: "browserslist@npm:4.23.0"
dependencies:
- caniuse-lite: "npm:^1.0.30001370"
- electron-to-chromium: "npm:^1.4.202"
- node-releases: "npm:^2.0.6"
- update-browserslist-db: "npm:^1.0.5"
+ caniuse-lite: "npm:^1.0.30001587"
+ electron-to-chromium: "npm:^1.4.668"
+ node-releases: "npm:^2.0.14"
+ update-browserslist-db: "npm:^1.0.13"
bin:
browserslist: cli.js
- checksum: 10/a8f816d4fa765a985ce9057aec23654bb0b0ce1e1577339a68df76c6878999f359916e35254fbefeb903f349b129cda8766ba61e58dc73249897e5d3f0f7cc7b
+ checksum: 10/496c3862df74565dd942b4ae65f502c575cbeba1fa4a3894dad7aa3b16130dc3033bc502d8848147f7b625154a284708253d9598bcdbef5a1e34cf11dc7bad8e
languageName: node
linkType: hard
@@ -4754,7 +6099,7 @@ __metadata:
languageName: node
linkType: hard
-"buffer-crc32@npm:^0.2.1, buffer-crc32@npm:^0.2.13, buffer-crc32@npm:~0.2.3":
+"buffer-crc32@npm:^0.2.1, buffer-crc32@npm:~0.2.3":
version: 0.2.13
resolution: "buffer-crc32@npm:0.2.13"
checksum: 10/06252347ae6daca3453b94e4b2f1d3754a3b146a111d81c68924c22d91889a40623264e95e67955b1cb4a68cbedf317abeabb5140a9766ed248973096db5ce1c
@@ -4941,10 +6286,10 @@ __metadata:
languageName: node
linkType: hard
-"caniuse-lite@npm:^1.0.30001370":
- version: 1.0.30001508
- resolution: "caniuse-lite@npm:1.0.30001508"
- checksum: 10/ff946298d434c929ea48b597b3a6802d20283c1f24524350f65aa344ffbb63944be11ba3662dbc1229c6006de35471c5ae9db6ed995949b867ddf4821c058226
+"caniuse-lite@npm:^1.0.30001587":
+ version: 1.0.30001587
+ resolution: "caniuse-lite@npm:1.0.30001587"
+ checksum: 10/960e26927ad876971021186337df1df2d37d7ed4fc7907098c060f56ae8de737d471791e51387ca55bea07f56b0a76553a90125f88a2f958ca1f4f715013cf71
languageName: node
linkType: hard
@@ -4955,20 +6300,7 @@ __metadata:
languageName: node
linkType: hard
-"chalk@npm:^1.0.0, chalk@npm:^1.1.3":
- version: 1.1.3
- resolution: "chalk@npm:1.1.3"
- dependencies:
- ansi-styles: "npm:^2.2.1"
- escape-string-regexp: "npm:^1.0.2"
- has-ansi: "npm:^2.0.0"
- strip-ansi: "npm:^3.0.0"
- supports-color: "npm:^2.0.0"
- checksum: 10/abcf10da02afde04cc615f06c4bdb3ffc70d2bfbf37e0df03bb88b7459a9411dab4d01210745b773abc936031530a20355f1facc4bee1bbf08613d8fdcfb3aeb
- languageName: node
- linkType: hard
-
-"chalk@npm:^2.0.0, chalk@npm:^2.4.1, chalk@npm:^2.4.2":
+"chalk@npm:^2.4.2":
version: 2.4.2
resolution: "chalk@npm:2.4.2"
dependencies:
@@ -5022,6 +6354,32 @@ __metadata:
languageName: node
linkType: hard
+"chokidar@npm:^3.5.3":
+ version: 3.6.0
+ resolution: "chokidar@npm:3.6.0"
+ dependencies:
+ anymatch: "npm:~3.1.2"
+ braces: "npm:~3.0.2"
+ fsevents: "npm:~2.3.2"
+ glob-parent: "npm:~5.1.2"
+ is-binary-path: "npm:~2.1.0"
+ is-glob: "npm:~4.0.1"
+ normalize-path: "npm:~3.0.0"
+ readdirp: "npm:~3.6.0"
+ dependenciesMeta:
+ fsevents:
+ optional: true
+ checksum: 10/c327fb07704443f8d15f7b4a7ce93b2f0bc0e6cea07ec28a7570aa22cd51fcf0379df589403976ea956c369f25aa82d84561947e227cd925902e1751371658df
+ languageName: node
+ linkType: hard
+
+"chownr@npm:^1.1.1":
+ version: 1.1.4
+ resolution: "chownr@npm:1.1.4"
+ checksum: 10/115648f8eb38bac5e41c3857f3e663f9c39ed6480d1349977c4d96c95a47266fcacc5a5aabf3cb6c481e22d72f41992827db47301851766c4fd77ac21a4f081d
+ languageName: node
+ linkType: hard
+
"chownr@npm:^2.0.0":
version: 2.0.0
resolution: "chownr@npm:2.0.0"
@@ -5043,6 +6401,15 @@ __metadata:
languageName: node
linkType: hard
+"citty@npm:^0.1.4, citty@npm:^0.1.5":
+ version: 0.1.6
+ resolution: "citty@npm:0.1.6"
+ dependencies:
+ consola: "npm:^3.2.3"
+ checksum: 10/3208947e73abb699a12578ee2bfee254bf8dd1ce0d5698e8a298411cabf16bd3620d63433aef5bd88cdb2b9da71aef18adefa3b4ffd18273bb62dd1d28c344f5
+ languageName: node
+ linkType: hard
+
"cjs-module-lexer@npm:^1.0.0":
version: 1.2.1
resolution: "cjs-module-lexer@npm:1.2.1"
@@ -5096,7 +6463,7 @@ __metadata:
languageName: node
linkType: hard
-"cli-cursor@npm:^2.0.0, cli-cursor@npm:^2.1.0":
+"cli-cursor@npm:^2.1.0":
version: 2.1.0
resolution: "cli-cursor@npm:2.1.0"
dependencies:
@@ -5130,13 +6497,13 @@ __metadata:
languageName: node
linkType: hard
-"cli-truncate@npm:^0.2.1":
- version: 0.2.1
- resolution: "cli-truncate@npm:0.2.1"
+"cli-truncate@npm:^3.1.0":
+ version: 3.1.0
+ resolution: "cli-truncate@npm:3.1.0"
dependencies:
- slice-ansi: "npm:0.0.4"
- string-width: "npm:^1.0.1"
- checksum: 10/c2b0de7c08915eab1e660884251411ad31691c5036a876f98e1bf747f1c165dc8345afdba92b7efb3678478c9fc17c9c9c47c76d181e35478aaa1047459f98aa
+ slice-ansi: "npm:^5.0.0"
+ string-width: "npm:^5.0.0"
+ checksum: 10/c3243e41974445691c63f8b405df1d5a24049dc33d324fe448dc572e561a7b772ae982692900b1a5960901cc4fc7def25a629b9c69a4208ee89d12ab3332617a
languageName: node
linkType: hard
@@ -5147,6 +6514,17 @@ __metadata:
languageName: node
linkType: hard
+"clipboardy@npm:^4.0.0":
+ version: 4.0.0
+ resolution: "clipboardy@npm:4.0.0"
+ dependencies:
+ execa: "npm:^8.0.1"
+ is-wsl: "npm:^3.1.0"
+ is64bit: "npm:^2.0.0"
+ checksum: 10/ec4ebe7e5c81d9c9cb994637e7b0e068c1c8fc272167ecd5519f967427271ec66e0e64da7268a2630b860eff42933aeabe25ba5e42bb80dbf1fae6362df059ed
+ languageName: node
+ linkType: hard
+
"cliui@npm:^8.0.1":
version: 8.0.1
resolution: "cliui@npm:8.0.1"
@@ -5179,6 +6557,13 @@ __metadata:
languageName: node
linkType: hard
+"cluster-key-slot@npm:^1.1.0":
+ version: 1.1.2
+ resolution: "cluster-key-slot@npm:1.1.2"
+ checksum: 10/516ed8b5e1a14d9c3a9c96c72ef6de2d70dfcdbaa0ec3a90bc7b9216c5457e39c09a5775750c272369070308542e671146120153062ab5f2f481bed5de2c925f
+ languageName: node
+ linkType: hard
+
"co@npm:^4.6.0":
version: 4.6.0
resolution: "co@npm:4.6.0"
@@ -5242,13 +6627,13 @@ __metadata:
languageName: node
linkType: hard
-"color-string@npm:^1.5.2":
- version: 1.6.0
- resolution: "color-string@npm:1.6.0"
+"color-string@npm:^1.5.2, color-string@npm:^1.9.0":
+ version: 1.9.1
+ resolution: "color-string@npm:1.9.1"
dependencies:
color-name: "npm:^1.0.0"
simple-swizzle: "npm:^0.2.2"
- checksum: 10/27c2365153d3dad41a6c28901c3079f1a0b2f0777309eba83a5533bcafdd2f8bfcd6aaf695f34506627757aebb7598ff18ad5b4361e586d346ce7ba74bb94969
+ checksum: 10/72aa0b81ee71b3f4fb1ac9cd839cdbd7a011a7d318ef58e6cb13b3708dca75c7e45029697260488709f1b1c7ac4e35489a87e528156c1e365917d1c4ccb9b9cd
languageName: node
linkType: hard
@@ -5271,6 +6656,23 @@ __metadata:
languageName: node
linkType: hard
+"color@npm:^4.2.3":
+ version: 4.2.3
+ resolution: "color@npm:4.2.3"
+ dependencies:
+ color-convert: "npm:^2.0.1"
+ color-string: "npm:^1.9.0"
+ checksum: 10/b23f5e500a79ea22428db43d1a70642d983405c0dd1f95ef59dbdb9ba66afbb4773b334fa0b75bb10b0552fd7534c6b28d4db0a8b528f91975976e70973c0152
+ languageName: node
+ linkType: hard
+
+"colorette@npm:^2.0.20":
+ version: 2.0.20
+ resolution: "colorette@npm:2.0.20"
+ checksum: 10/0b8de48bfa5d10afc160b8eaa2b9938f34a892530b2f7d7897e0458d9535a066e3998b49da9d21161c78225b272df19ae3a64d6df28b4c9734c0e55bbd02406f
+ languageName: node
+ linkType: hard
+
"colors-option@npm:^3.0.0":
version: 3.0.0
resolution: "colors-option@npm:3.0.0"
@@ -5317,7 +6719,7 @@ __metadata:
languageName: node
linkType: hard
-"commander@npm:^2.8.1":
+"commander@npm:^2.20.0, commander@npm:^2.20.3, commander@npm:^2.8.1":
version: 2.20.3
resolution: "commander@npm:2.20.3"
checksum: 10/90c5b6898610cd075984c58c4f88418a4fb44af08c1b1415e9854c03171bec31b336b7f3e4cefe33de994b3f12b03c5e2d638da4316df83593b9e82554e7e95b
@@ -5331,7 +6733,7 @@ __metadata:
languageName: node
linkType: hard
-"commander@npm:^9.3.0, commander@npm:^9.4.0":
+"commander@npm:^9.3.0":
version: 9.5.0
resolution: "commander@npm:9.5.0"
checksum: 10/41c49b3d0f94a1fbeb0463c85b13f15aa15a9e0b4d5e10a49c0a1d58d4489b549d62262b052ae0aa6cfda53299bee487bfe337825df15e342114dde543f82906
@@ -5365,15 +6767,15 @@ __metadata:
languageName: node
linkType: hard
-"compress-commons@npm:^4.1.0":
- version: 4.1.1
- resolution: "compress-commons@npm:4.1.1"
+"compress-commons@npm:^5.0.1":
+ version: 5.0.1
+ resolution: "compress-commons@npm:5.0.1"
dependencies:
- buffer-crc32: "npm:^0.2.13"
- crc32-stream: "npm:^4.0.2"
+ crc-32: "npm:^1.2.0"
+ crc32-stream: "npm:^5.0.0"
normalize-path: "npm:^3.0.0"
readable-stream: "npm:^3.6.0"
- checksum: 10/7e3581650366b48ffc57a2780448d62b3dbc25233ec35543bf09bc0971ed6d337ce0fd2323685e53be3f19e523df67890b09a4a7e1cedc121b1a75d114dad4f5
+ checksum: 10/bb3c3ea9654930a2e6efdcae65169013daa1a0d878fa0b8b2838792689ec50fb0ab085221d55a5a4637df962e059778a0e508e48721f66fa23143d578bf67a41
languageName: node
linkType: hard
@@ -5423,6 +6825,13 @@ __metadata:
languageName: node
linkType: hard
+"consola@npm:^3.2.3":
+ version: 3.2.3
+ resolution: "consola@npm:3.2.3"
+ checksum: 10/02972dcb048c337357a3628438e5976b8e45bcec22fdcfbe9cd17622992953c4d695d5152f141464a02deac769b1d23028e8ac87f56483838df7a6bbf8e0f5a2
+ languageName: node
+ linkType: hard
+
"console-control-strings@npm:^1.0.0, console-control-strings@npm:^1.1.0, console-control-strings@npm:~1.1.0":
version: 1.1.0
resolution: "console-control-strings@npm:1.1.0"
@@ -5446,7 +6855,7 @@ __metadata:
languageName: node
linkType: hard
-"convert-source-map@npm:^1.5.0, convert-source-map@npm:^1.6.0, convert-source-map@npm:^1.7.0":
+"convert-source-map@npm:^1.5.0, convert-source-map@npm:^1.6.0":
version: 1.9.0
resolution: "convert-source-map@npm:1.9.0"
checksum: 10/dc55a1f28ddd0e9485ef13565f8f756b342f9a46c4ae18b843fe3c30c675d058d6a4823eff86d472f187b176f0adf51ea7b69ea38be34be4a63cbbf91b0593c8
@@ -5460,6 +6869,13 @@ __metadata:
languageName: node
linkType: hard
+"cookie-es@npm:^1.0.0":
+ version: 1.0.0
+ resolution: "cookie-es@npm:1.0.0"
+ checksum: 10/7654e65c3a0b6b6e5d695aa05da72e5e77235a0a8bc3ac94afb3be250db82bea721aa18fb879d6ebc9627ea39c3efc8211ef76bf24bc534e600ac575929f2f1b
+ languageName: node
+ linkType: hard
+
"cookie-signature@npm:1.0.6":
version: 1.0.6
resolution: "cookie-signature@npm:1.0.6"
@@ -5498,6 +6914,22 @@ __metadata:
languageName: node
linkType: hard
+"core-js-compat@npm:^3.31.0, core-js-compat@npm:^3.34.0":
+ version: 3.36.0
+ resolution: "core-js-compat@npm:3.36.0"
+ dependencies:
+ browserslist: "npm:^4.22.3"
+ checksum: 10/633c49a254fe48981057e33651e5a74a0a14f14731aa5afed5d2e61fbe3c5cbc116ffd4feaa158c683c40d6dc4fd2e6aa0ebe12c45d157cfa571309d08400c98
+ languageName: node
+ linkType: hard
+
+"core-js@npm:^3.35.0":
+ version: 3.36.0
+ resolution: "core-js@npm:3.36.0"
+ checksum: 10/896326c6391c1607dc645293c214cd31c6c535d4a77a88b15fc29e787199f9b06dc15986ddfbc798335bf7a7afd1e92152c94aa5a974790a7f97a98121774302
+ languageName: node
+ linkType: hard
+
"core-util-is@npm:^1.0.3, core-util-is@npm:~1.0.0":
version: 1.0.3
resolution: "core-util-is@npm:1.0.3"
@@ -5569,13 +7001,13 @@ __metadata:
languageName: node
linkType: hard
-"crc32-stream@npm:^4.0.2":
- version: 4.0.2
- resolution: "crc32-stream@npm:4.0.2"
+"crc32-stream@npm:^5.0.0":
+ version: 5.0.0
+ resolution: "crc32-stream@npm:5.0.0"
dependencies:
crc-32: "npm:^1.2.0"
readable-stream: "npm:^3.4.0"
- checksum: 10/1099559283b86e8a55390228b57ff4d57a74cac6aa8086aa4730f84317c9f93e914aeece115352f2d706a9df7ed75327ffacd86cfe23f040aef821231b528e76
+ checksum: 10/8e5dd04f22f3fbecc623492395107fbed2114f225bd606e39e8ed338f2fc1c454ac02a05741243620ab526473cb867fa86411a44a7ffcd88457cc1c2af82d0bc
languageName: node
linkType: hard
@@ -5606,6 +7038,13 @@ __metadata:
languageName: node
linkType: hard
+"crossws@npm:^0.1.0":
+ version: 0.1.1
+ resolution: "crossws@npm:0.1.1"
+ checksum: 10/2029638e059f4bb62c10fe420e24d7fff97bcf9f93e380e0d90f117cf055deb7f07dae16df65a0aaeeb8ecd7b71fedd735deca7dde56351ea7b377915c37b68b
+ languageName: node
+ linkType: hard
+
"crypto-random-string@npm:^4.0.0":
version: 4.0.0
resolution: "crypto-random-string@npm:4.0.0"
@@ -5628,6 +7067,19 @@ __metadata:
languageName: node
linkType: hard
+"css-select@npm:^5.1.0":
+ version: 5.1.0
+ resolution: "css-select@npm:5.1.0"
+ dependencies:
+ boolbase: "npm:^1.0.0"
+ css-what: "npm:^6.1.0"
+ domhandler: "npm:^5.0.2"
+ domutils: "npm:^3.0.1"
+ nth-check: "npm:^2.0.1"
+ checksum: 10/d486b1e7eb140468218a5ab5af53257e01f937d2173ac46981f6b7de9c5283d55427a36715dc8decfc0c079cf89259ac5b41ef58f6e1a422eee44ab8bfdc78da
+ languageName: node
+ linkType: hard
+
"css-tree@npm:^1.1.2, css-tree@npm:^1.1.3":
version: 1.1.3
resolution: "css-tree@npm:1.1.3"
@@ -5638,6 +7090,26 @@ __metadata:
languageName: node
linkType: hard
+"css-tree@npm:^2.3.1":
+ version: 2.3.1
+ resolution: "css-tree@npm:2.3.1"
+ dependencies:
+ mdn-data: "npm:2.0.30"
+ source-map-js: "npm:^1.0.1"
+ checksum: 10/e5e39b82eb4767c664fa5c2cd9968c8c7e6b7fd2c0079b52680a28466d851e2826d5e64699c449d933c0e8ca0554beca43c41a9fcb09fb6a46139d462dbdf0df
+ languageName: node
+ linkType: hard
+
+"css-tree@npm:~2.2.0":
+ version: 2.2.1
+ resolution: "css-tree@npm:2.2.1"
+ dependencies:
+ mdn-data: "npm:2.0.28"
+ source-map-js: "npm:^1.0.1"
+ checksum: 10/1959c4b0e268bf8db1b3a1776a5ba9ae3a464ccd1226bfa62799cb0a3d0039006e21fb95cec4dec9d687a9a9b90f692dff2d230b631527ece700f4bfb419aaf3
+ languageName: node
+ linkType: hard
+
"css-what@npm:^5.0.0":
version: 5.0.1
resolution: "css-what@npm:5.0.1"
@@ -5645,6 +7117,20 @@ __metadata:
languageName: node
linkType: hard
+"css-what@npm:^6.1.0":
+ version: 6.1.0
+ resolution: "css-what@npm:6.1.0"
+ checksum: 10/c67a3a2d0d81843af87f8bf0a4d0845b0f952377714abbb2884e48942409d57a2110eabee003609d02ee487b054614bdfcfc59ee265728ff105bd5aa221c1d0e
+ languageName: node
+ linkType: hard
+
+"cssfilter@npm:0.0.10":
+ version: 0.0.10
+ resolution: "cssfilter@npm:0.0.10"
+ checksum: 10/1e45182f42de848f092f50a313113c28a88e4ac98333bf1603ee1c3b200384a3bc83c12e35cd61135e3b0f218295f600d51120ca1f926b7958b2d3262d711214
+ languageName: node
+ linkType: hard
+
"csso@npm:^4.2.0":
version: 4.2.0
resolution: "csso@npm:4.2.0"
@@ -5654,6 +7140,15 @@ __metadata:
languageName: node
linkType: hard
+"csso@npm:^5.0.5":
+ version: 5.0.5
+ resolution: "csso@npm:5.0.5"
+ dependencies:
+ css-tree: "npm:~2.2.0"
+ checksum: 10/4036fb2b9f8ed6b948349136b39e0b19ffb5edee934893a37b55e9a116186c4ae2a9d3ba66fbdbc07fa44a853fb478cd2d8733e4743473dcd364e7f21444ff34
+ languageName: node
+ linkType: hard
+
"csstype@npm:^3.0.2, csstype@npm:^3.1.3":
version: 3.1.3
resolution: "csstype@npm:3.1.3"
@@ -5675,13 +7170,6 @@ __metadata:
languageName: node
linkType: hard
-"date-fns@npm:^1.27.2":
- version: 1.30.1
- resolution: "date-fns@npm:1.30.1"
- checksum: 10/24c0937f4e5704f25627c9d1e92e1fe03cd6165d9f32334b7f923a737a57ef992c287cad0694356071e617fbbfa6bd10dec9192ea9035a3e6d0745b9d1594883
- languageName: node
- linkType: hard
-
"date-time@npm:^3.1.0":
version: 3.1.0
resolution: "date-time@npm:3.1.0"
@@ -5700,7 +7188,7 @@ __metadata:
languageName: node
linkType: hard
-"debug@npm:4, debug@npm:4.3.4, debug@npm:^4.0.0, debug@npm:^4.0.1, debug@npm:^4.1.0, debug@npm:^4.1.1, debug@npm:^4.3.4":
+"debug@npm:4, debug@npm:4.3.4, debug@npm:^4.0.0, debug@npm:^4.0.1, debug@npm:^4.1.0, debug@npm:^4.1.1, debug@npm:^4.3.1, debug@npm:^4.3.4":
version: 4.3.4
resolution: "debug@npm:4.3.4"
dependencies:
@@ -5816,6 +7304,13 @@ __metadata:
languageName: node
linkType: hard
+"defu@npm:^6.1.3, defu@npm:^6.1.4":
+ version: 6.1.4
+ resolution: "defu@npm:6.1.4"
+ checksum: 10/aeffdb47300f45b4fdef1c5bd3880ac18ea7a1fd5b8a8faf8df29350ff03bf16dd34f9800205cab513d476e4c0a3783aa0cff0a433aff0ac84a67ddc4c8a2d64
+ languageName: node
+ linkType: hard
+
"delegates@npm:^1.0.0":
version: 1.0.0
resolution: "delegates@npm:1.0.0"
@@ -5823,6 +7318,13 @@ __metadata:
languageName: node
linkType: hard
+"denque@npm:^2.1.0":
+ version: 2.1.0
+ resolution: "denque@npm:2.1.0"
+ checksum: 10/8ea05321576624b90acfc1ee9208b8d1d04b425cf7573b9b4fa40a2c3ed4d4b0af5190567858f532f677ed2003d4d2b73c8130b34e3c7b8d5e88cdcfbfaa1fe7
+ languageName: node
+ linkType: hard
+
"depd@npm:2.0.0":
version: 2.0.0
resolution: "depd@npm:2.0.0"
@@ -5844,6 +7346,13 @@ __metadata:
languageName: node
linkType: hard
+"destr@npm:^2.0.1, destr@npm:^2.0.2":
+ version: 2.0.2
+ resolution: "destr@npm:2.0.2"
+ checksum: 10/ed8c963cd606407075f03c62b94d5641653ea2210cfec7279e6146da08476c8d293c4bff9280aa65cb1cf67ef3044890b3ee709578ec43de020a77233d6f4698
+ languageName: node
+ linkType: hard
+
"destroy@npm:1.2.0":
version: 1.2.0
resolution: "destroy@npm:1.2.0"
@@ -5860,10 +7369,10 @@ __metadata:
languageName: node
linkType: hard
-"detect-libc@npm:^2.0.0":
- version: 2.0.1
- resolution: "detect-libc@npm:2.0.1"
- checksum: 10/f41b3d8c726127cc010c78bf4cdb6fda20a1a0731ae9fc34698e3b9887d82e19f249f4dc997b423f930d5be0c3ee05dc7fe6c2473dd058856c6b0700eb3e0dc6
+"detect-libc@npm:^2.0.0, detect-libc@npm:^2.0.2":
+ version: 2.0.2
+ resolution: "detect-libc@npm:2.0.2"
+ checksum: 10/6118f30c0c425b1e56b9d2609f29bec50d35a6af0b762b6ad127271478f3bbfda7319ce869230cf1a351f2b219f39332cde290858553336d652c77b970f15de8
languageName: node
linkType: hard
@@ -6066,7 +7575,7 @@ __metadata:
languageName: node
linkType: hard
-"dot-prop@npm:7.2.0, dot-prop@npm:^7.0.0":
+"dot-prop@npm:7.2.0, dot-prop@npm:^7.0.0, dot-prop@npm:^7.2.0":
version: 7.2.0
resolution: "dot-prop@npm:7.2.0"
dependencies:
@@ -6091,13 +7600,20 @@ __metadata:
languageName: node
linkType: hard
-"dotenv@npm:16.0.3, dotenv@npm:^16.0.2":
+"dotenv@npm:16.0.3":
version: 16.0.3
resolution: "dotenv@npm:16.0.3"
checksum: 10/d6788c8e40b35ad9a9ca29249dccf37fa6b3ad26700fcbc87f2f41101bf914f5193a04e36a3d23de70b1dcb8e5d5a3b21e151debace2c4cd08d868be500a1b29
languageName: node
linkType: hard
+"dotenv@npm:^16.3.1":
+ version: 16.4.4
+ resolution: "dotenv@npm:16.4.4"
+ checksum: 10/ddf43ede209d5f54c9da688e93326162eb0fc367ad1869909568cb15571ab8c87a0fab4e1d4af9860be0571c707a8b4aefa060a4f1b0bb14298a81e0ccf0017d
+ languageName: node
+ linkType: hard
+
"dotenv@npm:^7.0.0":
version: 7.0.0
resolution: "dotenv@npm:7.0.0"
@@ -6128,17 +7644,10 @@ __metadata:
languageName: node
linkType: hard
-"electron-to-chromium@npm:^1.4.202":
- version: 1.4.206
- resolution: "electron-to-chromium@npm:1.4.206"
- checksum: 10/e025d5f51f20617b52b9bea3347edb5faeb7239c237c340adab13e6d28769386bb02ea2de2ae8012461023d9fc87a9cd8020af9a9f8bc47ec731fa416d89ec77
- languageName: node
- linkType: hard
-
-"elegant-spinner@npm:^1.0.1":
- version: 1.0.1
- resolution: "elegant-spinner@npm:1.0.1"
- checksum: 10/d6a773d950c5d403b5f0fa402787e37dde99989ab6c943558fe8491cf7cd0df0e2747a9ff4d391d5a5f20a447cc9e9a63bdc956354ba47bea462f1603a5b04fe
+"electron-to-chromium@npm:^1.4.668":
+ version: 1.4.672
+ resolution: "electron-to-chromium@npm:1.4.672"
+ checksum: 10/30a12bd226365eb86afaa07ea1f334b44d81587cc18d65bd0d9cae9fb7fc0cb29f315c19da33cf52064aa3186e132ed92ad361caf890fa005f44ae93137a3f44
languageName: node
linkType: hard
@@ -6278,33 +7787,49 @@ __metadata:
languageName: node
linkType: hard
-"esbuild@npm:^0.17.3":
- version: 0.17.3
- resolution: "esbuild@npm:0.17.3"
+"esbuild-plugin-browserslist@npm:^0.10.0":
+ version: 0.10.0
+ resolution: "esbuild-plugin-browserslist@npm:0.10.0"
dependencies:
- "@esbuild/android-arm": "npm:0.17.3"
- "@esbuild/android-arm64": "npm:0.17.3"
- "@esbuild/android-x64": "npm:0.17.3"
- "@esbuild/darwin-arm64": "npm:0.17.3"
- "@esbuild/darwin-x64": "npm:0.17.3"
- "@esbuild/freebsd-arm64": "npm:0.17.3"
- "@esbuild/freebsd-x64": "npm:0.17.3"
- "@esbuild/linux-arm": "npm:0.17.3"
- "@esbuild/linux-arm64": "npm:0.17.3"
- "@esbuild/linux-ia32": "npm:0.17.3"
- "@esbuild/linux-loong64": "npm:0.17.3"
- "@esbuild/linux-mips64el": "npm:0.17.3"
- "@esbuild/linux-ppc64": "npm:0.17.3"
- "@esbuild/linux-riscv64": "npm:0.17.3"
- "@esbuild/linux-s390x": "npm:0.17.3"
- "@esbuild/linux-x64": "npm:0.17.3"
- "@esbuild/netbsd-x64": "npm:0.17.3"
- "@esbuild/openbsd-x64": "npm:0.17.3"
- "@esbuild/sunos-x64": "npm:0.17.3"
- "@esbuild/win32-arm64": "npm:0.17.3"
- "@esbuild/win32-ia32": "npm:0.17.3"
- "@esbuild/win32-x64": "npm:0.17.3"
+ debug: "npm:^4.3.4"
+ zod: "npm:^3.21.4"
+ peerDependencies:
+ browserslist: ^4.21.8
+ esbuild: ~0.19.2
+ checksum: 10/39c5b237fbd01a4e8aec150426f82593522be82b545dd0f342d342eec0a8a750b27ee04d8aba040b8a36b0f90ab6902eaf4653e4f9b46d2487078972f0760c55
+ languageName: node
+ linkType: hard
+
+"esbuild@npm:0.19.11":
+ version: 0.19.11
+ resolution: "esbuild@npm:0.19.11"
+ dependencies:
+ "@esbuild/aix-ppc64": "npm:0.19.11"
+ "@esbuild/android-arm": "npm:0.19.11"
+ "@esbuild/android-arm64": "npm:0.19.11"
+ "@esbuild/android-x64": "npm:0.19.11"
+ "@esbuild/darwin-arm64": "npm:0.19.11"
+ "@esbuild/darwin-x64": "npm:0.19.11"
+ "@esbuild/freebsd-arm64": "npm:0.19.11"
+ "@esbuild/freebsd-x64": "npm:0.19.11"
+ "@esbuild/linux-arm": "npm:0.19.11"
+ "@esbuild/linux-arm64": "npm:0.19.11"
+ "@esbuild/linux-ia32": "npm:0.19.11"
+ "@esbuild/linux-loong64": "npm:0.19.11"
+ "@esbuild/linux-mips64el": "npm:0.19.11"
+ "@esbuild/linux-ppc64": "npm:0.19.11"
+ "@esbuild/linux-riscv64": "npm:0.19.11"
+ "@esbuild/linux-s390x": "npm:0.19.11"
+ "@esbuild/linux-x64": "npm:0.19.11"
+ "@esbuild/netbsd-x64": "npm:0.19.11"
+ "@esbuild/openbsd-x64": "npm:0.19.11"
+ "@esbuild/sunos-x64": "npm:0.19.11"
+ "@esbuild/win32-arm64": "npm:0.19.11"
+ "@esbuild/win32-ia32": "npm:0.19.11"
+ "@esbuild/win32-x64": "npm:0.19.11"
dependenciesMeta:
+ "@esbuild/aix-ppc64":
+ optional: true
"@esbuild/android-arm":
optional: true
"@esbuild/android-arm64":
@@ -6351,7 +7876,87 @@ __metadata:
optional: true
bin:
esbuild: bin/esbuild
- checksum: 10/3de00c7d311b27f9ff2049af43859f9d4df675f20eb879c9fa030d3798717dec4f1d26cc42898ff97fd29c18d56664eae9ffc37935c632622c400d7feaab57f5
+ checksum: 10/a40b3858c29618c8c893389372f469245a6b2d1319782af75d33d8ba5dcadfe181fcc935f8e1a907be667946384950a4cf482ebe1e79c99c932d2b8eb35a09d0
+ languageName: node
+ linkType: hard
+
+"esbuild@npm:^0.19.3":
+ version: 0.19.12
+ resolution: "esbuild@npm:0.19.12"
+ dependencies:
+ "@esbuild/aix-ppc64": "npm:0.19.12"
+ "@esbuild/android-arm": "npm:0.19.12"
+ "@esbuild/android-arm64": "npm:0.19.12"
+ "@esbuild/android-x64": "npm:0.19.12"
+ "@esbuild/darwin-arm64": "npm:0.19.12"
+ "@esbuild/darwin-x64": "npm:0.19.12"
+ "@esbuild/freebsd-arm64": "npm:0.19.12"
+ "@esbuild/freebsd-x64": "npm:0.19.12"
+ "@esbuild/linux-arm": "npm:0.19.12"
+ "@esbuild/linux-arm64": "npm:0.19.12"
+ "@esbuild/linux-ia32": "npm:0.19.12"
+ "@esbuild/linux-loong64": "npm:0.19.12"
+ "@esbuild/linux-mips64el": "npm:0.19.12"
+ "@esbuild/linux-ppc64": "npm:0.19.12"
+ "@esbuild/linux-riscv64": "npm:0.19.12"
+ "@esbuild/linux-s390x": "npm:0.19.12"
+ "@esbuild/linux-x64": "npm:0.19.12"
+ "@esbuild/netbsd-x64": "npm:0.19.12"
+ "@esbuild/openbsd-x64": "npm:0.19.12"
+ "@esbuild/sunos-x64": "npm:0.19.12"
+ "@esbuild/win32-arm64": "npm:0.19.12"
+ "@esbuild/win32-ia32": "npm:0.19.12"
+ "@esbuild/win32-x64": "npm:0.19.12"
+ dependenciesMeta:
+ "@esbuild/aix-ppc64":
+ optional: true
+ "@esbuild/android-arm":
+ optional: true
+ "@esbuild/android-arm64":
+ optional: true
+ "@esbuild/android-x64":
+ optional: true
+ "@esbuild/darwin-arm64":
+ optional: true
+ "@esbuild/darwin-x64":
+ optional: true
+ "@esbuild/freebsd-arm64":
+ optional: true
+ "@esbuild/freebsd-x64":
+ optional: true
+ "@esbuild/linux-arm":
+ optional: true
+ "@esbuild/linux-arm64":
+ optional: true
+ "@esbuild/linux-ia32":
+ optional: true
+ "@esbuild/linux-loong64":
+ optional: true
+ "@esbuild/linux-mips64el":
+ optional: true
+ "@esbuild/linux-ppc64":
+ optional: true
+ "@esbuild/linux-riscv64":
+ optional: true
+ "@esbuild/linux-s390x":
+ optional: true
+ "@esbuild/linux-x64":
+ optional: true
+ "@esbuild/netbsd-x64":
+ optional: true
+ "@esbuild/openbsd-x64":
+ optional: true
+ "@esbuild/sunos-x64":
+ optional: true
+ "@esbuild/win32-arm64":
+ optional: true
+ "@esbuild/win32-ia32":
+ optional: true
+ "@esbuild/win32-x64":
+ optional: true
+ bin:
+ esbuild: bin/esbuild
+ checksum: 10/861fa8eb2428e8d6521a4b7c7930139e3f45e8d51a86985cc29408172a41f6b18df7b3401e7e5e2d528cdf83742da601ddfdc77043ddc4f1c715a8ddb2d8a255
languageName: node
linkType: hard
@@ -6383,7 +7988,7 @@ __metadata:
languageName: node
linkType: hard
-"escape-string-regexp@npm:^1.0.2, escape-string-regexp@npm:^1.0.5":
+"escape-string-regexp@npm:^1.0.5":
version: 1.0.5
resolution: "escape-string-regexp@npm:1.0.5"
checksum: 10/6092fda75c63b110c706b6a9bfde8a612ad595b628f0bd2147eea1d3406723020810e591effc7db1da91d80a71a737a313567c5abb3813e8d9c71f4aa595b410
@@ -6461,7 +8066,7 @@ __metadata:
languageName: node
linkType: hard
-"etag@npm:1.8.1, etag@npm:~1.8.1":
+"etag@npm:1.8.1, etag@npm:^1.8.1, etag@npm:~1.8.1":
version: 1.8.1
resolution: "etag@npm:1.8.1"
checksum: 10/571aeb3dbe0f2bbd4e4fadbdb44f325fc75335cd5f6f6b6a091e6a06a9f25ed5392f0863c5442acb0646787446e816f13cbfc6edce5b07658541dff573cab1ff
@@ -6482,6 +8087,13 @@ __metadata:
languageName: node
linkType: hard
+"eventemitter3@npm:^5.0.1":
+ version: 5.0.1
+ resolution: "eventemitter3@npm:5.0.1"
+ checksum: 10/ac6423ec31124629c84c7077eed1e6987f6d66c31cf43c6fcbf6c87791d56317ce808d9ead483652436df171b526fc7220eccdc9f3225df334e81582c3cf7dd5
+ languageName: node
+ linkType: hard
+
"events@npm:^3.3.0":
version: 3.3.0
resolution: "events@npm:3.3.0"
@@ -6523,6 +8135,23 @@ __metadata:
languageName: node
linkType: hard
+"execa@npm:^8.0.1":
+ version: 8.0.1
+ resolution: "execa@npm:8.0.1"
+ dependencies:
+ cross-spawn: "npm:^7.0.3"
+ get-stream: "npm:^8.0.1"
+ human-signals: "npm:^5.0.0"
+ is-stream: "npm:^3.0.0"
+ merge-stream: "npm:^2.0.0"
+ npm-run-path: "npm:^5.1.0"
+ onetime: "npm:^6.0.0"
+ signal-exit: "npm:^4.1.0"
+ strip-final-newline: "npm:^3.0.0"
+ checksum: 10/d2ab5fe1e2bb92b9788864d0713f1fce9a07c4594e272c0c97bc18c90569897ab262e4ea58d27a694d288227a2e24f16f5e2575b44224ad9983b799dc7f1098d
+ languageName: node
+ linkType: hard
+
"exit-on-epipe@npm:~1.0.1":
version: 1.0.1
resolution: "exit-on-epipe@npm:1.0.1"
@@ -6552,6 +8181,13 @@ __metadata:
languageName: node
linkType: hard
+"expand-template@npm:^2.0.3":
+ version: 2.0.3
+ resolution: "expand-template@npm:2.0.3"
+ checksum: 10/588c19847216421ed92befb521767b7018dc88f88b0576df98cb242f20961425e96a92cbece525ef28cc5becceae5d544ae0f5b9b5e2aa05acb13716ca5b3099
+ languageName: node
+ linkType: hard
+
"expect@npm:^29.3.1":
version: 29.3.1
resolution: "expect@npm:29.3.1"
@@ -6730,16 +8366,23 @@ __metadata:
languageName: node
linkType: hard
-"fast-glob@npm:^3.2.11, fast-glob@npm:^3.2.9":
- version: 3.2.11
- resolution: "fast-glob@npm:3.2.11"
+"fast-fifo@npm:^1.1.0, fast-fifo@npm:^1.2.0":
+ version: 1.3.2
+ resolution: "fast-fifo@npm:1.3.2"
+ checksum: 10/6bfcba3e4df5af7be3332703b69a7898a8ed7020837ec4395bb341bd96cc3a6d86c3f6071dd98da289618cf2234c70d84b2a6f09a33dd6f988b1ff60d8e54275
+ languageName: node
+ linkType: hard
+
+"fast-glob@npm:^3.2.11, fast-glob@npm:^3.2.9, fast-glob@npm:^3.3.2":
+ version: 3.3.2
+ resolution: "fast-glob@npm:3.3.2"
dependencies:
"@nodelib/fs.stat": "npm:^2.0.2"
"@nodelib/fs.walk": "npm:^1.2.3"
glob-parent: "npm:^5.1.2"
merge2: "npm:^1.3.0"
micromatch: "npm:^4.0.4"
- checksum: 10/6b736d92a47f27218a85bf184a4ccab9f707398f86711bf84d730243b10a999a85f79afc526133c044ebebfcb42a68d09f769fdbedcc00680ddd56e56a56483a
+ checksum: 10/222512e9315a0efca1276af9adb2127f02105d7288fa746145bf45e2716383fb79eb983c89601a72a399a56b7c18d38ce70457c5466218c5f13fad957cee16df
languageName: node
linkType: hard
@@ -6866,6 +8509,18 @@ __metadata:
languageName: node
linkType: hard
+"fdir@npm:^6.0.1":
+ version: 6.1.1
+ resolution: "fdir@npm:6.1.1"
+ peerDependencies:
+ picomatch: 3.x
+ peerDependenciesMeta:
+ picomatch:
+ optional: true
+ checksum: 10/fabde9004433983ba22fac2578c0b2835a498e66518df9d7994b1564a5f3f015ac974efaff02975b56966e01a684f600fe4cce0bb2f146aedec4dcf35d6c5906
+ languageName: node
+ linkType: hard
+
"fecha@npm:^4.2.0":
version: 4.2.1
resolution: "fecha@npm:4.2.1"
@@ -6896,16 +8551,6 @@ __metadata:
languageName: node
linkType: hard
-"figures@npm:^1.7.0":
- version: 1.7.0
- resolution: "figures@npm:1.7.0"
- dependencies:
- escape-string-regexp: "npm:^1.0.5"
- object-assign: "npm:^4.1.0"
- checksum: 10/3a815f8a3b488f818e661694112b4546ddff799aa6a07c864c46dadff923af74021f84d42ded402432a98c3208acebf2d096f3a7cc3d1a7b19a2cdc9cbcaea2e
- languageName: node
- linkType: hard
-
"figures@npm:^2.0.0":
version: 2.0.0
resolution: "figures@npm:2.0.0"
@@ -7192,19 +8837,19 @@ __metadata:
languageName: node
linkType: hard
-"fsevents@npm:^2.3.2, fsevents@npm:~2.3.2":
- version: 2.3.2
- resolution: "fsevents@npm:2.3.2"
+"fsevents@npm:^2.3.2, fsevents@npm:~2.3.2, fsevents@npm:~2.3.3":
+ version: 2.3.3
+ resolution: "fsevents@npm:2.3.3"
dependencies:
node-gyp: "npm:latest"
- checksum: 10/6b5b6f5692372446ff81cf9501c76e3e0459a4852b3b5f1fc72c103198c125a6b8c72f5f166bdd76ffb2fca261e7f6ee5565daf80dca6e571e55bcc589cc1256
+ checksum: 10/4c1ade961ded57cdbfbb5cac5106ec17bc8bccd62e16343c569a0ceeca83b9dfef87550b4dc5cbb89642da412b20c5071f304c8c464b80415446e8e155a038c0
conditions: os=darwin
languageName: node
linkType: hard
-"fsevents@patch:fsevents@npm%3A^2.3.2#optional!builtin, fsevents@patch:fsevents@npm%3A~2.3.2#optional!builtin":
- version: 2.3.2
- resolution: "fsevents@patch:fsevents@npm%3A2.3.2#optional!builtin::version=2.3.2&hash=df0bf1"
+"fsevents@patch:fsevents@npm%3A^2.3.2#optional!builtin, fsevents@patch:fsevents@npm%3A~2.3.2#optional!builtin, fsevents@patch:fsevents@npm%3A~2.3.3#optional!builtin":
+ version: 2.3.3
+ resolution: "fsevents@patch:fsevents@npm%3A2.3.3#optional!builtin::version=2.3.3&hash=df0bf1"
dependencies:
node-gyp: "npm:latest"
conditions: os=darwin
@@ -7293,6 +8938,13 @@ __metadata:
languageName: node
linkType: hard
+"get-package-name@npm:^2.2.0":
+ version: 2.2.0
+ resolution: "get-package-name@npm:2.2.0"
+ checksum: 10/2db822dbd7fd311add6b37144417ca3fd2277d83056e5ceb81c452754d8f9fba8cb5c6c603b177e6c30e0c7cd9435a008cb23d20b385fe1d5039ec09e5d20151
+ languageName: node
+ linkType: hard
+
"get-package-type@npm:^0.1.0":
version: 0.1.0
resolution: "get-package-type@npm:0.1.0"
@@ -7300,6 +8952,13 @@ __metadata:
languageName: node
linkType: hard
+"get-port-please@npm:^3.1.2":
+ version: 3.1.2
+ resolution: "get-port-please@npm:3.1.2"
+ checksum: 10/ec8b8da9f816edde114b76742ec29695730094904bb0e94309081e4adf3f797b483b9d648abcf5e0511c4e21a7bf68334672b9575f8b23bccf93bf97eb517f0e
+ languageName: node
+ linkType: hard
+
"get-port@npm:5.1.1":
version: 5.1.1
resolution: "get-port@npm:5.1.1"
@@ -7337,6 +8996,13 @@ __metadata:
languageName: node
linkType: hard
+"get-stream@npm:^8.0.1":
+ version: 8.0.1
+ resolution: "get-stream@npm:8.0.1"
+ checksum: 10/dde5511e2e65a48e9af80fea64aff11b4921b14b6e874c6f8294c50975095af08f41bfb0b680c887f28b566dd6ec2cb2f960f9d36a323359be324ce98b766e9e
+ languageName: node
+ linkType: hard
+
"get-value@npm:^2.0.3, get-value@npm:^2.0.6":
version: 2.0.6
resolution: "get-value@npm:2.0.6"
@@ -7344,14 +9010,14 @@ __metadata:
languageName: node
linkType: hard
-"gh-release-fetch@npm:4.0.2":
- version: 4.0.2
- resolution: "gh-release-fetch@npm:4.0.2"
+"gh-release-fetch@npm:4.0.3":
+ version: 4.0.3
+ resolution: "gh-release-fetch@npm:4.0.3"
dependencies:
- "@xhmikosr/downloader": "npm:^12.0.0"
+ "@xhmikosr/downloader": "npm:^13.0.0"
node-fetch: "npm:^3.3.1"
- semver: "npm:^7.5.1"
- checksum: 10/d489455695a2663738179bed03757bb0f7849f57ff7bdcb682c2732fd1b3f1782b7aa3bbbb34e9d9b543a63dd3821265d0320c30242e28559e111b9b1d7b6f09
+ semver: "npm:^7.5.3"
+ checksum: 10/d0ab70be05eb88261e0d1ddd20085f9917a99012132049288ca5d25168b69b5fc349fd1e379b41a1bbb2a489a79e7977f372c3bb3ee3536bab869cdeee522c28
languageName: node
linkType: hard
@@ -7371,6 +9037,13 @@ __metadata:
languageName: node
linkType: hard
+"github-from-package@npm:0.0.0":
+ version: 0.0.0
+ resolution: "github-from-package@npm:0.0.0"
+ checksum: 10/2a091ba07fbce22205642543b4ea8aaf068397e1433c00ae0f9de36a3607baf5bcc14da97fbb798cfca6393b3c402031fca06d8b491a44206d6efef391c58537
+ languageName: node
+ linkType: hard
+
"glob-parent@npm:^5.1.2, glob-parent@npm:~5.1.2":
version: 5.1.2
resolution: "glob-parent@npm:5.1.2"
@@ -7380,13 +9053,6 @@ __metadata:
languageName: node
linkType: hard
-"glob-to-regexp@npm:^0.4.1":
- version: 0.4.1
- resolution: "glob-to-regexp@npm:0.4.1"
- checksum: 10/9009529195a955c40d7b9690794aeff5ba665cc38f1519e111c58bb54366fd0c106bde80acf97ba4e533208eb53422c83b136611a54c5fefb1edd8dc267cb62e
- languageName: node
- linkType: hard
-
"glob@npm:^7.1.3, glob@npm:^7.1.4":
version: 7.1.7
resolution: "glob@npm:7.1.7"
@@ -7401,7 +9067,7 @@ __metadata:
languageName: node
linkType: hard
-"glob@npm:^8.0.1, glob@npm:^8.0.3":
+"glob@npm:^8.0.0, glob@npm:^8.0.1, glob@npm:^8.0.3":
version: 8.1.0
resolution: "glob@npm:8.1.0"
dependencies:
@@ -7520,12 +9186,20 @@ __metadata:
languageName: node
linkType: hard
-"has-ansi@npm:^2.0.0":
- version: 2.0.0
- resolution: "has-ansi@npm:2.0.0"
+"h3@npm:^1.10.1, h3@npm:^1.8.2":
+ version: 1.10.1
+ resolution: "h3@npm:1.10.1"
dependencies:
- ansi-regex: "npm:^2.0.0"
- checksum: 10/1b51daa0214440db171ff359d0a2d17bc20061164c57e76234f614c91dbd2a79ddd68dfc8ee73629366f7be45a6df5f2ea9de83f52e1ca24433f2cc78c35d8ec
+ cookie-es: "npm:^1.0.0"
+ defu: "npm:^6.1.4"
+ destr: "npm:^2.0.2"
+ iron-webcrypto: "npm:^1.0.0"
+ ohash: "npm:^1.1.3"
+ radix3: "npm:^1.1.0"
+ ufo: "npm:^1.3.2"
+ uncrypto: "npm:^0.1.3"
+ unenv: "npm:^1.9.0"
+ checksum: 10/6ebdac90b902ca08c0613d59c1711a55f99f5a9d88eb05d608dbc70b68959e086e7c85aaf40855d7afb75403cafcc7b8dd5241f85c562d965e6a4221cfdcdd8a
languageName: node
linkType: hard
@@ -7818,6 +9492,13 @@ __metadata:
languageName: node
linkType: hard
+"http-shutdown@npm:^1.2.2":
+ version: 1.2.2
+ resolution: "http-shutdown@npm:1.2.2"
+ checksum: 10/1c99b575b1a7ebd749950e7f59410348723638808336063321d89588b7f7b548d61c8e3566af0f1f4f961d941c758677d062d2289bc63356ead143da4d8f3daf
+ languageName: node
+ linkType: hard
+
"http2-wrapper@npm:^2.1.10":
version: 2.2.0
resolution: "http2-wrapper@npm:2.2.0"
@@ -7852,6 +9533,13 @@ __metadata:
languageName: node
linkType: hard
+"human-signals@npm:^5.0.0":
+ version: 5.0.0
+ resolution: "human-signals@npm:5.0.0"
+ checksum: 10/30f8870d831cdcd2d6ec0486a7d35d49384996742052cee792854273fa9dd9e7d5db06bb7985d4953e337e10714e994e0302e90dc6848069171b05ec836d65b0
+ languageName: node
+ linkType: hard
+
"humanize-ms@npm:^1.2.1":
version: 1.2.1
resolution: "humanize-ms@npm:1.2.1"
@@ -7893,6 +9581,13 @@ __metadata:
languageName: node
linkType: hard
+"image-meta@npm:^0.2.0":
+ version: 0.2.0
+ resolution: "image-meta@npm:0.2.0"
+ checksum: 10/8fb6c2d9530c3e87bc04a3c7c1f3b7120efef85638245db71991833a4da1cd3af4d75bdf72b1531c6adfd6f0622952cb84e2583ab7365c499181e76f37fc4aaa
+ languageName: node
+ linkType: hard
+
"import-fresh@npm:^3.2.1":
version: 3.3.0
resolution: "import-fresh@npm:3.3.0"
@@ -7929,13 +9624,6 @@ __metadata:
languageName: node
linkType: hard
-"indent-string@npm:^3.0.0":
- version: 3.2.0
- resolution: "indent-string@npm:3.2.0"
- checksum: 10/a0b72603bba6c985d367fda3a25aad16423d2056b22a7e83ee2dd9ce0ce3d03d1e078644b679087aa7edf1cfb457f0d96d9eeadc0b12f38582088cc00e995d2f
- languageName: node
- linkType: hard
-
"indent-string@npm:^4.0.0":
version: 4.0.0
resolution: "indent-string@npm:4.0.0"
@@ -8033,6 +9721,23 @@ __metadata:
languageName: node
linkType: hard
+"ioredis@npm:^5.3.2":
+ version: 5.3.2
+ resolution: "ioredis@npm:5.3.2"
+ dependencies:
+ "@ioredis/commands": "npm:^1.1.1"
+ cluster-key-slot: "npm:^1.1.0"
+ debug: "npm:^4.3.4"
+ denque: "npm:^2.1.0"
+ lodash.defaults: "npm:^4.2.0"
+ lodash.isarguments: "npm:^3.1.0"
+ redis-errors: "npm:^1.2.0"
+ redis-parser: "npm:^3.0.0"
+ standard-as-callback: "npm:^2.1.0"
+ checksum: 10/0140f055ef81d28e16ca8400b99dabb9ce82009f54afd83cba952c7d0c5d736841e43247765b8ee1af1f02843531c5b8df240af18bd3d7e2ca3d60b36e76213f
+ languageName: node
+ linkType: hard
+
"ip@npm:^1.1.5":
version: 1.1.5
resolution: "ip@npm:1.1.5"
@@ -8047,6 +9752,39 @@ __metadata:
languageName: node
linkType: hard
+"ipx@npm:2.0.1":
+ version: 2.0.1
+ resolution: "ipx@npm:2.0.1"
+ dependencies:
+ "@fastify/accept-negotiator": "npm:^1.1.0"
+ citty: "npm:^0.1.4"
+ consola: "npm:^3.2.3"
+ defu: "npm:^6.1.3"
+ destr: "npm:^2.0.2"
+ etag: "npm:^1.8.1"
+ h3: "npm:^1.8.2"
+ image-meta: "npm:^0.2.0"
+ listhen: "npm:^1.5.5"
+ ofetch: "npm:^1.3.3"
+ pathe: "npm:^1.1.1"
+ sharp: "npm:^0.32.6"
+ svgo: "npm:^3.0.2"
+ ufo: "npm:^1.3.1"
+ unstorage: "npm:^1.9.0"
+ xss: "npm:^1.0.14"
+ bin:
+ ipx: bin/ipx.mjs
+ checksum: 10/f7c487e12ee5a62a73fb0c6e5104a868dfd7dc1393ce5f13c2475d23fc3e72fc6ea6ee319890036f7550cb01c4c9a825dd91dc89a59dcb8956cdd4280e8cb19b
+ languageName: node
+ linkType: hard
+
+"iron-webcrypto@npm:^1.0.0":
+ version: 1.0.0
+ resolution: "iron-webcrypto@npm:1.0.0"
+ checksum: 10/1af9fc319c21d44023e08b7019b4c5d0b58f32c6fccab6e4885522b3efa2f6c17491f9caccba74d816f04b4af3148f5bd91a9b506b6d84c2db6ac0a678fbd88a
+ languageName: node
+ linkType: hard
+
"is-accessor-descriptor@npm:^0.1.6":
version: 0.1.6
resolution: "is-accessor-descriptor@npm:0.1.6"
@@ -8164,7 +9902,7 @@ __metadata:
languageName: node
linkType: hard
-"is-docker@npm:3.0.0":
+"is-docker@npm:3.0.0, is-docker@npm:^3.0.0":
version: 3.0.0
resolution: "is-docker@npm:3.0.0"
bin:
@@ -8251,6 +9989,17 @@ __metadata:
languageName: node
linkType: hard
+"is-inside-container@npm:^1.0.0":
+ version: 1.0.0
+ resolution: "is-inside-container@npm:1.0.0"
+ dependencies:
+ is-docker: "npm:^3.0.0"
+ bin:
+ is-inside-container: cli.js
+ checksum: 10/c50b75a2ab66ab3e8b92b3bc534e1ea72ca25766832c0623ac22d134116a98bcf012197d1caabe1d1c4bd5f84363d4aa5c36bb4b585fbcaf57be172cd10a1a03
+ languageName: node
+ linkType: hard
+
"is-installed-globally@npm:^0.4.0":
version: 0.4.0
resolution: "is-installed-globally@npm:0.4.0"
@@ -8312,15 +10061,6 @@ __metadata:
languageName: node
linkType: hard
-"is-observable@npm:^1.1.0":
- version: 1.1.0
- resolution: "is-observable@npm:1.1.0"
- dependencies:
- symbol-observable: "npm:^1.1.0"
- checksum: 10/ab3d7e740915e6b53a81d96ce7d581f4dd26dacceb95278b74e7bf3123221073ea02cde810f864cff94ed5c394f18248deefd6a8f2d40137d868130eb5be6f85
- languageName: node
- linkType: hard
-
"is-path-inside@npm:^3.0.2":
version: 3.0.3
resolution: "is-path-inside@npm:3.0.3"
@@ -8379,13 +10119,6 @@ __metadata:
languageName: node
linkType: hard
-"is-promise@npm:^2.1.0":
- version: 2.2.2
- resolution: "is-promise@npm:2.2.2"
- checksum: 10/18bf7d1c59953e0ad82a1ed963fb3dc0d135c8f299a14f89a17af312fc918373136e56028e8831700e1933519630cc2fd4179a777030330fde20d34e96f40c78
- languageName: node
- linkType: hard
-
"is-stream@npm:3.0.0, is-stream@npm:^3.0.0":
version: 3.0.0
resolution: "is-stream@npm:3.0.0"
@@ -8393,13 +10126,6 @@ __metadata:
languageName: node
linkType: hard
-"is-stream@npm:^1.1.0":
- version: 1.1.0
- resolution: "is-stream@npm:1.1.0"
- checksum: 10/351aa77c543323c4e111204482808cfad68d2e940515949e31ccd0b010fc13d5fba4b9c230e4887fd24284713040f43e542332fbf172f6b9944b7d62e389c0ec
- languageName: node
- linkType: hard
-
"is-stream@npm:^2.0.0":
version: 2.0.0
resolution: "is-stream@npm:2.0.0"
@@ -8451,6 +10177,15 @@ __metadata:
languageName: node
linkType: hard
+"is-wsl@npm:^3.1.0":
+ version: 3.1.0
+ resolution: "is-wsl@npm:3.1.0"
+ dependencies:
+ is-inside-container: "npm:^1.0.0"
+ checksum: 10/f9734c81f2f9cf9877c5db8356bfe1ff61680f1f4c1011e91278a9c0564b395ae796addb4bf33956871041476ec82c3e5260ed57b22ac91794d4ae70a1d2f0a9
+ languageName: node
+ linkType: hard
+
"is-yarn-global@npm:^0.4.0":
version: 0.4.1
resolution: "is-yarn-global@npm:0.4.1"
@@ -8458,6 +10193,15 @@ __metadata:
languageName: node
linkType: hard
+"is64bit@npm:^2.0.0":
+ version: 2.0.0
+ resolution: "is64bit@npm:2.0.0"
+ dependencies:
+ system-architecture: "npm:^0.1.0"
+ checksum: 10/94dafd5f29bfb96c542e89ef8c33e811159ca7d07a2890ab83026fa87706612af4101308d9392e9ee68e046e8604a6b59a8f41091f8556f6235efbcfd9c5574c
+ languageName: node
+ linkType: hard
+
"isarray@npm:1.0.0, isarray@npm:~1.0.0":
version: 1.0.0
resolution: "isarray@npm:1.0.0"
@@ -9010,6 +10754,15 @@ __metadata:
languageName: node
linkType: hard
+"jiti@npm:^1.21.0":
+ version: 1.21.0
+ resolution: "jiti@npm:1.21.0"
+ bin:
+ jiti: bin/jiti.js
+ checksum: 10/005a0239e50381b5c9919f59dbab86128367bd64872f3376dbbde54b6523f41bd134bf22909e2a509e38fd87e1c22125ca255b9b6b53e7df0fedd23f737334cc
+ languageName: node
+ linkType: hard
+
"js-sha3@npm:0.8.0":
version: 0.8.0
resolution: "js-sha3@npm:0.8.0"
@@ -9031,6 +10784,17 @@ __metadata:
languageName: node
linkType: hard
+"js-yaml@npm:4.1.0, js-yaml@npm:^4.0.0":
+ version: 4.1.0
+ resolution: "js-yaml@npm:4.1.0"
+ dependencies:
+ argparse: "npm:^2.0.1"
+ bin:
+ js-yaml: bin/js-yaml.js
+ checksum: 10/c138a34a3fd0d08ebaf71273ad4465569a483b8a639e0b118ff65698d257c2791d3199e3f303631f2cb98213fa7b5f5d6a4621fd0fff819421b990d30d967140
+ languageName: node
+ linkType: hard
+
"js-yaml@npm:^3.13.1":
version: 3.14.1
resolution: "js-yaml@npm:3.14.1"
@@ -9043,17 +10807,6 @@ __metadata:
languageName: node
linkType: hard
-"js-yaml@npm:^4.0.0":
- version: 4.1.0
- resolution: "js-yaml@npm:4.1.0"
- dependencies:
- argparse: "npm:^2.0.1"
- bin:
- js-yaml: bin/js-yaml.js
- checksum: 10/c138a34a3fd0d08ebaf71273ad4465569a483b8a639e0b118ff65698d257c2791d3199e3f303631f2cb98213fa7b5f5d6a4621fd0fff819421b990d30d967140
- languageName: node
- linkType: hard
-
"jsesc@npm:^2.5.1":
version: 2.5.2
resolution: "jsesc@npm:2.5.2"
@@ -9063,6 +10816,15 @@ __metadata:
languageName: node
linkType: hard
+"jsesc@npm:~0.5.0":
+ version: 0.5.0
+ resolution: "jsesc@npm:0.5.0"
+ bin:
+ jsesc: bin/jsesc
+ checksum: 10/fab949f585c71e169c5cbe00f049f20de74f067081bbd64a55443bad1c71e1b5a5b448f2359bf2fe06f5ed7c07e2e4a9101843b01c823c30b6afc11f5bfaf724
+ languageName: node
+ linkType: hard
+
"json-buffer@npm:3.0.1":
version: 3.0.1
resolution: "json-buffer@npm:3.0.1"
@@ -9084,7 +10846,7 @@ __metadata:
languageName: node
linkType: hard
-"json5@npm:^2.2.0, json5@npm:^2.2.1":
+"json5@npm:^2.2.0, json5@npm:^2.2.1, json5@npm:^2.2.3":
version: 2.2.3
resolution: "json5@npm:2.2.3"
bin:
@@ -9107,15 +10869,15 @@ __metadata:
languageName: node
linkType: hard
-"jsonwebtoken@npm:9.0.0":
- version: 9.0.0
- resolution: "jsonwebtoken@npm:9.0.0"
+"jsonwebtoken@npm:9.0.1":
+ version: 9.0.1
+ resolution: "jsonwebtoken@npm:9.0.1"
dependencies:
jws: "npm:^3.2.2"
lodash: "npm:^4.17.21"
ms: "npm:^2.1.1"
semver: "npm:^7.3.8"
- checksum: 10/769ea563e9851b4d8a00d7f4bd90e10233344e6c62f01a3a154756a8832fa2ba2f14341080529bf5a72961ae8a74007ade6493c89143e5c800e218bee48b0149
+ checksum: 10/2cfc06a34a2b29cabbed2b93ed51e32c257d400efcbb8db45312a3bc6c22ad8ae5cd0dd12b20d4384959c4948879530a9c2dfb6aa473d98e7282f93bf91d06c8
languageName: node
linkType: hard
@@ -9218,6 +10980,19 @@ __metadata:
languageName: node
linkType: hard
+"lambda-local@npm:2.1.2":
+ version: 2.1.2
+ resolution: "lambda-local@npm:2.1.2"
+ dependencies:
+ commander: "npm:^10.0.1"
+ dotenv: "npm:^16.3.1"
+ winston: "npm:^3.10.0"
+ bin:
+ lambda-local: build/cli.js
+ checksum: 10/d1c40a00cbc0e0449a7105d548f3770415d5b6decf48a108a60c52f96788c0002a3283277df3ed3b3db99a42cfe1ce47aee896b474673caff13128674aa1f8bd
+ languageName: node
+ linkType: hard
+
"latest-version@npm:^7.0.0":
version: 7.0.0
resolution: "latest-version@npm:7.0.0"
@@ -9361,57 +11136,46 @@ __metadata:
languageName: node
linkType: hard
-"listr-silent-renderer@npm:^1.1.1":
- version: 1.1.1
- resolution: "listr-silent-renderer@npm:1.1.1"
- checksum: 10/81982612e4d207be2e69c4dcf2a6e0aaa6080e41bfe0b73e8d0b040dcdb79874248b1040558793a2f0fcc9c2252ec8af47379650f59bf2a7656c11cd5a48c948
+"listhen@npm:^1.5.5":
+ version: 1.6.0
+ resolution: "listhen@npm:1.6.0"
+ dependencies:
+ "@parcel/watcher": "npm:^2.4.0"
+ "@parcel/watcher-wasm": "npm:2.4.0"
+ citty: "npm:^0.1.5"
+ clipboardy: "npm:^4.0.0"
+ consola: "npm:^3.2.3"
+ crossws: "npm:^0.1.0"
+ defu: "npm:^6.1.4"
+ get-port-please: "npm:^3.1.2"
+ h3: "npm:^1.10.1"
+ http-shutdown: "npm:^1.2.2"
+ jiti: "npm:^1.21.0"
+ mlly: "npm:^1.5.0"
+ node-forge: "npm:^1.3.1"
+ pathe: "npm:^1.1.2"
+ std-env: "npm:^3.7.0"
+ ufo: "npm:^1.3.2"
+ untun: "npm:^0.1.3"
+ uqr: "npm:^0.1.2"
+ bin:
+ listen: bin/listhen.mjs
+ listhen: bin/listhen.mjs
+ checksum: 10/85fc2a6733e18e5d8071debd4a60b17c365210f46abd93f06d4f405be3f00a3e7bd3d1d7439340b3d6b90bc8aa49891fa1baa733418fdd4aff303c67d619f24a
languageName: node
linkType: hard
-"listr-update-renderer@npm:^0.5.0":
- version: 0.5.0
- resolution: "listr-update-renderer@npm:0.5.0"
+"listr2@npm:7.0.2":
+ version: 7.0.2
+ resolution: "listr2@npm:7.0.2"
dependencies:
- chalk: "npm:^1.1.3"
- cli-truncate: "npm:^0.2.1"
- elegant-spinner: "npm:^1.0.1"
- figures: "npm:^1.7.0"
- indent-string: "npm:^3.0.0"
- log-symbols: "npm:^1.0.2"
- log-update: "npm:^2.3.0"
- strip-ansi: "npm:^3.0.1"
- peerDependencies:
- listr: ^0.14.2
- checksum: 10/2dddc763837a9086a684545ee9049fcb102d423b0c840ad929471ab461075ed78d5c79f1e8334cd7a76aa9076e7631c04a38733bb4d88c23ca6082c087335864
- languageName: node
- linkType: hard
-
-"listr-verbose-renderer@npm:^0.5.0":
- version: 0.5.0
- resolution: "listr-verbose-renderer@npm:0.5.0"
- dependencies:
- chalk: "npm:^2.4.1"
- cli-cursor: "npm:^2.1.0"
- date-fns: "npm:^1.27.2"
- figures: "npm:^2.0.0"
- checksum: 10/3e504be729f9dd15b40db743e403673b76331774411dbc29d6f48136f6ba8bc1dee645a4e621c1cb781e6e69a58b78cb9aa8c153c7ceccfe4e4ea74d563bca3a
- languageName: node
- linkType: hard
-
-"listr@npm:0.14.3":
- version: 0.14.3
- resolution: "listr@npm:0.14.3"
- dependencies:
- "@samverschueren/stream-to-observable": "npm:^0.3.0"
- is-observable: "npm:^1.1.0"
- is-promise: "npm:^2.1.0"
- is-stream: "npm:^1.1.0"
- listr-silent-renderer: "npm:^1.1.1"
- listr-update-renderer: "npm:^0.5.0"
- listr-verbose-renderer: "npm:^0.5.0"
- p-map: "npm:^2.0.0"
- rxjs: "npm:^6.3.3"
- checksum: 10/6d5dc899c62b240bd28a22c26e88cf005696786a28e7239adbe044fd9ebcb5261b1503a555c8ba7f45b10d0eabb5d159c91791daee83d803b4caf64fd8adbdf9
+ cli-truncate: "npm:^3.1.0"
+ colorette: "npm:^2.0.20"
+ eventemitter3: "npm:^5.0.1"
+ log-update: "npm:^5.0.1"
+ rfdc: "npm:^1.3.0"
+ wrap-ansi: "npm:^8.1.0"
+ checksum: 10/42cda5764906f9d298e3b0b0a684e71a3737533b2aef66f361265a3b938c4bc8f49bcea91536a8daa956833658d14108469b00c565c8e93ce4079795f6a06e07
languageName: node
linkType: hard
@@ -9475,6 +11239,13 @@ __metadata:
languageName: node
linkType: hard
+"lodash.debounce@npm:^4.0.8":
+ version: 4.0.8
+ resolution: "lodash.debounce@npm:4.0.8"
+ checksum: 10/cd0b2819786e6e80cb9f5cda26b1a8fc073daaf04e48d4cb462fa4663ec9adb3a5387aa22d7129e48eed1afa05b482e2a6b79bfc99b86886364449500cbb00fd
+ languageName: node
+ linkType: hard
+
"lodash.defaults@npm:^4.2.0":
version: 4.2.0
resolution: "lodash.defaults@npm:4.2.0"
@@ -9482,17 +11253,10 @@ __metadata:
languageName: node
linkType: hard
-"lodash.difference@npm:^4.5.0":
- version: 4.5.0
- resolution: "lodash.difference@npm:4.5.0"
- checksum: 10/b22adb1be9c60e5997b8b483f8bab19878cb40eda65437907958e5d27990214716e1b00ebe312a97f47e63d8b891e4ae30947d08e1f0861ccdb9462f56ab9d77
- languageName: node
- linkType: hard
-
-"lodash.flatten@npm:^4.4.0":
- version: 4.4.0
- resolution: "lodash.flatten@npm:4.4.0"
- checksum: 10/a2b192f220b0b6c78a6c0175e96bad888b9e0f2a887a8e8c1d0c29d03231fbf110bbb9be0d9de5f936537d143eeb9d5b4f44c4a44f5592c195bf2fae6a6b1e3a
+"lodash.isarguments@npm:^3.1.0":
+ version: 3.1.0
+ resolution: "lodash.isarguments@npm:3.1.0"
+ checksum: 10/e5186d5fe0384dcb0652501d9d04ebb984863ebc9c9faa2d4b9d5dfd81baef9ffe8e2887b9dc471d62ed092bc0788e5f1d42e45c72457a2884bbb54ac132ed92
languageName: node
linkType: hard
@@ -9517,13 +11281,6 @@ __metadata:
languageName: node
linkType: hard
-"lodash.union@npm:^4.6.0":
- version: 4.6.0
- resolution: "lodash.union@npm:4.6.0"
- checksum: 10/175f5786efc527238c1350ce561c28e5ba527b5957605f9e5b8a804fce78801d09ced7b72de0302325e5b14c711f94690b1a733c13ad3674cc1a76e1172db1f8
- languageName: node
- linkType: hard
-
"lodash@npm:4.17.21, lodash@npm:^4.17.12, lodash@npm:^4.17.15, lodash@npm:^4.17.21":
version: 4.17.21
resolution: "lodash@npm:4.17.21"
@@ -9556,16 +11313,7 @@ __metadata:
languageName: node
linkType: hard
-"log-symbols@npm:^1.0.2":
- version: 1.0.2
- resolution: "log-symbols@npm:1.0.2"
- dependencies:
- chalk: "npm:^1.0.0"
- checksum: 10/5214ade9381db5d40528c171fdfd459b75cad7040eb6a347294ae47fa80cfebba4adbc3aa73a1c9da744cbfa240dd93b38f80df8615717affeea6c4bb6b8dfe7
- languageName: node
- linkType: hard
-
-"log-update@npm:5.0.1":
+"log-update@npm:5.0.1, log-update@npm:^5.0.1":
version: 5.0.1
resolution: "log-update@npm:5.0.1"
dependencies:
@@ -9578,17 +11326,6 @@ __metadata:
languageName: node
linkType: hard
-"log-update@npm:^2.3.0":
- version: 2.3.0
- resolution: "log-update@npm:2.3.0"
- dependencies:
- ansi-escapes: "npm:^3.0.0"
- cli-cursor: "npm:^2.0.0"
- wrap-ansi: "npm:^3.0.1"
- checksum: 10/84fd8e93bfc316eb6ca479a37743f2edcb7563fe5b9161205ce2980f0b3c822717b8f8f1871369697fcb0208521d7b8d00750c594edc3f8a8273dd8b48dd14a3
- languageName: node
- linkType: hard
-
"logform@npm:^2.3.2, logform@npm:^2.4.0":
version: 2.4.2
resolution: "logform@npm:2.4.2"
@@ -9620,6 +11357,22 @@ __metadata:
languageName: node
linkType: hard
+"lru-cache@npm:^10.0.2":
+ version: 10.2.0
+ resolution: "lru-cache@npm:10.2.0"
+ checksum: 10/502ec42c3309c0eae1ce41afca471f831c278566d45a5273a0c51102dee31e0e250a62fa9029c3370988df33a14188a38e682c16143b794de78668de3643e302
+ languageName: node
+ linkType: hard
+
+"lru-cache@npm:^5.1.1":
+ version: 5.1.1
+ resolution: "lru-cache@npm:5.1.1"
+ dependencies:
+ yallist: "npm:^3.0.2"
+ checksum: 10/951d2673dcc64a7fb888bf3d13bc2fdf923faca97d89cdb405ba3dfff77e2b26e5798d405e78fcd7094c9e7b8b4dab2ddc5a4f8a11928af24a207b7c738ca3f8
+ languageName: node
+ linkType: hard
+
"lru-cache@npm:^6.0.0":
version: 6.0.0
resolution: "lru-cache@npm:6.0.0"
@@ -9643,6 +11396,15 @@ __metadata:
languageName: node
linkType: hard
+"magic-string@npm:^0.30.5":
+ version: 0.30.7
+ resolution: "magic-string@npm:0.30.7"
+ dependencies:
+ "@jridgewell/sourcemap-codec": "npm:^1.4.15"
+ checksum: 10/883eaaf6792a3263e44f4bcdcd35ace272268e4b98ed5a770ad711947958d2f9fc683e474945e306e2bdc152b7e44d369ee312690d87025b9879fc63fbe1409c
+ languageName: node
+ linkType: hard
+
"make-dir@npm:^3.0.0, make-dir@npm:^3.1.0":
version: 3.1.0
resolution: "make-dir@npm:3.1.0"
@@ -9652,6 +11414,15 @@ __metadata:
languageName: node
linkType: hard
+"make-dir@npm:^4.0.0":
+ version: 4.0.0
+ resolution: "make-dir@npm:4.0.0"
+ dependencies:
+ semver: "npm:^7.5.3"
+ checksum: 10/bf0731a2dd3aab4db6f3de1585cea0b746bb73eb5a02e3d8d72757e376e64e6ada190b1eddcde5b2f24a81b688a9897efd5018737d05e02e2a671dda9cff8a8a
+ languageName: node
+ linkType: hard
+
"make-error@npm:^1.1.1":
version: 1.3.6
resolution: "make-error@npm:1.3.6"
@@ -9759,6 +11530,20 @@ __metadata:
languageName: node
linkType: hard
+"mdn-data@npm:2.0.28":
+ version: 2.0.28
+ resolution: "mdn-data@npm:2.0.28"
+ checksum: 10/aec475e0c078af00498ce2f9434d96a1fdebba9814d14b8f72cd6d5475293f4b3972d0538af2d5c5053d35e1b964af08b7d162b98e9846e9343990b75e4baef1
+ languageName: node
+ linkType: hard
+
+"mdn-data@npm:2.0.30":
+ version: 2.0.30
+ resolution: "mdn-data@npm:2.0.30"
+ checksum: 10/e4944322bf3e0461a2daa2aee7e14e208960a036289531e4ef009e53d32bd41528350c070c4a33be867980443fe4c0523518d99318423cffa7c825fe7b1154e2
+ languageName: node
+ linkType: hard
+
"media-typer@npm:0.3.0":
version: 0.3.0
resolution: "media-typer@npm:0.3.0"
@@ -9940,7 +11725,7 @@ __metadata:
languageName: node
linkType: hard
-"minimatch@npm:^5.0.1":
+"minimatch@npm:^5.0.1, minimatch@npm:^5.1.0":
version: 5.1.6
resolution: "minimatch@npm:5.1.6"
dependencies:
@@ -9958,7 +11743,7 @@ __metadata:
languageName: node
linkType: hard
-"minimist@npm:1.2.8, minimist@npm:^1.2.0, minimist@npm:^1.2.5":
+"minimist@npm:^1.2.0, minimist@npm:^1.2.3, minimist@npm:^1.2.5":
version: 1.2.8
resolution: "minimist@npm:1.2.8"
checksum: 10/908491b6cc15a6c440ba5b22780a0ba89b9810e1aea684e253e43c4e3b8d56ec1dcdd7ea96dde119c29df59c936cde16062159eae4225c691e19c70b432b6e6f
@@ -10054,6 +11839,13 @@ __metadata:
languageName: node
linkType: hard
+"mkdirp-classic@npm:^0.5.2, mkdirp-classic@npm:^0.5.3":
+ version: 0.5.3
+ resolution: "mkdirp-classic@npm:0.5.3"
+ checksum: 10/3f4e088208270bbcc148d53b73e9a5bd9eef05ad2cbf3b3d0ff8795278d50dd1d11a8ef1875ff5aea3fa888931f95bfcb2ad5b7c1061cfefd6284d199e6776ac
+ languageName: node
+ linkType: hard
+
"mkdirp@npm:^0.5.1":
version: 0.5.5
resolution: "mkdirp@npm:0.5.5"
@@ -10074,6 +11866,18 @@ __metadata:
languageName: node
linkType: hard
+"mlly@npm:^1.2.0, mlly@npm:^1.5.0":
+ version: 1.5.0
+ resolution: "mlly@npm:1.5.0"
+ dependencies:
+ acorn: "npm:^8.11.3"
+ pathe: "npm:^1.1.2"
+ pkg-types: "npm:^1.0.3"
+ ufo: "npm:^1.3.2"
+ checksum: 10/c030ecb7f17a9080f04746cc9bf1a73f55a86dcad55c1597d20349737e07ec66a09ea1bcac0d36984cb1d532b79200c235086ab2291d678224f9082946cf530e
+ languageName: node
+ linkType: hard
+
"module-definition@npm:^5.0.1":
version: 5.0.1
resolution: "module-definition@npm:5.0.1"
@@ -10105,6 +11909,13 @@ __metadata:
languageName: node
linkType: hard
+"mri@npm:^1.2.0":
+ version: 1.2.0
+ resolution: "mri@npm:1.2.0"
+ checksum: 10/6775a1d2228bb9d191ead4efc220bd6be64f943ad3afd4dcb3b3ac8fc7b87034443f666e38805df38e8d047b29f910c3cc7810da0109af83e42c82c73bd3f6bc
+ languageName: node
+ linkType: hard
+
"ms@npm:2.0.0":
version: 2.0.0
resolution: "ms@npm:2.0.0"
@@ -10212,12 +12023,12 @@ __metadata:
languageName: node
linkType: hard
-"nanoid@npm:^3.3.6":
- version: 3.3.6
- resolution: "nanoid@npm:3.3.6"
+"nanoid@npm:^3.3.7":
+ version: 3.3.7
+ resolution: "nanoid@npm:3.3.7"
bin:
nanoid: bin/nanoid.cjs
- checksum: 10/67235c39d1bc05851383dadde5cf77ae1c90c2a1d189e845c7f20f646f0488d875ad5f5226bbba072a88cebbb085a3f784a6673117daf785bdf614a852550362
+ checksum: 10/ac1eb60f615b272bccb0e2b9cd933720dad30bf9708424f691b8113826bb91aca7e9d14ef5d9415a6ba15c266b37817256f58d8ce980c82b0ba3185352565679
languageName: node
linkType: hard
@@ -10240,6 +12051,20 @@ __metadata:
languageName: node
linkType: hard
+"napi-build-utils@npm:^1.0.1":
+ version: 1.0.2
+ resolution: "napi-build-utils@npm:1.0.2"
+ checksum: 10/276feb8e30189fe18718e85b6f82e4f952822baa2e7696f771cc42571a235b789dc5907a14d9ffb6838c3e4ff4c25717c2575e5ce1cf6e02e496e204c11e57f6
+ languageName: node
+ linkType: hard
+
+"napi-wasm@npm:^1.1.0":
+ version: 1.1.0
+ resolution: "napi-wasm@npm:1.1.0"
+ checksum: 10/767781f07ccaca846a6036a2df7686c9decc1b4fd6ad30ba782c94829476ec5610acc41e4caf7df94ebf0bed4abd4d34539979d0d85b025127c8a41be6259375
+ languageName: node
+ linkType: hard
+
"natural-compare@npm:^1.4.0":
version: 1.4.0
resolution: "natural-compare@npm:1.4.0"
@@ -10261,29 +12086,27 @@ __metadata:
languageName: node
linkType: hard
-"netlify-cli@npm:^15.7.0":
- version: 15.7.0
- resolution: "netlify-cli@npm:15.7.0"
+"netlify-cli@npm:^17.16.2":
+ version: 17.16.2
+ resolution: "netlify-cli@npm:17.16.2"
dependencies:
"@bugsnag/js": "npm:7.20.2"
"@fastify/static": "npm:6.10.2"
- "@netlify/build": "npm:29.12.8"
- "@netlify/build-info": "npm:7.0.8"
- "@netlify/config": "npm:20.5.1"
- "@netlify/edge-bundler": "npm:8.16.2"
- "@netlify/framework-info": "npm:9.8.10"
+ "@netlify/blobs": "npm:6.5.0"
+ "@netlify/build": "npm:29.33.7"
+ "@netlify/build-info": "npm:7.12.1"
+ "@netlify/config": "npm:20.11.1"
+ "@netlify/edge-bundler": "npm:11.2.2"
"@netlify/local-functions-proxy": "npm:1.1.1"
- "@netlify/serverless-functions-api": "npm:1.5.1"
- "@netlify/zip-it-and-ship-it": "npm:9.10.0"
+ "@netlify/zip-it-and-ship-it": "npm:9.29.1"
"@octokit/rest": "npm:19.0.13"
- "@skn0tt/lambda-local": "npm:2.0.3"
ansi-escapes: "npm:6.2.0"
ansi-styles: "npm:6.2.1"
ansi-to-html: "npm:0.7.2"
ascii-table: "npm:0.0.9"
backoff: "npm:2.5.0"
better-opn: "npm:3.0.2"
- boxen: "npm:7.1.0"
+ boxen: "npm:7.1.1"
chalk: "npm:5.2.0"
chokidar: "npm:3.5.3"
ci-info: "npm:3.8.0"
@@ -10315,7 +12138,7 @@ __metadata:
from2-array: "npm:0.0.4"
fuzzy: "npm:0.1.3"
get-port: "npm:5.1.1"
- gh-release-fetch: "npm:4.0.2"
+ gh-release-fetch: "npm:4.0.3"
git-repo-info: "npm:2.1.1"
gitconfiglocal: "npm:2.1.0"
hasbin: "npm:1.2.3"
@@ -10325,24 +12148,26 @@ __metadata:
https-proxy-agent: "npm:5.0.1"
inquirer: "npm:6.5.2"
inquirer-autocomplete-prompt: "npm:1.4.0"
+ ipx: "npm:2.0.1"
is-docker: "npm:3.0.0"
is-stream: "npm:3.0.0"
is-wsl: "npm:2.2.0"
isexe: "npm:2.0.0"
- jsonwebtoken: "npm:9.0.0"
+ js-yaml: "npm:4.1.0"
+ jsonwebtoken: "npm:9.0.1"
jwt-decode: "npm:3.1.2"
- listr: "npm:0.14.3"
+ lambda-local: "npm:2.1.2"
+ listr2: "npm:7.0.2"
locate-path: "npm:7.2.0"
lodash: "npm:4.17.21"
log-symbols: "npm:5.1.0"
log-update: "npm:5.0.1"
- minimist: "npm:1.2.8"
multiparty: "npm:4.2.3"
- netlify: "npm:13.1.9"
- netlify-headers-parser: "npm:7.1.2"
- netlify-redirect-parser: "npm:14.1.3"
- netlify-redirector: "npm:0.4.0"
- node-fetch: "npm:2.6.11"
+ netlify: "npm:13.1.14"
+ netlify-headers-parser: "npm:7.1.4"
+ netlify-redirect-parser: "npm:14.2.2"
+ netlify-redirector: "npm:0.5.0"
+ node-fetch: "npm:2.6.12"
node-version-alias: "npm:3.4.1"
ora: "npm:6.3.1"
p-filter: "npm:3.0.0"
@@ -10356,7 +12181,7 @@ __metadata:
pump: "npm:3.0.0"
raw-body: "npm:2.5.2"
read-pkg-up: "npm:9.1.0"
- semver: "npm:7.5.3"
+ semver: "npm:7.5.4"
source-map-support: "npm:0.5.21"
strip-ansi-control-characters: "npm:2.0.0"
tabtab: "npm:3.0.2"
@@ -10366,75 +12191,77 @@ __metadata:
through2-map: "npm:3.0.0"
to-readable-stream: "npm:3.0.0"
toml: "npm:3.0.0"
+ tomlify-j0.4: "npm:3.0.0"
ulid: "npm:2.3.0"
unixify: "npm:1.0.0"
update-notifier: "npm:6.0.2"
uuid: "npm:9.0.0"
wait-port: "npm:1.0.4"
- winston: "npm:3.8.2"
write-file-atomic: "npm:5.0.1"
+ ws: "npm:8.14.2"
+ zod: "npm:3.22.4"
bin:
- netlify: bin/run.mjs
- ntl: bin/run.mjs
- checksum: 10/d5009b3f53fba47b2a40a1264b06c4b55c232464b0480e8f9aae753135a1fa0613a7022321894a55b1d4faed332e898df21b6bb91910723268e0c3f637a35684
+ netlify: bin/run.js
+ ntl: bin/run.js
+ checksum: 10/2adb8dfea57514f8118338dd5ed95eb8cfbfb353f2bf24b89fdc0b7354bb149612298f9ba8b544fe89a3be4dc54c39c064105a8d3ea0b39b770daa4fd5cda2f1
languageName: node
linkType: hard
-"netlify-headers-parser@npm:7.1.2, netlify-headers-parser@npm:^7.1.2":
- version: 7.1.2
- resolution: "netlify-headers-parser@npm:7.1.2"
+"netlify-headers-parser@npm:7.1.4, netlify-headers-parser@npm:^7.1.4":
+ version: 7.1.4
+ resolution: "netlify-headers-parser@npm:7.1.4"
dependencies:
+ "@iarna/toml": "npm:^2.2.5"
escape-string-regexp: "npm:^5.0.0"
fast-safe-stringify: "npm:^2.0.7"
is-plain-obj: "npm:^4.0.0"
map-obj: "npm:^5.0.0"
path-exists: "npm:^5.0.0"
- toml: "npm:^3.0.0"
- checksum: 10/94657b61a9928a89ce29a35165b298cfdc8c5711f41350d61ebc0b8c7843ddda2d80551c6a169e23cbbcfed6cd4832e92271882b1fcd3707a073047092ff8e0d
+ checksum: 10/8b4ff7ce4508635d4c8f0514aacc3948714982282e6b4b7cab121688efaecbb596e83993ef5de5332455128d1e3ef5b7489eae3cdec74db176b0410c53530532
languageName: node
linkType: hard
-"netlify-redirect-parser@npm:14.1.3, netlify-redirect-parser@npm:^14.1.3":
- version: 14.1.3
- resolution: "netlify-redirect-parser@npm:14.1.3"
+"netlify-redirect-parser@npm:14.2.2, netlify-redirect-parser@npm:^14.2.2":
+ version: 14.2.2
+ resolution: "netlify-redirect-parser@npm:14.2.2"
dependencies:
+ "@iarna/toml": "npm:^2.2.5"
fast-safe-stringify: "npm:^2.1.1"
filter-obj: "npm:^5.0.0"
is-plain-obj: "npm:^4.0.0"
path-exists: "npm:^5.0.0"
- toml: "npm:^3.0.0"
- checksum: 10/9d8e18216e2bed83d58a25e99a164d397953af9ed7d8ed559396322bed8079239781d56b932b1f77b8775d83c0b16cfba6f0b31c2fa6fe3a1f6a864479257705
+ checksum: 10/c37c24287dd5953568e44537879f5f28061e2d04e93ab71ab5b66e623ffc49268d6bb4011e98cf98f6fc2298ad432bfb17cb5d226af8994e83bcd6fa7db8445d
languageName: node
linkType: hard
-"netlify-redirector@npm:0.4.0":
- version: 0.4.0
- resolution: "netlify-redirector@npm:0.4.0"
- checksum: 10/c84cad8475491acd233d99185c3f5f058aba00cd7281c903d6cd53b2f2690493f0cabcbf31c11679e44e6555e97c9f2d9fae8f66200f5a950cd87a857aee4bea
+"netlify-redirector@npm:0.5.0":
+ version: 0.5.0
+ resolution: "netlify-redirector@npm:0.5.0"
+ checksum: 10/2752144ddb18516e2fd9e41e7c567d0077a47603105680ba3a6fac896e2c10ff3856dc08482e387d8abe93c42a767209f5b7940026c35d2f8693aa65493ceebd
languageName: node
linkType: hard
-"netlify@npm:13.1.9, netlify@npm:^13.1.9":
- version: 13.1.9
- resolution: "netlify@npm:13.1.9"
+"netlify@npm:13.1.14, netlify@npm:^13.1.14":
+ version: 13.1.14
+ resolution: "netlify@npm:13.1.14"
dependencies:
- "@netlify/open-api": "npm:^2.19.0"
+ "@netlify/open-api": "npm:^2.28.0"
lodash-es: "npm:^4.17.21"
micro-api-client: "npm:^3.3.0"
node-fetch: "npm:^3.0.0"
omit.js: "npm:^2.0.2"
p-wait-for: "npm:^4.0.0"
qs: "npm:^6.9.6"
- checksum: 10/9be0cb36bb2b0c3f30d32b38ad1b3e55e46c34f939f52b9c7346da9fb9335afd0d9436f92ebaab38a2a877b199a92d52027946d8353592af24a766b2c7570088
+ checksum: 10/f95db659b04a53f36eb34183de39ca74daae716c288dbc72b5e54f92115705f9cf2f526cea7ffd5b17c1035a1239206b0521b3d0b36b8c66ce4a3e7706a4dca4
languageName: node
linkType: hard
-"node-addon-api@npm:^3.2.1":
- version: 3.2.1
- resolution: "node-addon-api@npm:3.2.1"
+"node-abi@npm:^3.3.0":
+ version: 3.54.0
+ resolution: "node-abi@npm:3.54.0"
dependencies:
- node-gyp: "npm:latest"
- checksum: 10/681b52dfa3e15b0a8e5cf283cc0d8cd5fd2a57c559ae670fcfd20544cbb32f75de7648674110defcd17ab2c76ebef630aa7d2d2f930bc7a8cc439b20fe233518
+ semver: "npm:^7.3.5"
+ checksum: 10/b8cf226033172b68bb8dccf7d19bd654238189968e4af98952c8327155d11c1164fcc49f154b61f8fcdc4e07d4ba91cab5d8a3c6b9719bebe879e169bdce7b22
languageName: node
linkType: hard
@@ -10447,6 +12274,24 @@ __metadata:
languageName: node
linkType: hard
+"node-addon-api@npm:^6.1.0":
+ version: 6.1.0
+ resolution: "node-addon-api@npm:6.1.0"
+ dependencies:
+ node-gyp: "npm:latest"
+ checksum: 10/8eea1d4d965930a177a0508695beb0d89b4c1d80bf330646a035357a1e8fc31e0d09686e2374996e96e757b947a7ece319f98ede3146683f162597c0bcb4df90
+ languageName: node
+ linkType: hard
+
+"node-addon-api@npm:^7.0.0":
+ version: 7.1.0
+ resolution: "node-addon-api@npm:7.1.0"
+ dependencies:
+ node-gyp: "npm:latest"
+ checksum: 10/e20487e98c76660f4957e81e85c45dfb667140d9be0bf872a3b3dfd86b4ea19c0275939116c90efebc0da7fc6af2c7b7b060512ceebe6417b1ed145a26910453
+ languageName: node
+ linkType: hard
+
"node-domexception@npm:^1.0.0":
version: 1.0.0
resolution: "node-domexception@npm:1.0.0"
@@ -10454,9 +12299,16 @@ __metadata:
languageName: node
linkType: hard
-"node-fetch@npm:2.6.11, node-fetch@npm:^2.6.7":
- version: 2.6.11
- resolution: "node-fetch@npm:2.6.11"
+"node-fetch-native@npm:^1.4.0, node-fetch-native@npm:^1.4.1, node-fetch-native@npm:^1.6.1":
+ version: 1.6.2
+ resolution: "node-fetch-native@npm:1.6.2"
+ checksum: 10/85a3c8fb853d2abbd7e4235742ee0ff5d8ac15f982209989f7150407203dc65ad45e0c11a0f7416c3685e3cdd3d3f9ee2922e7558f201dd6a7e9c9dde3b612fd
+ languageName: node
+ linkType: hard
+
+"node-fetch@npm:2.6.12, node-fetch@npm:^2.6.7":
+ version: 2.6.12
+ resolution: "node-fetch@npm:2.6.12"
dependencies:
whatwg-url: "npm:^5.0.0"
peerDependencies:
@@ -10464,18 +12316,25 @@ __metadata:
peerDependenciesMeta:
encoding:
optional: true
- checksum: 10/de59f077d419ecb7889c2fda6c641af99ab7d4131e7a90803b68b2911c81f77483f15d515096603a6dd3dc738b53d8c28b68d47d38c7c41770c0dbf4238fa6fe
+ checksum: 10/370ed4d906edad9709a81b54a0141d37d2973a27dc80c723d8ac14afcec6dc67bc6c70986a96992b64ec75d08159cc4b65ce6aa9063941168ea5ac73b24df9f8
languageName: node
linkType: hard
-"node-fetch@npm:^3.0.0, node-fetch@npm:^3.1.1, node-fetch@npm:^3.3.1":
- version: 3.3.1
- resolution: "node-fetch@npm:3.3.1"
+"node-fetch@npm:^3.0.0, node-fetch@npm:^3.1.1, node-fetch@npm:^3.3.1, node-fetch@npm:^3.3.2":
+ version: 3.3.2
+ resolution: "node-fetch@npm:3.3.2"
dependencies:
data-uri-to-buffer: "npm:^4.0.0"
fetch-blob: "npm:^3.1.4"
formdata-polyfill: "npm:^4.0.10"
- checksum: 10/9fed9ed9ab83f719ffbe51b5029f32ee9820a725afc57a3e6a7e5742a05dd38b22d005f2d03d70e8e0924b497e513b08992843bb1bc7f0a15b72ad071d8c1271
+ checksum: 10/24207ca8c81231c7c59151840e3fded461d67a31cf3e3b3968e12201a42f89ce4a0b5fb7079b1fa0a4655957b1ca9257553200f03a9f668b45ebad265ca5593d
+ languageName: node
+ linkType: hard
+
+"node-forge@npm:^1.3.1":
+ version: 1.3.1
+ resolution: "node-forge@npm:1.3.1"
+ checksum: 10/05bab6868633bf9ad4c3b1dd50ec501c22ffd69f556cdf169a00998ca1d03e8107a6032ba013852f202035372021b845603aeccd7dfcb58cdb7430013b3daa8d
languageName: node
linkType: hard
@@ -10501,7 +12360,7 @@ __metadata:
languageName: node
linkType: hard
-"node-gyp-build@npm:^4.2.2, node-gyp-build@npm:^4.3.0":
+"node-gyp-build@npm:^4.2.2":
version: 4.6.0
resolution: "node-gyp-build@npm:4.6.0"
bin:
@@ -10539,10 +12398,10 @@ __metadata:
languageName: node
linkType: hard
-"node-releases@npm:^2.0.6":
- version: 2.0.6
- resolution: "node-releases@npm:2.0.6"
- checksum: 10/e86a926dc9fbb3b41b4c4a89d998afdf140e20a4e8dbe6c0a807f7b2948b42ea97d7fd3ad4868041487b6e9ee98409829c6e4d84a734a4215dff060a7fbeb4bf
+"node-releases@npm:^2.0.14":
+ version: 2.0.14
+ resolution: "node-releases@npm:2.0.14"
+ checksum: 10/0f7607ec7db5ef1dc616899a5f24ae90c869b6a54c2d4f36ff6d84a282ab9343c7ff3ca3670fe4669171bb1e8a9b3e286e1ef1c131f09a83d70554f855d54f24
languageName: node
linkType: hard
@@ -10682,12 +12541,12 @@ __metadata:
languageName: node
linkType: hard
-"nth-check@npm:^2.0.0":
- version: 2.0.0
- resolution: "nth-check@npm:2.0.0"
+"nth-check@npm:^2.0.0, nth-check@npm:^2.0.1":
+ version: 2.1.1
+ resolution: "nth-check@npm:2.1.1"
dependencies:
boolbase: "npm:^1.0.0"
- checksum: 10/a22eb19616719d46a5b517f76c32e67e4a2b6a229d67ba2f3efb296e24d79687d52b904c2298cd16510215d5d2a419f8ba671f5957a3b4b73905f62ba7aafa3b
+ checksum: 10/5afc3dafcd1573b08877ca8e6148c52abd565f1d06b1eb08caf982e3fa289a82f2cae697ffb55b5021e146d60443f1590a5d6b944844e944714a5b549675bcd3
languageName: node
linkType: hard
@@ -10755,6 +12614,24 @@ __metadata:
languageName: node
linkType: hard
+"ofetch@npm:^1.3.3":
+ version: 1.3.3
+ resolution: "ofetch@npm:1.3.3"
+ dependencies:
+ destr: "npm:^2.0.1"
+ node-fetch-native: "npm:^1.4.0"
+ ufo: "npm:^1.3.0"
+ checksum: 10/d4ba1f374f3b9f3b4bd47fdca3cda47a16367e6f727545aa3ba93e9be89e615c6731dfd21158b2ef78c1788def15d2d045c233a446354099d6a17fee66e60c98
+ languageName: node
+ linkType: hard
+
+"ohash@npm:^1.1.3":
+ version: 1.1.3
+ resolution: "ohash@npm:1.1.3"
+ checksum: 10/80a3528285f61588600c8c4f091a67f55fbc141f4eec4b3c30182468053042eef5a9684780e963f98a71ec068f3de56d42920c6417bf8f79ab14aeb75ac0bb39
+ languageName: node
+ linkType: hard
+
"omit.js@npm:^2.0.2":
version: 2.0.2
resolution: "omit.js@npm:2.0.2"
@@ -11016,6 +12893,13 @@ __metadata:
languageName: node
linkType: hard
+"p-map@npm:^6.0.0":
+ version: 6.0.0
+ resolution: "p-map@npm:6.0.0"
+ checksum: 10/1fd59257b3828a4c4def676ef64acb0edb7809b161ada25efd9a0c8db312ad81c66bcaa9e5d8fd982fd20d412609aabcb8da9b090e81f6c449bc1203752ba0eb
+ languageName: node
+ linkType: hard
+
"p-reduce@npm:^3.0.0":
version: 3.0.0
resolution: "p-reduce@npm:3.0.0"
@@ -11249,6 +13133,13 @@ __metadata:
languageName: node
linkType: hard
+"pathe@npm:^1.1.0, pathe@npm:^1.1.1, pathe@npm:^1.1.2":
+ version: 1.1.2
+ resolution: "pathe@npm:1.1.2"
+ checksum: 10/f201d796351bf7433d147b92c20eb154a4e0ea83512017bf4ec4e492a5d6e738fb45798be4259a61aa81270179fce11026f6ff0d3fa04173041de044defe9d80
+ languageName: node
+ linkType: hard
+
"peek-readable@npm:^5.0.0":
version: 5.0.0
resolution: "peek-readable@npm:5.0.0"
@@ -11340,6 +13231,17 @@ __metadata:
languageName: node
linkType: hard
+"pkg-types@npm:^1.0.3":
+ version: 1.0.3
+ resolution: "pkg-types@npm:1.0.3"
+ dependencies:
+ jsonc-parser: "npm:^3.2.0"
+ mlly: "npm:^1.2.0"
+ pathe: "npm:^1.1.0"
+ checksum: 10/e17e1819ce579c9ea390e4c41a9ed9701d8cff14b463f9577cc4f94688da8917c66dabc40feacd47a21eb3de9b532756a78becd882b76add97053af307c1240a
+ languageName: node
+ linkType: hard
+
"posix-character-classes@npm:^0.1.0":
version: 0.1.1
resolution: "posix-character-classes@npm:0.1.1"
@@ -11367,14 +13269,14 @@ __metadata:
languageName: node
linkType: hard
-"postcss@npm:^8.4.23":
- version: 8.4.24
- resolution: "postcss@npm:8.4.24"
+"postcss@npm:^8.4.23, postcss@npm:^8.4.35":
+ version: 8.4.35
+ resolution: "postcss@npm:8.4.35"
dependencies:
- nanoid: "npm:^3.3.6"
+ nanoid: "npm:^3.3.7"
picocolors: "npm:^1.0.0"
source-map-js: "npm:^1.0.2"
- checksum: 10/8d20defe7c2914e0561dc84ec497756600c2b1182f3dff3c8f0a857dfdc4d3849a3d5de9afd771a869ed4c06e9d24cb4dbd0cc833a7d5ce877fd26984c3b57aa
+ checksum: 10/93a7ce50cd6188f5f486a9ca98950ad27c19dfed996c45c414fa242944497e4d084a8760d3537f078630226f2bd3c6ab84b813b488740f4432e7c7039cd73a20
languageName: node
linkType: hard
@@ -11406,6 +13308,28 @@ __metadata:
languageName: node
linkType: hard
+"prebuild-install@npm:^7.1.1":
+ version: 7.1.1
+ resolution: "prebuild-install@npm:7.1.1"
+ dependencies:
+ detect-libc: "npm:^2.0.0"
+ expand-template: "npm:^2.0.3"
+ github-from-package: "npm:0.0.0"
+ minimist: "npm:^1.2.3"
+ mkdirp-classic: "npm:^0.5.3"
+ napi-build-utils: "npm:^1.0.1"
+ node-abi: "npm:^3.3.0"
+ pump: "npm:^3.0.0"
+ rc: "npm:^1.2.7"
+ simple-get: "npm:^4.0.0"
+ tar-fs: "npm:^2.0.0"
+ tunnel-agent: "npm:^0.6.0"
+ bin:
+ prebuild-install: bin.js
+ checksum: 10/6c70a2f82fbda8903497c560a761b000d861a3e772322c8bed012be0f0a084b5aaca4438a3fad1bd3a24210765f4fae06ddd89ea04dc4c034dde693cc0d9d5f4
+ languageName: node
+ linkType: hard
+
"precinct@npm:^11.0.0":
version: 11.0.5
resolution: "precinct@npm:11.0.5"
@@ -11629,6 +13553,13 @@ __metadata:
languageName: node
linkType: hard
+"queue-tick@npm:^1.0.1":
+ version: 1.0.1
+ resolution: "queue-tick@npm:1.0.1"
+ checksum: 10/f447926c513b64a857906f017a3b350f7d11277e3c8d2a21a42b7998fa1a613d7a829091e12d142bb668905c8f68d8103416c7197856efb0c72fa835b8e254b5
+ languageName: node
+ linkType: hard
+
"quick-format-unescaped@npm:^4.0.3":
version: 4.0.4
resolution: "quick-format-unescaped@npm:4.0.4"
@@ -11650,6 +13581,13 @@ __metadata:
languageName: node
linkType: hard
+"radix3@npm:^1.1.0":
+ version: 1.1.0
+ resolution: "radix3@npm:1.1.0"
+ checksum: 10/311258ec9e8cc17613fd31aaf3138bfb2ab1ea015738e91591920961f74a1914491338554e8530f7902f1629b6c2ea2dfd66a5c068f14b76cf6535b68b5292c4
+ languageName: node
+ linkType: hard
+
"random-bytes@npm:~1.0.0":
version: 1.0.0
resolution: "random-bytes@npm:1.0.0"
@@ -11688,7 +13626,7 @@ __metadata:
languageName: node
linkType: hard
-"rc@npm:1.2.8":
+"rc@npm:1.2.8, rc@npm:^1.2.7":
version: 1.2.8
resolution: "rc@npm:1.2.8"
dependencies:
@@ -11861,12 +13799,12 @@ __metadata:
languageName: node
linkType: hard
-"readdir-glob@npm:^1.0.0":
- version: 1.1.1
- resolution: "readdir-glob@npm:1.1.1"
+"readdir-glob@npm:^1.1.2":
+ version: 1.1.3
+ resolution: "readdir-glob@npm:1.1.3"
dependencies:
- minimatch: "npm:^3.0.4"
- checksum: 10/1111b0eab51264d5ac06e3fd2d568f63d4a90a2a86fcb891ea22dfd92b4680c89ee4034f249ab1d71df8898fa80dd4f3db4b7d9dba6d76918f066c5cbae7b4fa
+ minimatch: "npm:^5.1.0"
+ checksum: 10/ca3a20aa1e715d671302d4ec785a32bf08e59d6d0dd25d5fc03e9e5a39f8c612cdf809ab3e638a79973db7ad6868492edf38504701e313328e767693671447d6
languageName: node
linkType: hard
@@ -11897,6 +13835,38 @@ __metadata:
languageName: node
linkType: hard
+"redis-errors@npm:^1.0.0, redis-errors@npm:^1.2.0":
+ version: 1.2.0
+ resolution: "redis-errors@npm:1.2.0"
+ checksum: 10/001c11f63ddd52d7c80eb4f4ede3a9433d29a458a7eea06b9154cb37c9802a218d93b7988247aa8c958d4b5d274b18354e8853c148f1096fda87c6e675cfd3ee
+ languageName: node
+ linkType: hard
+
+"redis-parser@npm:^3.0.0":
+ version: 3.0.0
+ resolution: "redis-parser@npm:3.0.0"
+ dependencies:
+ redis-errors: "npm:^1.0.0"
+ checksum: 10/b10846844b4267f19ce1a6529465819c3d78c3e89db7eb0c3bb4eb19f83784797ec411274d15a77dbe08038b48f95f76014b83ca366dc955a016a3a0a0234650
+ languageName: node
+ linkType: hard
+
+"regenerate-unicode-properties@npm:^10.1.0":
+ version: 10.1.1
+ resolution: "regenerate-unicode-properties@npm:10.1.1"
+ dependencies:
+ regenerate: "npm:^1.4.2"
+ checksum: 10/b855152efdcca0ecc37ceb0cb6647a544344555fc293af3b57191b918e1bc9c95ee404a9a64a1d692bf66d45850942c29d93f2740c0d1980d3a8ea2ca63b184e
+ languageName: node
+ linkType: hard
+
+"regenerate@npm:^1.4.2":
+ version: 1.4.2
+ resolution: "regenerate@npm:1.4.2"
+ checksum: 10/dc6c95ae4b3ba6adbd7687cafac260eee4640318c7a95239d5ce847d9b9263979758389e862fe9c93d633b5792ea4ada5708df75885dc5aa05a309fa18140a87
+ languageName: node
+ linkType: hard
+
"regenerator-runtime@npm:^0.13.7":
version: 0.13.8
resolution: "regenerator-runtime@npm:0.13.8"
@@ -11904,13 +13874,22 @@ __metadata:
languageName: node
linkType: hard
-"regenerator-runtime@npm:^0.14.0":
+"regenerator-runtime@npm:^0.14.0, regenerator-runtime@npm:^0.14.1":
version: 0.14.1
resolution: "regenerator-runtime@npm:0.14.1"
checksum: 10/5db3161abb311eef8c45bcf6565f4f378f785900ed3945acf740a9888c792f75b98ecb77f0775f3bf95502ff423529d23e94f41d80c8256e8fa05ed4b07cf471
languageName: node
linkType: hard
+"regenerator-transform@npm:^0.15.2":
+ version: 0.15.2
+ resolution: "regenerator-transform@npm:0.15.2"
+ dependencies:
+ "@babel/runtime": "npm:^7.8.4"
+ checksum: 10/c4fdcb46d11bbe32605b4b9ed76b21b8d3f241a45153e9dc6f5542fed4c7744fed459f42701f650d5d5956786bf7de57547329d1c05a9df2ed9e367b9d903302
+ languageName: node
+ linkType: hard
+
"regex-not@npm:^1.0.0, regex-not@npm:^1.0.2":
version: 1.0.2
resolution: "regex-not@npm:1.0.2"
@@ -11930,6 +13909,20 @@ __metadata:
languageName: node
linkType: hard
+"regexpu-core@npm:^5.3.1":
+ version: 5.3.2
+ resolution: "regexpu-core@npm:5.3.2"
+ dependencies:
+ "@babel/regjsgen": "npm:^0.8.0"
+ regenerate: "npm:^1.4.2"
+ regenerate-unicode-properties: "npm:^10.1.0"
+ regjsparser: "npm:^0.9.1"
+ unicode-match-property-ecmascript: "npm:^2.0.0"
+ unicode-match-property-value-ecmascript: "npm:^2.1.0"
+ checksum: 10/ed0d7c66d84c633fbe8db4939d084c780190eca11f6920807dfb8ebac59e2676952cd8f2008d9c86ae8cf0463ea5fd12c5cff09ef2ce7d51ee6b420a5eb4d177
+ languageName: node
+ linkType: hard
+
"registry-auth-token@npm:^5.0.1":
version: 5.0.1
resolution: "registry-auth-token@npm:5.0.1"
@@ -11948,6 +13941,17 @@ __metadata:
languageName: node
linkType: hard
+"regjsparser@npm:^0.9.1":
+ version: 0.9.1
+ resolution: "regjsparser@npm:0.9.1"
+ dependencies:
+ jsesc: "npm:~0.5.0"
+ bin:
+ regjsparser: bin/parser
+ checksum: 10/be7757ef76e1db10bf6996001d1021048b5fb12f5cb470a99b8cf7f3ff943f0f0e2291c0dcdbb418b458ddc4ac10e48680a822b69ef487a0284c8b6b77beddc3
+ languageName: node
+ linkType: hard
+
"remove-accents@npm:0.4.2":
version: 0.4.2
resolution: "remove-accents@npm:0.4.2"
@@ -12048,7 +14052,7 @@ __metadata:
languageName: node
linkType: hard
-"resolve@npm:^1.19.0, resolve@npm:^1.20.0":
+"resolve@npm:^1.14.2, resolve@npm:^1.19.0, resolve@npm:^1.20.0":
version: 1.22.8
resolution: "resolve@npm:1.22.8"
dependencies:
@@ -12071,7 +14075,7 @@ __metadata:
languageName: node
linkType: hard
-"resolve@patch:resolve@npm%3A^1.19.0#optional!builtin, resolve@patch:resolve@npm%3A^1.20.0#optional!builtin":
+"resolve@patch:resolve@npm%3A^1.14.2#optional!builtin, resolve@patch:resolve@npm%3A^1.19.0#optional!builtin, resolve@patch:resolve@npm%3A^1.20.0#optional!builtin":
version: 1.22.8
resolution: "resolve@patch:resolve@npm%3A1.22.8#optional!builtin::version=1.22.8&hash=c3c19d"
dependencies:
@@ -12176,6 +14180,60 @@ __metadata:
languageName: node
linkType: hard
+"rollup@npm:^4.2.0":
+ version: 4.11.0
+ resolution: "rollup@npm:4.11.0"
+ dependencies:
+ "@rollup/rollup-android-arm-eabi": "npm:4.11.0"
+ "@rollup/rollup-android-arm64": "npm:4.11.0"
+ "@rollup/rollup-darwin-arm64": "npm:4.11.0"
+ "@rollup/rollup-darwin-x64": "npm:4.11.0"
+ "@rollup/rollup-linux-arm-gnueabihf": "npm:4.11.0"
+ "@rollup/rollup-linux-arm64-gnu": "npm:4.11.0"
+ "@rollup/rollup-linux-arm64-musl": "npm:4.11.0"
+ "@rollup/rollup-linux-riscv64-gnu": "npm:4.11.0"
+ "@rollup/rollup-linux-x64-gnu": "npm:4.11.0"
+ "@rollup/rollup-linux-x64-musl": "npm:4.11.0"
+ "@rollup/rollup-win32-arm64-msvc": "npm:4.11.0"
+ "@rollup/rollup-win32-ia32-msvc": "npm:4.11.0"
+ "@rollup/rollup-win32-x64-msvc": "npm:4.11.0"
+ "@types/estree": "npm:1.0.5"
+ fsevents: "npm:~2.3.2"
+ dependenciesMeta:
+ "@rollup/rollup-android-arm-eabi":
+ optional: true
+ "@rollup/rollup-android-arm64":
+ optional: true
+ "@rollup/rollup-darwin-arm64":
+ optional: true
+ "@rollup/rollup-darwin-x64":
+ optional: true
+ "@rollup/rollup-linux-arm-gnueabihf":
+ optional: true
+ "@rollup/rollup-linux-arm64-gnu":
+ optional: true
+ "@rollup/rollup-linux-arm64-musl":
+ optional: true
+ "@rollup/rollup-linux-riscv64-gnu":
+ optional: true
+ "@rollup/rollup-linux-x64-gnu":
+ optional: true
+ "@rollup/rollup-linux-x64-musl":
+ optional: true
+ "@rollup/rollup-win32-arm64-msvc":
+ optional: true
+ "@rollup/rollup-win32-ia32-msvc":
+ optional: true
+ "@rollup/rollup-win32-x64-msvc":
+ optional: true
+ fsevents:
+ optional: true
+ bin:
+ rollup: dist/bin/rollup
+ checksum: 10/792f40ed1ec82315692d7dbe82b3253072082f1da0afd0bc983c1254666b9fdcad94d52e66a72339620fe09165708501472a41ba207d92f45e160b2864404ed2
+ languageName: node
+ linkType: hard
+
"rss-reader@workspace:.":
version: 0.0.0-use.local
resolution: "rss-reader@workspace:."
@@ -12185,19 +14243,20 @@ __metadata:
"@emotion/styled": "npm:^11.11.0"
"@mui/icons-material": "npm:^5.15.10"
"@mui/material": "npm:^5.15.10"
- "@parcel/reporter-bundle-analyzer": "npm:^2.9.3"
- "@parcel/validator-typescript": "npm:^2.9.3"
"@types/react": "npm:^18"
"@types/react-dom": "npm:^18"
- esbuild: "npm:^0.17.3"
+ "@vitejs/plugin-basic-ssl": "npm:^1.1.0"
+ "@vitejs/plugin-legacy": "npm:^5.3.0"
htmlparser2: "npm:8.0.1"
jest: "npm:29.3.1"
- netlify-cli: "npm:^15.7.0"
+ netlify-cli: "npm:^17.16.2"
parcel: "npm:^2.9.3"
react: "npm:^18.2.0"
react-dom: "npm:^18.2.0"
react-query: "npm:3.39.2"
+ terser: "npm:^5.27.1"
typescript: "npm:^4.9.4"
+ vite: "npm:^5.1.3"
languageName: unknown
linkType: soft
@@ -12217,7 +14276,7 @@ __metadata:
languageName: node
linkType: hard
-"rxjs@npm:^6.3.3, rxjs@npm:^6.4.0, rxjs@npm:^6.6.2":
+"rxjs@npm:^6.4.0, rxjs@npm:^6.6.2":
version: 6.6.7
resolution: "rxjs@npm:6.6.7"
dependencies:
@@ -12316,23 +14375,34 @@ __metadata:
languageName: node
linkType: hard
-"semver@npm:7.5.3, semver@npm:^7.0.0, semver@npm:^7.3.2, semver@npm:^7.3.4, semver@npm:^7.3.5, semver@npm:^7.3.7, semver@npm:^7.3.8, semver@npm:^7.5.1, semver@npm:^7.5.2":
- version: 7.5.3
- resolution: "semver@npm:7.5.3"
+"semver@npm:7.5.4":
+ version: 7.5.4
+ resolution: "semver@npm:7.5.4"
dependencies:
lru-cache: "npm:^6.0.0"
bin:
semver: bin/semver.js
- checksum: 10/80b4b3784abff33bacf200727e012dc66768ed5835441e0a802ba9f3f5dd6b10ee366294711f5e7e13d73b82a6127ea55f11f9884d35e76a6a618dc11bc16ccf
+ checksum: 10/985dec0d372370229a262c737063860fabd4a1c730662c1ea3200a2f649117761a42184c96df62a0e885e76fbd5dace41087d6c1ac0351b13c0df5d6bcb1b5ac
languageName: node
linkType: hard
-"semver@npm:^6.0.0, semver@npm:^6.3.0":
- version: 6.3.0
- resolution: "semver@npm:6.3.0"
+"semver@npm:^6.0.0, semver@npm:^6.3.0, semver@npm:^6.3.1":
+ version: 6.3.1
+ resolution: "semver@npm:6.3.1"
bin:
- semver: ./bin/semver.js
- checksum: 10/8dd72e7c7cdbd8cff66b5530eeff9eec2342b127eef2c956259cdf66b85addf4829e6e4a045ca30d974d075595b0b03faa6318a597307eb3984649516b98b501
+ semver: bin/semver.js
+ checksum: 10/1ef3a85bd02a760c6ef76a45b8c1ce18226de40831e02a00bad78485390b98b6ccaa31046245fc63bba4a47a6a592b6c7eedc65cc47126e60489f9cc1ce3ed7e
+ languageName: node
+ linkType: hard
+
+"semver@npm:^7.0.0, semver@npm:^7.3.2, semver@npm:^7.3.4, semver@npm:^7.3.5, semver@npm:^7.3.7, semver@npm:^7.3.8, semver@npm:^7.5.2, semver@npm:^7.5.3, semver@npm:^7.5.4":
+ version: 7.6.0
+ resolution: "semver@npm:7.6.0"
+ dependencies:
+ lru-cache: "npm:^6.0.0"
+ bin:
+ semver: bin/semver.js
+ checksum: 10/1b41018df2d8aca5a1db4729985e8e20428c650daea60fcd16e926e9383217d00f574fab92d79612771884a98d2ee2a1973f49d630829a8d54d6570defe62535
languageName: node
linkType: hard
@@ -12402,6 +14472,23 @@ __metadata:
languageName: node
linkType: hard
+"sharp@npm:^0.32.6":
+ version: 0.32.6
+ resolution: "sharp@npm:0.32.6"
+ dependencies:
+ color: "npm:^4.2.3"
+ detect-libc: "npm:^2.0.2"
+ node-addon-api: "npm:^6.1.0"
+ node-gyp: "npm:latest"
+ prebuild-install: "npm:^7.1.1"
+ semver: "npm:^7.5.4"
+ simple-get: "npm:^4.0.1"
+ tar-fs: "npm:^3.0.4"
+ tunnel-agent: "npm:^0.6.0"
+ checksum: 10/f0e4a86881e590f86b05ea463229f62cd29afc2dca08b3f597889f872f118c2c456f382bf2c3e90e934b7a1d30f109cf5ed584cf5a23e79d6b6403a8dc0ebe32
+ languageName: node
+ linkType: hard
+
"shebang-command@npm:^2.0.0":
version: 2.0.0
resolution: "shebang-command@npm:2.0.0"
@@ -12436,10 +14523,28 @@ __metadata:
languageName: node
linkType: hard
-"signal-exit@npm:^4.0.1":
- version: 4.0.2
- resolution: "signal-exit@npm:4.0.2"
- checksum: 10/99d49eab7f24aeed79e44999500d5ff4b9fbb560b0e1f8d47096c54d625b995aeaec3032cce44527adf2de0c303731a8356e234a348d6801214a8a3385a1ff8e
+"signal-exit@npm:^4.0.1, signal-exit@npm:^4.1.0":
+ version: 4.1.0
+ resolution: "signal-exit@npm:4.1.0"
+ checksum: 10/c9fa63bbbd7431066174a48ba2dd9986dfd930c3a8b59de9c29d7b6854ec1c12a80d15310869ea5166d413b99f041bfa3dd80a7947bcd44ea8e6eb3ffeabfa1f
+ languageName: node
+ linkType: hard
+
+"simple-concat@npm:^1.0.0":
+ version: 1.0.1
+ resolution: "simple-concat@npm:1.0.1"
+ checksum: 10/4d211042cc3d73a718c21ac6c4e7d7a0363e184be6a5ad25c8a1502e49df6d0a0253979e3d50dbdd3f60ef6c6c58d756b5d66ac1e05cda9cacd2e9fc59e3876a
+ languageName: node
+ linkType: hard
+
+"simple-get@npm:^4.0.0, simple-get@npm:^4.0.1":
+ version: 4.0.1
+ resolution: "simple-get@npm:4.0.1"
+ dependencies:
+ decompress-response: "npm:^6.0.0"
+ once: "npm:^1.3.1"
+ simple-concat: "npm:^1.0.0"
+ checksum: 10/93f1b32319782f78f2f2234e9ce34891b7ab6b990d19d8afefaa44423f5235ce2676aae42d6743fecac6c8dfff4b808d4c24fe5265be813d04769917a9a44f36
languageName: node
linkType: hard
@@ -12473,13 +14578,6 @@ __metadata:
languageName: node
linkType: hard
-"slice-ansi@npm:0.0.4":
- version: 0.0.4
- resolution: "slice-ansi@npm:0.0.4"
- checksum: 10/481d969c6aa771b27d7baacd6fe321751a0b9eb410274bda10ca81ea641bbfe747e428025d6d8f15bd635fdcfd57e8b2d54681ee6b0ce0c40f78644b144759e3
- languageName: node
- linkType: hard
-
"slice-ansi@npm:^5.0.0":
version: 5.0.0
resolution: "slice-ansi@npm:5.0.0"
@@ -12581,7 +14679,7 @@ __metadata:
languageName: node
linkType: hard
-"source-map-js@npm:^1.0.2":
+"source-map-js@npm:^1.0.1, source-map-js@npm:^1.0.2":
version: 1.0.2
resolution: "source-map-js@npm:1.0.2"
checksum: 10/38e2d2dd18d2e331522001fc51b54127ef4a5d473f53b1349c5cca2123562400e0986648b52e9407e348eaaed53bce49248b6e2641e6d793ca57cb2c360d6d51
@@ -12611,7 +14709,7 @@ __metadata:
languageName: node
linkType: hard
-"source-map-support@npm:0.5.21":
+"source-map-support@npm:0.5.21, source-map-support@npm:~0.5.20":
version: 0.5.21
resolution: "source-map-support@npm:0.5.21"
dependencies:
@@ -12763,6 +14861,13 @@ __metadata:
languageName: node
linkType: hard
+"standard-as-callback@npm:^2.1.0":
+ version: 2.1.0
+ resolution: "standard-as-callback@npm:2.1.0"
+ checksum: 10/88bec83ee220687c72d94fd86a98d5272c91d37ec64b66d830dbc0d79b62bfa6e47f53b71646011835fc9ce7fae62739545d13124262b53be4fbb3e2ebad551c
+ languageName: node
+ linkType: hard
+
"static-extend@npm:^0.1.1":
version: 0.1.2
resolution: "static-extend@npm:0.1.2"
@@ -12787,6 +14892,13 @@ __metadata:
languageName: node
linkType: hard
+"std-env@npm:^3.7.0":
+ version: 3.7.0
+ resolution: "std-env@npm:3.7.0"
+ checksum: 10/6ee0cca1add3fd84656b0002cfbc5bfa20340389d9ba4720569840f1caa34bce74322aef4c93f046391583e50649d0cf81a5f8fe1d411e50b659571690a45f12
+ languageName: node
+ linkType: hard
+
"stdin-discarder@npm:^0.1.0":
version: 0.1.0
resolution: "stdin-discarder@npm:0.1.0"
@@ -12796,6 +14908,20 @@ __metadata:
languageName: node
linkType: hard
+"streamx@npm:^2.13.0, streamx@npm:^2.15.0":
+ version: 2.15.8
+ resolution: "streamx@npm:2.15.8"
+ dependencies:
+ bare-events: "npm:^2.2.0"
+ fast-fifo: "npm:^1.1.0"
+ queue-tick: "npm:^1.0.1"
+ dependenciesMeta:
+ bare-events:
+ optional: true
+ checksum: 10/0d47ed1db324ca72d21696ddffa9e6bf06c7476a9e4ea2a5a4c007fd6ee4177520c4423432102528c7ffdf38facabb6c4220364f14e18cc133c67c4e96ed93b0
+ languageName: node
+ linkType: hard
+
"string-length@npm:^4.0.1":
version: 4.0.2
resolution: "string-length@npm:4.0.2"
@@ -12828,7 +14954,7 @@ __metadata:
languageName: node
linkType: hard
-"string-width@npm:^2.1.0, string-width@npm:^2.1.1":
+"string-width@npm:^2.1.0":
version: 2.1.1
resolution: "string-width@npm:2.1.1"
dependencies:
@@ -12988,13 +15114,6 @@ __metadata:
languageName: node
linkType: hard
-"supports-color@npm:^2.0.0":
- version: 2.0.0
- resolution: "supports-color@npm:2.0.0"
- checksum: 10/d2957d19e782a806abc3e8616b6648cc1e70c3ebe94fb1c2d43160686f6d79cd7c9f22c4853bc4a362d89d1c249ab6d429788c5f6c83b3086e6d763024bf4581
- languageName: node
- linkType: hard
-
"supports-color@npm:^5.3.0":
version: 5.5.0
resolution: "supports-color@npm:5.5.0"
@@ -13063,10 +15182,34 @@ __metadata:
languageName: node
linkType: hard
-"symbol-observable@npm:^1.1.0":
- version: 1.2.0
- resolution: "symbol-observable@npm:1.2.0"
- checksum: 10/4684327a2fef2453dcd4238b5bd8f69c460a4708fb8c024a824c6a707ca644b2b2a586e36e5197d0d1162ff48e288299a48844a8c46274ffcfd9260e03df7692
+"svgo@npm:^3.0.2":
+ version: 3.2.0
+ resolution: "svgo@npm:3.2.0"
+ dependencies:
+ "@trysound/sax": "npm:0.2.0"
+ commander: "npm:^7.2.0"
+ css-select: "npm:^5.1.0"
+ css-tree: "npm:^2.3.1"
+ css-what: "npm:^6.1.0"
+ csso: "npm:^5.0.5"
+ picocolors: "npm:^1.0.0"
+ bin:
+ svgo: ./bin/svgo
+ checksum: 10/2fdf3f2090e17b3c309e60f69c78a2afd5a9771247adb540bae3fce467243f7a601a2a5497ef40998292da41ad828b3eabf3c18b75bf449c2d2cbf6d7f6e96d9
+ languageName: node
+ linkType: hard
+
+"system-architecture@npm:^0.1.0":
+ version: 0.1.0
+ resolution: "system-architecture@npm:0.1.0"
+ checksum: 10/ca0dd793c45c354ab57dd7fc8ce7dc9923a6e07382bd3b22eb5b08f55ddb0217c390d00767549c5155fd4ce7ef23ffdd8cfb33dd4344cbbd37837d085a50f6f0
+ languageName: node
+ linkType: hard
+
+"systemjs@npm:^6.14.3":
+ version: 6.14.3
+ resolution: "systemjs@npm:6.14.3"
+ checksum: 10/5d79c3b7dbd68b246fba6a9fe2372b88765c61cb1dbbd550beaaae0a4b38a1f19de302e203f2106845f959d00c1e7f9976bccf9b0527e907d5f3d8b5c6c5f61a
languageName: node
linkType: hard
@@ -13084,7 +15227,36 @@ __metadata:
languageName: node
linkType: hard
-"tar-stream@npm:^2.2.0":
+"tar-fs@npm:^2.0.0":
+ version: 2.1.1
+ resolution: "tar-fs@npm:2.1.1"
+ dependencies:
+ chownr: "npm:^1.1.1"
+ mkdirp-classic: "npm:^0.5.2"
+ pump: "npm:^3.0.0"
+ tar-stream: "npm:^2.1.4"
+ checksum: 10/526deae025453e825f87650808969662fbb12eb0461d033e9b447de60ec951c6c4607d0afe7ce057defe9d4e45cf80399dd74bc15f9d9e0773d5e990a78ce4ac
+ languageName: node
+ linkType: hard
+
+"tar-fs@npm:^3.0.4":
+ version: 3.0.5
+ resolution: "tar-fs@npm:3.0.5"
+ dependencies:
+ bare-fs: "npm:^2.1.1"
+ bare-path: "npm:^2.1.0"
+ pump: "npm:^3.0.0"
+ tar-stream: "npm:^3.1.5"
+ dependenciesMeta:
+ bare-fs:
+ optional: true
+ bare-path:
+ optional: true
+ checksum: 10/a15c18e80b872918c7dff22ff29db367c8014d1b3d34b0ec57cfe11645836dc01487c078a975a9d5e358f078f59e7b8adc5c671cc0848ba27b9b429669722bd8
+ languageName: node
+ linkType: hard
+
+"tar-stream@npm:^2.1.4":
version: 2.2.0
resolution: "tar-stream@npm:2.2.0"
dependencies:
@@ -13097,6 +15269,17 @@ __metadata:
languageName: node
linkType: hard
+"tar-stream@npm:^3.0.0, tar-stream@npm:^3.1.4, tar-stream@npm:^3.1.5":
+ version: 3.1.7
+ resolution: "tar-stream@npm:3.1.7"
+ dependencies:
+ b4a: "npm:^1.6.4"
+ fast-fifo: "npm:^1.2.0"
+ streamx: "npm:^2.15.0"
+ checksum: 10/b21a82705a72792544697c410451a4846af1f744176feb0ff11a7c3dd0896961552e3def5e1c9a6bbee4f0ae298b8252a1f4c9381e9f991553b9e4847976f05c
+ languageName: node
+ linkType: hard
+
"tar@npm:^6.0.2, tar@npm:^6.1.0, tar@npm:^6.1.11":
version: 6.1.13
resolution: "tar@npm:6.1.13"
@@ -13147,6 +15330,20 @@ __metadata:
languageName: node
linkType: hard
+"terser@npm:^5.27.1":
+ version: 5.27.1
+ resolution: "terser@npm:5.27.1"
+ dependencies:
+ "@jridgewell/source-map": "npm:^0.3.3"
+ acorn: "npm:^8.8.2"
+ commander: "npm:^2.20.0"
+ source-map-support: "npm:~0.5.20"
+ bin:
+ terser: bin/terser
+ checksum: 10/4b5c8c65548071ae09dc1d9fd64616262876229897eaac9f95cf2e44908a1f4a25d7837c2a38caef1a523cf1cf67d254e74a846e9a854d289c0ad3664d581c3c
+ languageName: node
+ linkType: hard
+
"test-exclude@npm:^6.0.0":
version: 6.0.0
resolution: "test-exclude@npm:6.0.0"
@@ -13344,7 +15541,7 @@ __metadata:
languageName: node
linkType: hard
-"tomlify-j0.4@npm:^3.0.0":
+"tomlify-j0.4@npm:3.0.0, tomlify-j0.4@npm:^3.0.0":
version: 3.0.0
resolution: "tomlify-j0.4@npm:3.0.0"
checksum: 10/b15d046762fd1c1a4b19fc671824e994127bb2befd2eac9e2e9f75b666f60b46477938d8f5f5bf06b5a6ba19af5d8cc52b8b27fe726757874d5c64a6e81b81da
@@ -13437,6 +15634,15 @@ __metadata:
languageName: node
linkType: hard
+"tunnel-agent@npm:^0.6.0":
+ version: 0.6.0
+ resolution: "tunnel-agent@npm:0.6.0"
+ dependencies:
+ safe-buffer: "npm:^5.0.1"
+ checksum: 10/7f0d9ed5c22404072b2ae8edc45c071772affd2ed14a74f03b4e71b4dd1a14c3714d85aed64abcaaee5fec2efc79002ba81155c708f4df65821b444abb0cfade
+ languageName: node
+ linkType: hard
+
"type-check@npm:~0.3.2":
version: 0.3.2
resolution: "type-check@npm:0.3.2"
@@ -13554,6 +15760,13 @@ __metadata:
languageName: node
linkType: hard
+"ufo@npm:^1.3.0, ufo@npm:^1.3.1, ufo@npm:^1.3.2":
+ version: 1.4.0
+ resolution: "ufo@npm:1.4.0"
+ checksum: 10/b7aea8503878dc5ad797d8fc6fe39fec64d9cc7e89fb147ef86ec676e37bb462d99d67c6aad20b15f7d3e6d275d66666b29214422e268f1d98f6eaf707a207a6
+ languageName: node
+ linkType: hard
+
"uid-safe@npm:2.1.5":
version: 2.1.5
resolution: "uid-safe@npm:2.1.5"
@@ -13582,6 +15795,57 @@ __metadata:
languageName: node
linkType: hard
+"uncrypto@npm:^0.1.3":
+ version: 0.1.3
+ resolution: "uncrypto@npm:0.1.3"
+ checksum: 10/0020f74b0ce34723196d8982a73bb7f40cff455a41b8f88ae146b86885f4e66e41a1241fe80a887505c3bd2c7f07ed362b6ed041968370073c40a98496e6a737
+ languageName: node
+ linkType: hard
+
+"unenv@npm:^1.9.0":
+ version: 1.9.0
+ resolution: "unenv@npm:1.9.0"
+ dependencies:
+ consola: "npm:^3.2.3"
+ defu: "npm:^6.1.3"
+ mime: "npm:^3.0.0"
+ node-fetch-native: "npm:^1.6.1"
+ pathe: "npm:^1.1.1"
+ checksum: 10/7b5e0f139f69ebb9d2822abc84903eccb5655bacc00a26cc3be260f25b3d84b5e19418503e038c7bf4bcc67c4f8ebcab7d55736f7eddf7a3948a311176b1d000
+ languageName: node
+ linkType: hard
+
+"unicode-canonical-property-names-ecmascript@npm:^2.0.0":
+ version: 2.0.0
+ resolution: "unicode-canonical-property-names-ecmascript@npm:2.0.0"
+ checksum: 10/39be078afd014c14dcd957a7a46a60061bc37c4508ba146517f85f60361acf4c7539552645ece25de840e17e293baa5556268d091ca6762747fdd0c705001a45
+ languageName: node
+ linkType: hard
+
+"unicode-match-property-ecmascript@npm:^2.0.0":
+ version: 2.0.0
+ resolution: "unicode-match-property-ecmascript@npm:2.0.0"
+ dependencies:
+ unicode-canonical-property-names-ecmascript: "npm:^2.0.0"
+ unicode-property-aliases-ecmascript: "npm:^2.0.0"
+ checksum: 10/1f34a7434a23df4885b5890ac36c5b2161a809887000be560f56ad4b11126d433c0c1c39baf1016bdabed4ec54829a6190ee37aa24919aa116dc1a5a8a62965a
+ languageName: node
+ linkType: hard
+
+"unicode-match-property-value-ecmascript@npm:^2.1.0":
+ version: 2.1.0
+ resolution: "unicode-match-property-value-ecmascript@npm:2.1.0"
+ checksum: 10/06661bc8aba2a60c7733a7044f3e13085808939ad17924ffd4f5222a650f88009eb7c09481dc9c15cfc593d4ad99bd1cde8d54042733b335672591a81c52601c
+ languageName: node
+ linkType: hard
+
+"unicode-property-aliases-ecmascript@npm:^2.0.0":
+ version: 2.1.0
+ resolution: "unicode-property-aliases-ecmascript@npm:2.1.0"
+ checksum: 10/243524431893649b62cc674d877bd64ef292d6071dd2fd01ab4d5ad26efbc104ffcd064f93f8a06b7e4ec54c172bf03f6417921a0d8c3a9994161fe1f88f815b
+ languageName: node
+ linkType: hard
+
"union-value@npm:^1.0.0":
version: 1.0.1
resolution: "union-value@npm:1.0.1"
@@ -13675,6 +15939,63 @@ __metadata:
languageName: node
linkType: hard
+"unstorage@npm:^1.9.0":
+ version: 1.10.1
+ resolution: "unstorage@npm:1.10.1"
+ dependencies:
+ anymatch: "npm:^3.1.3"
+ chokidar: "npm:^3.5.3"
+ destr: "npm:^2.0.2"
+ h3: "npm:^1.8.2"
+ ioredis: "npm:^5.3.2"
+ listhen: "npm:^1.5.5"
+ lru-cache: "npm:^10.0.2"
+ mri: "npm:^1.2.0"
+ node-fetch-native: "npm:^1.4.1"
+ ofetch: "npm:^1.3.3"
+ ufo: "npm:^1.3.1"
+ peerDependencies:
+ "@azure/app-configuration": ^1.4.1
+ "@azure/cosmos": ^4.0.0
+ "@azure/data-tables": ^13.2.2
+ "@azure/identity": ^3.3.2
+ "@azure/keyvault-secrets": ^4.7.0
+ "@azure/storage-blob": ^12.16.0
+ "@capacitor/preferences": ^5.0.6
+ "@netlify/blobs": ^6.2.0
+ "@planetscale/database": ^1.11.0
+ "@upstash/redis": ^1.23.4
+ "@vercel/kv": ^0.2.3
+ idb-keyval: ^6.2.1
+ peerDependenciesMeta:
+ "@azure/app-configuration":
+ optional: true
+ "@azure/cosmos":
+ optional: true
+ "@azure/data-tables":
+ optional: true
+ "@azure/identity":
+ optional: true
+ "@azure/keyvault-secrets":
+ optional: true
+ "@azure/storage-blob":
+ optional: true
+ "@capacitor/preferences":
+ optional: true
+ "@netlify/blobs":
+ optional: true
+ "@planetscale/database":
+ optional: true
+ "@upstash/redis":
+ optional: true
+ "@vercel/kv":
+ optional: true
+ idb-keyval:
+ optional: true
+ checksum: 10/1b99782efd7f22826731da0b9fe4af18227e006c6b3f057d7cd0da5590d93a1ff3eb192d8b037bcc883a9c76de96560a2e975a0f574eb4b8f5e7207bae3de149
+ languageName: node
+ linkType: hard
+
"untildify@npm:^3.0.3":
version: 3.0.3
resolution: "untildify@npm:3.0.3"
@@ -13682,17 +16003,30 @@ __metadata:
languageName: node
linkType: hard
-"update-browserslist-db@npm:^1.0.5":
- version: 1.0.5
- resolution: "update-browserslist-db@npm:1.0.5"
+"untun@npm:^0.1.3":
+ version: 0.1.3
+ resolution: "untun@npm:0.1.3"
+ dependencies:
+ citty: "npm:^0.1.5"
+ consola: "npm:^3.2.3"
+ pathe: "npm:^1.1.1"
+ bin:
+ untun: bin/untun.mjs
+ checksum: 10/6a096002ca13b8442ad1d40840088888cfaa28626eefdd132cd0fd3d3b956af121a9733b7bda32647608e278fb13332d2b72e2c319a27dc55dbc8e709a2f61d4
+ languageName: node
+ linkType: hard
+
+"update-browserslist-db@npm:^1.0.13":
+ version: 1.0.13
+ resolution: "update-browserslist-db@npm:1.0.13"
dependencies:
escalade: "npm:^3.1.1"
picocolors: "npm:^1.0.0"
peerDependencies:
browserslist: ">= 4.21.0"
bin:
- browserslist-lint: cli.js
- checksum: 10/b0430f66fe8be4514ecce6374176b50e32ca228b86dcc59638c76b7cc98dc6b484c8c40da993562764fe511d324de35ee6085cebed338dafb444e9b07a034340
+ update-browserslist-db: cli.js
+ checksum: 10/9074b4ef34d2ed931f27d390aafdd391ee7c45ad83c508e8fed6aaae1eb68f81999a768ed8525c6f88d4001a4fbf1b8c0268f099d0e8e72088ec5945ac796acf
languageName: node
linkType: hard
@@ -13718,6 +16052,13 @@ __metadata:
languageName: node
linkType: hard
+"uqr@npm:^0.1.2":
+ version: 0.1.2
+ resolution: "uqr@npm:0.1.2"
+ checksum: 10/31f1fe7d7a8121a2670712234524763160985b053e7eb8af7925a131bcde0df11641e15129d988358032da603185456d08dd72b26b507897272eb9640273bfa6
+ languageName: node
+ linkType: hard
+
"uri-js@npm:^4.2.2":
version: 4.4.1
resolution: "uri-js@npm:4.4.1"
@@ -13734,6 +16075,13 @@ __metadata:
languageName: node
linkType: hard
+"urlpattern-polyfill@npm:8.0.2":
+ version: 8.0.2
+ resolution: "urlpattern-polyfill@npm:8.0.2"
+ checksum: 10/fd86b5c55473f3abbf9ed317b953c9cbb4fa6b3f75f681a1d982fe9c17bbc8d9bcf988f4cf3bda35e2e5875984086c97e177f97f076bb80dfa2beb85d1dd7b23
+ languageName: node
+ linkType: hard
+
"use@npm:^3.1.0":
version: 3.1.1
resolution: "use@npm:3.1.1"
@@ -13815,6 +16163,46 @@ __metadata:
languageName: node
linkType: hard
+"vite@npm:^5.1.3":
+ version: 5.1.3
+ resolution: "vite@npm:5.1.3"
+ dependencies:
+ esbuild: "npm:^0.19.3"
+ fsevents: "npm:~2.3.3"
+ postcss: "npm:^8.4.35"
+ rollup: "npm:^4.2.0"
+ peerDependencies:
+ "@types/node": ^18.0.0 || >=20.0.0
+ less: "*"
+ lightningcss: ^1.21.0
+ sass: "*"
+ stylus: "*"
+ sugarss: "*"
+ terser: ^5.4.0
+ dependenciesMeta:
+ fsevents:
+ optional: true
+ peerDependenciesMeta:
+ "@types/node":
+ optional: true
+ less:
+ optional: true
+ lightningcss:
+ optional: true
+ sass:
+ optional: true
+ stylus:
+ optional: true
+ sugarss:
+ optional: true
+ terser:
+ optional: true
+ bin:
+ vite: bin/vite.js
+ checksum: 10/6ba2223157e2cc2fa62dff9004ccba20fc409c6baf7354c64ed0f8e4bcd853092d08d06ec4dec37143e794a96e061879a870d85bad4f1eb9ee5c6d0a13cef30f
+ languageName: node
+ linkType: hard
+
"wait-port@npm:1.0.4":
version: 1.0.4
resolution: "wait-port@npm:1.0.4"
@@ -13933,11 +16321,11 @@ __metadata:
languageName: node
linkType: hard
-"winston@npm:3.8.2, winston@npm:^3.8.2":
- version: 3.8.2
- resolution: "winston@npm:3.8.2"
+"winston@npm:^3.10.0":
+ version: 3.11.0
+ resolution: "winston@npm:3.11.0"
dependencies:
- "@colors/colors": "npm:1.5.0"
+ "@colors/colors": "npm:^1.6.0"
"@dabh/diagnostics": "npm:^2.0.2"
async: "npm:^3.2.3"
is-stream: "npm:^2.0.0"
@@ -13948,7 +16336,7 @@ __metadata:
stack-trace: "npm:0.0.x"
triple-beam: "npm:^1.3.0"
winston-transport: "npm:^4.5.0"
- checksum: 10/cd92fd95f95cde597128066c965aa72dca5e7d504a8c5952ebd6704761ea807b9b9c721b8fe2b0639b7005c9ad7dc175f9031e354d9ac1195eef91126abca341
+ checksum: 10/8b456bdfbf336898c5a7ca83b5c312fe46f32830c759e231f950378c28a0ddd0780e64ceaf6ea76e0366fb1500b49b9fee80d1045e41efc3b03b51ad31eeb307
languageName: node
linkType: hard
@@ -13959,16 +16347,6 @@ __metadata:
languageName: node
linkType: hard
-"wrap-ansi@npm:^3.0.1":
- version: 3.0.1
- resolution: "wrap-ansi@npm:3.0.1"
- dependencies:
- string-width: "npm:^2.1.1"
- strip-ansi: "npm:^4.0.0"
- checksum: 10/bdd4248faa2142051ed5802c216076b25ada29778100483bb6f16a52a115bf7cb7e595bdbe9f1ed551dcd4822f3e2ece80c9febedc2b65acb2cc649705d47bc2
- languageName: node
- linkType: hard
-
"wrap-ansi@npm:^7.0.0":
version: 7.0.0
resolution: "wrap-ansi@npm:7.0.0"
@@ -14030,6 +16408,21 @@ __metadata:
languageName: node
linkType: hard
+"ws@npm:8.14.2":
+ version: 8.14.2
+ resolution: "ws@npm:8.14.2"
+ peerDependencies:
+ bufferutil: ^4.0.1
+ utf-8-validate: ">=5.0.2"
+ peerDependenciesMeta:
+ bufferutil:
+ optional: true
+ utf-8-validate:
+ optional: true
+ checksum: 10/815ff01d9bc20a249b2228825d9739268a03a4408c2e0b14d49b0e2ae89d7f10847e813b587ba26992bdc33e9d03bed131e4cae73ff996baf789d53e99c31186
+ languageName: node
+ linkType: hard
+
"xdg-basedir@npm:^5.0.1, xdg-basedir@npm:^5.1.0":
version: 5.1.0
resolution: "xdg-basedir@npm:5.1.0"
@@ -14037,6 +16430,18 @@ __metadata:
languageName: node
linkType: hard
+"xss@npm:^1.0.14":
+ version: 1.0.14
+ resolution: "xss@npm:1.0.14"
+ dependencies:
+ commander: "npm:^2.20.3"
+ cssfilter: "npm:0.0.10"
+ bin:
+ xss: bin/xss
+ checksum: 10/dc97acaee35e5ed453fe5628841daf7b4aba5ed26b31ff4eadf831f42cded1ddebc218ff0db1d6a73e301bfada8a5236fec0c234233d66a20ecc319da542b357
+ languageName: node
+ linkType: hard
+
"xtend@npm:^4.0.0, xtend@npm:~4.0.0, xtend@npm:~4.0.1":
version: 4.0.2
resolution: "xtend@npm:4.0.2"
@@ -14058,6 +16463,13 @@ __metadata:
languageName: node
linkType: hard
+"yallist@npm:^3.0.2":
+ version: 3.1.1
+ resolution: "yallist@npm:3.1.1"
+ checksum: 10/9af0a4329c3c6b779ac4736c69fae4190ac03029fa27c1aef4e6bcc92119b73dea6fe5db5fe881fb0ce2a0e9539a42cdf60c7c21eda04d1a0b8c082e38509efb
+ languageName: node
+ linkType: hard
+
"yallist@npm:^4.0.0":
version: 4.0.0
resolution: "yallist@npm:4.0.0"
@@ -14132,13 +16544,20 @@ __metadata:
languageName: node
linkType: hard
-"zip-stream@npm:^4.1.0":
- version: 4.1.0
- resolution: "zip-stream@npm:4.1.0"
+"zip-stream@npm:^5.0.1":
+ version: 5.0.1
+ resolution: "zip-stream@npm:5.0.1"
dependencies:
- archiver-utils: "npm:^2.1.0"
- compress-commons: "npm:^4.1.0"
+ archiver-utils: "npm:^4.0.1"
+ compress-commons: "npm:^5.0.1"
readable-stream: "npm:^3.6.0"
- checksum: 10/4a73da856738b0634700b52f4ab3fe0bf0a532bea6820ad962d0bda0163d2d5525df4859f89a7238e204a378384e12551985049790c1894c3ac191866e85887f
+ checksum: 10/116cee5a2c1ecce7aa440b665470653f58ef56670c6aafa1b5491c9f9335992352145502af5fa865ac82f46336905e37fb7cbc649c2be72e2152c6b91802995c
+ languageName: node
+ linkType: hard
+
+"zod@npm:3.22.4, zod@npm:^3.21.4":
+ version: 3.22.4
+ resolution: "zod@npm:3.22.4"
+ checksum: 10/73622ca36a916f785cf528fe612a884b3e0f183dbe6b33365a7d0fc92abdbedf7804c5e2bd8df0a278e1472106d46674281397a3dd800fa9031dc3429758c6ac
languageName: node
linkType: hard