diff --git a/.changeset/hot-books-march.md b/.changeset/hot-books-march.md
new file mode 100644
index 000000000000..372b4f8b5a35
--- /dev/null
+++ b/.changeset/hot-books-march.md
@@ -0,0 +1,12 @@
+---
+'@sveltejs/adapter-auto': patch
+'@sveltejs/adapter-cloudflare': patch
+'@sveltejs/adapter-cloudflare-workers': patch
+'@sveltejs/adapter-netlify': patch
+'@sveltejs/adapter-node': patch
+'@sveltejs/adapter-static': patch
+'@sveltejs/adapter-vercel': patch
+'@sveltejs/kit': patch
+---
+
+Update dependencies
diff --git a/package.json b/package.json
index fa00b3e26134..5c21ef3cc047 100644
--- a/package.json
+++ b/package.json
@@ -23,36 +23,24 @@
},
"homepage": "https://github.com/sveltejs/kit#readme",
"devDependencies": {
- "@changesets/cli": "^2.18.1",
- "@playwright/test": "^1.21.0",
- "@rollup/plugin-commonjs": "^21.0.1",
+ "@changesets/cli": "^2.22.0",
+ "@rollup/plugin-commonjs": "^21.1.0",
"@rollup/plugin-json": "^4.1.0",
- "@rollup/plugin-node-resolve": "^13.0.6",
- "@rollup/plugin-replace": "^4.0.0",
+ "@rollup/plugin-node-resolve": "^13.3.0",
"@sveltejs/eslint-config": "github:sveltejs/eslint-config#v5.8.0",
"@svitejs/changesets-changelog-github-compact": "^0.1.1",
- "@types/node": "^16.11.36",
- "@typescript-eslint/eslint-plugin": "^5.5.0",
- "@typescript-eslint/parser": "^5.5.0",
- "cross-env": "^7.0.3",
- "eslint": "^8.3.0",
- "eslint-plugin-import": "^2.25.3",
+ "@typescript-eslint/eslint-plugin": "^5.27.0",
+ "@typescript-eslint/parser": "^5.27.0",
+ "eslint": "^8.16.0",
+ "eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-svelte3": "^4.0.0",
- "port-authority": "^2.0.0",
- "prettier": "^2.5.0",
- "prettier-plugin-svelte": "^2.5.0",
- "rimraf": "^3.0.2",
- "rollup": "^2.60.2",
- "sirv": "^2.0.0",
+ "prettier": "^2.6.2",
+ "rollup": "^2.75.3",
"svelte": "^3.48.0",
- "svelte-check": "^2.5.0",
- "svelte-preprocess": "^4.9.8",
- "svelte2tsx": "~0.5.0",
"tiny-glob": "^0.2.9",
- "turbo": "^1.2.12",
- "typescript": "~4.7.2",
- "uvu": "^0.5.2"
+ "turbo": "^1.2.14",
+ "typescript": "^4.7.2"
},
"packageManager": "pnpm@7.1.7",
"engines": {
diff --git a/packages/adapter-auto/package.json b/packages/adapter-auto/package.json
index 1126a0df27dc..35630803cfa9 100644
--- a/packages/adapter-auto/package.json
+++ b/packages/adapter-auto/package.json
@@ -34,5 +34,9 @@
"@sveltejs/adapter-cloudflare": "workspace:*",
"@sveltejs/adapter-netlify": "workspace:*",
"@sveltejs/adapter-vercel": "workspace:*"
+ },
+ "devDependencies": {
+ "@types/node": "^16.11.36",
+ "typescript": "^4.7.2"
}
}
diff --git a/packages/adapter-cloudflare-workers/package.json b/packages/adapter-cloudflare-workers/package.json
index 5e818522d6bf..6332874b15c7 100644
--- a/packages/adapter-cloudflare-workers/package.json
+++ b/packages/adapter-cloudflare-workers/package.json
@@ -30,9 +30,11 @@
},
"dependencies": {
"@iarna/toml": "^2.2.5",
- "esbuild": "^0.14.29"
+ "esbuild": "^0.14.42"
},
"devDependencies": {
- "@cloudflare/kv-asset-handler": "^0.2.0"
+ "@cloudflare/kv-asset-handler": "^0.2.0",
+ "@types/node": "^16.11.36",
+ "typescript": "^4.7.2"
}
}
diff --git a/packages/adapter-cloudflare/package.json b/packages/adapter-cloudflare/package.json
index 2826bf31969b..6ec8ee7c7485 100644
--- a/packages/adapter-cloudflare/package.json
+++ b/packages/adapter-cloudflare/package.json
@@ -32,11 +32,13 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
- "esbuild": "^0.14.29",
+ "esbuild": "^0.14.42",
"worktop": "0.8.0-next.14"
},
"devDependencies": {
- "@types/ws": "^8.5.3"
+ "@types/node": "^16.11.36",
+ "@types/ws": "^8.5.3",
+ "typescript": "^4.7.2"
},
"publishConfig": {
"access": "public"
diff --git a/packages/adapter-netlify/package.json b/packages/adapter-netlify/package.json
index a807e770d1c4..53f489c44258 100644
--- a/packages/adapter-netlify/package.json
+++ b/packages/adapter-netlify/package.json
@@ -34,13 +34,21 @@
},
"dependencies": {
"@iarna/toml": "^2.2.5",
- "esbuild": "^0.14.29",
+ "esbuild": "^0.14.42",
"set-cookie-parser": "^2.4.8",
"tiny-glob": "^0.2.9"
},
"devDependencies": {
- "@types/set-cookie-parser": "^2.4.2",
"@netlify/functions": "^1.0.0",
- "@sveltejs/kit": "workspace:*"
+ "@rollup/plugin-commonjs": "^21.1.0",
+ "@rollup/plugin-json": "^4.1.0",
+ "@rollup/plugin-node-resolve": "^13.3.0",
+ "@sveltejs/kit": "workspace:*",
+ "@types/node": "^16.11.36",
+ "@types/set-cookie-parser": "^2.4.2",
+ "rimraf": "^3.0.2",
+ "rollup": "^2.75.3",
+ "typescript": "^4.7.2",
+ "uvu": "^0.5.3"
}
}
diff --git a/packages/adapter-node/package.json b/packages/adapter-node/package.json
index d0b0e63e0ff1..27c3858fd30f 100644
--- a/packages/adapter-node/package.json
+++ b/packages/adapter-node/package.json
@@ -36,10 +36,18 @@
"tiny-glob": "^0.2.9"
},
"devDependencies": {
+ "@rollup/plugin-json": "^4.1.0",
"@sveltejs/kit": "workspace:*",
"@types/compression": "^1.7.2",
- "c8": "^7.10.0",
+ "@types/node": "^16.11.36",
+ "c8": "^7.11.3",
"compression": "^1.7.4",
- "polka": "^1.0.0-next.22"
+ "node-fetch": "^3.2.4",
+ "polka": "^1.0.0-next.22",
+ "rimraf": "^3.0.2",
+ "rollup": "^2.75.3",
+ "sirv": "^2.0.2",
+ "typescript": "^4.7.2",
+ "uvu": "^0.5.3"
}
}
diff --git a/packages/adapter-static/package.json b/packages/adapter-static/package.json
index 2f1b9e97edbb..2a5921d4829f 100644
--- a/packages/adapter-static/package.json
+++ b/packages/adapter-static/package.json
@@ -29,6 +29,13 @@
"tiny-glob": "^0.2.9"
},
"devDependencies": {
- "@sveltejs/kit": "workspace:*"
+ "@sveltejs/kit": "workspace:*",
+ "@types/node": "^16.11.36",
+ "playwright-chromium": "^1.22.2",
+ "port-authority": "^1.2.0",
+ "sirv": "^2.0.2",
+ "svelte": "^3.48.0",
+ "typescript": "^4.7.2",
+ "uvu": "^0.5.3"
}
}
diff --git a/packages/adapter-static/test/apps/prerendered/package.json b/packages/adapter-static/test/apps/prerendered/package.json
index d903bc452792..e67611496c3b 100644
--- a/packages/adapter-static/test/apps/prerendered/package.json
+++ b/packages/adapter-static/test/apps/prerendered/package.json
@@ -8,7 +8,8 @@
"start": "../../../../kit/svelte-kit.js start"
},
"devDependencies": {
- "@sveltejs/kit": "next"
+ "@sveltejs/kit": "next",
+ "svelte": "^3.48.0"
},
"type": "module"
}
diff --git a/packages/adapter-static/test/apps/spa/package.json b/packages/adapter-static/test/apps/spa/package.json
index f27948583870..1742bbdf320b 100644
--- a/packages/adapter-static/test/apps/spa/package.json
+++ b/packages/adapter-static/test/apps/spa/package.json
@@ -10,7 +10,8 @@
"devDependencies": {
"@sveltejs/adapter-node": "next",
"@sveltejs/kit": "next",
- "sirv-cli": "^2.0.2"
+ "sirv-cli": "^2.0.2",
+ "svelte": "^3.48.0"
},
"type": "module"
}
diff --git a/packages/adapter-static/test/utils.js b/packages/adapter-static/test/utils.js
index 7c6d0095cfc3..eeba60c4362a 100644
--- a/packages/adapter-static/test/utils.js
+++ b/packages/adapter-static/test/utils.js
@@ -4,7 +4,7 @@ import http from 'http';
import { fileURLToPath } from 'url';
import * as ports from 'port-authority';
import sirv from 'sirv';
-import { chromium } from '@playwright/test';
+import { chromium } from 'playwright-chromium';
import * as uvu from 'uvu';
/**
diff --git a/packages/adapter-vercel/package.json b/packages/adapter-vercel/package.json
index f6044a283483..5fdc882aadf3 100644
--- a/packages/adapter-vercel/package.json
+++ b/packages/adapter-vercel/package.json
@@ -29,10 +29,12 @@
"check": "tsc"
},
"dependencies": {
- "@vercel/nft": "^0.19.0",
- "esbuild": "^0.14.29"
+ "@vercel/nft": "^0.19.1",
+ "esbuild": "^0.14.42"
},
"devDependencies": {
- "@sveltejs/kit": "workspace:*"
+ "@sveltejs/kit": "workspace:*",
+ "@types/node": "^16.11.36",
+ "typescript": "^4.7.2"
}
}
diff --git a/packages/create-svelte/package.json b/packages/create-svelte/package.json
index 4b8461bec348..7e2bef336efa 100644
--- a/packages/create-svelte/package.json
+++ b/packages/create-svelte/package.json
@@ -15,12 +15,18 @@
"prompts": "^2.4.2"
},
"devDependencies": {
+ "@playwright/test": "^1.22.2",
"@sveltejs/kit": "workspace:*",
"@types/gitignore-parser": "^0.0.0",
- "@types/prettier": "^2.4.2",
+ "@types/prettier": "^2.6.3",
"@types/prompts": "^2.0.14",
"gitignore-parser": "^0.0.2",
- "sucrase": "^3.20.3"
+ "prettier": "^2.6.2",
+ "prettier-plugin-svelte": "^2.7.0",
+ "sucrase": "^3.21.0",
+ "svelte": "^3.48.0",
+ "svelte-preprocess": "^4.10.6",
+ "tiny-glob": "^0.2.9"
},
"scripts": {
"build": "node scripts/build-templates",
diff --git a/packages/create-svelte/shared/+checkjs/package.json b/packages/create-svelte/shared/+checkjs/package.json
index 6d4d5148bf98..924c0a6f42c4 100644
--- a/packages/create-svelte/shared/+checkjs/package.json
+++ b/packages/create-svelte/shared/+checkjs/package.json
@@ -4,7 +4,7 @@
"check:watch": "svelte-check --tsconfig ./jsconfig.json --watch"
},
"devDependencies": {
- "typescript": "~4.6.2",
- "svelte-check": "^2.2.6"
+ "typescript": "^4.7.2",
+ "svelte-check": "^2.7.1"
}
}
diff --git a/packages/create-svelte/shared/+default+checkjs/package.json b/packages/create-svelte/shared/+default+checkjs/package.json
index 344e137f7c5a..c06981203bab 100644
--- a/packages/create-svelte/shared/+default+checkjs/package.json
+++ b/packages/create-svelte/shared/+default+checkjs/package.json
@@ -1,5 +1,5 @@
{
"devDependencies": {
- "@types/cookie": "^0.4.1"
+ "@types/cookie": "^0.5.1"
}
}
diff --git a/packages/create-svelte/shared/+default+typescript/package.json b/packages/create-svelte/shared/+default+typescript/package.json
index 344e137f7c5a..c06981203bab 100644
--- a/packages/create-svelte/shared/+default+typescript/package.json
+++ b/packages/create-svelte/shared/+default+typescript/package.json
@@ -1,5 +1,5 @@
{
"devDependencies": {
- "@types/cookie": "^0.4.1"
+ "@types/cookie": "^0.5.1"
}
}
diff --git a/packages/create-svelte/shared/+eslint+typescript/package.json b/packages/create-svelte/shared/+eslint+typescript/package.json
index e4aae4b867b6..1721786b685e 100644
--- a/packages/create-svelte/shared/+eslint+typescript/package.json
+++ b/packages/create-svelte/shared/+eslint+typescript/package.json
@@ -1,6 +1,6 @@
{
"devDependencies": {
- "@typescript-eslint/eslint-plugin": "^5.10.1",
- "@typescript-eslint/parser": "^5.10.1"
+ "@typescript-eslint/eslint-plugin": "^5.27.0",
+ "@typescript-eslint/parser": "^5.27.0"
}
}
diff --git a/packages/create-svelte/shared/+eslint/package.json b/packages/create-svelte/shared/+eslint/package.json
index 0a525c935c86..9618b00e565c 100644
--- a/packages/create-svelte/shared/+eslint/package.json
+++ b/packages/create-svelte/shared/+eslint/package.json
@@ -1,6 +1,6 @@
{
"devDependencies": {
- "eslint": "^8.12.0",
+ "eslint": "^8.16.0",
"eslint-plugin-svelte3": "^4.0.0"
}
}
diff --git a/packages/create-svelte/shared/+playwright/package.json b/packages/create-svelte/shared/+playwright/package.json
index b2da70eef57b..f74139d9968b 100644
--- a/packages/create-svelte/shared/+playwright/package.json
+++ b/packages/create-svelte/shared/+playwright/package.json
@@ -1,6 +1,6 @@
{
"devDependencies": {
- "@playwright/test": "^1.21.0"
+ "@playwright/test": "^1.22.2"
},
"scripts": {
"test": "playwright test"
diff --git a/packages/create-svelte/shared/+prettier/package.json b/packages/create-svelte/shared/+prettier/package.json
index d107ca805a97..2acde0d0837f 100644
--- a/packages/create-svelte/shared/+prettier/package.json
+++ b/packages/create-svelte/shared/+prettier/package.json
@@ -1,6 +1,6 @@
{
"devDependencies": {
- "prettier": "^2.5.1",
- "prettier-plugin-svelte": "^2.5.0"
+ "prettier": "^2.6.2",
+ "prettier-plugin-svelte": "^2.7.0"
}
}
diff --git a/packages/create-svelte/shared/+typescript/package.json b/packages/create-svelte/shared/+typescript/package.json
index 470dd71aa3b6..df3f2563a6b9 100644
--- a/packages/create-svelte/shared/+typescript/package.json
+++ b/packages/create-svelte/shared/+typescript/package.json
@@ -4,9 +4,9 @@
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch"
},
"devDependencies": {
- "typescript": "~4.6.2",
+ "typescript": "^4.7.2",
"tslib": "^2.3.1",
- "svelte-check": "^2.2.6",
- "svelte-preprocess": "^4.10.1"
+ "svelte-check": "^2.7.1",
+ "svelte-preprocess": "^4.10.6"
}
}
diff --git a/packages/create-svelte/templates/default/package.json b/packages/create-svelte/templates/default/package.json
index ece55670db11..0549f5ec040f 100644
--- a/packages/create-svelte/templates/default/package.json
+++ b/packages/create-svelte/templates/default/package.json
@@ -11,13 +11,13 @@
"devDependencies": {
"@sveltejs/adapter-auto": "workspace:*",
"@sveltejs/kit": "workspace:*",
- "svelte": "^3.44.0",
- "svelte-preprocess": "^4.9.8",
- "typescript": "~4.6.2"
+ "svelte": "^3.48.0",
+ "svelte-preprocess": "^4.10.6",
+ "typescript": "^4.7.2"
},
"type": "module",
"dependencies": {
- "@fontsource/fira-mono": "^4.5.0",
+ "@fontsource/fira-mono": "^4.5.8",
"@lukeed/uuid": "^2.0.0",
"cookie": "^0.5.0"
}
diff --git a/packages/kit/package.json b/packages/kit/package.json
index 655942ba3d7c..8a49e9675a7c 100644
--- a/packages/kit/package.json
+++ b/packages/kit/package.json
@@ -12,25 +12,40 @@
"dependencies": {
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.46",
"chokidar": "^3.5.3",
- "sade": "^1.7.4",
+ "sade": "^1.8.1",
"vite": "^2.9.9"
},
"devDependencies": {
+ "@playwright/test": "^1.22.2",
+ "@rollup/plugin-replace": "^4.0.0",
"@types/connect": "^3.4.35",
- "@types/cookie": "^0.5.0",
- "@types/marked": "^4.0.1",
+ "@types/cookie": "^0.5.1",
+ "@types/marked": "^4.0.3",
"@types/mime": "^2.0.3",
- "@types/sade": "^1.7.3",
+ "@types/node": "^16.11.36",
+ "@types/sade": "^1.7.4",
"@types/set-cookie-parser": "^2.4.2",
"cookie": "^0.5.0",
+ "cross-env": "^7.0.3",
"devalue": "^2.0.1",
+ "eslint": "^8.16.0",
"kleur": "^4.1.4",
"locate-character": "^2.0.5",
+ "marked": "^4.0.16",
"mime": "^3.0.0",
- "node-fetch": "^3.1.0",
- "selfsigned": "^2.0.0",
+ "node-fetch": "^3.2.4",
+ "port-authority": "^1.2.0",
+ "rollup": "^2.75.3",
+ "selfsigned": "^2.0.1",
"set-cookie-parser": "^2.4.8",
- "svelte": "^3.48.0"
+ "sirv": "^2.0.2",
+ "svelte": "^3.48.0",
+ "svelte-check": "^2.7.1",
+ "svelte-preprocess": "^4.10.6",
+ "svelte2tsx": "~0.5.10",
+ "tiny-glob": "^0.2.9",
+ "typescript": "^4.7.2",
+ "uvu": "^0.5.3"
},
"peerDependencies": {
"svelte": "^3.44.0"
diff --git a/packages/kit/src/core/config/options.js b/packages/kit/src/core/config/options.js
index fa40b8feed5b..9d7405deb2fd 100644
--- a/packages/kit/src/core/config/options.js
+++ b/packages/kit/src/core/config/options.js
@@ -231,7 +231,7 @@ const options = object(
// TODO: remove this for the 1.0 release
force: validate(undefined, (input, keypath) => {
- if (typeof input !== undefined) {
+ if (typeof input !== 'undefined') {
const newSetting = input ? 'continue' : 'fail';
const needsSetting = newSetting === 'continue';
throw new Error(
diff --git a/packages/kit/src/packaging/test/fixtures/emitTypes-false/expected/Test.svelte b/packages/kit/src/packaging/test/fixtures/emitTypes-false/expected/Test.svelte
index 31d118397f9d..e60789af6a74 100644
--- a/packages/kit/src/packaging/test/fixtures/emitTypes-false/expected/Test.svelte
+++ b/packages/kit/src/packaging/test/fixtures/emitTypes-false/expected/Test.svelte
@@ -1,12 +1,12 @@
diff --git a/packages/kit/src/packaging/test/fixtures/emitTypes-false/src/lib/Test.svelte b/packages/kit/src/packaging/test/fixtures/emitTypes-false/src/lib/Test.svelte
index 31d118397f9d..e60789af6a74 100644
--- a/packages/kit/src/packaging/test/fixtures/emitTypes-false/src/lib/Test.svelte
+++ b/packages/kit/src/packaging/test/fixtures/emitTypes-false/src/lib/Test.svelte
@@ -1,12 +1,12 @@
diff --git a/packages/kit/src/packaging/test/fixtures/exports-merge/expected/Test.svelte b/packages/kit/src/packaging/test/fixtures/exports-merge/expected/Test.svelte
index 31d118397f9d..e60789af6a74 100644
--- a/packages/kit/src/packaging/test/fixtures/exports-merge/expected/Test.svelte
+++ b/packages/kit/src/packaging/test/fixtures/exports-merge/expected/Test.svelte
@@ -1,12 +1,12 @@
diff --git a/packages/kit/src/packaging/test/fixtures/exports-merge/expected/Test.svelte.d.ts b/packages/kit/src/packaging/test/fixtures/exports-merge/expected/Test.svelte.d.ts
index 8cfa75e62de7..71bb3d88958e 100644
--- a/packages/kit/src/packaging/test/fixtures/exports-merge/expected/Test.svelte.d.ts
+++ b/packages/kit/src/packaging/test/fixtures/exports-merge/expected/Test.svelte.d.ts
@@ -3,7 +3,7 @@
/** @typedef {typeof __propDef.slots} TestSlots */
export default class Test extends SvelteComponentTyped<
{
- astring: string;
+ astring?: string;
},
{
event: CustomEvent;
@@ -24,7 +24,7 @@ export type TestSlots = typeof __propDef.slots;
import { SvelteComponentTyped } from 'svelte';
declare const __propDef: {
props: {
- astring: string;
+ astring?: string;
};
events: {
event: CustomEvent;
diff --git a/packages/kit/src/packaging/test/fixtures/exports-merge/src/lib/Test.svelte b/packages/kit/src/packaging/test/fixtures/exports-merge/src/lib/Test.svelte
index 31d118397f9d..e60789af6a74 100644
--- a/packages/kit/src/packaging/test/fixtures/exports-merge/src/lib/Test.svelte
+++ b/packages/kit/src/packaging/test/fixtures/exports-merge/src/lib/Test.svelte
@@ -1,12 +1,12 @@
diff --git a/packages/kit/src/packaging/test/fixtures/exports-replace/expected/Test.svelte b/packages/kit/src/packaging/test/fixtures/exports-replace/expected/Test.svelte
index 31d118397f9d..e60789af6a74 100644
--- a/packages/kit/src/packaging/test/fixtures/exports-replace/expected/Test.svelte
+++ b/packages/kit/src/packaging/test/fixtures/exports-replace/expected/Test.svelte
@@ -1,12 +1,12 @@
diff --git a/packages/kit/src/packaging/test/fixtures/exports-replace/expected/Test.svelte.d.ts b/packages/kit/src/packaging/test/fixtures/exports-replace/expected/Test.svelte.d.ts
index 8cfa75e62de7..71bb3d88958e 100644
--- a/packages/kit/src/packaging/test/fixtures/exports-replace/expected/Test.svelte.d.ts
+++ b/packages/kit/src/packaging/test/fixtures/exports-replace/expected/Test.svelte.d.ts
@@ -3,7 +3,7 @@
/** @typedef {typeof __propDef.slots} TestSlots */
export default class Test extends SvelteComponentTyped<
{
- astring: string;
+ astring?: string;
},
{
event: CustomEvent;
@@ -24,7 +24,7 @@ export type TestSlots = typeof __propDef.slots;
import { SvelteComponentTyped } from 'svelte';
declare const __propDef: {
props: {
- astring: string;
+ astring?: string;
};
events: {
event: CustomEvent;
diff --git a/packages/kit/src/packaging/test/fixtures/exports-replace/src/lib/Test.svelte b/packages/kit/src/packaging/test/fixtures/exports-replace/src/lib/Test.svelte
index 31d118397f9d..e60789af6a74 100644
--- a/packages/kit/src/packaging/test/fixtures/exports-replace/src/lib/Test.svelte
+++ b/packages/kit/src/packaging/test/fixtures/exports-replace/src/lib/Test.svelte
@@ -1,12 +1,12 @@
diff --git a/packages/kit/src/packaging/test/fixtures/files-exclude/expected/Test.svelte b/packages/kit/src/packaging/test/fixtures/files-exclude/expected/Test.svelte
index 31d118397f9d..e60789af6a74 100644
--- a/packages/kit/src/packaging/test/fixtures/files-exclude/expected/Test.svelte
+++ b/packages/kit/src/packaging/test/fixtures/files-exclude/expected/Test.svelte
@@ -1,12 +1,12 @@
diff --git a/packages/kit/src/packaging/test/fixtures/files-exclude/expected/Test.svelte.d.ts b/packages/kit/src/packaging/test/fixtures/files-exclude/expected/Test.svelte.d.ts
index 8cfa75e62de7..71bb3d88958e 100644
--- a/packages/kit/src/packaging/test/fixtures/files-exclude/expected/Test.svelte.d.ts
+++ b/packages/kit/src/packaging/test/fixtures/files-exclude/expected/Test.svelte.d.ts
@@ -3,7 +3,7 @@
/** @typedef {typeof __propDef.slots} TestSlots */
export default class Test extends SvelteComponentTyped<
{
- astring: string;
+ astring?: string;
},
{
event: CustomEvent;
@@ -24,7 +24,7 @@ export type TestSlots = typeof __propDef.slots;
import { SvelteComponentTyped } from 'svelte';
declare const __propDef: {
props: {
- astring: string;
+ astring?: string;
};
events: {
event: CustomEvent;
diff --git a/packages/kit/src/packaging/test/fixtures/files-exclude/src/lib/Test.svelte b/packages/kit/src/packaging/test/fixtures/files-exclude/src/lib/Test.svelte
index 7ee23636e6c0..e60789af6a74 100644
--- a/packages/kit/src/packaging/test/fixtures/files-exclude/src/lib/Test.svelte
+++ b/packages/kit/src/packaging/test/fixtures/files-exclude/src/lib/Test.svelte
@@ -3,7 +3,7 @@
/**
* @type {string}
*/
- export const astring;
+ export const astring = 'potato';
const dispatch = createEventDispatcher();
dispatch('event', true);
diff --git a/packages/kit/src/packaging/test/fixtures/javascript/expected/Test.svelte b/packages/kit/src/packaging/test/fixtures/javascript/expected/Test.svelte
index 31d118397f9d..e60789af6a74 100644
--- a/packages/kit/src/packaging/test/fixtures/javascript/expected/Test.svelte
+++ b/packages/kit/src/packaging/test/fixtures/javascript/expected/Test.svelte
@@ -1,12 +1,12 @@
diff --git a/packages/kit/src/packaging/test/fixtures/javascript/expected/Test.svelte.d.ts b/packages/kit/src/packaging/test/fixtures/javascript/expected/Test.svelte.d.ts
index 8cfa75e62de7..71bb3d88958e 100644
--- a/packages/kit/src/packaging/test/fixtures/javascript/expected/Test.svelte.d.ts
+++ b/packages/kit/src/packaging/test/fixtures/javascript/expected/Test.svelte.d.ts
@@ -3,7 +3,7 @@
/** @typedef {typeof __propDef.slots} TestSlots */
export default class Test extends SvelteComponentTyped<
{
- astring: string;
+ astring?: string;
},
{
event: CustomEvent;
@@ -24,7 +24,7 @@ export type TestSlots = typeof __propDef.slots;
import { SvelteComponentTyped } from 'svelte';
declare const __propDef: {
props: {
- astring: string;
+ astring?: string;
};
events: {
event: CustomEvent;
diff --git a/packages/kit/src/packaging/test/fixtures/javascript/src/lib/Test.svelte b/packages/kit/src/packaging/test/fixtures/javascript/src/lib/Test.svelte
index 31d118397f9d..e60789af6a74 100644
--- a/packages/kit/src/packaging/test/fixtures/javascript/src/lib/Test.svelte
+++ b/packages/kit/src/packaging/test/fixtures/javascript/src/lib/Test.svelte
@@ -1,12 +1,12 @@
diff --git a/packages/kit/src/packaging/test/fixtures/typescript/expected/Test.svelte b/packages/kit/src/packaging/test/fixtures/typescript/expected/Test.svelte
index 1749825d69c0..661b1b8276b0 100644
--- a/packages/kit/src/packaging/test/fixtures/typescript/expected/Test.svelte
+++ b/packages/kit/src/packaging/test/fixtures/typescript/expected/Test.svelte
@@ -1,8 +1,8 @@
diff --git a/packages/kit/src/packaging/test/fixtures/typescript/expected/Test.svelte.d.ts b/packages/kit/src/packaging/test/fixtures/typescript/expected/Test.svelte.d.ts
index 0b7544725fbd..634969ee93a6 100644
--- a/packages/kit/src/packaging/test/fixtures/typescript/expected/Test.svelte.d.ts
+++ b/packages/kit/src/packaging/test/fixtures/typescript/expected/Test.svelte.d.ts
@@ -1,7 +1,7 @@
import { SvelteComponentTyped } from 'svelte';
declare const __propDef: {
props: {
- astring: string;
+ astring?: string;
};
events: {
event: CustomEvent;
diff --git a/packages/kit/src/packaging/test/fixtures/typescript/expected/Test2.svelte b/packages/kit/src/packaging/test/fixtures/typescript/expected/Test2.svelte
index 50e782ffc0b7..8754c5335039 100644
--- a/packages/kit/src/packaging/test/fixtures/typescript/expected/Test2.svelte
+++ b/packages/kit/src/packaging/test/fixtures/typescript/expected/Test2.svelte
@@ -1,3 +1,3 @@
diff --git a/packages/kit/src/packaging/test/fixtures/typescript/src/lib/Test.svelte b/packages/kit/src/packaging/test/fixtures/typescript/src/lib/Test.svelte
index b6daecd4d92b..9ad736f2323d 100644
--- a/packages/kit/src/packaging/test/fixtures/typescript/src/lib/Test.svelte
+++ b/packages/kit/src/packaging/test/fixtures/typescript/src/lib/Test.svelte
@@ -1,9 +1,9 @@
diff --git a/packages/kit/src/packaging/test/fixtures/typescript/src/lib/Test2.svelte b/packages/kit/src/packaging/test/fixtures/typescript/src/lib/Test2.svelte
index aef3fb6f6a5c..94f212374318 100644
--- a/packages/kit/src/packaging/test/fixtures/typescript/src/lib/Test2.svelte
+++ b/packages/kit/src/packaging/test/fixtures/typescript/src/lib/Test2.svelte
@@ -1,4 +1,4 @@
diff --git a/packages/kit/src/packaging/test/index.js b/packages/kit/src/packaging/test/index.js
index 3c818f22b217..ad792e5d13d1 100644
--- a/packages/kit/src/packaging/test/index.js
+++ b/packages/kit/src/packaging/test/index.js
@@ -67,7 +67,7 @@ function format(file, content) {
content = JSON.stringify(json);
}
return prettier.format(content, {
- parser: file.endsWith('.svelte') ? 'svelte' : file.endsWith('.json') ? 'json' : 'babel-ts',
+ parser: file.endsWith('.svelte') ? 'svelte' : file.endsWith('.json') ? 'json' : 'typescript',
plugins: ['prettier-plugin-svelte']
});
}
diff --git a/packages/kit/test/apps/amp/package.json b/packages/kit/test/apps/amp/package.json
index d14e1554450a..20d8adb0c5e2 100644
--- a/packages/kit/test/apps/amp/package.json
+++ b/packages/kit/test/apps/amp/package.json
@@ -15,7 +15,11 @@
"devDependencies": {
"@sveltejs/amp": "workspace:*",
"@sveltejs/kit": "workspace:*",
- "purify-css": "^1.2.5"
+ "cross-env": "^7.0.3",
+ "purify-css": "^1.2.5",
+ "svelte": "^3.48.0",
+ "svelte-check": "^2.7.1",
+ "typescript": "^4.7.2"
},
"type": "module"
}
diff --git a/packages/kit/test/apps/basics/package.json b/packages/kit/test/apps/basics/package.json
index d2045880c2ae..16b2b6e642d9 100644
--- a/packages/kit/test/apps/basics/package.json
+++ b/packages/kit/test/apps/basics/package.json
@@ -14,7 +14,11 @@
},
"devDependencies": {
"@sveltejs/kit": "workspace:*",
- "marked": "^4.0.5"
+ "cross-env": "^7.0.3",
+ "rimraf": "^3.0.2",
+ "svelte": "^3.48.0",
+ "svelte-check": "^2.7.1",
+ "typescript": "^4.7.2"
},
"type": "module"
}
diff --git a/packages/kit/test/apps/options-2/package.json b/packages/kit/test/apps/options-2/package.json
index 282da285ca91..1e4b147a5d16 100644
--- a/packages/kit/test/apps/options-2/package.json
+++ b/packages/kit/test/apps/options-2/package.json
@@ -14,7 +14,11 @@
},
"devDependencies": {
"@sveltejs/adapter-node": "workspace:*",
- "@sveltejs/kit": "workspace:*"
+ "@sveltejs/kit": "workspace:*",
+ "cross-env": "^7.0.3",
+ "svelte": "^3.48.0",
+ "svelte-check": "^2.7.1",
+ "typescript": "^4.7.2"
},
"type": "module"
}
diff --git a/packages/kit/test/apps/options/package.json b/packages/kit/test/apps/options/package.json
index 0012a241bbb3..0399950bb5d9 100644
--- a/packages/kit/test/apps/options/package.json
+++ b/packages/kit/test/apps/options/package.json
@@ -13,7 +13,11 @@
"test:build": "playwright test"
},
"devDependencies": {
- "@sveltejs/kit": "workspace:*"
+ "@sveltejs/kit": "workspace:*",
+ "cross-env": "^7.0.3",
+ "svelte": "^3.48.0",
+ "svelte-check": "^2.7.1",
+ "typescript": "^4.7.2"
},
"type": "module"
}
diff --git a/packages/kit/test/prerendering/basics/package.json b/packages/kit/test/prerendering/basics/package.json
index eb15f7dc972f..a9ff293082bf 100644
--- a/packages/kit/test/prerendering/basics/package.json
+++ b/packages/kit/test/prerendering/basics/package.json
@@ -11,7 +11,11 @@
"test": "npm run build && uvu test"
},
"devDependencies": {
- "@sveltejs/kit": "workspace:*"
+ "@sveltejs/kit": "workspace:*",
+ "svelte": "^3.48.0",
+ "svelte-check": "^2.7.1",
+ "typescript": "^4.7.2",
+ "uvu": "^0.5.3"
},
"type": "module"
}
diff --git a/packages/kit/test/prerendering/disabled/package.json b/packages/kit/test/prerendering/disabled/package.json
index 7e7acccc7d10..9d6be12e32c8 100644
--- a/packages/kit/test/prerendering/disabled/package.json
+++ b/packages/kit/test/prerendering/disabled/package.json
@@ -11,7 +11,11 @@
"test": "npm run build"
},
"devDependencies": {
- "@sveltejs/kit": "workspace:*"
+ "@sveltejs/kit": "workspace:*",
+ "svelte": "^3.48.0",
+ "svelte-check": "^2.7.1",
+ "typescript": "^4.7.2",
+ "uvu": "^0.5.3"
},
"type": "module"
}
diff --git a/packages/kit/test/prerendering/options/package.json b/packages/kit/test/prerendering/options/package.json
index 9a1ad24b7bf0..b8fcadcd3137 100644
--- a/packages/kit/test/prerendering/options/package.json
+++ b/packages/kit/test/prerendering/options/package.json
@@ -11,7 +11,11 @@
"test": "npm run build && uvu test"
},
"devDependencies": {
- "@sveltejs/kit": "workspace:*"
+ "@sveltejs/kit": "workspace:*",
+ "svelte": "^3.48.0",
+ "svelte-check": "^2.7.1",
+ "typescript": "^4.7.2",
+ "uvu": "^0.5.3"
},
"type": "module"
}
diff --git a/packages/kit/test/prerendering/paths-base/package.json b/packages/kit/test/prerendering/paths-base/package.json
index b4b81e295c22..cd92a02e3078 100644
--- a/packages/kit/test/prerendering/paths-base/package.json
+++ b/packages/kit/test/prerendering/paths-base/package.json
@@ -11,7 +11,11 @@
"test": "npm run build && uvu test"
},
"devDependencies": {
- "@sveltejs/kit": "workspace:*"
+ "@sveltejs/kit": "workspace:*",
+ "svelte": "^3.48.0",
+ "svelte-check": "^2.7.1",
+ "typescript": "^4.7.2",
+ "uvu": "^0.5.3"
},
"type": "module"
}
diff --git a/packages/kit/test/prerendering/trailing-slash/package.json b/packages/kit/test/prerendering/trailing-slash/package.json
index 86d20b76d996..16e3efe679c5 100644
--- a/packages/kit/test/prerendering/trailing-slash/package.json
+++ b/packages/kit/test/prerendering/trailing-slash/package.json
@@ -10,7 +10,11 @@
"check": "tsc && svelte-check"
},
"devDependencies": {
- "@sveltejs/kit": "workspace:*"
+ "@sveltejs/kit": "workspace:*",
+ "svelte": "^3.48.0",
+ "svelte-check": "^2.7.1",
+ "typescript": "^4.7.2",
+ "uvu": "^0.5.3"
},
"type": "module"
}
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 6e49abf92bd9..fc84ba33683b 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -4,305 +4,458 @@ importers:
.:
specifiers:
- '@changesets/cli': ^2.18.1
- '@playwright/test': ^1.21.0
- '@rollup/plugin-commonjs': ^21.0.1
+ '@changesets/cli': ^2.22.0
+ '@rollup/plugin-commonjs': ^21.1.0
'@rollup/plugin-json': ^4.1.0
- '@rollup/plugin-node-resolve': ^13.0.6
- '@rollup/plugin-replace': ^4.0.0
+ '@rollup/plugin-node-resolve': ^13.3.0
'@sveltejs/eslint-config': github:sveltejs/eslint-config#v5.8.0
'@svitejs/changesets-changelog-github-compact': ^0.1.1
- '@types/node': ^16.11.36
- '@typescript-eslint/eslint-plugin': ^5.5.0
- '@typescript-eslint/parser': ^5.5.0
- cross-env: ^7.0.3
- eslint: ^8.3.0
- eslint-plugin-import: ^2.25.3
+ '@typescript-eslint/eslint-plugin': ^5.27.0
+ '@typescript-eslint/parser': ^5.27.0
+ eslint: ^8.16.0
+ eslint-plugin-import: ^2.26.0
eslint-plugin-node: ^11.1.0
eslint-plugin-svelte3: ^4.0.0
- port-authority: ^2.0.0
- prettier: ^2.5.0
- prettier-plugin-svelte: ^2.5.0
- rimraf: ^3.0.2
- rollup: ^2.60.2
- sirv: ^2.0.0
+ prettier: ^2.6.2
+ rollup: ^2.75.3
svelte: ^3.48.0
- svelte-check: ^2.5.0
- svelte-preprocess: ^4.9.8
- svelte2tsx: ~0.5.0
tiny-glob: ^0.2.9
- turbo: ^1.2.12
- typescript: ~4.7.2
- uvu: ^0.5.2
+ turbo: ^1.2.14
+ typescript: ^4.7.2
devDependencies:
- '@changesets/cli': 2.18.1
- '@playwright/test': 1.21.0
- '@rollup/plugin-commonjs': 21.0.1_rollup@2.60.2
- '@rollup/plugin-json': 4.1.0_rollup@2.60.2
- '@rollup/plugin-node-resolve': 13.0.6_rollup@2.60.2
- '@rollup/plugin-replace': 4.0.0_rollup@2.60.2
- '@sveltejs/eslint-config': github.com/sveltejs/eslint-config/9a7d728e03ac433e5856a6e06775c17ee986d641_gkw6zqb45vzamuxboaylxwizau
+ '@changesets/cli': 2.22.0
+ '@rollup/plugin-commonjs': 21.1.0_rollup@2.75.3
+ '@rollup/plugin-json': 4.1.0_rollup@2.75.3
+ '@rollup/plugin-node-resolve': 13.3.0_rollup@2.75.3
+ '@sveltejs/eslint-config': github.com/sveltejs/eslint-config/9a7d728e03ac433e5856a6e06775c17ee986d641_w4rs2ccfif2v7dzo5nj6mjdwui
'@svitejs/changesets-changelog-github-compact': 0.1.1
- '@types/node': 16.11.36
- '@typescript-eslint/eslint-plugin': 5.5.0_eppsszq5oniehrjggv37iabhsq
- '@typescript-eslint/parser': 5.5.0_wjbecajv6jp5ar2t5o76dcgnbi
- cross-env: 7.0.3
- eslint: 8.3.0
- eslint-plugin-import: 2.25.3_iplecdnqcsfvmje2lfr4noy2lm
- eslint-plugin-node: 11.1.0_eslint@8.3.0
- eslint-plugin-svelte3: 4.0.0_eslint@8.3.0+svelte@3.48.0
- port-authority: 2.0.1
- prettier: 2.5.0
- prettier-plugin-svelte: 2.5.0_gmp72aw2ck6cujyisndesbgjw4
- rimraf: 3.0.2
- rollup: 2.60.2
- sirv: 2.0.0
+ '@typescript-eslint/eslint-plugin': 5.27.0_dszb5tb7atwkjjijmmov4qhi7i
+ '@typescript-eslint/parser': 5.27.0_xztl6dhthcahlo6akmb2bmjmle
+ eslint: 8.16.0
+ eslint-plugin-import: 2.26.0_xsmuhwqsfrjm7m3kqio7zoeziq
+ eslint-plugin-node: 11.1.0_eslint@8.16.0
+ eslint-plugin-svelte3: 4.0.0_vypdqzeyqutkgs6qzc7qod4c64
+ prettier: 2.6.2
+ rollup: 2.75.3
svelte: 3.48.0
- svelte-check: 2.5.0_svelte@3.48.0
- svelte-preprocess: 4.9.8_rxzurg3hjloskwsrdpptpplucy
- svelte2tsx: 0.5.0_rxzurg3hjloskwsrdpptpplucy
tiny-glob: 0.2.9
- turbo: 1.2.12
+ turbo: 1.2.14
typescript: 4.7.2
- uvu: 0.5.2
packages/adapter-auto:
specifiers:
'@sveltejs/adapter-cloudflare': workspace:*
'@sveltejs/adapter-netlify': workspace:*
'@sveltejs/adapter-vercel': workspace:*
+ '@types/node': ^16.11.36
+ typescript: ^4.7.2
dependencies:
'@sveltejs/adapter-cloudflare': link:../adapter-cloudflare
'@sveltejs/adapter-netlify': link:../adapter-netlify
'@sveltejs/adapter-vercel': link:../adapter-vercel
+ devDependencies:
+ '@types/node': 16.11.36
+ typescript: 4.7.2
packages/adapter-cloudflare:
specifiers:
+ '@types/node': ^16.11.36
'@types/ws': ^8.5.3
- esbuild: ^0.14.29
+ esbuild: ^0.14.42
+ typescript: ^4.7.2
worktop: 0.8.0-next.14
dependencies:
- esbuild: 0.14.29
+ esbuild: 0.14.42
worktop: 0.8.0-next.14
devDependencies:
+ '@types/node': 16.11.36
'@types/ws': 8.5.3
+ typescript: 4.7.2
packages/adapter-cloudflare-workers:
specifiers:
'@cloudflare/kv-asset-handler': ^0.2.0
'@iarna/toml': ^2.2.5
- esbuild: ^0.14.29
+ '@types/node': ^16.11.36
+ esbuild: ^0.14.42
+ typescript: ^4.7.2
dependencies:
'@iarna/toml': 2.2.5
- esbuild: 0.14.29
+ esbuild: 0.14.42
devDependencies:
'@cloudflare/kv-asset-handler': 0.2.0
+ '@types/node': 16.11.36
+ typescript: 4.7.2
packages/adapter-netlify:
specifiers:
'@iarna/toml': ^2.2.5
'@netlify/functions': ^1.0.0
+ '@rollup/plugin-commonjs': ^21.1.0
+ '@rollup/plugin-json': ^4.1.0
+ '@rollup/plugin-node-resolve': ^13.3.0
'@sveltejs/kit': workspace:*
+ '@types/node': ^16.11.36
'@types/set-cookie-parser': ^2.4.2
- esbuild: ^0.14.29
+ esbuild: ^0.14.42
+ rimraf: ^3.0.2
+ rollup: ^2.75.3
set-cookie-parser: ^2.4.8
tiny-glob: ^0.2.9
+ typescript: ^4.7.2
+ uvu: ^0.5.3
dependencies:
'@iarna/toml': 2.2.5
- esbuild: 0.14.29
+ esbuild: 0.14.42
set-cookie-parser: 2.4.8
tiny-glob: 0.2.9
devDependencies:
'@netlify/functions': 1.0.0
+ '@rollup/plugin-commonjs': 21.1.0_rollup@2.75.3
+ '@rollup/plugin-json': 4.1.0_rollup@2.75.3
+ '@rollup/plugin-node-resolve': 13.3.0_rollup@2.75.3
'@sveltejs/kit': link:../kit
+ '@types/node': 16.11.36
'@types/set-cookie-parser': 2.4.2
+ rimraf: 3.0.2
+ rollup: 2.75.3
+ typescript: 4.7.2
+ uvu: 0.5.3
packages/adapter-node:
specifiers:
+ '@rollup/plugin-json': ^4.1.0
'@sveltejs/kit': workspace:*
'@types/compression': ^1.7.2
- c8: ^7.10.0
+ '@types/node': ^16.11.36
+ c8: ^7.11.3
compression: ^1.7.4
+ node-fetch: ^3.2.4
polka: ^1.0.0-next.22
+ rimraf: ^3.0.2
+ rollup: ^2.75.3
+ sirv: ^2.0.2
tiny-glob: ^0.2.9
+ typescript: ^4.7.2
+ uvu: ^0.5.3
dependencies:
tiny-glob: 0.2.9
devDependencies:
+ '@rollup/plugin-json': 4.1.0_rollup@2.75.3
'@sveltejs/kit': link:../kit
'@types/compression': 1.7.2
- c8: 7.10.0
+ '@types/node': 16.11.36
+ c8: 7.11.3
compression: 1.7.4
+ node-fetch: 3.2.4
polka: 1.0.0-next.22
+ rimraf: 3.0.2
+ rollup: 2.75.3
+ sirv: 2.0.2
+ typescript: 4.7.2
+ uvu: 0.5.3
packages/adapter-static:
specifiers:
'@sveltejs/kit': workspace:*
+ '@types/node': ^16.11.36
+ playwright-chromium: ^1.22.2
+ port-authority: ^1.2.0
+ sirv: ^2.0.2
+ svelte: ^3.48.0
tiny-glob: ^0.2.9
+ typescript: ^4.7.2
+ uvu: ^0.5.3
dependencies:
tiny-glob: 0.2.9
devDependencies:
'@sveltejs/kit': link:../kit
+ '@types/node': 16.11.36
+ playwright-chromium: 1.22.2
+ port-authority: 1.2.0
+ sirv: 2.0.2
+ svelte: 3.48.0
+ typescript: 4.7.2
+ uvu: 0.5.3
packages/adapter-vercel:
specifiers:
'@sveltejs/kit': workspace:*
- '@vercel/nft': ^0.19.0
- esbuild: ^0.14.29
+ '@types/node': ^16.11.36
+ '@vercel/nft': ^0.19.1
+ esbuild: ^0.14.42
+ typescript: ^4.7.2
dependencies:
'@vercel/nft': 0.19.1
- esbuild: 0.14.29
+ esbuild: 0.14.42
devDependencies:
'@sveltejs/kit': link:../kit
+ '@types/node': 16.11.36
+ typescript: 4.7.2
packages/amp:
specifiers: {}
packages/create-svelte:
specifiers:
+ '@playwright/test': ^1.22.2
'@sveltejs/kit': workspace:*
'@types/gitignore-parser': ^0.0.0
- '@types/prettier': ^2.4.2
+ '@types/prettier': ^2.6.3
'@types/prompts': ^2.0.14
gitignore-parser: ^0.0.2
kleur: ^4.1.4
+ prettier: ^2.6.2
+ prettier-plugin-svelte: ^2.7.0
prompts: ^2.4.2
- sucrase: ^3.20.3
+ sucrase: ^3.21.0
+ svelte: ^3.48.0
+ svelte-preprocess: ^4.10.6
+ tiny-glob: ^0.2.9
dependencies:
kleur: 4.1.4
prompts: 2.4.2
devDependencies:
+ '@playwright/test': 1.22.2
'@sveltejs/kit': link:../kit
'@types/gitignore-parser': 0.0.0
- '@types/prettier': 2.4.2
+ '@types/prettier': 2.6.3
'@types/prompts': 2.0.14
gitignore-parser: 0.0.2
- sucrase: 3.20.3
+ prettier: 2.6.2
+ prettier-plugin-svelte: 2.7.0_kkjbqzpydplecjtkxrgomroeru
+ sucrase: 3.21.0
+ svelte: 3.48.0
+ svelte-preprocess: 4.10.6_svelte@3.48.0
+ tiny-glob: 0.2.9
packages/create-svelte/templates/default:
specifiers:
- '@fontsource/fira-mono': ^4.5.0
+ '@fontsource/fira-mono': ^4.5.8
'@lukeed/uuid': ^2.0.0
'@sveltejs/adapter-auto': workspace:*
'@sveltejs/kit': workspace:*
cookie: ^0.5.0
- svelte: ^3.44.0
- svelte-preprocess: ^4.9.8
- typescript: ~4.6.2
+ svelte: ^3.48.0
+ svelte-preprocess: ^4.10.6
+ typescript: ^4.7.2
dependencies:
- '@fontsource/fira-mono': 4.5.0
+ '@fontsource/fira-mono': 4.5.8
'@lukeed/uuid': 2.0.0
cookie: 0.5.0
devDependencies:
'@sveltejs/adapter-auto': link:../../../adapter-auto
'@sveltejs/kit': link:../../../kit
svelte: 3.48.0
- svelte-preprocess: 4.9.8_c64miirrcucob5yjzfkddrmila
- typescript: 4.6.2
+ svelte-preprocess: 4.10.6_rxzurg3hjloskwsrdpptpplucy
+ typescript: 4.7.2
packages/kit:
specifiers:
+ '@playwright/test': ^1.22.2
+ '@rollup/plugin-replace': ^4.0.0
'@sveltejs/vite-plugin-svelte': ^1.0.0-next.46
'@types/connect': ^3.4.35
- '@types/cookie': ^0.5.0
- '@types/marked': ^4.0.1
+ '@types/cookie': ^0.5.1
+ '@types/marked': ^4.0.3
'@types/mime': ^2.0.3
- '@types/sade': ^1.7.3
+ '@types/node': ^16.11.36
+ '@types/sade': ^1.7.4
'@types/set-cookie-parser': ^2.4.2
chokidar: ^3.5.3
cookie: ^0.5.0
+ cross-env: ^7.0.3
devalue: ^2.0.1
+ eslint: ^8.16.0
kleur: ^4.1.4
locate-character: ^2.0.5
+ marked: ^4.0.16
mime: ^3.0.0
- node-fetch: ^3.1.0
- sade: ^1.7.4
- selfsigned: ^2.0.0
+ node-fetch: ^3.2.4
+ port-authority: ^1.2.0
+ rollup: ^2.75.3
+ sade: ^1.8.1
+ selfsigned: ^2.0.1
set-cookie-parser: ^2.4.8
+ sirv: ^2.0.2
svelte: ^3.48.0
+ svelte-check: ^2.7.1
+ svelte-preprocess: ^4.10.6
+ svelte2tsx: ~0.5.10
+ tiny-glob: ^0.2.9
+ typescript: ^4.7.2
+ uvu: ^0.5.3
vite: ^2.9.9
dependencies:
'@sveltejs/vite-plugin-svelte': 1.0.0-next.46_svelte@3.48.0+vite@2.9.9
chokidar: 3.5.3
- sade: 1.7.4
+ sade: 1.8.1
vite: 2.9.9
devDependencies:
+ '@playwright/test': 1.22.2
+ '@rollup/plugin-replace': 4.0.0_rollup@2.75.3
'@types/connect': 3.4.35
- '@types/cookie': 0.5.0
- '@types/marked': 4.0.1
+ '@types/cookie': 0.5.1
+ '@types/marked': 4.0.3
'@types/mime': 2.0.3
- '@types/sade': 1.7.3
+ '@types/node': 16.11.36
+ '@types/sade': 1.7.4
'@types/set-cookie-parser': 2.4.2
cookie: 0.5.0
+ cross-env: 7.0.3
devalue: 2.0.1
+ eslint: 8.16.0
kleur: 4.1.4
locate-character: 2.0.5
+ marked: 4.0.16
mime: 3.0.0
- node-fetch: 3.1.0
- selfsigned: 2.0.0
+ node-fetch: 3.2.4
+ port-authority: 1.2.0
+ rollup: 2.75.3
+ selfsigned: 2.0.1
set-cookie-parser: 2.4.8
+ sirv: 2.0.2
svelte: 3.48.0
+ svelte-check: 2.7.1_svelte@3.48.0
+ svelte-preprocess: 4.10.6_rxzurg3hjloskwsrdpptpplucy
+ svelte2tsx: 0.5.10_rxzurg3hjloskwsrdpptpplucy
+ tiny-glob: 0.2.9
+ typescript: 4.7.2
+ uvu: 0.5.3
packages/kit/test/apps/amp:
specifiers:
'@sveltejs/amp': workspace:*
'@sveltejs/kit': workspace:*
+ cross-env: ^7.0.3
purify-css: ^1.2.5
+ svelte: ^3.48.0
+ svelte-check: ^2.7.1
+ typescript: ^4.7.2
devDependencies:
'@sveltejs/amp': link:../../../../amp
'@sveltejs/kit': link:../../..
+ cross-env: 7.0.3
purify-css: 1.2.5
+ svelte: 3.48.0
+ svelte-check: 2.7.1_svelte@3.48.0
+ typescript: 4.7.2
packages/kit/test/apps/basics:
specifiers:
'@sveltejs/kit': workspace:*
- marked: ^4.0.5
+ cross-env: ^7.0.3
+ rimraf: ^3.0.2
+ svelte: ^3.48.0
+ svelte-check: ^2.7.1
+ typescript: ^4.7.2
devDependencies:
'@sveltejs/kit': link:../../..
- marked: 4.0.5
+ cross-env: 7.0.3
+ rimraf: 3.0.2
+ svelte: 3.48.0
+ svelte-check: 2.7.1_svelte@3.48.0
+ typescript: 4.7.2
packages/kit/test/apps/options:
specifiers:
'@sveltejs/kit': workspace:*
+ cross-env: ^7.0.3
+ svelte: ^3.48.0
+ svelte-check: ^2.7.1
+ typescript: ^4.7.2
devDependencies:
'@sveltejs/kit': link:../../..
+ cross-env: 7.0.3
+ svelte: 3.48.0
+ svelte-check: 2.7.1_svelte@3.48.0
+ typescript: 4.7.2
packages/kit/test/apps/options-2:
specifiers:
'@sveltejs/adapter-node': workspace:*
'@sveltejs/kit': workspace:*
+ cross-env: ^7.0.3
+ svelte: ^3.48.0
+ svelte-check: ^2.7.1
+ typescript: ^4.7.2
devDependencies:
'@sveltejs/adapter-node': link:../../../../adapter-node
'@sveltejs/kit': link:../../..
+ cross-env: 7.0.3
+ svelte: 3.48.0
+ svelte-check: 2.7.1_svelte@3.48.0
+ typescript: 4.7.2
packages/kit/test/prerendering/basics:
specifiers:
'@sveltejs/kit': workspace:*
+ svelte: ^3.48.0
+ svelte-check: ^2.7.1
+ typescript: ^4.7.2
+ uvu: ^0.5.3
devDependencies:
'@sveltejs/kit': link:../../..
+ svelte: 3.48.0
+ svelte-check: 2.7.1_svelte@3.48.0
+ typescript: 4.7.2
+ uvu: 0.5.3
packages/kit/test/prerendering/disabled:
specifiers:
'@sveltejs/kit': workspace:*
+ svelte: ^3.48.0
+ svelte-check: ^2.7.1
+ typescript: ^4.7.2
+ uvu: ^0.5.3
devDependencies:
'@sveltejs/kit': link:../../..
+ svelte: 3.48.0
+ svelte-check: 2.7.1_svelte@3.48.0
+ typescript: 4.7.2
+ uvu: 0.5.3
packages/kit/test/prerendering/options:
specifiers:
'@sveltejs/kit': workspace:*
+ svelte: ^3.48.0
+ svelte-check: ^2.7.1
+ typescript: ^4.7.2
+ uvu: ^0.5.3
devDependencies:
'@sveltejs/kit': link:../../..
+ svelte: 3.48.0
+ svelte-check: 2.7.1_svelte@3.48.0
+ typescript: 4.7.2
+ uvu: 0.5.3
packages/kit/test/prerendering/paths-base:
specifiers:
'@sveltejs/kit': workspace:*
+ svelte: ^3.48.0
+ svelte-check: ^2.7.1
+ typescript: ^4.7.2
+ uvu: ^0.5.3
devDependencies:
'@sveltejs/kit': link:../../..
+ svelte: 3.48.0
+ svelte-check: 2.7.1_svelte@3.48.0
+ typescript: 4.7.2
+ uvu: 0.5.3
packages/kit/test/prerendering/trailing-slash:
specifiers:
'@sveltejs/kit': workspace:*
+ svelte: ^3.48.0
+ svelte-check: ^2.7.1
+ typescript: ^4.7.2
+ uvu: ^0.5.3
devDependencies:
'@sveltejs/kit': link:../../..
+ svelte: 3.48.0
+ svelte-check: 2.7.1_svelte@3.48.0
+ typescript: 4.7.2
+ uvu: 0.5.3
sites/kit.svelte.dev:
specifiers:
@@ -313,12 +466,12 @@ importers:
'@sveltejs/site-kit': ^2.1.0
'@types/node': ^16.11.36
flexsearch: ^0.7.21
- marked: ^4.0.5
+ marked: ^4.0.16
prism-svelte: ^0.5.0
- prismjs: ^1.26.0
+ prismjs: ^1.28.0
shiki-twoslash: ^3.0.2
- svelte: ^3.43.0
- typescript: ~4.6.2
+ svelte: ^3.48.0
+ typescript: ^4.7.2
vite: ^2.9.9
vite-imagetools: ^4.0.3
devDependencies:
@@ -329,12 +482,12 @@ importers:
'@sveltejs/site-kit': 2.1.0
'@types/node': 16.11.36
flexsearch: 0.7.21
- marked: 4.0.5
+ marked: 4.0.16
prism-svelte: 0.5.0
- prismjs: 1.26.0
+ prismjs: 1.28.0
shiki-twoslash: 3.0.2
svelte: 3.48.0
- typescript: 4.6.2
+ typescript: 4.7.2
vite: 2.9.9
vite-imagetools: 4.0.3
@@ -344,188 +497,7 @@ packages:
resolution: {integrity: sha512-iAXqUn8IIeBTNd72xsFlgaXHkMBMt6y4HJp1tIaK465CWLT/fG1aqB7ykr95gHHmlBdGbFeWWfyB4NJJ0nmeIg==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/highlight': 7.16.10
- dev: true
-
- /@babel/compat-data/7.17.7:
- resolution: {integrity: sha512-p8pdE6j0a29TNGebNm7NzYZWB3xVZJBZ7XGs42uAKzQo8VQ3F0By/cQCtUEABwIqw5zo6WA4NbmxsfzADzMKnQ==}
- engines: {node: '>=6.9.0'}
- dev: true
-
- /@babel/core/7.16.12:
- resolution: {integrity: sha512-dK5PtG1uiN2ikk++5OzSYsitZKny4wOCD0nrO4TqnW4BVBTQ2NGS3NgilvT/TEyxTST7LNyWV/T4tXDoD3fOgg==}
- engines: {node: '>=6.9.0'}
- dependencies:
- '@babel/code-frame': 7.16.7
- '@babel/generator': 7.17.7
- '@babel/helper-compilation-targets': 7.17.7_@babel+core@7.16.12
- '@babel/helper-module-transforms': 7.17.7
- '@babel/helpers': 7.17.8
- '@babel/parser': 7.17.8
- '@babel/template': 7.16.7
- '@babel/traverse': 7.17.3
- '@babel/types': 7.17.0
- convert-source-map: 1.8.0
- debug: 4.3.4
- gensync: 1.0.0-beta.2
- json5: 2.2.1
- semver: 6.3.0
- source-map: 0.5.7
- transitivePeerDependencies:
- - supports-color
- dev: true
-
- /@babel/generator/7.17.7:
- resolution: {integrity: sha512-oLcVCTeIFadUoArDTwpluncplrYBmTCCZZgXCbgNGvOBBiSDDK3eWO4b/+eOTli5tKv1lg+a5/NAXg+nTcei1w==}
- engines: {node: '>=6.9.0'}
- dependencies:
- '@babel/types': 7.17.0
- jsesc: 2.5.2
- source-map: 0.5.7
- dev: true
-
- /@babel/helper-annotate-as-pure/7.16.7:
- resolution: {integrity: sha512-s6t2w/IPQVTAET1HitoowRGXooX8mCgtuP5195wD/QJPV6wYjpujCGF7JuMODVX2ZAJOf1GT6DT9MHEZvLOFSw==}
- engines: {node: '>=6.9.0'}
- dependencies:
- '@babel/types': 7.17.0
- dev: true
-
- /@babel/helper-compilation-targets/7.17.7_@babel+core@7.16.12:
- resolution: {integrity: sha512-UFzlz2jjd8kroj0hmCFV5zr+tQPi1dpC2cRsDV/3IEW8bJfCPrPpmcSN6ZS8RqIq4LXcmpipCQFPddyFA5Yc7w==}
- engines: {node: '>=6.9.0'}
- peerDependencies:
- '@babel/core': ^7.0.0
- dependencies:
- '@babel/compat-data': 7.17.7
- '@babel/core': 7.16.12
- '@babel/helper-validator-option': 7.16.7
- browserslist: 4.20.2
- semver: 6.3.0
- dev: true
-
- /@babel/helper-create-class-features-plugin/7.17.6_@babel+core@7.16.12:
- resolution: {integrity: sha512-SogLLSxXm2OkBbSsHZMM4tUi8fUzjs63AT/d0YQIzr6GSd8Hxsbk2KYDX0k0DweAzGMj/YWeiCsorIdtdcW8Eg==}
- engines: {node: '>=6.9.0'}
- peerDependencies:
- '@babel/core': ^7.0.0
- dependencies:
- '@babel/core': 7.16.12
- '@babel/helper-annotate-as-pure': 7.16.7
- '@babel/helper-environment-visitor': 7.16.7
- '@babel/helper-function-name': 7.16.7
- '@babel/helper-member-expression-to-functions': 7.17.7
- '@babel/helper-optimise-call-expression': 7.16.7
- '@babel/helper-replace-supers': 7.16.7
- '@babel/helper-split-export-declaration': 7.16.7
- transitivePeerDependencies:
- - supports-color
- dev: true
-
- /@babel/helper-environment-visitor/7.16.7:
- resolution: {integrity: sha512-SLLb0AAn6PkUeAfKJCCOl9e1R53pQlGAfc4y4XuMRZfqeMYLE0dM1LMhqbGAlGQY0lfw5/ohoYWAe9V1yibRag==}
- engines: {node: '>=6.9.0'}
- dependencies:
- '@babel/types': 7.17.0
- dev: true
-
- /@babel/helper-function-name/7.16.7:
- resolution: {integrity: sha512-QfDfEnIUyyBSR3HtrtGECuZ6DAyCkYFp7GHl75vFtTnn6pjKeK0T1DB5lLkFvBea8MdaiUABx3osbgLyInoejA==}
- engines: {node: '>=6.9.0'}
- dependencies:
- '@babel/helper-get-function-arity': 7.16.7
- '@babel/template': 7.16.7
- '@babel/types': 7.17.0
- dev: true
-
- /@babel/helper-get-function-arity/7.16.7:
- resolution: {integrity: sha512-flc+RLSOBXzNzVhcLu6ujeHUrD6tANAOU5ojrRx/as+tbzf8+stUCj7+IfRRoAbEZqj/ahXEMsjhOhgeZsrnTw==}
- engines: {node: '>=6.9.0'}
- dependencies:
- '@babel/types': 7.17.0
- dev: true
-
- /@babel/helper-hoist-variables/7.16.7:
- resolution: {integrity: sha512-m04d/0Op34H5v7pbZw6pSKP7weA6lsMvfiIAMeIvkY/R4xQtBSMFEigu9QTZ2qB/9l22vsxtM8a+Q8CzD255fg==}
- engines: {node: '>=6.9.0'}
- dependencies:
- '@babel/types': 7.17.0
- dev: true
-
- /@babel/helper-member-expression-to-functions/7.17.7:
- resolution: {integrity: sha512-thxXgnQ8qQ11W2wVUObIqDL4p148VMxkt5T/qpN5k2fboRyzFGFmKsTGViquyM5QHKUy48OZoca8kw4ajaDPyw==}
- engines: {node: '>=6.9.0'}
- dependencies:
- '@babel/types': 7.17.0
- dev: true
-
- /@babel/helper-module-imports/7.16.7:
- resolution: {integrity: sha512-LVtS6TqjJHFc+nYeITRo6VLXve70xmq7wPhWTqDJusJEgGmkAACWwMiTNrvfoQo6hEhFwAIixNkvB0jPXDL8Wg==}
- engines: {node: '>=6.9.0'}
- dependencies:
- '@babel/types': 7.17.0
- dev: true
-
- /@babel/helper-module-transforms/7.17.7:
- resolution: {integrity: sha512-VmZD99F3gNTYB7fJRDTi+u6l/zxY0BE6OIxPSU7a50s6ZUQkHwSDmV92FfM+oCG0pZRVojGYhkR8I0OGeCVREw==}
- engines: {node: '>=6.9.0'}
- dependencies:
- '@babel/helper-environment-visitor': 7.16.7
- '@babel/helper-module-imports': 7.16.7
- '@babel/helper-simple-access': 7.17.7
- '@babel/helper-split-export-declaration': 7.16.7
- '@babel/helper-validator-identifier': 7.16.7
- '@babel/template': 7.16.7
- '@babel/traverse': 7.17.3
- '@babel/types': 7.17.0
- transitivePeerDependencies:
- - supports-color
- dev: true
-
- /@babel/helper-optimise-call-expression/7.16.7:
- resolution: {integrity: sha512-EtgBhg7rd/JcnpZFXpBy0ze1YRfdm7BnBX4uKMBd3ixa3RGAE002JZB66FJyNH7g0F38U05pXmA5P8cBh7z+1w==}
- engines: {node: '>=6.9.0'}
- dependencies:
- '@babel/types': 7.17.0
- dev: true
-
- /@babel/helper-plugin-utils/7.16.7:
- resolution: {integrity: sha512-Qg3Nk7ZxpgMrsox6HreY1ZNKdBq7K72tDSliA6dCl5f007jR4ne8iD5UzuNnCJH2xBf2BEEVGr+/OL6Gdp7RxA==}
- engines: {node: '>=6.9.0'}
- dev: true
-
- /@babel/helper-replace-supers/7.16.7:
- resolution: {integrity: sha512-y9vsWilTNaVnVh6xiJfABzsNpgDPKev9HnAgz6Gb1p6UUwf9NepdlsV7VXGCftJM+jqD5f7JIEubcpLjZj5dBw==}
- engines: {node: '>=6.9.0'}
- dependencies:
- '@babel/helper-environment-visitor': 7.16.7
- '@babel/helper-member-expression-to-functions': 7.17.7
- '@babel/helper-optimise-call-expression': 7.16.7
- '@babel/traverse': 7.17.3
- '@babel/types': 7.17.0
- transitivePeerDependencies:
- - supports-color
- dev: true
-
- /@babel/helper-simple-access/7.17.7:
- resolution: {integrity: sha512-txyMCGroZ96i+Pxr3Je3lzEJjqwaRC9buMUgtomcrLe5Nd0+fk1h0LLA+ixUF5OW7AhHuQ7Es1WcQJZmZsz2XA==}
- engines: {node: '>=6.9.0'}
- dependencies:
- '@babel/types': 7.17.0
- dev: true
-
- /@babel/helper-skip-transparent-expression-wrappers/7.16.0:
- resolution: {integrity: sha512-+il1gTy0oHwUsBQZyJvukbB4vPMdcYBrFHa0Uc4AizLxbq6BOYC51Rv4tWocX9BLBDLZ4kc6qUFpQ6HRgL+3zw==}
- engines: {node: '>=6.9.0'}
- dependencies:
- '@babel/types': 7.17.0
- dev: true
-
- /@babel/helper-split-export-declaration/7.16.7:
- resolution: {integrity: sha512-xbWoy/PFoxSWazIToT9Sif+jJTlrMcndIsaOKvTA6u7QEo7ilkRZpjew18/W3c7nm8fXdUDXh02VXTbZ0pGDNw==}
- engines: {node: '>=6.9.0'}
- dependencies:
- '@babel/types': 7.17.0
+ '@babel/highlight': 7.17.12
dev: true
/@babel/helper-validator-identifier/7.16.7:
@@ -533,24 +505,8 @@ packages:
engines: {node: '>=6.9.0'}
dev: true
- /@babel/helper-validator-option/7.16.7:
- resolution: {integrity: sha512-TRtenOuRUVo9oIQGPC5G9DgK4743cdxvtOw0weQNpZXaS16SCBi5MNjZF8vba3ETURjZpTbVn7Vvcf2eAwFozQ==}
- engines: {node: '>=6.9.0'}
- dev: true
-
- /@babel/helpers/7.17.8:
- resolution: {integrity: sha512-QcL86FGxpfSJwGtAvv4iG93UL6bmqBdmoVY0CMCU2g+oD2ezQse3PT5Pa+jiD6LJndBQi0EDlpzOWNlLuhz5gw==}
- engines: {node: '>=6.9.0'}
- dependencies:
- '@babel/template': 7.16.7
- '@babel/traverse': 7.17.3
- '@babel/types': 7.17.0
- transitivePeerDependencies:
- - supports-color
- dev: true
-
- /@babel/highlight/7.16.10:
- resolution: {integrity: sha512-5FnTQLSLswEj6IkgVw5KusNUUFY9ZGqe/TRFnP/BKYHYgfh7tc+C7mwiy95/yNP7Dh9x580Vv8r7u7ZfTBFxdw==}
+ /@babel/highlight/7.17.12:
+ resolution: {integrity: sha512-7yykMVF3hfZY2jsHZEEgLc+3x4o1O+fYyULu11GynEUQNwB6lua+IIQn1FiJxNucd5UlyJryrwsOh8PL9Sn8Qg==}
engines: {node: '>=6.9.0'}
dependencies:
'@babel/helper-validator-identifier': 7.16.7
@@ -558,329 +514,25 @@ packages:
js-tokens: 4.0.0
dev: true
- /@babel/parser/7.17.8:
- resolution: {integrity: sha512-BoHhDJrJXqcg+ZL16Xv39H9n+AqJ4pcDrQBGZN+wHxIysrLZ3/ECwCBUch/1zUNhnsXULcONU3Ei5Hmkfk6kiQ==}
- engines: {node: '>=6.0.0'}
- hasBin: true
- dependencies:
- '@babel/types': 7.17.0
- dev: true
-
- /@babel/plugin-proposal-class-properties/7.16.7_@babel+core@7.16.12:
- resolution: {integrity: sha512-IobU0Xme31ewjYOShSIqd/ZGM/r/cuOz2z0MDbNrhF5FW+ZVgi0f2lyeoj9KFPDOAqsYxmLWZte1WOwlvY9aww==}
- engines: {node: '>=6.9.0'}
- peerDependencies:
- '@babel/core': ^7.0.0-0
- dependencies:
- '@babel/core': 7.16.12
- '@babel/helper-create-class-features-plugin': 7.17.6_@babel+core@7.16.12
- '@babel/helper-plugin-utils': 7.16.7
- transitivePeerDependencies:
- - supports-color
- dev: true
-
- /@babel/plugin-proposal-dynamic-import/7.16.7_@babel+core@7.16.12:
- resolution: {integrity: sha512-I8SW9Ho3/8DRSdmDdH3gORdyUuYnk1m4cMxUAdu5oy4n3OfN8flDEH+d60iG7dUfi0KkYwSvoalHzzdRzpWHTg==}
- engines: {node: '>=6.9.0'}
- peerDependencies:
- '@babel/core': ^7.0.0-0
- dependencies:
- '@babel/core': 7.16.12
- '@babel/helper-plugin-utils': 7.16.7
- '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.16.12
- dev: true
-
- /@babel/plugin-proposal-export-namespace-from/7.16.7_@babel+core@7.16.12:
- resolution: {integrity: sha512-ZxdtqDXLRGBL64ocZcs7ovt71L3jhC1RGSyR996svrCi3PYqHNkb3SwPJCs8RIzD86s+WPpt2S73+EHCGO+NUA==}
- engines: {node: '>=6.9.0'}
- peerDependencies:
- '@babel/core': ^7.0.0-0
- dependencies:
- '@babel/core': 7.16.12
- '@babel/helper-plugin-utils': 7.16.7
- '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.16.12
- dev: true
-
- /@babel/plugin-proposal-logical-assignment-operators/7.16.7_@babel+core@7.16.12:
- resolution: {integrity: sha512-K3XzyZJGQCr00+EtYtrDjmwX7o7PLK6U9bi1nCwkQioRFVUv6dJoxbQjtWVtP+bCPy82bONBKG8NPyQ4+i6yjg==}
- engines: {node: '>=6.9.0'}
- peerDependencies:
- '@babel/core': ^7.0.0-0
- dependencies:
- '@babel/core': 7.16.12
- '@babel/helper-plugin-utils': 7.16.7
- '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.16.12
- dev: true
-
- /@babel/plugin-proposal-nullish-coalescing-operator/7.16.7_@babel+core@7.16.12:
- resolution: {integrity: sha512-aUOrYU3EVtjf62jQrCj63pYZ7k6vns2h/DQvHPWGmsJRYzWXZ6/AsfgpiRy6XiuIDADhJzP2Q9MwSMKauBQ+UQ==}
- engines: {node: '>=6.9.0'}
- peerDependencies:
- '@babel/core': ^7.0.0-0
- dependencies:
- '@babel/core': 7.16.12
- '@babel/helper-plugin-utils': 7.16.7
- '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.16.12
- dev: true
-
- /@babel/plugin-proposal-numeric-separator/7.16.7_@babel+core@7.16.12:
- resolution: {integrity: sha512-vQgPMknOIgiuVqbokToyXbkY/OmmjAzr/0lhSIbG/KmnzXPGwW/AdhdKpi+O4X/VkWiWjnkKOBiqJrTaC98VKw==}
- engines: {node: '>=6.9.0'}
- peerDependencies:
- '@babel/core': ^7.0.0-0
- dependencies:
- '@babel/core': 7.16.12
- '@babel/helper-plugin-utils': 7.16.7
- '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.16.12
- dev: true
-
- /@babel/plugin-proposal-optional-chaining/7.16.7_@babel+core@7.16.12:
- resolution: {integrity: sha512-eC3xy+ZrUcBtP7x+sq62Q/HYd674pPTb/77XZMb5wbDPGWIdUbSr4Agr052+zaUPSb+gGRnjxXfKFvx5iMJ+DA==}
- engines: {node: '>=6.9.0'}
- peerDependencies:
- '@babel/core': ^7.0.0-0
- dependencies:
- '@babel/core': 7.16.12
- '@babel/helper-plugin-utils': 7.16.7
- '@babel/helper-skip-transparent-expression-wrappers': 7.16.0
- '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.16.12
- dev: true
-
- /@babel/plugin-proposal-private-methods/7.16.11_@babel+core@7.16.12:
- resolution: {integrity: sha512-F/2uAkPlXDr8+BHpZvo19w3hLFKge+k75XUprE6jaqKxjGkSYcK+4c+bup5PdW/7W/Rpjwql7FTVEDW+fRAQsw==}
- engines: {node: '>=6.9.0'}
- peerDependencies:
- '@babel/core': ^7.0.0-0
- dependencies:
- '@babel/core': 7.16.12
- '@babel/helper-create-class-features-plugin': 7.17.6_@babel+core@7.16.12
- '@babel/helper-plugin-utils': 7.16.7
- transitivePeerDependencies:
- - supports-color
- dev: true
-
- /@babel/plugin-proposal-private-property-in-object/7.16.7_@babel+core@7.16.12:
- resolution: {integrity: sha512-rMQkjcOFbm+ufe3bTZLyOfsOUOxyvLXZJCTARhJr+8UMSoZmqTe1K1BgkFcrW37rAchWg57yI69ORxiWvUINuQ==}
- engines: {node: '>=6.9.0'}
- peerDependencies:
- '@babel/core': ^7.0.0-0
- dependencies:
- '@babel/core': 7.16.12
- '@babel/helper-annotate-as-pure': 7.16.7
- '@babel/helper-create-class-features-plugin': 7.17.6_@babel+core@7.16.12
- '@babel/helper-plugin-utils': 7.16.7
- '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.16.12
- transitivePeerDependencies:
- - supports-color
- dev: true
-
- /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.16.12:
- resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==}
- peerDependencies:
- '@babel/core': ^7.0.0-0
- dependencies:
- '@babel/core': 7.16.12
- '@babel/helper-plugin-utils': 7.16.7
- dev: true
-
- /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.16.12:
- resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==}
- peerDependencies:
- '@babel/core': ^7.0.0-0
- dependencies:
- '@babel/core': 7.16.12
- '@babel/helper-plugin-utils': 7.16.7
- dev: true
-
- /@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.16.12:
- resolution: {integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==}
- peerDependencies:
- '@babel/core': ^7.0.0-0
- dependencies:
- '@babel/core': 7.16.12
- '@babel/helper-plugin-utils': 7.16.7
- dev: true
-
- /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.16.12:
- resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==}
- peerDependencies:
- '@babel/core': ^7.0.0-0
- dependencies:
- '@babel/core': 7.16.12
- '@babel/helper-plugin-utils': 7.16.7
- dev: true
-
- /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.16.12:
- resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==}
- peerDependencies:
- '@babel/core': ^7.0.0-0
- dependencies:
- '@babel/core': 7.16.12
- '@babel/helper-plugin-utils': 7.16.7
- dev: true
-
- /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.16.12:
- resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==}
- peerDependencies:
- '@babel/core': ^7.0.0-0
- dependencies:
- '@babel/core': 7.16.12
- '@babel/helper-plugin-utils': 7.16.7
- dev: true
-
- /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.16.12:
- resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==}
- peerDependencies:
- '@babel/core': ^7.0.0-0
- dependencies:
- '@babel/core': 7.16.12
- '@babel/helper-plugin-utils': 7.16.7
- dev: true
-
- /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.16.12:
- resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==}
- peerDependencies:
- '@babel/core': ^7.0.0-0
- dependencies:
- '@babel/core': 7.16.12
- '@babel/helper-plugin-utils': 7.16.7
- dev: true
-
- /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.16.12:
- resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==}
- peerDependencies:
- '@babel/core': ^7.0.0-0
- dependencies:
- '@babel/core': 7.16.12
- '@babel/helper-plugin-utils': 7.16.7
- dev: true
-
- /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.16.12:
- resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==}
- peerDependencies:
- '@babel/core': ^7.0.0-0
- dependencies:
- '@babel/core': 7.16.12
- '@babel/helper-plugin-utils': 7.16.7
- dev: true
-
- /@babel/plugin-syntax-private-property-in-object/7.14.5_@babel+core@7.16.12:
- resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==}
- engines: {node: '>=6.9.0'}
- peerDependencies:
- '@babel/core': ^7.0.0-0
- dependencies:
- '@babel/core': 7.16.12
- '@babel/helper-plugin-utils': 7.16.7
- dev: true
-
- /@babel/plugin-syntax-typescript/7.16.7_@babel+core@7.16.12:
- resolution: {integrity: sha512-YhUIJHHGkqPgEcMYkPCKTyGUdoGKWtopIycQyjJH8OjvRgOYsXsaKehLVPScKJWAULPxMa4N1vCe6szREFlZ7A==}
- engines: {node: '>=6.9.0'}
- peerDependencies:
- '@babel/core': ^7.0.0-0
- dependencies:
- '@babel/core': 7.16.12
- '@babel/helper-plugin-utils': 7.16.7
- dev: true
-
- /@babel/plugin-transform-modules-commonjs/7.16.8_@babel+core@7.16.12:
- resolution: {integrity: sha512-oflKPvsLT2+uKQopesJt3ApiaIS2HW+hzHFcwRNtyDGieAeC/dIHZX8buJQ2J2X1rxGPy4eRcUijm3qcSPjYcA==}
- engines: {node: '>=6.9.0'}
- peerDependencies:
- '@babel/core': ^7.0.0-0
- dependencies:
- '@babel/core': 7.16.12
- '@babel/helper-module-transforms': 7.17.7
- '@babel/helper-plugin-utils': 7.16.7
- '@babel/helper-simple-access': 7.17.7
- babel-plugin-dynamic-import-node: 2.3.3
- transitivePeerDependencies:
- - supports-color
- dev: true
-
- /@babel/plugin-transform-typescript/7.16.8_@babel+core@7.16.12:
- resolution: {integrity: sha512-bHdQ9k7YpBDO2d0NVfkj51DpQcvwIzIusJ7mEUaMlbZq3Kt/U47j24inXZHQ5MDiYpCs+oZiwnXyKedE8+q7AQ==}
- engines: {node: '>=6.9.0'}
- peerDependencies:
- '@babel/core': ^7.0.0-0
- dependencies:
- '@babel/core': 7.16.12
- '@babel/helper-create-class-features-plugin': 7.17.6_@babel+core@7.16.12
- '@babel/helper-plugin-utils': 7.16.7
- '@babel/plugin-syntax-typescript': 7.16.7_@babel+core@7.16.12
- transitivePeerDependencies:
- - supports-color
- dev: true
-
- /@babel/preset-typescript/7.16.7_@babel+core@7.16.12:
- resolution: {integrity: sha512-WbVEmgXdIyvzB77AQjGBEyYPZx+8tTsO50XtfozQrkW8QB2rLJpH2lgx0TRw5EJrBxOZQ+wCcyPVQvS8tjEHpQ==}
- engines: {node: '>=6.9.0'}
- peerDependencies:
- '@babel/core': ^7.0.0-0
- dependencies:
- '@babel/core': 7.16.12
- '@babel/helper-plugin-utils': 7.16.7
- '@babel/helper-validator-option': 7.16.7
- '@babel/plugin-transform-typescript': 7.16.8_@babel+core@7.16.12
- transitivePeerDependencies:
- - supports-color
- dev: true
-
- /@babel/runtime/7.16.3:
- resolution: {integrity: sha512-WBwekcqacdY2e9AF/Q7WLFUWmdJGJTkbjqTjoMDgXkVZ3ZRUvOPsLb5KdwISoQVsbP+DQzVZW4Zhci0DvpbNTQ==}
+ /@babel/runtime/7.18.3:
+ resolution: {integrity: sha512-38Y8f7YUhce/K7RMwTp7m0uCumpv9hZkitCbBClqQIow1qSbCvGkcegKOXpEWCQLfWmevgRiWokZ1GkpfhbZug==}
engines: {node: '>=6.9.0'}
dependencies:
regenerator-runtime: 0.13.9
dev: true
- /@babel/template/7.16.7:
- resolution: {integrity: sha512-I8j/x8kHUrbYRTUxXrrMbfCa7jxkE7tZre39x3kjr9hvI82cK1FfqLygotcWN5kdPGWcLdWMHpSBavse5tWw3w==}
- engines: {node: '>=6.9.0'}
- dependencies:
- '@babel/code-frame': 7.16.7
- '@babel/parser': 7.17.8
- '@babel/types': 7.17.0
- dev: true
-
- /@babel/traverse/7.17.3:
- resolution: {integrity: sha512-5irClVky7TxRWIRtxlh2WPUUOLhcPN06AGgaQSB8AEwuyEBgJVuJ5imdHm5zxk8w0QS5T+tDfnDxAlhWjpb7cw==}
- engines: {node: '>=6.9.0'}
- dependencies:
- '@babel/code-frame': 7.16.7
- '@babel/generator': 7.17.7
- '@babel/helper-environment-visitor': 7.16.7
- '@babel/helper-function-name': 7.16.7
- '@babel/helper-hoist-variables': 7.16.7
- '@babel/helper-split-export-declaration': 7.16.7
- '@babel/parser': 7.17.8
- '@babel/types': 7.17.0
- debug: 4.3.4
- globals: 11.12.0
- transitivePeerDependencies:
- - supports-color
- dev: true
-
- /@babel/types/7.17.0:
- resolution: {integrity: sha512-TmKSNO4D5rzhL5bjWFcVHHLETzfQ/AmbKpKPOSjlP0WoHZ6L911fgoOKY4Alp/emzG4cHJdyN49zpgkbXFEHHw==}
- engines: {node: '>=6.9.0'}
- dependencies:
- '@babel/helper-validator-identifier': 7.16.7
- to-fast-properties: 2.0.0
- dev: true
-
/@bcoe/v8-coverage/0.2.3:
resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==}
dev: true
- /@changesets/apply-release-plan/5.0.3:
- resolution: {integrity: sha512-V15OPq/GyaRB3FA0hEV0V21OhsxXcPAOUeXFF9VKKPl9XkB+nDndvUcqUfr06OeeXczP8+1aCB9N+bazbfa0TQ==}
+ /@changesets/apply-release-plan/6.0.0:
+ resolution: {integrity: sha512-gp6nIdVdfYdwKww2+f8whckKmvfE4JEm4jJgBhTmooi0uzHWhnxvk6JIzQi89qEAMINN0SeVNnXiAtbFY0Mj3w==}
dependencies:
- '@babel/runtime': 7.16.3
- '@changesets/config': 1.6.3
+ '@babel/runtime': 7.18.3
+ '@changesets/config': 2.0.0
'@changesets/get-version-range-type': 0.3.2
- '@changesets/git': 1.2.1
- '@changesets/types': 4.0.2
+ '@changesets/git': 1.3.2
+ '@changesets/types': 5.0.0
'@manypkg/get-packages': 1.1.3
detect-indent: 6.1.0
fs-extra: 7.0.1
@@ -891,63 +543,71 @@ packages:
semver: 5.7.1
dev: true
- /@changesets/assemble-release-plan/5.0.3:
- resolution: {integrity: sha512-GmGRn+8gSJgMAIJLtujtRjKlkQhtLnRaa5ygq5xAEUVxgB+Xrd2/TTl7Sw9KU1sF9FprhbvoxFsBICOu+gjX3w==}
+ /@changesets/assemble-release-plan/5.1.2:
+ resolution: {integrity: sha512-nOFyDw4APSkY/vh5WNwGEtThPgEjVShp03PKVdId6wZTJALVcAALCSLmDRfeqjE2z9EsGJb7hZdDlziKlnqZgw==}
dependencies:
- '@babel/runtime': 7.16.3
+ '@babel/runtime': 7.18.3
'@changesets/errors': 0.1.4
- '@changesets/get-dependents-graph': 1.2.4
- '@changesets/types': 4.0.2
+ '@changesets/get-dependents-graph': 1.3.2
+ '@changesets/types': 5.0.0
'@manypkg/get-packages': 1.1.3
semver: 5.7.1
dev: true
- /@changesets/cli/2.18.1:
- resolution: {integrity: sha512-QtL9neDH7yrfHeYk3miDUR+K4BwY+S7mRLwhjB4V+G2aPmzdHSLf+Db1nwEH52ZsAABSlWjCZnLCFl84kUrOLA==}
+ /@changesets/changelog-git/0.1.11:
+ resolution: {integrity: sha512-sWJvAm+raRPeES9usNpZRkooeEB93lOpUN0Lmjz5vhVAb7XGIZrHEJ93155bpE1S0c4oJ5Di9ZWgzIwqhWP/Wg==}
+ dependencies:
+ '@changesets/types': 5.0.0
+ dev: true
+
+ /@changesets/cli/2.22.0:
+ resolution: {integrity: sha512-4bA3YoBkd5cm5WUxmrR2N9WYE7EeQcM+R3bVYMUj2NvffkQVpU3ckAI+z8UICoojq+HRl2OEwtz+S5UBmYY4zw==}
hasBin: true
dependencies:
- '@babel/runtime': 7.16.3
- '@changesets/apply-release-plan': 5.0.3
- '@changesets/assemble-release-plan': 5.0.3
- '@changesets/config': 1.6.3
+ '@babel/runtime': 7.18.3
+ '@changesets/apply-release-plan': 6.0.0
+ '@changesets/assemble-release-plan': 5.1.2
+ '@changesets/changelog-git': 0.1.11
+ '@changesets/config': 2.0.0
'@changesets/errors': 0.1.4
- '@changesets/get-dependents-graph': 1.2.4
- '@changesets/get-release-plan': 3.0.3
- '@changesets/git': 1.2.1
+ '@changesets/get-dependents-graph': 1.3.2
+ '@changesets/get-release-plan': 3.0.8
+ '@changesets/git': 1.3.2
'@changesets/logger': 0.0.5
- '@changesets/pre': 1.0.8
- '@changesets/read': 0.5.2
- '@changesets/types': 4.0.2
- '@changesets/write': 0.1.6
+ '@changesets/pre': 1.0.11
+ '@changesets/read': 0.5.5
+ '@changesets/types': 5.0.0
+ '@changesets/write': 0.1.8
'@manypkg/get-packages': 1.1.3
+ '@types/is-ci': 3.0.0
'@types/semver': 6.2.3
- boxen: 1.3.0
chalk: 2.4.2
enquirer: 2.3.6
external-editor: 3.1.0
fs-extra: 7.0.1
human-id: 1.0.2
- is-ci: 2.0.0
+ is-ci: 3.0.1
meow: 6.1.1
outdent: 0.5.0
p-limit: 2.3.0
preferred-pm: 3.0.3
+ resolve-from: 5.0.0
semver: 5.7.1
spawndamnit: 2.0.0
term-size: 2.2.1
tty-table: 2.8.13
dev: true
- /@changesets/config/1.6.3:
- resolution: {integrity: sha512-J1PwxgAdvUZpvASFnzPQ1ixl20Pn42UmaqozqBlWENQDbCO/VlmianctCmwwBeR0RR/cx7oIC/ACbR1fy7mXTw==}
+ /@changesets/config/2.0.0:
+ resolution: {integrity: sha512-r5bIFY6CN3K6SQ+HZbjyE3HXrBIopONR47mmX7zUbORlybQXtympq9rVAOzc0Oflbap8QeIexc+hikfZoREXDg==}
dependencies:
'@changesets/errors': 0.1.4
- '@changesets/get-dependents-graph': 1.2.4
+ '@changesets/get-dependents-graph': 1.3.2
'@changesets/logger': 0.0.5
- '@changesets/types': 4.0.2
+ '@changesets/types': 5.0.0
'@manypkg/get-packages': 1.1.3
fs-extra: 7.0.1
- micromatch: 4.0.4
+ micromatch: 4.0.5
dev: true
/@changesets/errors/0.1.4:
@@ -956,10 +616,10 @@ packages:
extendable-error: 0.1.7
dev: true
- /@changesets/get-dependents-graph/1.2.4:
- resolution: {integrity: sha512-53lYhG9RFW5YIilMSo2TpZ3ocAkK3KENkiWhXYrbyXSt6SPOsIWW1wtialTJOqiuC7Lrdlazd5AHvGH7nlV4fg==}
+ /@changesets/get-dependents-graph/1.3.2:
+ resolution: {integrity: sha512-tsqA6qZRB86SQuApSoDvI8yEWdyIlo/WLI4NUEdhhxLMJ0dapdeT6rUZRgSZzK1X2nv5YwR0MxQBbDAiDibKrg==}
dependencies:
- '@changesets/types': 4.0.2
+ '@changesets/types': 5.0.0
'@manypkg/get-packages': 1.1.3
chalk: 2.4.2
fs-extra: 7.0.1
@@ -975,15 +635,15 @@ packages:
- encoding
dev: true
- /@changesets/get-release-plan/3.0.3:
- resolution: {integrity: sha512-94UQ3x9i+sXPiwC0Z6fFooal67oWuf0MvA+mYMBqOWLbjYLnxAV8CPZAnXw4yiZbb6Oycf0NvFrC1aZGl1uNSQ==}
+ /@changesets/get-release-plan/3.0.8:
+ resolution: {integrity: sha512-TJYiWNuP0Lzu2dL/KHuk75w7TkiE5HqoYirrXF7SJIxkhlgH9toQf2C7IapiFTObtuF1qDN8HJAX1CuIOwXldg==}
dependencies:
- '@babel/runtime': 7.16.3
- '@changesets/assemble-release-plan': 5.0.3
- '@changesets/config': 1.6.3
- '@changesets/pre': 1.0.8
- '@changesets/read': 0.5.2
- '@changesets/types': 4.0.2
+ '@babel/runtime': 7.18.3
+ '@changesets/assemble-release-plan': 5.1.2
+ '@changesets/config': 2.0.0
+ '@changesets/pre': 1.0.11
+ '@changesets/read': 0.5.5
+ '@changesets/types': 5.0.0
'@manypkg/get-packages': 1.1.3
dev: true
@@ -991,12 +651,12 @@ packages:
resolution: {integrity: sha512-SVqwYs5pULYjYT4op21F2pVbcrca4qA/bAA3FmFXKMN7Y+HcO8sbZUTx3TAy2VXulP2FACd1aC7f2nTuqSPbqg==}
dev: true
- /@changesets/git/1.2.1:
- resolution: {integrity: sha512-Qkubed8zg4/YOXnR97ZOocKXncjLMc185jSKu3ah5TgCpwMcK1EMkGcmpf3U8EHtQbh9pRKAxlfGq376WPPyPA==}
+ /@changesets/git/1.3.2:
+ resolution: {integrity: sha512-p5UL+urAg0Nnpt70DLiBe2iSsMcDubTo9fTOD/61krmcJ466MGh71OHwdAwu1xG5+NKzeysdy1joRTg8CXcEXA==}
dependencies:
- '@babel/runtime': 7.16.3
+ '@babel/runtime': 7.18.3
'@changesets/errors': 0.1.4
- '@changesets/types': 4.0.2
+ '@changesets/types': 5.0.0
'@manypkg/get-packages': 1.1.3
is-subdir: 1.2.0
spawndamnit: 2.0.0
@@ -1008,45 +668,49 @@ packages:
chalk: 2.4.2
dev: true
- /@changesets/parse/0.3.10:
- resolution: {integrity: sha512-Zqw4NozzYKsfULxeQaSXCEHeGfaxa/eDIf5F1NWi7sP5xtVTh9M3bnzQXgjQKqfUG2nlmx9BUtFwmpVML7Pu3Q==}
+ /@changesets/parse/0.3.13:
+ resolution: {integrity: sha512-wh9Ifa0dungY6d2nMz6XxF6FZ/1I7j+mEgPAqrIyKS64nifTh1Ua82qKKMMK05CL7i4wiB2NYc3SfnnCX3RVeA==}
dependencies:
- '@changesets/types': 4.0.2
+ '@changesets/types': 5.0.0
js-yaml: 3.14.1
dev: true
- /@changesets/pre/1.0.8:
- resolution: {integrity: sha512-QLMSo0awYU6k2FqepGaizcraDit+lJpHoCdRXQdP9Bdn4ejf6PLzq4pi+uhb0aXM5XzDOVSROle+k4gO8v7slw==}
+ /@changesets/pre/1.0.11:
+ resolution: {integrity: sha512-CXZnt4SV9waaC9cPLm7818+SxvLKIDHUxaiTXnJYDp1c56xIexx1BNfC1yMuOdzO2a3rAIcZua5Odxr3dwSKfg==}
dependencies:
- '@babel/runtime': 7.16.3
+ '@babel/runtime': 7.18.3
'@changesets/errors': 0.1.4
- '@changesets/types': 4.0.2
+ '@changesets/types': 5.0.0
'@manypkg/get-packages': 1.1.3
fs-extra: 7.0.1
dev: true
- /@changesets/read/0.5.2:
- resolution: {integrity: sha512-spI5uMYsyZfuXbZmUAQhXitu09YZ6iwmEE1QJnJkAPFLkpt5uEgyG9EnP3HRkGSkmLy8c+3pYIR2bbhxbZIm6w==}
+ /@changesets/read/0.5.5:
+ resolution: {integrity: sha512-bzonrPWc29Tsjvgh+8CqJ0apQOwWim0zheeD4ZK44ApSa/GudnZJTODtA3yNOOuQzeZmL0NUebVoHIurtIkA7w==}
dependencies:
- '@babel/runtime': 7.16.3
- '@changesets/git': 1.2.1
+ '@babel/runtime': 7.18.3
+ '@changesets/git': 1.3.2
'@changesets/logger': 0.0.5
- '@changesets/parse': 0.3.10
- '@changesets/types': 4.0.2
+ '@changesets/parse': 0.3.13
+ '@changesets/types': 5.0.0
chalk: 2.4.2
fs-extra: 7.0.1
p-filter: 2.1.0
dev: true
- /@changesets/types/4.0.2:
- resolution: {integrity: sha512-OeDaB7D+WVy/ErymPzFm58IeGvz4DOl+oedyZETfnkfMezF/Uhrm1Ub6MHrO5LcAaQTW+ptDmr0fmaVyoTxgHw==}
+ /@changesets/types/4.1.0:
+ resolution: {integrity: sha512-LDQvVDv5Kb50ny2s25Fhm3d9QSZimsoUGBsUioj6MC3qbMUCuC8GPIvk/M6IvXx3lYhAs0lwWUQLb+VIEUCECw==}
+ dev: true
+
+ /@changesets/types/5.0.0:
+ resolution: {integrity: sha512-IT1kBLSbAgTS4WtpU6P5ko054hq12vk4tgeIFRVE7Vnm4a/wgbNvBalgiKP0MjEXbCkZbItiGQHkCGxYWR55sA==}
dev: true
- /@changesets/write/0.1.6:
- resolution: {integrity: sha512-JWE2gJs9eHhorxqembkf43fllKlCz+sp1TJKSheaWfhWILMHPdfa/xQG4+sMZkISo1qZ+IlJyiBLha6iGGjXyA==}
+ /@changesets/write/0.1.8:
+ resolution: {integrity: sha512-oIHeFVMuP6jf0TPnKPpaFpvvAf3JBc+s2pmVChbeEgQTBTALoF51Z9kqxQfG4XONZPHZnqkmy564c7qohhhhTQ==}
dependencies:
- '@babel/runtime': 7.16.3
- '@changesets/types': 4.0.2
+ '@babel/runtime': 7.18.3
+ '@changesets/types': 5.0.0
fs-extra: 7.0.1
human-id: 1.0.2
prettier: 1.19.1
@@ -1058,34 +722,34 @@ packages:
mime: 3.0.0
dev: true
- /@eslint/eslintrc/1.0.4:
- resolution: {integrity: sha512-h8Vx6MdxwWI2WM8/zREHMoqdgLNXEL4QX3MWSVMdyNJGvXVOs+6lp+m2hc3FnuMHDc4poxFNI20vCk0OmI4G0Q==}
+ /@eslint/eslintrc/1.3.0:
+ resolution: {integrity: sha512-UWW0TMTmk2d7hLcWD1/e2g5HDM/HQ3csaLSqXCfqwh4uNDuNqlaKWXmEsL4Cs41Z0KnILNvwbHAah3C2yt06kw==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dependencies:
ajv: 6.12.6
debug: 4.3.4
- espree: 9.1.0
- globals: 13.12.0
- ignore: 4.0.6
+ espree: 9.3.2
+ globals: 13.15.0
+ ignore: 5.2.0
import-fresh: 3.3.0
js-yaml: 4.1.0
- minimatch: 3.0.4
+ minimatch: 3.1.2
strip-json-comments: 3.1.1
transitivePeerDependencies:
- supports-color
dev: true
- /@fontsource/fira-mono/4.5.0:
- resolution: {integrity: sha512-KE+d3wmgq/YKM0BqgUF7p2yeBNi805Nfof1lC1wJ7E9i2EWoC363sGdKG+MQBVm+ei3GYZu+Bo8Xha1w1pkB7g==}
+ /@fontsource/fira-mono/4.5.8:
+ resolution: {integrity: sha512-sFuSPB/Km8B1fy3CH0NqO5Nb4GmVMzp3XFaw6MwK293xhm3OnB68QJawwTTjLewcrS78wOTAhTUB058qxurJoQ==}
dev: false
- /@humanwhocodes/config-array/0.6.0:
- resolution: {integrity: sha512-JQlEKbcgEUjBFhLIF4iqM7u/9lwgHRBcpHrmUNCALK0Q3amXN6lxdoXLnF0sm11E9VqTmBALR87IlUg1bZ8A9A==}
+ /@humanwhocodes/config-array/0.9.5:
+ resolution: {integrity: sha512-ObyMyWxZiCu/yTisA7uzx81s40xR2fD5Cg/2Kq7G02ajkNubJf6BopgDTmDyc3U7sXpNKM8cYOw7s7Tyr+DnCw==}
engines: {node: '>=10.10.0'}
dependencies:
'@humanwhocodes/object-schema': 1.2.1
debug: 4.3.4
- minimatch: 3.0.4
+ minimatch: 3.1.2
transitivePeerDependencies:
- supports-color
dev: true
@@ -1103,15 +767,20 @@ packages:
engines: {node: '>=8'}
dev: true
- /@jest/types/27.5.1:
- resolution: {integrity: sha512-Cx46iJ9QpwQTjIdq5VJu2QTMMs3QlEjI0x1QbBP5W1+nMzyc2XmimiRR/CbX9TO0cPTeUlxWMOu8mslYsJ8DEw==}
- engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0}
+ /@jridgewell/resolve-uri/3.0.7:
+ resolution: {integrity: sha512-8cXDaBBHOr2pQ7j77Y6Vp5VDT2sIqWyWQ56TjEq4ih/a4iST3dItRe8Q9fp0rrIl9DoKhWQtUQz/YpOxLkXbNA==}
+ engines: {node: '>=6.0.0'}
+ dev: true
+
+ /@jridgewell/sourcemap-codec/1.4.13:
+ resolution: {integrity: sha512-GryiOJmNcWbovBxTfZSF71V/mXbgcV3MewDe3kIMCLyIh5e7SKAeUZs+rMnJ8jkMolZ/4/VsdBmMrw3l+VdZ3w==}
+ dev: true
+
+ /@jridgewell/trace-mapping/0.3.13:
+ resolution: {integrity: sha512-o1xbKhp9qnIAoHJSWd6KlCZfqslL4valSF81H8ImioOAxluWYWOpWkpyktY2vnt4tbrX9XYaxovq6cgowaJp2w==}
dependencies:
- '@types/istanbul-lib-coverage': 2.0.4
- '@types/istanbul-reports': 3.0.1
- '@types/node': 17.0.21
- '@types/yargs': 16.0.4
- chalk: 4.1.2
+ '@jridgewell/resolve-uri': 3.0.7
+ '@jridgewell/sourcemap-codec': 1.4.13
dev: true
/@lukeed/csprng/1.0.1:
@@ -1129,8 +798,8 @@ packages:
/@manypkg/find-root/1.1.0:
resolution: {integrity: sha512-mki5uBvhHzO8kYYix/WRy2WX8S3B5wdVSc9D6KcU5lQNglP2yt58/VfLuAK49glRXChosY8ap2oJ1qgma3GUVA==}
dependencies:
- '@babel/runtime': 7.16.3
- '@types/node': 12.20.37
+ '@babel/runtime': 7.18.3
+ '@types/node': 12.20.52
find-up: 4.1.0
fs-extra: 8.1.0
dev: true
@@ -1138,11 +807,11 @@ packages:
/@manypkg/get-packages/1.1.3:
resolution: {integrity: sha512-fo+QhuU3qE/2TQMQmbVMqaQ6EWbMhi4ABWP+O4AM1NqPBuy0OrApV5LO6BrrgnhtAHS2NH6RrVk9OL181tTi8A==}
dependencies:
- '@babel/runtime': 7.16.3
- '@changesets/types': 4.0.2
+ '@babel/runtime': 7.18.3
+ '@changesets/types': 4.1.0
'@manypkg/find-root': 1.1.0
fs-extra: 8.1.0
- globby: 11.0.4
+ globby: 11.1.0
read-yaml-file: 1.1.0
dev: true
@@ -1150,14 +819,14 @@ packages:
resolution: {integrity: sha512-aDF3S3rK9Q2gey/WAttUlISduDItz5BU3306M9Eyv6/oS40aMprnopshtlKTykxRNIBEZuRMaZAnbrQ4QtKGyw==}
hasBin: true
dependencies:
- detect-libc: 2.0.0
- https-proxy-agent: 5.0.0
+ detect-libc: 2.0.1
+ https-proxy-agent: 5.0.1
make-dir: 3.1.0
node-fetch: 2.6.7
nopt: 5.0.0
npmlog: 5.0.1
rimraf: 3.0.2
- semver: 7.3.5
+ semver: 7.3.7
tar: 6.1.11
transitivePeerDependencies:
- encoding
@@ -1192,106 +861,70 @@ packages:
fastq: 1.13.0
dev: true
- /@playwright/test/1.21.0:
- resolution: {integrity: sha512-jvgN3ZeAG6rw85z4u9Rc4uyj6qIaYlq2xrOtS7J2+CDYhzKOttab9ix9ELcvBOCHuQ6wgTfxfJYdh6DRZmQ9hg==}
- engines: {node: '>=12'}
+ /@playwright/test/1.22.2:
+ resolution: {integrity: sha512-cCl96BEBGPtptFz7C2FOSN3PrTnJ3rPpENe+gYCMx4GNNDlN4tmo2D89y13feGKTMMAIVrXfSQ/UmaQKLy1XLA==}
+ engines: {node: '>=14'}
hasBin: true
dependencies:
- '@babel/code-frame': 7.16.7
- '@babel/core': 7.16.12
- '@babel/helper-plugin-utils': 7.16.7
- '@babel/plugin-proposal-class-properties': 7.16.7_@babel+core@7.16.12
- '@babel/plugin-proposal-dynamic-import': 7.16.7_@babel+core@7.16.12
- '@babel/plugin-proposal-export-namespace-from': 7.16.7_@babel+core@7.16.12
- '@babel/plugin-proposal-logical-assignment-operators': 7.16.7_@babel+core@7.16.12
- '@babel/plugin-proposal-nullish-coalescing-operator': 7.16.7_@babel+core@7.16.12
- '@babel/plugin-proposal-numeric-separator': 7.16.7_@babel+core@7.16.12
- '@babel/plugin-proposal-optional-chaining': 7.16.7_@babel+core@7.16.12
- '@babel/plugin-proposal-private-methods': 7.16.11_@babel+core@7.16.12
- '@babel/plugin-proposal-private-property-in-object': 7.16.7_@babel+core@7.16.12
- '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.16.12
- '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.16.12
- '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.16.12
- '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.16.12
- '@babel/plugin-transform-modules-commonjs': 7.16.8_@babel+core@7.16.12
- '@babel/preset-typescript': 7.16.7_@babel+core@7.16.12
- colors: 1.4.0
- commander: 8.3.0
- debug: 4.3.3
- expect: 27.2.5
- jest-matcher-utils: 27.2.5
- json5: 2.2.1
- mime: 3.0.0
- minimatch: 3.0.4
- ms: 2.1.3
- open: 8.4.0
- pirates: 4.0.4
- playwright-core: 1.21.0
- rimraf: 3.0.2
- source-map-support: 0.4.18
- stack-utils: 2.0.5
- yazl: 2.5.1
- transitivePeerDependencies:
- - bufferutil
- - supports-color
- - utf-8-validate
+ '@types/node': 16.11.36
+ playwright-core: 1.22.2
dev: true
/@polka/url/1.0.0-next.21:
resolution: {integrity: sha512-a5Sab1C4/icpTZVzZc5Ghpz88yQtGOyNqYXcZgOssB2uuAr+wF/MvN6bgtW32q7HHrvBki+BsZ0OuNv6EV3K9g==}
dev: true
- /@rollup/plugin-commonjs/21.0.1_rollup@2.60.2:
- resolution: {integrity: sha512-EA+g22lbNJ8p5kuZJUYyhhDK7WgJckW5g4pNN7n4mAFUM96VuwUnNT3xr2Db2iCZPI1pJPbGyfT5mS9T1dHfMg==}
+ /@rollup/plugin-commonjs/21.1.0_rollup@2.75.3:
+ resolution: {integrity: sha512-6ZtHx3VHIp2ReNNDxHjuUml6ur+WcQ28N1yHgCQwsbNkQg2suhxGMDQGJOn/KuDxKtd1xuZP5xSTwBA4GQ8hbA==}
engines: {node: '>= 8.0.0'}
peerDependencies:
rollup: ^2.38.3
dependencies:
- '@rollup/pluginutils': 3.1.0_rollup@2.60.2
+ '@rollup/pluginutils': 3.1.0_rollup@2.75.3
commondir: 1.0.1
estree-walker: 2.0.2
- glob: 7.2.0
+ glob: 7.2.3
is-reference: 1.2.1
- magic-string: 0.25.7
- resolve: 1.20.0
- rollup: 2.60.2
+ magic-string: 0.25.9
+ resolve: 1.22.0
+ rollup: 2.75.3
dev: true
- /@rollup/plugin-json/4.1.0_rollup@2.60.2:
+ /@rollup/plugin-json/4.1.0_rollup@2.75.3:
resolution: {integrity: sha512-yfLbTdNS6amI/2OpmbiBoW12vngr5NW2jCJVZSBEz+H5KfUJZ2M7sDjk0U6GOOdCWFVScShte29o9NezJ53TPw==}
peerDependencies:
rollup: ^1.20.0 || ^2.0.0
dependencies:
- '@rollup/pluginutils': 3.1.0_rollup@2.60.2
- rollup: 2.60.2
+ '@rollup/pluginutils': 3.1.0_rollup@2.75.3
+ rollup: 2.75.3
dev: true
- /@rollup/plugin-node-resolve/13.0.6_rollup@2.60.2:
- resolution: {integrity: sha512-sFsPDMPd4gMqnh2gS0uIxELnoRUp5kBl5knxD2EO0778G1oOJv4G1vyT2cpWz75OU2jDVcXhjVUuTAczGyFNKA==}
+ /@rollup/plugin-node-resolve/13.3.0_rollup@2.75.3:
+ resolution: {integrity: sha512-Lus8rbUo1eEcnS4yTFKLZrVumLPY+YayBdWXgFSHYhTT2iJbMhoaaBL3xl5NCdeRytErGr8tZ0L71BMRmnlwSw==}
engines: {node: '>= 10.0.0'}
peerDependencies:
rollup: ^2.42.0
dependencies:
- '@rollup/pluginutils': 3.1.0_rollup@2.60.2
+ '@rollup/pluginutils': 3.1.0_rollup@2.75.3
'@types/resolve': 1.17.1
- builtin-modules: 3.2.0
deepmerge: 4.2.2
+ is-builtin-module: 3.1.0
is-module: 1.0.0
- resolve: 1.20.0
- rollup: 2.60.2
+ resolve: 1.22.0
+ rollup: 2.75.3
dev: true
- /@rollup/plugin-replace/4.0.0_rollup@2.60.2:
+ /@rollup/plugin-replace/4.0.0_rollup@2.75.3:
resolution: {integrity: sha512-+rumQFiaNac9y64OHtkHGmdjm7us9bo1PlbgQfdihQtuNxzjpaB064HbRnewUOggLQxVCCyINfStkgmBeQpv1g==}
peerDependencies:
rollup: ^1.20.0 || ^2.0.0
dependencies:
- '@rollup/pluginutils': 3.1.0_rollup@2.60.2
- magic-string: 0.25.7
- rollup: 2.60.2
+ '@rollup/pluginutils': 3.1.0_rollup@2.75.3
+ magic-string: 0.25.9
+ rollup: 2.75.3
dev: true
- /@rollup/pluginutils/3.1.0_rollup@2.60.2:
+ /@rollup/pluginutils/3.1.0_rollup@2.75.3:
resolution: {integrity: sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==}
engines: {node: '>= 8.0.0'}
peerDependencies:
@@ -1299,16 +932,8 @@ packages:
dependencies:
'@types/estree': 0.0.39
estree-walker: 1.0.1
- picomatch: 2.3.0
- rollup: 2.60.2
- dev: true
-
- /@rollup/pluginutils/4.1.2:
- resolution: {integrity: sha512-ROn4qvkxP9SyPeHaf7uQC/GPFY6L/OWy9+bd9AwcjOAWQwxRscoEyAUD8qCY5o5iL4jqQwoLk2kaTKJPb/HwzQ==}
- engines: {node: '>= 8.0.0'}
- dependencies:
- estree-walker: 2.0.2
- picomatch: 2.3.0
+ picomatch: 2.3.1
+ rollup: 2.75.3
dev: true
/@rollup/pluginutils/4.2.1:
@@ -1317,7 +942,6 @@ packages:
dependencies:
estree-walker: 2.0.2
picomatch: 2.3.1
- dev: false
/@sveltejs/site-kit/2.1.0:
resolution: {integrity: sha512-nJddyYdBHXmiyhIAq0DQZpEjJ0B2Up4NCg08gVZuUxuOsshjUK8wZ5kuszP3Tl/q176MxFbceJo2Me4fj9bu9w==}
@@ -1353,7 +977,7 @@ packages:
engines: {node: ^12.20 || ^14.13.1 || >= 16}
dependencies:
'@changesets/get-github-info': 0.5.0
- dotenv: 16.0.0
+ dotenv: 16.0.1
transitivePeerDependencies:
- encoding
dev: true
@@ -1362,7 +986,7 @@ packages:
resolution: {integrity: sha512-ALYone6pm6QmwZoAgeyNksccT9Q4AWZQ6PvfwR37GT6r6FWUPguq6sUmNGSMV2Wr761oQoBxwGGa6DR5o1DC9g==}
dependencies:
'@types/connect': 3.4.35
- '@types/node': 17.0.21
+ '@types/node': 17.0.36
dev: true
/@types/compression/1.7.2:
@@ -1374,25 +998,25 @@ packages:
/@types/connect/3.4.35:
resolution: {integrity: sha512-cdeYyv4KWoEgpBISTxWvqYsVy444DOqehiF3fM3ne10AmJ62RSyNkUnxMJXHQWRQQX2eR94m5y1IZyDwBjV9FQ==}
dependencies:
- '@types/node': 17.0.21
+ '@types/node': 16.11.36
dev: true
- /@types/cookie/0.5.0:
- resolution: {integrity: sha512-CJWHVHHupxBYfIlMM+qzXx4dRKIV1VzOm0cP3Wpqten8MDx1tK+y92YDXUshN1ONAfwodvKxDNkw35/pNs+izg==}
+ /@types/cookie/0.5.1:
+ resolution: {integrity: sha512-COUnqfB2+ckwXXSFInsFdOAWQzCCx+a5hq2ruyj+Vjund94RJQd4LG2u9hnvJrTgunKAaax7ancBYlDrNYxA0g==}
dev: true
/@types/estree/0.0.39:
resolution: {integrity: sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==}
dev: true
- /@types/estree/0.0.50:
- resolution: {integrity: sha512-C6N5s2ZFtuZRj54k2/zyRhNDjJwwcViAM3Nbm8zjBpbqAdZ00mr0CFxvSKeO8Y/e03WVFLpQMdHYVfUd6SB+Hw==}
+ /@types/estree/0.0.51:
+ resolution: {integrity: sha512-CuPgU6f3eT/XgKKPqKd/gLZV1Xmvf1a2R5POBOGQa6uv82xpls89HU5zKeVoyR8XzHd1RGNOlQlvUe3CFkjWNQ==}
dev: true
- /@types/express-serve-static-core/4.17.26:
- resolution: {integrity: sha512-zeu3tpouA043RHxW0gzRxwCHchMgftE8GArRsvYT0ByDMbn19olQHx5jLue0LxWY6iYtXb7rXmuVtSkhy9YZvQ==}
+ /@types/express-serve-static-core/4.17.28:
+ resolution: {integrity: sha512-P1BJAEAW3E2DJUlkgq4tOL3RyMunoWXqbSCygWo5ZIWTjUgN1YnaXWW4VWl/oc8vs/XoYibEGBKP0uZyF4AHig==}
dependencies:
- '@types/node': 17.0.21
+ '@types/node': 17.0.36
'@types/qs': 6.9.7
'@types/range-parser': 1.2.4
dev: true
@@ -1401,7 +1025,7 @@ packages:
resolution: {integrity: sha512-6bSZTPaTIACxn48l50SR+axgrqm6qXFIxrdAKaG6PaJk3+zuUr35hBlgT7vOmJcum+OEaIBLtHV/qloEAFITeA==}
dependencies:
'@types/body-parser': 1.19.2
- '@types/express-serve-static-core': 4.17.26
+ '@types/express-serve-static-core': 4.17.28
'@types/qs': 6.9.7
'@types/serve-static': 1.13.10
dev: true
@@ -1410,36 +1034,26 @@ packages:
resolution: {integrity: sha512-qxOKILdhl4e639fWdkMySS4tBkRYHkrU2ZNScsMu84EPicliFRr+gAXCLPrs7kTFWdDpgAIlxtUr+YCRtVjsKw==}
dev: true
- /@types/istanbul-lib-coverage/2.0.3:
- resolution: {integrity: sha512-sz7iLqvVUg1gIedBOvlkxPlc8/uVzyS5OwGz1cKjXzkl3FpL3al0crU8YGU1WoHkxn0Wxbw5tyi6hvzJKNzFsw==}
+ /@types/is-ci/3.0.0:
+ resolution: {integrity: sha512-Q0Op0hdWbYd1iahB+IFNQcWXFq4O0Q5MwQP7uN0souuQ4rPg1vEYcnIOfr1gY+M+6rc8FGoRaBO1mOOvL29sEQ==}
+ dependencies:
+ ci-info: 3.3.1
dev: true
/@types/istanbul-lib-coverage/2.0.4:
resolution: {integrity: sha512-z/QT1XN4K4KYuslS23k62yDIDLwLFkzxOuMplDtObz0+y7VqJCaO2o+SPwHCvLFZh7xazvvoor2tA/hPz9ee7g==}
dev: true
- /@types/istanbul-lib-report/3.0.0:
- resolution: {integrity: sha512-plGgXAPfVKFoYfa9NpYDAkseG+g6Jr294RqeqcqDixSbU34MZVJRi/P+7Y8GDpzkEwLaGZZOpKIEmeVZNtKsrg==}
- dependencies:
- '@types/istanbul-lib-coverage': 2.0.4
- dev: true
-
- /@types/istanbul-reports/3.0.1:
- resolution: {integrity: sha512-c3mAZEuK0lvBp8tmuL74XRKn1+y2dcwOUpH7x4WrF6gk1GIgiluDRgMYQtw2OFcBvAJWlt6ASU3tSqxp0Uu0Aw==}
- dependencies:
- '@types/istanbul-lib-report': 3.0.0
- dev: true
-
- /@types/json-schema/7.0.9:
- resolution: {integrity: sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ==}
+ /@types/json-schema/7.0.11:
+ resolution: {integrity: sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==}
dev: true
/@types/json5/0.0.29:
- resolution: {integrity: sha1-7ihweulOEdK4J7y+UnC86n8+ce4=}
+ resolution: {integrity: sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==}
dev: true
- /@types/marked/4.0.1:
- resolution: {integrity: sha512-ZigEmCWdNUU7IjZEuQ/iaimYdDHWHfTe3kg8ORfKjyGYd9RWumPoOJRQXB0bO+XLkNwzCthW3wUIQtANaEZ1ag==}
+ /@types/marked/4.0.3:
+ resolution: {integrity: sha512-HnMWQkLJEf/PnxZIfbm0yGJRRZYYMhb++O9M36UCTA9z53uPvVoSlAwJr3XOpDEryb7Hwl1qAx/MV6YIW1RXxg==}
dev: true
/@types/mime/1.3.2:
@@ -1458,38 +1072,34 @@ packages:
resolution: {integrity: sha512-nJOuiTlsvmClSr3+a/trTSx4DTuY/VURsWGKSf/eeavh0LRMqdsK60ti0TlwM5iHiGOK3/Ibkxsbr7i9rzGreA==}
dev: true
- /@types/node/12.20.37:
- resolution: {integrity: sha512-i1KGxqcvJaLQali+WuypQnXwcplhtNtjs66eNsZpp2P2FL/trJJxx/VWsM0YCL2iMoIJrbXje48lvIQAQ4p2ZA==}
- dev: true
-
- /@types/node/16.11.11:
- resolution: {integrity: sha512-KB0sixD67CeecHC33MYn+eYARkqTheIRNuu97y2XMjR7Wu3XibO1vaY6VBV6O/a89SPI81cEUIYT87UqUWlZNw==}
+ /@types/node/12.20.52:
+ resolution: {integrity: sha512-cfkwWw72849SNYp3Zx0IcIs25vABmFh73xicxhCkTcvtZQeIez15PpwQN8fY3RD7gv1Wrxlc9MEtfMORZDEsGw==}
dev: true
/@types/node/16.11.36:
resolution: {integrity: sha512-FR5QJe+TaoZ2GsMHkjuwoNabr+UrJNRr2HNOo+r/7vhcuntM6Ee/pRPOnRhhL2XE9OOvX9VLEq+BcXl3VjNoWA==}
dev: true
- /@types/node/17.0.21:
- resolution: {integrity: sha512-DBZCJbhII3r90XbQxI8Y9IjjiiOGlZ0Hr32omXIZvwwZ7p4DMMXGrKXVyPfuoBOri9XNtL0UK69jYIBIsRX3QQ==}
+ /@types/node/17.0.36:
+ resolution: {integrity: sha512-V3orv+ggDsWVHP99K3JlwtH20R7J4IhI1Kksgc+64q5VxgfRkQG8Ws3MFm/FZOKDYGy9feGFlZ70/HpCNe9QaA==}
dev: true
/@types/normalize-package-data/2.4.1:
resolution: {integrity: sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==}
dev: true
- /@types/prettier/2.4.2:
- resolution: {integrity: sha512-ekoj4qOQYp7CvjX8ZDBgN86w3MqQhLE1hczEJbEIjgFEumDy+na/4AJAbLXfgEWFNB2pKadM5rPFtuSGMWK7xA==}
+ /@types/prettier/2.6.3:
+ resolution: {integrity: sha512-ymZk3LEC/fsut+/Q5qejp6R9O1rMxz3XaRHDV6kX8MrGAhOSPqVARbDi+EZvInBpw+BnCX3TD240byVkOfQsHg==}
dev: true
/@types/prompts/2.0.14:
resolution: {integrity: sha512-HZBd99fKxRWpYCErtm2/yxUZv6/PBI9J7N4TNFffl5JbrYMHBwF25DjQGTW3b3jmXq+9P6/8fCIb2ee57BFfYA==}
dependencies:
- '@types/node': 16.11.11
+ '@types/node': 17.0.36
dev: true
- /@types/pug/2.0.5:
- resolution: {integrity: sha512-LOnASQoeNZMkzexRuyqcBBDZ6rS+rQxUMkmj5A0PkhhiSZivLIuz6Hxyr1mkGoEZEkk66faROmpMi4fFkrKsBA==}
+ /@types/pug/2.0.6:
+ resolution: {integrity: sha512-SnHmG9wN1UVmagJOnyo/qkk0Z7gejYxOYYmaAwr5u2yFYfsupN3sg10kyzN8Hep/2zbHxCnsumxOoRIRMBwKCg==}
dev: true
/@types/qs/6.9.7:
@@ -1503,11 +1113,11 @@ packages:
/@types/resolve/1.17.1:
resolution: {integrity: sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw==}
dependencies:
- '@types/node': 17.0.21
+ '@types/node': 17.0.36
dev: true
- /@types/sade/1.7.3:
- resolution: {integrity: sha512-OFZ2ZotV3+kA3utubCtPDDM8PTdqmpgmEM+hqxyqzfX2ACpUtTnFUxDCSJIJ/249JbIyfjKWyO0FFtIlrLS9YA==}
+ /@types/sade/1.7.4:
+ resolution: {integrity: sha512-6ys13kmtlY0aIOz4KtMdeBD9BHs6vSE3aRcj4vAZqXjypT2el8WZt6799CMjElVgh1cbOH/t3vrpQ4IpwytcPA==}
dependencies:
'@types/mri': 1.1.1
dev: true
@@ -1515,7 +1125,7 @@ packages:
/@types/sass/1.43.1:
resolution: {integrity: sha512-BPdoIt1lfJ6B7rw35ncdwBZrAssjcwzI5LByIrYs+tpXlj/CAkuVdRsgZDdP4lq5EjyWzwxZCqAoFyHKFwp32g==}
dependencies:
- '@types/node': 17.0.21
+ '@types/node': 16.11.36
dev: true
/@types/semver/6.2.3:
@@ -1526,45 +1136,23 @@ packages:
resolution: {integrity: sha512-nCkHGI4w7ZgAdNkrEu0bv+4xNV/XDqW+DydknebMOQwkpDGx8G+HTlj7R7ABI8i8nKxVw0wtKPi1D+lPOkh4YQ==}
dependencies:
'@types/mime': 1.3.2
- '@types/node': 17.0.21
+ '@types/node': 17.0.36
dev: true
/@types/set-cookie-parser/2.4.2:
resolution: {integrity: sha512-fBZgytwhYAUkj/jC/FAV4RQ5EerRup1YQsXQCh8rZfiHkc4UahC192oH0smGwsXol3cL3A5oETuAHeQHmhXM4w==}
dependencies:
- '@types/node': 17.0.21
- dev: true
-
- /@types/stack-utils/2.0.1:
- resolution: {integrity: sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw==}
+ '@types/node': 16.11.36
dev: true
/@types/ws/8.5.3:
resolution: {integrity: sha512-6YOoWjruKj1uLf3INHH7D3qTXwFfEsg1kf3c0uDdSBJwfa/llkwIjrAGV7j7mVgGNbzTQ3HiHKKDXl6bJPD97w==}
dependencies:
- '@types/node': 17.0.21
- dev: true
-
- /@types/yargs-parser/21.0.0:
- resolution: {integrity: sha512-iO9ZQHkZxHn4mSakYV0vFHAVDyEOIJQrV2uZ06HxEPcx+mt8swXoZHIbaaJ2crJYFfErySgktuTZ3BeLz+XmFA==}
+ '@types/node': 17.0.36
dev: true
- /@types/yargs/16.0.4:
- resolution: {integrity: sha512-T8Yc9wt/5LbJyCaLiHPReJa0kApcIgJ7Bn735GjItUfh08Z1pJvu8QZqb9s+mMvKV6WUQRV7K2R46YbjMXTTJw==}
- dependencies:
- '@types/yargs-parser': 21.0.0
- dev: true
-
- /@types/yauzl/2.10.0:
- resolution: {integrity: sha512-Cn6WYCm0tXv8p6k+A8PvbDG763EDpBoTzHdA+Q/MF6H3sapGjCm9NzoaJncJS9tUKSuCoDs9XHxYYsQDgxR6kw==}
- requiresBuild: true
- dependencies:
- '@types/node': 17.0.21
- dev: true
- optional: true
-
- /@typescript-eslint/eslint-plugin/5.5.0_eppsszq5oniehrjggv37iabhsq:
- resolution: {integrity: sha512-4bV6fulqbuaO9UMXU0Ia0o6z6if+kmMRW8rMRyfqXj/eGrZZRGedS4n0adeGNnjr8LKAM495hrQ7Tea52UWmQA==}
+ /@typescript-eslint/eslint-plugin/5.27.0_dszb5tb7atwkjjijmmov4qhi7i:
+ resolution: {integrity: sha512-DDrIA7GXtmHXr1VCcx9HivA39eprYBIFxbQEHI6NyraRDxCGpxAFiYQAT/1Y0vh1C+o2vfBiy4IuPoXxtTZCAQ==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
'@typescript-eslint/parser': ^5.0.0
@@ -1574,74 +1162,76 @@ packages:
typescript:
optional: true
dependencies:
- '@typescript-eslint/experimental-utils': 5.5.0_wjbecajv6jp5ar2t5o76dcgnbi
- '@typescript-eslint/parser': 5.5.0_wjbecajv6jp5ar2t5o76dcgnbi
- '@typescript-eslint/scope-manager': 5.5.0
- debug: 4.3.3
- eslint: 8.3.0
+ '@typescript-eslint/parser': 5.27.0_xztl6dhthcahlo6akmb2bmjmle
+ '@typescript-eslint/scope-manager': 5.27.0
+ '@typescript-eslint/type-utils': 5.27.0_xztl6dhthcahlo6akmb2bmjmle
+ '@typescript-eslint/utils': 5.27.0_xztl6dhthcahlo6akmb2bmjmle
+ debug: 4.3.4
+ eslint: 8.16.0
functional-red-black-tree: 1.0.1
- ignore: 5.1.9
+ ignore: 5.2.0
regexpp: 3.2.0
- semver: 7.3.5
+ semver: 7.3.7
tsutils: 3.21.0_typescript@4.7.2
typescript: 4.7.2
transitivePeerDependencies:
- supports-color
dev: true
- /@typescript-eslint/experimental-utils/5.5.0_wjbecajv6jp5ar2t5o76dcgnbi:
- resolution: {integrity: sha512-kjWeeVU+4lQ1SLYErRKV5yDXbWDPkpbzTUUlfAUifPYvpX0qZlrcCZ96/6oWxt3QxtK5WVhXz+KsnwW9cIW+3A==}
+ /@typescript-eslint/parser/5.27.0_xztl6dhthcahlo6akmb2bmjmle:
+ resolution: {integrity: sha512-8oGjQF46c52l7fMiPPvX4It3u3V3JipssqDfHQ2hcR0AeR8Zge+OYyKUCm5b70X72N1qXt0qgHenwN6Gc2SXZA==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
- eslint: '*'
+ eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
+ typescript: '*'
+ peerDependenciesMeta:
+ typescript:
+ optional: true
dependencies:
- '@types/json-schema': 7.0.9
- '@typescript-eslint/scope-manager': 5.5.0
- '@typescript-eslint/types': 5.5.0
- '@typescript-eslint/typescript-estree': 5.5.0_typescript@4.7.2
- eslint: 8.3.0
- eslint-scope: 5.1.1
- eslint-utils: 3.0.0_eslint@8.3.0
+ '@typescript-eslint/scope-manager': 5.27.0
+ '@typescript-eslint/types': 5.27.0
+ '@typescript-eslint/typescript-estree': 5.27.0_typescript@4.7.2
+ debug: 4.3.4
+ eslint: 8.16.0
+ typescript: 4.7.2
transitivePeerDependencies:
- supports-color
- - typescript
dev: true
- /@typescript-eslint/parser/5.5.0_wjbecajv6jp5ar2t5o76dcgnbi:
- resolution: {integrity: sha512-JsXBU+kgQOAgzUn2jPrLA+Rd0Y1dswOlX3hp8MuRO1hQDs6xgHtbCXEiAu7bz5hyVURxbXcA2draasMbNqrhmg==}
+ /@typescript-eslint/scope-manager/5.27.0:
+ resolution: {integrity: sha512-VnykheBQ/sHd1Vt0LJ1JLrMH1GzHO+SzX6VTXuStISIsvRiurue/eRkTqSrG0CexHQgKG8shyJfR4o5VYioB9g==}
+ engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
+ dependencies:
+ '@typescript-eslint/types': 5.27.0
+ '@typescript-eslint/visitor-keys': 5.27.0
+ dev: true
+
+ /@typescript-eslint/type-utils/5.27.0_xztl6dhthcahlo6akmb2bmjmle:
+ resolution: {integrity: sha512-vpTvRRchaf628Hb/Xzfek+85o//zEUotr1SmexKvTfs7czXfYjXVT/a5yDbpzLBX1rhbqxjDdr1Gyo0x1Fc64g==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
- eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
+ eslint: '*'
typescript: '*'
peerDependenciesMeta:
typescript:
optional: true
dependencies:
- '@typescript-eslint/scope-manager': 5.5.0
- '@typescript-eslint/types': 5.5.0
- '@typescript-eslint/typescript-estree': 5.5.0_typescript@4.7.2
- debug: 4.3.3
- eslint: 8.3.0
+ '@typescript-eslint/utils': 5.27.0_xztl6dhthcahlo6akmb2bmjmle
+ debug: 4.3.4
+ eslint: 8.16.0
+ tsutils: 3.21.0_typescript@4.7.2
typescript: 4.7.2
transitivePeerDependencies:
- supports-color
dev: true
- /@typescript-eslint/scope-manager/5.5.0:
- resolution: {integrity: sha512-0/r656RmRLo7CbN4Mdd+xZyPJ/fPCKhYdU6mnZx+8msAD8nJSP8EyCFkzbd6vNVZzZvWlMYrSNekqGrCBqFQhg==}
- engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
- dependencies:
- '@typescript-eslint/types': 5.5.0
- '@typescript-eslint/visitor-keys': 5.5.0
- dev: true
-
- /@typescript-eslint/types/5.5.0:
- resolution: {integrity: sha512-OaYTqkW3GnuHxqsxxJ6KypIKd5Uw7bFiQJZRyNi1jbMJnK3Hc/DR4KwB6KJj6PBRkJJoaNwzMNv9vtTk87JhOg==}
+ /@typescript-eslint/types/5.27.0:
+ resolution: {integrity: sha512-lY6C7oGm9a/GWhmUDOs3xAVRz4ty/XKlQ2fOLr8GAIryGn0+UBOoJDWyHer3UgrHkenorwvBnphhP+zPmzmw0A==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dev: true
- /@typescript-eslint/typescript-estree/5.5.0_typescript@4.7.2:
- resolution: {integrity: sha512-pVn8btYUiYrjonhMAO0yG8lm7RApzy2L4RC7Td/mC/qFkyf6vRbGyZozoA94+w6D2Y2GRqpMoCWcwx/EUOzyoQ==}
+ /@typescript-eslint/typescript-estree/5.27.0_typescript@4.7.2:
+ resolution: {integrity: sha512-QywPMFvgZ+MHSLRofLI7BDL+UczFFHyj0vF5ibeChDAJgdTV8k4xgEwF0geFhVlPc1p8r70eYewzpo6ps+9LJQ==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
typescript: '*'
@@ -1649,31 +1239,49 @@ packages:
typescript:
optional: true
dependencies:
- '@typescript-eslint/types': 5.5.0
- '@typescript-eslint/visitor-keys': 5.5.0
+ '@typescript-eslint/types': 5.27.0
+ '@typescript-eslint/visitor-keys': 5.27.0
debug: 4.3.4
- globby: 11.0.4
+ globby: 11.1.0
is-glob: 4.0.3
- semver: 7.3.5
+ semver: 7.3.7
tsutils: 3.21.0_typescript@4.7.2
typescript: 4.7.2
transitivePeerDependencies:
- supports-color
dev: true
- /@typescript-eslint/visitor-keys/5.5.0:
- resolution: {integrity: sha512-4GzJ1kRtsWzHhdM40tv0ZKHNSbkDhF0Woi/TDwVJX6UICwJItvP7ZTXbjTkCdrors7ww0sYe0t+cIKDAJwZ7Kw==}
+ /@typescript-eslint/utils/5.27.0_xztl6dhthcahlo6akmb2bmjmle:
+ resolution: {integrity: sha512-nZvCrkIJppym7cIbP3pOwIkAefXOmfGPnCM0LQfzNaKxJHI6VjI8NC662uoiPlaf5f6ymkTy9C3NQXev2mdXmA==}
+ engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
+ peerDependencies:
+ eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
+ dependencies:
+ '@types/json-schema': 7.0.11
+ '@typescript-eslint/scope-manager': 5.27.0
+ '@typescript-eslint/types': 5.27.0
+ '@typescript-eslint/typescript-estree': 5.27.0_typescript@4.7.2
+ eslint: 8.16.0
+ eslint-scope: 5.1.1
+ eslint-utils: 3.0.0_eslint@8.16.0
+ transitivePeerDependencies:
+ - supports-color
+ - typescript
+ dev: true
+
+ /@typescript-eslint/visitor-keys/5.27.0:
+ resolution: {integrity: sha512-46cYrteA2MrIAjv9ai44OQDUoCZyHeGIc4lsjCUX2WT6r4C+kidz1bNiR4017wHOPUythYeH+Sc7/cFP97KEAA==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dependencies:
- '@typescript-eslint/types': 5.5.0
- eslint-visitor-keys: 3.1.0
+ '@typescript-eslint/types': 5.27.0
+ eslint-visitor-keys: 3.3.0
dev: true
/@typescript/twoslash/3.1.0:
resolution: {integrity: sha512-kTwMUQ8xtAZaC4wb2XuLkPqFVBj2dNBueMQ89NWEuw87k2nLBbuafeG5cob/QEr6YduxIdTVUjix0MtC7mPlmg==}
dependencies:
'@typescript/vfs': 1.3.5
- debug: 4.3.3
+ debug: 4.3.4
lz-string: 1.4.4
transitivePeerDependencies:
- supports-color
@@ -1682,7 +1290,7 @@ packages:
/@typescript/vfs/1.3.4:
resolution: {integrity: sha512-RbyJiaAGQPIcAGWFa3jAXSuAexU4BFiDRF1g3hy7LmRqfNpYlTQWGXjcrOaVZjJ8YkkpuwG0FcsYvtWQpd9igQ==}
dependencies:
- debug: 4.3.3
+ debug: 4.3.4
transitivePeerDependencies:
- supports-color
dev: true
@@ -1690,7 +1298,7 @@ packages:
/@typescript/vfs/1.3.5:
resolution: {integrity: sha512-pI8Saqjupf9MfLw7w2+og+fmb0fZS0J6vsKXXrp4/PDXEFvntgzXmChCXC/KefZZS0YGS6AT8e0hGAJcTsdJlg==}
dependencies:
- debug: 4.3.3
+ debug: 4.3.4
transitivePeerDependencies:
- supports-color
dev: true
@@ -1700,10 +1308,10 @@ packages:
hasBin: true
dependencies:
'@mapbox/node-pre-gyp': 1.0.9
- acorn: 8.6.0
+ acorn: 8.7.1
bindings: 1.5.0
estree-walker: 2.0.2
- glob: 7.2.0
+ glob: 7.2.3
graceful-fs: 4.2.10
micromatch: 4.0.5
node-gyp-build: 4.4.0
@@ -1719,24 +1327,24 @@ packages:
resolution: {integrity: sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==}
dev: false
- /accepts/1.3.7:
- resolution: {integrity: sha512-Il80Qs2WjYlJIBNzNkK6KYqlVMTbZLXgHx2oT0pU/fjRHyEp+PEfEPY0R3WCwAGVOtauxh1hOxNgIf5bv7dQpA==}
+ /accepts/1.3.8:
+ resolution: {integrity: sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==}
engines: {node: '>= 0.6'}
dependencies:
- mime-types: 2.1.34
- negotiator: 0.6.2
+ mime-types: 2.1.35
+ negotiator: 0.6.3
dev: true
- /acorn-jsx/5.3.2_acorn@8.6.0:
+ /acorn-jsx/5.3.2_acorn@8.7.1:
resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==}
peerDependencies:
acorn: ^6.0.0 || ^7.0.0 || ^8.0.0
dependencies:
- acorn: 8.6.0
+ acorn: 8.7.1
dev: true
- /acorn/8.6.0:
- resolution: {integrity: sha512-U1riIR+lBSNi3IbxtaHOIKdH8sLFv3NYfNv8sg7ZsNhcfl4HF2++BfqqrNAxoCLQW1iiylOj76ecnaUxz+z9yw==}
+ /acorn/8.7.1:
+ resolution: {integrity: sha512-Xx54uLJQZ19lKygFXOWsscKUbsBZW0CPykPhVQdhIeIwrbPmJzqeASDInc8nKBnp/JT6igTs82qPXz069H8I/A==}
engines: {node: '>=0.4.0'}
hasBin: true
@@ -1747,6 +1355,7 @@ packages:
debug: 4.3.4
transitivePeerDependencies:
- supports-color
+ dev: false
/ajv/6.12.6:
resolution: {integrity: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==}
@@ -1757,14 +1366,8 @@ packages:
uri-js: 4.4.1
dev: true
- /ansi-align/2.0.0:
- resolution: {integrity: sha1-w2rsy6VjuJzrVW82kPCx2eNUf38=}
- dependencies:
- string-width: 2.1.1
- dev: true
-
- /ansi-colors/4.1.1:
- resolution: {integrity: sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA==}
+ /ansi-colors/4.1.3:
+ resolution: {integrity: sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==}
engines: {node: '>=6'}
dev: true
@@ -1772,8 +1375,8 @@ packages:
resolution: {integrity: sha512-TIGnTpdo+E3+pCyAluZvtED5p5wCqLdezCyhPZzKPcxvFplEt4i+W7OONCKgeZFT3+y5NZZfOOS/Bdcanm1MYA==}
engines: {node: '>=0.10.0'}
- /ansi-regex/3.0.0:
- resolution: {integrity: sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=}
+ /ansi-regex/3.0.1:
+ resolution: {integrity: sha512-+O9Jct8wf++lXxxFc4hc8LsjaSq0HFzzL7cVsw8pRDIPdjKD2mT4ytDZlLuSBZ4cLKZFXIrMGO7DbQCtMJJMKw==}
engines: {node: '>=4'}
dev: true
@@ -1795,13 +1398,8 @@ packages:
color-convert: 2.0.1
dev: true
- /ansi-styles/5.2.0:
- resolution: {integrity: sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==}
- engines: {node: '>=10'}
- dev: true
-
/any-promise/1.3.0:
- resolution: {integrity: sha1-q8av7tzqUugJzcA3au0845Y10X8=}
+ resolution: {integrity: sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==}
dev: true
/anymatch/3.1.2:
@@ -1814,6 +1412,10 @@ packages:
/aproba/1.2.0:
resolution: {integrity: sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw==}
+ /aproba/2.0.0:
+ resolution: {integrity: sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ==}
+ dev: false
+
/are-we-there-yet/1.1.7:
resolution: {integrity: sha512-nxwy40TuMiUGqMyRHgCSWZ9FM4VAoRP4xUYSTv5ImRog+h9yISPbVH7H8fASCIzYn9wlEv4zvFL7uKDMCFQm3g==}
dependencies:
@@ -1838,13 +1440,13 @@ packages:
resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==}
dev: true
- /array-includes/3.1.4:
- resolution: {integrity: sha512-ZTNSQkmWumEbiHO2GF4GmWxYVTiQyJy2XOTa15sdQSrvKn7l+180egQMqlrMOUMCyLMD7pmyQe4mMDUT6Behrw==}
+ /array-includes/3.1.5:
+ resolution: {integrity: sha512-iSDYZMMyTPkiFasVqfuAQnWAYcvO/SeBSCGKePoEthjp4LEMTe4uLc7b025o4jAZpHhihh8xPo99TNWUWWkGDQ==}
engines: {node: '>= 0.4'}
dependencies:
call-bind: 1.0.2
- define-properties: 1.1.3
- es-abstract: 1.19.1
+ define-properties: 1.1.4
+ es-abstract: 1.20.1
get-intrinsic: 1.1.1
is-string: 1.0.7
dev: true
@@ -1854,17 +1456,18 @@ packages:
engines: {node: '>=8'}
dev: true
- /array.prototype.flat/1.2.5:
- resolution: {integrity: sha512-KaYU+S+ndVqyUnignHftkwc58o3uVU1jzczILJ1tN2YaIZpFIKBiP/x/j97E5MVPsaCloPbqWLB/8qCTVvT2qg==}
+ /array.prototype.flat/1.3.0:
+ resolution: {integrity: sha512-12IUEkHsAhA4DY5s0FPgNXIdc8VRSqD9Zp78a5au9abH/SOBrsp082JOWFNTjkMozh8mqcdiKuaLGhPeYztxSw==}
engines: {node: '>= 0.4'}
dependencies:
call-bind: 1.0.2
- define-properties: 1.1.3
- es-abstract: 1.19.1
+ define-properties: 1.1.4
+ es-abstract: 1.20.1
+ es-shim-unscopables: 1.0.0
dev: true
/arrify/1.0.1:
- resolution: {integrity: sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0=}
+ resolution: {integrity: sha512-3CYzex9M9FGQjCGMGyi6/31c8GJbgb0qGyrx5HWxPd0aCwh4cB2YjMb2Xf9UuoogrMrlO9cTqnB5rI5GHZTcUA==}
engines: {node: '>=0.10.0'}
dev: true
@@ -1874,12 +1477,6 @@ packages:
hasBin: true
dev: true
- /babel-plugin-dynamic-import-node/2.3.3:
- resolution: {integrity: sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ==}
- dependencies:
- object.assign: 4.1.2
- dev: true
-
/balanced-match/1.0.2:
resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==}
@@ -1912,19 +1509,6 @@ packages:
readable-stream: 3.6.0
dev: true
- /boxen/1.3.0:
- resolution: {integrity: sha512-TNPjfTr432qx7yOjQyaXm3dSR0MH9vXp7eT1BFSl/C51g+EFnOR9hTg1IreahGBmDNCehscshe45f+C1TBZbLw==}
- engines: {node: '>=4'}
- dependencies:
- ansi-align: 2.0.0
- camelcase: 4.1.0
- chalk: 2.4.2
- cli-boxes: 1.0.0
- string-width: 2.1.1
- term-size: 1.2.0
- widest-line: 2.0.1
- dev: true
-
/brace-expansion/1.1.11:
resolution: {integrity: sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==}
dependencies:
@@ -1943,18 +1527,6 @@ packages:
wcwidth: 1.0.1
dev: true
- /browserslist/4.20.2:
- resolution: {integrity: sha512-CQOBCqp/9pDvDbx3xfMi+86pr4KXIf2FDkTTdeuYw8OxS9t898LA1Khq57gtufFILXpfgsSx5woNgsBgvGjpsA==}
- engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
- hasBin: true
- dependencies:
- caniuse-lite: 1.0.30001325
- electron-to-chromium: 1.4.103
- escalade: 3.1.1
- node-releases: 2.0.2
- picocolors: 1.0.0
- dev: true
-
/buffer-crc32/0.2.13:
resolution: {integrity: sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ==}
dev: true
@@ -1966,8 +1538,8 @@ packages:
ieee754: 1.2.1
dev: true
- /builtin-modules/3.2.0:
- resolution: {integrity: sha512-lGzLKcioL90C7wMczpkY0n/oART3MbBa8R9OFGE1rJxoVI86u4WAGfEk8Wjv10eKSyTHVGkSo3bvBylCEtk7LA==}
+ /builtin-modules/3.3.0:
+ resolution: {integrity: sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==}
engines: {node: '>=6'}
dev: true
@@ -1976,8 +1548,8 @@ packages:
engines: {node: '>= 0.8'}
dev: true
- /c8/7.10.0:
- resolution: {integrity: sha512-OAwfC5+emvA6R7pkYFVBTOtI5ruf9DahffGmIqUc9l6wEh0h7iAFP6dt/V9Ioqlr2zW5avX9U9/w1I4alTRHkA==}
+ /c8/7.11.3:
+ resolution: {integrity: sha512-6YBmsaNmqRm9OS3ZbIiL2EZgi1+Xc4O24jL3vMYGE6idixYuGdy76rIfIdltSKDj9DpLNrcXSonUTR1miBD0wA==}
engines: {node: '>=10.12.0'}
hasBin: true
dependencies:
@@ -1987,10 +1559,10 @@ packages:
foreground-child: 2.0.0
istanbul-lib-coverage: 3.2.0
istanbul-lib-report: 3.0.0
- istanbul-reports: 3.1.0
+ istanbul-reports: 3.1.4
rimraf: 3.0.2
test-exclude: 6.0.0
- v8-to-istanbul: 8.1.0
+ v8-to-istanbul: 9.0.0
yargs: 16.2.0
yargs-parser: 20.2.9
dev: true
@@ -2017,7 +1589,7 @@ packages:
dev: true
/camelcase/4.1.0:
- resolution: {integrity: sha1-1UVjW+HjPFQmScaRc+Xeas+uNN0=}
+ resolution: {integrity: sha512-FxAv7HpHrXbh3aPo4o2qxHay2lkLY3x5Mw3KeE4KQE8ysVfziWeRZDwcjauvwBSGEC/nXUPzZy8zeh4HokqOnw==}
engines: {node: '>=4'}
dev: true
@@ -2026,10 +1598,6 @@ packages:
engines: {node: '>=6'}
dev: true
- /caniuse-lite/1.0.30001325:
- resolution: {integrity: sha512-sB1bZHjseSjDtijV1Hb7PB2Zd58Kyx+n/9EotvZ4Qcz2K3d0lWB8dB4nb8wN/TsOGFq3UuAm0zQZNQ4SoR7TrQ==}
- dev: true
-
/chalk/2.4.2:
resolution: {integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==}
engines: {node: '>=4'}
@@ -2081,8 +1649,8 @@ packages:
engines: {node: '>=10'}
dev: false
- /ci-info/2.0.0:
- resolution: {integrity: sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==}
+ /ci-info/3.3.1:
+ resolution: {integrity: sha512-SXgeMX9VwDe7iFFaEWkA5AstuER9YKqy4EhHqr4DVqkwmD9rpVimkMKWHdjn30Ja45txyjhSn63lVX69eVCckg==}
dev: true
/clean-css/4.2.4:
@@ -2092,13 +1660,8 @@ packages:
source-map: 0.6.1
dev: true
- /cli-boxes/1.0.0:
- resolution: {integrity: sha1-T6kXw+WclKAEzWH47lCdplFocUM=}
- engines: {node: '>=0.10.0'}
- dev: true
-
/cliui/3.2.0:
- resolution: {integrity: sha1-EgYBU3qRbSmUD5NNo7SNWFo5IT0=}
+ resolution: {integrity: sha512-0yayqDxWQbqk3ojkYqUKqaAQ6AfNKeKWRNA8kR0WXzAsdHpP4BIaOmMAG87JGuO6qcobyW4GjxHd9PmhEd+T9w==}
dependencies:
string-width: 1.0.2
strip-ansi: 3.0.1
@@ -2122,12 +1685,12 @@ packages:
dev: true
/clone/1.0.4:
- resolution: {integrity: sha1-2jCcwmPfFZlMaIypAheco8fNfH4=}
+ resolution: {integrity: sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==}
engines: {node: '>=0.8'}
dev: true
/code-point-at/1.1.0:
- resolution: {integrity: sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=}
+ resolution: {integrity: sha512-RpAVKQA5T63xEj6/giIbUEtZwJ4UFIc3ZtvEkiaUERylqe8xb5IvqcgOurZLahv93CLKfxcw5YI+DZcUBRyLXA==}
engines: {node: '>=0.10.0'}
/color-convert/1.9.3:
@@ -2144,15 +1707,15 @@ packages:
dev: true
/color-name/1.1.3:
- resolution: {integrity: sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=}
+ resolution: {integrity: sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==}
dev: true
/color-name/1.1.4:
resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==}
dev: true
- /color-string/1.9.0:
- resolution: {integrity: sha512-9Mrz2AQLefkH1UvASKj6v6hj/7eWgjnT/cVsR8CumieLoT+g900exWeNogqtweI8dxloXN9BDQTYro1oWu/5CQ==}
+ /color-string/1.9.1:
+ resolution: {integrity: sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==}
dependencies:
color-name: 1.1.4
simple-swizzle: 0.2.2
@@ -2163,16 +1726,12 @@ packages:
hasBin: true
dev: false
- /color/4.2.0:
- resolution: {integrity: sha512-hHTcrbvEnGjC7WBMk6ibQWFVDgEFTVmjrz2Q5HlU6ltwxv0JJN2Z8I7uRbWeQLF04dikxs8zgyZkazRJvSMtyQ==}
+ /color/4.2.3:
+ resolution: {integrity: sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==}
+ engines: {node: '>=12.5.0'}
dependencies:
color-convert: 2.0.1
- color-string: 1.9.0
- dev: true
-
- /colors/1.4.0:
- resolution: {integrity: sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==}
- engines: {node: '>=0.1.90'}
+ color-string: 1.9.1
dev: true
/commander/4.1.1:
@@ -2180,27 +1739,22 @@ packages:
engines: {node: '>= 6'}
dev: true
- /commander/8.3.0:
- resolution: {integrity: sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==}
- engines: {node: '>= 12'}
- dev: true
-
/commondir/1.0.1:
- resolution: {integrity: sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs=}
+ resolution: {integrity: sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==}
dev: true
/compressible/2.0.18:
resolution: {integrity: sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==}
engines: {node: '>= 0.6'}
dependencies:
- mime-db: 1.51.0
+ mime-db: 1.52.0
dev: true
/compression/1.7.4:
resolution: {integrity: sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==}
engines: {node: '>= 0.8.0'}
dependencies:
- accepts: 1.3.7
+ accepts: 1.3.8
bytes: 3.0.0
compressible: 2.0.18
debug: 2.6.9
@@ -2215,10 +1769,10 @@ packages:
resolution: {integrity: sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=}
/console-control-strings/1.1.0:
- resolution: {integrity: sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4=}
+ resolution: {integrity: sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ==}
/convert-source-map/0.3.5:
- resolution: {integrity: sha1-8dgClQr33SYxof6+BZZVDIarMZA=}
+ resolution: {integrity: sha512-+4nRk0k3oEpwUB7/CalD7xE2z4VmtEnnq0GO2IPTkrooTrAhEsWvuLF5iWP1dXrwluki/azwXV1ve7gtYuPldg==}
dev: true
/convert-source-map/1.8.0:
@@ -2243,7 +1797,7 @@ packages:
dev: true
/cross-spawn/5.1.0:
- resolution: {integrity: sha1-6L0O/uWPz/b4+UUQoKVUu/ojVEk=}
+ resolution: {integrity: sha512-pTgQJ5KC0d2hcY8eyL1IzlBPYjTkyH72XRZPnLyKus2mBfNjQs3klqbJU2VILqZryAZUt9JOb3h/mWMy23/f5A==}
dependencies:
lru-cache: 4.1.5
shebang-command: 1.2.0
@@ -2320,18 +1874,6 @@ packages:
dependencies:
ms: 2.1.3
- /debug/4.3.3:
- resolution: {integrity: sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==}
- engines: {node: '>=6.0'}
- peerDependencies:
- supports-color: '*'
- peerDependenciesMeta:
- supports-color:
- optional: true
- dependencies:
- ms: 2.1.2
- dev: true
-
/debug/4.3.4:
resolution: {integrity: sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==}
engines: {node: '>=6.0'}
@@ -2344,7 +1886,7 @@ packages:
ms: 2.1.2
/decamelize-keys/1.1.0:
- resolution: {integrity: sha1-0XGoeTMlKAfrPLYdwcFEXQeN8tk=}
+ resolution: {integrity: sha512-ocLWuYzRPoS9bfiSdDd3cxvrzovVMZnRDVEzAs+hWIVXGDbHxWMECij2OBuyB/An0FFW/nLuq6Kv1i/YC5Qfzg==}
engines: {node: '>=0.10.0'}
dependencies:
decamelize: 1.2.0
@@ -2352,12 +1894,12 @@ packages:
dev: true
/decamelize/1.2.0:
- resolution: {integrity: sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=}
+ resolution: {integrity: sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==}
engines: {node: '>=0.10.0'}
dev: true
/decode-uri-component/0.2.0:
- resolution: {integrity: sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU=}
+ resolution: {integrity: sha512-hjf+xovcEn31w/EUYdTXQh/8smFL/dzYjohQGEIgjyNavaJfBY2p5F527Bo1VPATxv0VYTUC2bOcXvqFwk78Og==}
engines: {node: '>=0.10'}
dev: true
@@ -2369,7 +1911,7 @@ packages:
dev: true
/dedent-js/1.0.1:
- resolution: {integrity: sha1-vuX7fJ5yfYXf+iRZDRDsGrElUwU=}
+ resolution: {integrity: sha512-OUepMozQULMLUmhxS95Vudo0jb0UchLimi3+pQ2plj61Fcy8axbP9hbiD4Sz6DPqn6XG3kfmziVfQ1rSys5AJQ==}
dev: true
/deep-extend/0.6.0:
@@ -2385,25 +1927,21 @@ packages:
engines: {node: '>=0.10.0'}
/defaults/1.0.3:
- resolution: {integrity: sha1-xlYFHpgX2f8I7YgUd/P+QBnz730=}
+ resolution: {integrity: sha512-s82itHOnYrN0Ib8r+z7laQz3sdE+4FP3d9Q7VLO7U+KRT+CR0GsWuyHxzdAY82I7cXv0G/twrqomTJLOssO5HA==}
dependencies:
clone: 1.0.4
dev: true
- /define-lazy-prop/2.0.0:
- resolution: {integrity: sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==}
- engines: {node: '>=8'}
- dev: true
-
- /define-properties/1.1.3:
- resolution: {integrity: sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==}
+ /define-properties/1.1.4:
+ resolution: {integrity: sha512-uckOqKcfaVvtBdsVkdPv3XjveQJsNQqmhXgRi8uhvWWuPYZCNlzT8qAyblUgNoXdHdjMTzAqeGjAoli8f+bzPA==}
engines: {node: '>= 0.4'}
dependencies:
+ has-property-descriptors: 1.0.0
object-keys: 1.1.1
dev: true
/delegates/1.0.0:
- resolution: {integrity: sha1-hMbhWbgZBP3KWaDvRM2HDTElD5o=}
+ resolution: {integrity: sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ==}
/dequal/2.0.2:
resolution: {integrity: sha512-q9K8BlJVxK7hQYqa6XISGmBZbtQQWVXSrRrWreHC94rMt1QL/Impruc+7p2CYSYuVIUr+YCt6hjrs1kkdJRTug==}
@@ -2416,25 +1954,20 @@ packages:
dev: true
/detect-libc/1.0.3:
- resolution: {integrity: sha1-+hN8S9aY7fVc1c0CrFWfkaTEups=}
+ resolution: {integrity: sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==}
engines: {node: '>=0.10'}
hasBin: true
- /detect-libc/2.0.0:
- resolution: {integrity: sha512-S55LzUl8HUav8l9E2PBTlC5PAJrHK7tkM+XXFGD+fbsbkTzhCpG6K05LxJcUOEWzMa4v6ptcMZ9s3fOdJDu0Zw==}
+ /detect-libc/2.0.1:
+ resolution: {integrity: sha512-463v3ZeIrcWtdgIg6vI6XUncguvr2TnGl4SzDXinkt9mSLpBJKXT3mW6xT3VQdDN11+WVs29pgvivTc4Lp8v+w==}
engines: {node: '>=8'}
/devalue/2.0.1:
resolution: {integrity: sha512-I2TiqT5iWBEyB8GRfTDP0hiLZ0YeDJZ+upDxjBfOC2lebO5LezQMv7QvIUTzdb64jQyAKLf1AHADtGN+jw6v8Q==}
dev: true
- /diff-sequences/27.5.1:
- resolution: {integrity: sha512-k1gCAXAsNgLwEL+Y8Wvl+M6oEFj5bgazfZULpS5CneoPPXRaCCW7dm+q21Ky2VEE5X+VeRDBVg1Pcvvsr4TtNQ==}
- engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0}
- dev: true
-
- /diff/5.0.0:
- resolution: {integrity: sha512-/VTCrvm5Z0JGty/BWHljh+BAiw3IK+2j87NGMu8Nwc/f48WoDAC395uomO9ZD117ZOBaHmkX1oyLvkVM/aIT3w==}
+ /diff/5.1.0:
+ resolution: {integrity: sha512-D+mk+qE8VC/PAUrlAU34N+VfXev0ghe5ywmpqrawphmVZc1bEfn56uo9qpyGp1p4xpzOHkSW4ztBd6L7Xx4ACw==}
engines: {node: '>=0.3.1'}
dev: true
@@ -2459,15 +1992,11 @@ packages:
esutils: 2.0.3
dev: true
- /dotenv/16.0.0:
- resolution: {integrity: sha512-qD9WU0MPM4SWLPJy/r2Be+2WgQj8plChsyrCNQzW/0WjvcJQiKQJ9mH3ZgB3fxbUUxgc/11ZJ0Fi5KiimWGz2Q==}
+ /dotenv/16.0.1:
+ resolution: {integrity: sha512-1K6hR6wtk2FviQ4kEiSjFiH5rpzEVi8WW0x96aztHVMhEspNpc4DVOUTEHtEva5VThQ8IaBX1Pe4gSzpVVUsKQ==}
engines: {node: '>=12'}
dev: true
- /electron-to-chromium/1.4.103:
- resolution: {integrity: sha512-c/uKWR1Z/W30Wy/sx3dkZoj4BijbXX85QKWu9jJfjho3LBAXNEGAEW3oWiGb+dotA6C6BzCTxL2/aLes7jlUeg==}
- dev: true
-
/emoji-regex/8.0.0:
resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==}
@@ -2481,7 +2010,7 @@ packages:
resolution: {integrity: sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg==}
engines: {node: '>=8.6'}
dependencies:
- ansi-colors: 4.1.1
+ ansi-colors: 4.1.3
dev: true
/error-ex/1.3.2:
@@ -2490,30 +2019,39 @@ packages:
is-arrayish: 0.2.1
dev: true
- /es-abstract/1.19.1:
- resolution: {integrity: sha512-2vJ6tjA/UfqLm2MPs7jxVybLoB8i1t1Jd9R3kISld20sIxPcTbLuggQOUxeWeAvIUkduv/CfMjuh4WmiXr2v9w==}
+ /es-abstract/1.20.1:
+ resolution: {integrity: sha512-WEm2oBhfoI2sImeM4OF2zE2V3BYdSF+KnSi9Sidz51fQHd7+JuF8Xgcj9/0o+OWeIeIS/MiuNnlruQrJf16GQA==}
engines: {node: '>= 0.4'}
dependencies:
call-bind: 1.0.2
es-to-primitive: 1.2.1
function-bind: 1.1.1
+ function.prototype.name: 1.1.5
get-intrinsic: 1.1.1
get-symbol-description: 1.0.0
has: 1.0.3
- has-symbols: 1.0.2
+ has-property-descriptors: 1.0.0
+ has-symbols: 1.0.3
internal-slot: 1.0.3
is-callable: 1.2.4
- is-negative-zero: 2.0.1
+ is-negative-zero: 2.0.2
is-regex: 1.1.4
- is-shared-array-buffer: 1.0.1
+ is-shared-array-buffer: 1.0.2
is-string: 1.0.7
- is-weakref: 1.0.1
- object-inspect: 1.11.0
+ is-weakref: 1.0.2
+ object-inspect: 1.12.2
object-keys: 1.1.1
object.assign: 4.1.2
- string.prototype.trimend: 1.0.4
- string.prototype.trimstart: 1.0.4
- unbox-primitive: 1.0.1
+ regexp.prototype.flags: 1.4.3
+ string.prototype.trimend: 1.0.5
+ string.prototype.trimstart: 1.0.5
+ unbox-primitive: 1.0.2
+ dev: true
+
+ /es-shim-unscopables/1.0.0:
+ resolution: {integrity: sha512-Jm6GPcCdC30eMLbZ2x8z2WuRwAws3zTBBKuusffYVUrNj/GVSUAZ+xKMaUpfNDR5IbyNA5LJbaecoUVbmUcB1w==}
+ dependencies:
+ has: 1.0.3
dev: true
/es-to-primitive/1.2.1:
@@ -2526,195 +2064,195 @@ packages:
dev: true
/es6-promise/3.3.1:
- resolution: {integrity: sha1-oIzd6EzNvzTQJ6FFG8kdS80ophM=}
+ resolution: {integrity: sha512-SOp9Phqvqn7jtEUxPWdWfWoLmyt2VaJ6MpvP9Comy1MceMXqE6bxvaTu4iaxpYYPzhny28Lc+M87/c2cPK6lDg==}
dev: true
- /esbuild-android-64/0.14.29:
- resolution: {integrity: sha512-tJuaN33SVZyiHxRaVTo1pwW+rn3qetJX/SRuc/83rrKYtyZG0XfsQ1ao1nEudIt9w37ZSNXR236xEfm2C43sbw==}
+ /esbuild-android-64/0.14.42:
+ resolution: {integrity: sha512-P4Y36VUtRhK/zivqGVMqhptSrFILAGlYp0Z8r9UQqHJ3iWztRCNWnlBzD9HRx0DbueXikzOiwyOri+ojAFfW6A==}
engines: {node: '>=12'}
cpu: [x64]
os: [android]
requiresBuild: true
optional: true
- /esbuild-android-arm64/0.14.29:
- resolution: {integrity: sha512-D74dCv6yYnMTlofVy1JKiLM5JdVSQd60/rQfJSDP9qvRAI0laPXIG/IXY1RG6jobmFMUfL38PbFnCqyI/6fPXg==}
+ /esbuild-android-arm64/0.14.42:
+ resolution: {integrity: sha512-0cOqCubq+RWScPqvtQdjXG3Czb3AWI2CaKw3HeXry2eoA2rrPr85HF7IpdU26UWdBXgPYtlTN1LUiuXbboROhg==}
engines: {node: '>=12'}
cpu: [arm64]
os: [android]
requiresBuild: true
optional: true
- /esbuild-darwin-64/0.14.29:
- resolution: {integrity: sha512-+CJaRvfTkzs9t+CjGa0Oa28WoXa7EeLutQhxus+fFcu0MHhsBhlmeWHac3Cc/Sf/xPi1b2ccDFfzGYJCfV0RrA==}
+ /esbuild-darwin-64/0.14.42:
+ resolution: {integrity: sha512-ipiBdCA3ZjYgRfRLdQwP82rTiv/YVMtW36hTvAN5ZKAIfxBOyPXY7Cejp3bMXWgzKD8B6O+zoMzh01GZsCuEIA==}
engines: {node: '>=12'}
cpu: [x64]
os: [darwin]
requiresBuild: true
optional: true
- /esbuild-darwin-arm64/0.14.29:
- resolution: {integrity: sha512-5Wgz/+zK+8X2ZW7vIbwoZ613Vfr4A8HmIs1XdzRmdC1kG0n5EG5fvKk/jUxhNlrYPx1gSY7XadQ3l4xAManPSw==}
+ /esbuild-darwin-arm64/0.14.42:
+ resolution: {integrity: sha512-bU2tHRqTPOaoH/4m0zYHbFWpiYDmaA0gt90/3BMEFaM0PqVK/a6MA2V/ypV5PO0v8QxN6gH5hBPY4YJ2lopXgA==}
engines: {node: '>=12'}
cpu: [arm64]
os: [darwin]
requiresBuild: true
optional: true
- /esbuild-freebsd-64/0.14.29:
- resolution: {integrity: sha512-VTfS7Bm9QA12JK1YXF8+WyYOfvD7WMpbArtDj6bGJ5Sy5xp01c/q70Arkn596aGcGj0TvQRplaaCIrfBG1Wdtg==}
+ /esbuild-freebsd-64/0.14.42:
+ resolution: {integrity: sha512-75h1+22Ivy07+QvxHyhVqOdekupiTZVLN1PMwCDonAqyXd8TVNJfIRFrdL8QmSJrOJJ5h8H1I9ETyl2L8LQDaw==}
engines: {node: '>=12'}
cpu: [x64]
os: [freebsd]
requiresBuild: true
optional: true
- /esbuild-freebsd-arm64/0.14.29:
- resolution: {integrity: sha512-WP5L4ejwLWWvd3Fo2J5mlXvG3zQHaw5N1KxFGnUc4+2ZFZknP0ST63i0IQhpJLgEJwnQpXv2uZlU1iWZjFqEIg==}
+ /esbuild-freebsd-arm64/0.14.42:
+ resolution: {integrity: sha512-W6Jebeu5TTDQMJUJVarEzRU9LlKpNkPBbjqSu+GUPTHDCly5zZEQq9uHkmHHl7OKm+mQ2zFySN83nmfCeZCyNA==}
engines: {node: '>=12'}
cpu: [arm64]
os: [freebsd]
requiresBuild: true
optional: true
- /esbuild-linux-32/0.14.29:
- resolution: {integrity: sha512-4myeOvFmQBWdI2U1dEBe2DCSpaZyjdQtmjUY11Zu2eQg4ynqLb8Y5mNjNU9UN063aVsCYYfbs8jbken/PjyidA==}
+ /esbuild-linux-32/0.14.42:
+ resolution: {integrity: sha512-Ooy/Bj+mJ1z4jlWcK5Dl6SlPlCgQB9zg1UrTCeY8XagvuWZ4qGPyYEWGkT94HUsRi2hKsXvcs6ThTOjBaJSMfg==}
engines: {node: '>=12'}
cpu: [ia32]
os: [linux]
requiresBuild: true
optional: true
- /esbuild-linux-64/0.14.29:
- resolution: {integrity: sha512-iaEuLhssReAKE7HMwxwFJFn7D/EXEs43fFy5CJeA4DGmU6JHh0qVJD2p/UP46DvUXLRKXsXw0i+kv5TdJ1w5pg==}
+ /esbuild-linux-64/0.14.42:
+ resolution: {integrity: sha512-2L0HbzQfbTuemUWfVqNIjOfaTRt9zsvjnme6lnr7/MO9toz/MJ5tZhjqrG6uDWDxhsaHI2/nsDgrv8uEEN2eoA==}
engines: {node: '>=12'}
cpu: [x64]
os: [linux]
requiresBuild: true
optional: true
- /esbuild-linux-arm/0.14.29:
- resolution: {integrity: sha512-OXa9D9QL1hwrAnYYAHt/cXAuSCmoSqYfTW/0CEY0LgJNyTxJKtqc5mlwjAZAvgyjmha0auS/sQ0bXfGf2wAokQ==}
+ /esbuild-linux-arm/0.14.42:
+ resolution: {integrity: sha512-STq69yzCMhdRaWnh29UYrLSr/qaWMm/KqwaRF1pMEK7kDiagaXhSL1zQGXbYv94GuGY/zAwzK98+6idCMUOOCg==}
engines: {node: '>=12'}
cpu: [arm]
os: [linux]
requiresBuild: true
optional: true
- /esbuild-linux-arm64/0.14.29:
- resolution: {integrity: sha512-KYf7s8wDfUy+kjKymW3twyGT14OABjGHRkm9gPJ0z4BuvqljfOOUbq9qT3JYFnZJHOgkr29atT//hcdD0Pi7Mw==}
+ /esbuild-linux-arm64/0.14.42:
+ resolution: {integrity: sha512-c3Ug3e9JpVr8jAcfbhirtpBauLxzYPpycjWulD71CF6ZSY26tvzmXMJYooQ2YKqDY4e/fPu5K8bm7MiXMnyxuA==}
engines: {node: '>=12'}
cpu: [arm64]
os: [linux]
requiresBuild: true
optional: true
- /esbuild-linux-mips64le/0.14.29:
- resolution: {integrity: sha512-05jPtWQMsZ1aMGfHOvnR5KrTvigPbU35BtuItSSWLI2sJu5VrM8Pr9Owym4wPvA4153DFcOJ1EPN/2ujcDt54g==}
+ /esbuild-linux-mips64le/0.14.42:
+ resolution: {integrity: sha512-QuvpHGbYlkyXWf2cGm51LBCHx6eUakjaSrRpUqhPwjh/uvNUYvLmz2LgPTTPwCqaKt0iwL+OGVL0tXA5aDbAbg==}
engines: {node: '>=12'}
cpu: [mips64el]
os: [linux]
requiresBuild: true
optional: true
- /esbuild-linux-ppc64le/0.14.29:
- resolution: {integrity: sha512-FYhBqn4Ir9xG+f6B5VIQVbRuM4S6qwy29dDNYFPoxLRnwTEKToIYIUESN1qHyUmIbfO0YB4phG2JDV2JDN9Kgw==}
+ /esbuild-linux-ppc64le/0.14.42:
+ resolution: {integrity: sha512-8ohIVIWDbDT+i7lCx44YCyIRrOW1MYlks9fxTo0ME2LS/fxxdoJBwHWzaDYhjvf8kNpA+MInZvyOEAGoVDrMHg==}
engines: {node: '>=12'}
cpu: [ppc64]
os: [linux]
requiresBuild: true
optional: true
- /esbuild-linux-riscv64/0.14.29:
- resolution: {integrity: sha512-eqZMqPehkb4nZcffnuOpXJQdGURGd6GXQ4ZsDHSWyIUaA+V4FpMBe+5zMPtXRD2N4BtyzVvnBko6K8IWWr36ew==}
+ /esbuild-linux-riscv64/0.14.42:
+ resolution: {integrity: sha512-DzDqK3TuoXktPyG1Lwx7vhaF49Onv3eR61KwQyxYo4y5UKTpL3NmuarHSIaSVlTFDDpcIajCDwz5/uwKLLgKiQ==}
engines: {node: '>=12'}
cpu: [riscv64]
os: [linux]
requiresBuild: true
optional: true
- /esbuild-linux-s390x/0.14.29:
- resolution: {integrity: sha512-o7EYajF1rC/4ho7kpSG3gENVx0o2SsHm7cJ5fvewWB/TEczWU7teDgusGSujxCYcMottE3zqa423VTglNTYhjg==}
+ /esbuild-linux-s390x/0.14.42:
+ resolution: {integrity: sha512-YFRhPCxl8nb//Wn6SiS5pmtplBi4z9yC2gLrYoYI/tvwuB1jldir9r7JwAGy1Ck4D7sE7wBN9GFtUUX/DLdcEQ==}
engines: {node: '>=12'}
cpu: [s390x]
os: [linux]
requiresBuild: true
optional: true
- /esbuild-netbsd-64/0.14.29:
- resolution: {integrity: sha512-/esN6tb6OBSot6+JxgeOZeBk6P8V/WdR3GKBFeFpSqhgw4wx7xWUqPrdx4XNpBVO7X4Ipw9SAqgBrWHlXfddww==}
+ /esbuild-netbsd-64/0.14.42:
+ resolution: {integrity: sha512-QYSD2k+oT9dqB/4eEM9c+7KyNYsIPgzYOSrmfNGDIyJrbT1d+CFVKvnKahDKNJLfOYj8N4MgyFaU9/Ytc6w5Vw==}
engines: {node: '>=12'}
cpu: [x64]
os: [netbsd]
requiresBuild: true
optional: true
- /esbuild-openbsd-64/0.14.29:
- resolution: {integrity: sha512-jUTdDzhEKrD0pLpjmk0UxwlfNJNg/D50vdwhrVcW/D26Vg0hVbthMfb19PJMatzclbK7cmgk1Nu0eNS+abzoHw==}
+ /esbuild-openbsd-64/0.14.42:
+ resolution: {integrity: sha512-M2meNVIKWsm2HMY7+TU9AxM7ZVwI9havdsw6m/6EzdXysyCFFSoaTQ/Jg03izjCsK17FsVRHqRe26Llj6x0MNA==}
engines: {node: '>=12'}
cpu: [x64]
os: [openbsd]
requiresBuild: true
optional: true
- /esbuild-sunos-64/0.14.29:
- resolution: {integrity: sha512-EfhQN/XO+TBHTbkxwsxwA7EfiTHFe+MNDfxcf0nj97moCppD9JHPq48MLtOaDcuvrTYOcrMdJVeqmmeQ7doTcg==}
+ /esbuild-sunos-64/0.14.42:
+ resolution: {integrity: sha512-uXV8TAZEw36DkgW8Ak3MpSJs1ofBb3Smkc/6pZ29sCAN1KzCAQzsje4sUwugf+FVicrHvlamCOlFZIXgct+iqQ==}
engines: {node: '>=12'}
cpu: [x64]
os: [sunos]
requiresBuild: true
optional: true
- /esbuild-windows-32/0.14.29:
- resolution: {integrity: sha512-uoyb0YAJ6uWH4PYuYjfGNjvgLlb5t6b3zIaGmpWPOjgpr1Nb3SJtQiK4YCPGhONgfg2v6DcJgSbOteuKXhwqAw==}
+ /esbuild-windows-32/0.14.42:
+ resolution: {integrity: sha512-4iw/8qWmRICWi9ZOnJJf9sYt6wmtp3hsN4TdI5NqgjfOkBVMxNdM9Vt3626G1Rda9ya2Q0hjQRD9W1o+m6Lz6g==}
engines: {node: '>=12'}
cpu: [ia32]
os: [win32]
requiresBuild: true
optional: true
- /esbuild-windows-64/0.14.29:
- resolution: {integrity: sha512-X9cW/Wl95QjsH8WUyr3NqbmfdU72jCp71cH3pwPvI4CgBM2IeOUDdbt6oIGljPu2bf5eGDIo8K3Y3vvXCCTd8A==}
+ /esbuild-windows-64/0.14.42:
+ resolution: {integrity: sha512-j3cdK+Y3+a5H0wHKmLGTJcq0+/2mMBHPWkItR3vytp/aUGD/ua/t2BLdfBIzbNN9nLCRL9sywCRpOpFMx3CxzA==}
engines: {node: '>=12'}
cpu: [x64]
os: [win32]
requiresBuild: true
optional: true
- /esbuild-windows-arm64/0.14.29:
- resolution: {integrity: sha512-+O/PI+68fbUZPpl3eXhqGHTGK7DjLcexNnyJqtLZXOFwoAjaXlS5UBCvVcR3o2va+AqZTj8o6URaz8D2K+yfQQ==}
+ /esbuild-windows-arm64/0.14.42:
+ resolution: {integrity: sha512-+lRAARnF+hf8J0mN27ujO+VbhPbDqJ8rCcJKye4y7YZLV6C4n3pTRThAb388k/zqF5uM0lS5O201u0OqoWSicw==}
engines: {node: '>=12'}
cpu: [arm64]
os: [win32]
requiresBuild: true
optional: true
- /esbuild/0.14.29:
- resolution: {integrity: sha512-SQS8cO8xFEqevYlrHt6exIhK853Me4nZ4aMW6ieysInLa0FMAL+AKs87HYNRtR2YWRcEIqoXAHh+Ytt5/66qpg==}
+ /esbuild/0.14.42:
+ resolution: {integrity: sha512-V0uPZotCEHokJdNqyozH6qsaQXqmZEOiZWrXnds/zaH/0SyrIayRXWRB98CENO73MIZ9T3HBIOsmds5twWtmgw==}
engines: {node: '>=12'}
hasBin: true
requiresBuild: true
optionalDependencies:
- esbuild-android-64: 0.14.29
- esbuild-android-arm64: 0.14.29
- esbuild-darwin-64: 0.14.29
- esbuild-darwin-arm64: 0.14.29
- esbuild-freebsd-64: 0.14.29
- esbuild-freebsd-arm64: 0.14.29
- esbuild-linux-32: 0.14.29
- esbuild-linux-64: 0.14.29
- esbuild-linux-arm: 0.14.29
- esbuild-linux-arm64: 0.14.29
- esbuild-linux-mips64le: 0.14.29
- esbuild-linux-ppc64le: 0.14.29
- esbuild-linux-riscv64: 0.14.29
- esbuild-linux-s390x: 0.14.29
- esbuild-netbsd-64: 0.14.29
- esbuild-openbsd-64: 0.14.29
- esbuild-sunos-64: 0.14.29
- esbuild-windows-32: 0.14.29
- esbuild-windows-64: 0.14.29
- esbuild-windows-arm64: 0.14.29
+ esbuild-android-64: 0.14.42
+ esbuild-android-arm64: 0.14.42
+ esbuild-darwin-64: 0.14.42
+ esbuild-darwin-arm64: 0.14.42
+ esbuild-freebsd-64: 0.14.42
+ esbuild-freebsd-arm64: 0.14.42
+ esbuild-linux-32: 0.14.42
+ esbuild-linux-64: 0.14.42
+ esbuild-linux-arm: 0.14.42
+ esbuild-linux-arm64: 0.14.42
+ esbuild-linux-mips64le: 0.14.42
+ esbuild-linux-ppc64le: 0.14.42
+ esbuild-linux-riscv64: 0.14.42
+ esbuild-linux-s390x: 0.14.42
+ esbuild-netbsd-64: 0.14.42
+ esbuild-openbsd-64: 0.14.42
+ esbuild-sunos-64: 0.14.42
+ esbuild-windows-32: 0.14.42
+ esbuild-windows-64: 0.14.42
+ esbuild-windows-arm64: 0.14.42
/escalade/3.1.1:
resolution: {integrity: sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==}
@@ -2722,15 +2260,10 @@ packages:
dev: true
/escape-string-regexp/1.0.5:
- resolution: {integrity: sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=}
+ resolution: {integrity: sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==}
engines: {node: '>=0.8.0'}
dev: true
- /escape-string-regexp/2.0.0:
- resolution: {integrity: sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==}
- engines: {node: '>=8'}
- dev: true
-
/escape-string-regexp/4.0.0:
resolution: {integrity: sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==}
engines: {node: '>=10'}
@@ -2740,13 +2273,13 @@ packages:
resolution: {integrity: sha512-0En0w03NRVMn9Uiyn8YRPDKvWjxCWkslUEhGNTdGx15RvPJYQ+lbOlqrlNI2vEAs4pDYK4f/HN2TbDmk5TP0iw==}
dependencies:
debug: 3.2.7
- resolve: 1.20.0
+ resolve: 1.22.0
transitivePeerDependencies:
- supports-color
dev: true
- /eslint-module-utils/2.7.1_ixqxhjfhm7i7u5h4blcymdvpiq:
- resolution: {integrity: sha512-fjoetBXQZq2tSTWZ9yWVl2KuFrTZZH3V+9iD1V1RfpDgxzJR+mPd/KZmMiA8gbPqdBzpNiEHOuT7IYEWxrH0zQ==}
+ /eslint-module-utils/2.7.3_nd4nb6nccnlbwilvit6hlaep3q:
+ resolution: {integrity: sha512-088JEC7O3lDZM9xGe0RerkOMd0EjFl+Yvd1jPWIkMT5u3H9+HC34mWWPnqPrN13gieT9pBOO+Qt07Nb/6TresQ==}
engines: {node: '>=4'}
peerDependencies:
'@typescript-eslint/parser': '*'
@@ -2763,28 +2296,27 @@ packages:
eslint-import-resolver-webpack:
optional: true
dependencies:
- '@typescript-eslint/parser': 5.5.0_wjbecajv6jp5ar2t5o76dcgnbi
+ '@typescript-eslint/parser': 5.27.0_xztl6dhthcahlo6akmb2bmjmle
debug: 3.2.7
eslint-import-resolver-node: 0.3.6
find-up: 2.1.0
- pkg-dir: 2.0.0
transitivePeerDependencies:
- supports-color
dev: true
- /eslint-plugin-es/3.0.1_eslint@8.3.0:
+ /eslint-plugin-es/3.0.1_eslint@8.16.0:
resolution: {integrity: sha512-GUmAsJaN4Fc7Gbtl8uOBlayo2DqhwWvEzykMHSCZHU3XdJ+NSzzZcVhXh3VxX5icqQ+oQdIEawXX8xkR3mIFmQ==}
engines: {node: '>=8.10.0'}
peerDependencies:
eslint: '>=4.19.1'
dependencies:
- eslint: 8.3.0
+ eslint: 8.16.0
eslint-utils: 2.1.0
regexpp: 3.2.0
dev: true
- /eslint-plugin-import/2.25.3_iplecdnqcsfvmje2lfr4noy2lm:
- resolution: {integrity: sha512-RzAVbby+72IB3iOEL8clzPLzL3wpDrlwjsTBAQXgyp5SeTqqY+0bFubwuo+y/HLhNZcXV4XqTBO4LGsfyHIDXg==}
+ /eslint-plugin-import/2.26.0_xsmuhwqsfrjm7m3kqio7zoeziq:
+ resolution: {integrity: sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==}
engines: {node: '>=4'}
peerDependencies:
'@typescript-eslint/parser': '*'
@@ -2793,49 +2325,49 @@ packages:
'@typescript-eslint/parser':
optional: true
dependencies:
- '@typescript-eslint/parser': 5.5.0_wjbecajv6jp5ar2t5o76dcgnbi
- array-includes: 3.1.4
- array.prototype.flat: 1.2.5
+ '@typescript-eslint/parser': 5.27.0_xztl6dhthcahlo6akmb2bmjmle
+ array-includes: 3.1.5
+ array.prototype.flat: 1.3.0
debug: 2.6.9
doctrine: 2.1.0
- eslint: 8.3.0
+ eslint: 8.16.0
eslint-import-resolver-node: 0.3.6
- eslint-module-utils: 2.7.1_ixqxhjfhm7i7u5h4blcymdvpiq
+ eslint-module-utils: 2.7.3_nd4nb6nccnlbwilvit6hlaep3q
has: 1.0.3
- is-core-module: 2.8.0
+ is-core-module: 2.9.0
is-glob: 4.0.3
- minimatch: 3.0.4
+ minimatch: 3.1.2
object.values: 1.1.5
- resolve: 1.20.0
- tsconfig-paths: 3.12.0
+ resolve: 1.22.0
+ tsconfig-paths: 3.14.1
transitivePeerDependencies:
- eslint-import-resolver-typescript
- eslint-import-resolver-webpack
- supports-color
dev: true
- /eslint-plugin-node/11.1.0_eslint@8.3.0:
+ /eslint-plugin-node/11.1.0_eslint@8.16.0:
resolution: {integrity: sha512-oUwtPJ1W0SKD0Tr+wqu92c5xuCeQqB3hSCHasn/ZgjFdA9iDGNkNf2Zi9ztY7X+hNuMib23LNGRm6+uN+KLE3g==}
engines: {node: '>=8.10.0'}
peerDependencies:
eslint: '>=5.16.0'
dependencies:
- eslint: 8.3.0
- eslint-plugin-es: 3.0.1_eslint@8.3.0
+ eslint: 8.16.0
+ eslint-plugin-es: 3.0.1_eslint@8.16.0
eslint-utils: 2.1.0
- ignore: 5.1.9
- minimatch: 3.0.4
+ ignore: 5.2.0
+ minimatch: 3.1.2
resolve: 1.22.0
semver: 6.3.0
dev: true
- /eslint-plugin-svelte3/4.0.0_eslint@8.3.0+svelte@3.48.0:
+ /eslint-plugin-svelte3/4.0.0_vypdqzeyqutkgs6qzc7qod4c64:
resolution: {integrity: sha512-OIx9lgaNzD02+MDFNLw0GEUbuovNcglg+wnd/UY0fbZmlQSz7GlQiQ1f+yX0XvC07XPcDOnFcichqI3xCwp71g==}
peerDependencies:
eslint: '>=8.0.0'
svelte: ^3.2.0
dependencies:
- eslint: 8.3.0
+ eslint: 8.16.0
svelte: 3.48.0
dev: true
@@ -2847,8 +2379,8 @@ packages:
estraverse: 4.3.0
dev: true
- /eslint-scope/7.1.0:
- resolution: {integrity: sha512-aWwkhnS0qAXqNOgKOK0dJ2nvzEbhEvpy8OlJ9kZ0FeZnA6zpjv1/Vei+puGFFX7zkPCkHHXb7IDX3A+7yPrRWg==}
+ /eslint-scope/7.1.1:
+ resolution: {integrity: sha512-QKQM/UXpIiHcLqJ5AOyIW7XZmzjkzQXYE54n1++wb0u9V/abW3l9uQnxX8Z5Xd18xyKIMTUAyQ0k1e8pz6LUrw==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dependencies:
esrecurse: 4.3.0
@@ -2862,13 +2394,13 @@ packages:
eslint-visitor-keys: 1.3.0
dev: true
- /eslint-utils/3.0.0_eslint@8.3.0:
+ /eslint-utils/3.0.0_eslint@8.16.0:
resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==}
engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0}
peerDependencies:
eslint: '>=5'
dependencies:
- eslint: 8.3.0
+ eslint: 8.16.0
eslint-visitor-keys: 2.1.0
dev: true
@@ -2882,37 +2414,36 @@ packages:
engines: {node: '>=10'}
dev: true
- /eslint-visitor-keys/3.1.0:
- resolution: {integrity: sha512-yWJFpu4DtjsWKkt5GeNBBuZMlNcYVs6vRCLoCVEJrTjaSB6LC98gFipNK/erM2Heg/E8mIK+hXG/pJMLK+eRZA==}
+ /eslint-visitor-keys/3.3.0:
+ resolution: {integrity: sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dev: true
- /eslint/8.3.0:
- resolution: {integrity: sha512-aIay56Ph6RxOTC7xyr59Kt3ewX185SaGnAr8eWukoPLeriCrvGjvAubxuvaXOfsxhtwV5g0uBOsyhAom4qJdww==}
+ /eslint/8.16.0:
+ resolution: {integrity: sha512-MBndsoXY/PeVTDJeWsYj7kLZ5hQpJOfMYLsF6LicLHQWbRDG19lK5jOix4DPl8yY4SUFcE3txy86OzFLWT+yoA==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
hasBin: true
dependencies:
- '@eslint/eslintrc': 1.0.4
- '@humanwhocodes/config-array': 0.6.0
+ '@eslint/eslintrc': 1.3.0
+ '@humanwhocodes/config-array': 0.9.5
ajv: 6.12.6
chalk: 4.1.2
cross-spawn: 7.0.3
- debug: 4.3.3
+ debug: 4.3.4
doctrine: 3.0.0
- enquirer: 2.3.6
escape-string-regexp: 4.0.0
- eslint-scope: 7.1.0
- eslint-utils: 3.0.0_eslint@8.3.0
- eslint-visitor-keys: 3.1.0
- espree: 9.1.0
+ eslint-scope: 7.1.1
+ eslint-utils: 3.0.0_eslint@8.16.0
+ eslint-visitor-keys: 3.3.0
+ espree: 9.3.2
esquery: 1.4.0
esutils: 2.0.3
fast-deep-equal: 3.1.3
file-entry-cache: 6.0.1
functional-red-black-tree: 1.0.1
glob-parent: 6.0.2
- globals: 13.12.0
- ignore: 4.0.6
+ globals: 13.15.0
+ ignore: 5.2.0
import-fresh: 3.3.0
imurmurhash: 0.1.4
is-glob: 4.0.3
@@ -2920,12 +2451,10 @@ packages:
json-stable-stringify-without-jsonify: 1.0.1
levn: 0.4.1
lodash.merge: 4.6.2
- minimatch: 3.0.4
+ minimatch: 3.1.2
natural-compare: 1.4.0
optionator: 0.9.1
- progress: 2.0.3
regexpp: 3.2.0
- semver: 7.3.5
strip-ansi: 6.0.1
strip-json-comments: 3.1.1
text-table: 0.2.0
@@ -2934,13 +2463,13 @@ packages:
- supports-color
dev: true
- /espree/9.1.0:
- resolution: {integrity: sha512-ZgYLvCS1wxOczBYGcQT9DDWgicXwJ4dbocr9uYN+/eresBAUuBu+O4WzB21ufQ/JqQT8gyp7hJ3z8SHii32mTQ==}
+ /espree/9.3.2:
+ resolution: {integrity: sha512-D211tC7ZwouTIuY5x9XnS0E9sWNChB7IYKX/Xp5eQj3nFXhqmiUDB9q27y76oFl8jTg3pXcQx/bpxMfs3CIZbA==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dependencies:
- acorn: 8.6.0
- acorn-jsx: 5.3.2_acorn@8.6.0
- eslint-visitor-keys: 3.1.0
+ acorn: 8.7.1
+ acorn-jsx: 5.3.2_acorn@8.7.1
+ eslint-visitor-keys: 3.3.0
dev: true
/esprima/4.0.1:
@@ -2990,7 +2519,7 @@ packages:
dev: true
/execa/0.7.0:
- resolution: {integrity: sha1-lEvs00zEHuMqY6n68nrVpl/Fl3c=}
+ resolution: {integrity: sha512-RztN09XglpYI7aBBrJCPW95jEH7YF1UEPOoX9yDhUTPdp7mK+CQvnLTuD10BNXZ3byLTu2uehZ8EcKT/4CGiFw==}
engines: {node: '>=4'}
dependencies:
cross-spawn: 5.1.0
@@ -3007,18 +2536,6 @@ packages:
engines: {node: '>=6'}
dev: true
- /expect/27.2.5:
- resolution: {integrity: sha512-ZrO0w7bo8BgGoP/bLz+HDCI+0Hfei9jUSZs5yI/Wyn9VkG9w8oJ7rHRgYj+MA7yqqFa0IwHA3flJzZtYugShJA==}
- engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0}
- dependencies:
- '@jest/types': 27.5.1
- ansi-styles: 5.2.0
- jest-get-type: 27.5.1
- jest-matcher-utils: 27.2.5
- jest-message-util: 27.5.1
- jest-regex-util: 27.5.1
- dev: true
-
/extendable-error/0.1.7:
resolution: {integrity: sha512-UOiS2in6/Q0FK0R0q6UY9vYpQ21mr/Qn1KOnte7vsACuNJf514WvCCUHSRCPcgjPT2bAhNIJdlE6bVap1GKmeg==}
dev: true
@@ -3032,27 +2549,13 @@ packages:
tmp: 0.0.33
dev: true
- /extract-zip/2.0.1:
- resolution: {integrity: sha512-GDhU9ntwuKyGXdZBUgTIe+vXnWj0fppUEtMDL0+idd5Sta8TGpHssn/eusA9mrPr9qNDym6SxAYZjNvCn/9RBg==}
- engines: {node: '>= 10.17.0'}
- hasBin: true
- dependencies:
- debug: 4.3.4
- get-stream: 5.2.0
- yauzl: 2.10.0
- optionalDependencies:
- '@types/yauzl': 2.10.0
- transitivePeerDependencies:
- - supports-color
- dev: true
-
/fast-deep-equal/3.1.3:
resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==}
dev: true
- /fast-glob/3.2.7:
- resolution: {integrity: sha512-rYGMRwip6lUMvYD3BTScMwT1HtAs2d71SMv66Vrxs0IekGZEjhM0pcMfjQPnknBt2zeCwQMEupiN02ZP4DiT1Q==}
- engines: {node: '>=8'}
+ /fast-glob/3.2.11:
+ resolution: {integrity: sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==}
+ engines: {node: '>=8.6.0'}
dependencies:
'@nodelib/fs.stat': 2.0.5
'@nodelib/fs.walk': 1.2.8
@@ -3066,7 +2569,7 @@ packages:
dev: true
/fast-levenshtein/2.0.6:
- resolution: {integrity: sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=}
+ resolution: {integrity: sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==}
dev: true
/fastq/1.13.0:
@@ -3075,17 +2578,12 @@ packages:
reusify: 1.0.4
dev: true
- /fd-slicer/1.1.0:
- resolution: {integrity: sha1-JcfInLH5B3+IkbvmHY85Dq4lbx4=}
- dependencies:
- pend: 1.2.0
- dev: true
-
- /fetch-blob/3.1.3:
- resolution: {integrity: sha512-ax1Y5I9w+9+JiM+wdHkhBoxew+zG4AJ2SvAD1v1szpddUIiPERVGBxrMcB2ZqW0Y3PP8bOWYv2zqQq1Jp2kqUQ==}
+ /fetch-blob/3.1.5:
+ resolution: {integrity: sha512-N64ZpKqoLejlrwkIAnb9iLSA3Vx/kjgzpcDhygcqJ2KKjky8nCgUQ+dzXtbrLaWZGZNmNfQTsiQ0weZ1svglHg==}
engines: {node: ^12.20 || >= 14.13}
dependencies:
- web-streams-polyfill: 3.2.0
+ node-domexception: 1.0.0
+ web-streams-polyfill: 3.2.1
dev: true
/file-entry-cache/6.0.1:
@@ -3106,7 +2604,7 @@ packages:
to-regex-range: 5.0.1
/find-up/2.1.0:
- resolution: {integrity: sha1-RdG35QbHF93UgndaK3eSCjwMV6c=}
+ resolution: {integrity: sha512-NWzkk0jSJtTt08+FBFMvXoeZnOJD+jTtsRmBYbAIzJdX6l7dLgR7CTubCM5/eDdPUBvLCeVasP1brfVR/9/EZQ==}
engines: {node: '>=4'}
dependencies:
locate-path: 2.0.0
@@ -3131,7 +2629,7 @@ packages:
/find-yarn-workspace-root2/1.2.16:
resolution: {integrity: sha512-hr6hb1w8ePMpPVUK39S4RlwJzi+xPLuVuG8XlwXU3KD5Yn3qgBWVfy3AzNlDhWvE1EORCE65/Qm26rFQt3VLVA==}
dependencies:
- micromatch: 4.0.4
+ micromatch: 4.0.5
pkg-dir: 4.2.0
dev: true
@@ -3139,12 +2637,12 @@ packages:
resolution: {integrity: sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==}
engines: {node: ^10.12.0 || >=12.0.0}
dependencies:
- flatted: 3.2.4
+ flatted: 3.2.5
rimraf: 3.0.2
dev: true
- /flatted/3.2.4:
- resolution: {integrity: sha512-8/sOawo8tJ4QOBX8YlQBMxL8+RLZfxMQOif9o0KUKTNTjMYElWPE0r/m5VNFxTRd0NSw8qSy8dajrwX4RYI1Hw==}
+ /flatted/3.2.5:
+ resolution: {integrity: sha512-WIWGi2L3DyTUvUrwRKgGi9TwxQMUEqPOPQBVi71R96jZXJdFskXEmf54BoZaS1kknGODoIGASGEzBUYdyMCBJg==}
dev: true
/flexsearch/0.7.21:
@@ -3156,14 +2654,14 @@ packages:
engines: {node: '>=8.0.0'}
dependencies:
cross-spawn: 7.0.3
- signal-exit: 3.0.6
+ signal-exit: 3.0.7
dev: true
/formdata-polyfill/4.0.10:
resolution: {integrity: sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==}
engines: {node: '>=12.20.0'}
dependencies:
- fetch-blob: 3.1.3
+ fetch-blob: 3.1.5
dev: true
/fs-constants/1.0.0:
@@ -3174,7 +2672,7 @@ packages:
resolution: {integrity: sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==}
engines: {node: '>=6 <7 || >=8'}
dependencies:
- graceful-fs: 4.2.8
+ graceful-fs: 4.2.10
jsonfile: 4.0.0
universalify: 0.1.2
dev: true
@@ -3202,7 +2700,7 @@ packages:
dev: false
/fs.realpath/1.0.0:
- resolution: {integrity: sha1-FQStJSMVjKpA20onh8sBQRmU6k8=}
+ resolution: {integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==}
/fsevents/2.3.2:
resolution: {integrity: sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==}
@@ -3214,12 +2712,26 @@ packages:
/function-bind/1.1.1:
resolution: {integrity: sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==}
+ /function.prototype.name/1.1.5:
+ resolution: {integrity: sha512-uN7m/BzVKQnCUF/iW8jYea67v++2u7m5UgENbHRtdDVclOUP+FMPlCNdmk0h/ysGyo2tavMJEDqJAkJdRa1vMA==}
+ engines: {node: '>= 0.4'}
+ dependencies:
+ call-bind: 1.0.2
+ define-properties: 1.1.4
+ es-abstract: 1.20.1
+ functions-have-names: 1.2.3
+ dev: true
+
/functional-red-black-tree/1.0.1:
- resolution: {integrity: sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=}
+ resolution: {integrity: sha512-dsKNQNdj6xA3T+QlADDA7mOSlX0qiMINjn0cgr+eGHGsbSHzTabcIogz2+p/iqP1Xs6EP/sS2SbqH+brGTbq0g==}
+ dev: true
+
+ /functions-have-names/1.2.3:
+ resolution: {integrity: sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==}
dev: true
/gauge/2.7.4:
- resolution: {integrity: sha1-LANAXHU4w51+s3sxcCLjJfsBi/c=}
+ resolution: {integrity: sha512-14x4kjc6lkD3ltw589k0NrPD6cCNTD6CWoVUNpB85+DrtONoZn+Rug6xZU5RvSC4+TZPxA5AnBibQYAvZn41Hg==}
dependencies:
aproba: 1.2.0
console-control-strings: 1.1.0
@@ -3234,7 +2746,7 @@ packages:
resolution: {integrity: sha512-+5J6MS/5XksCuXq++uFRsnUd7Ovu1XenbeuIuNRJxYWjgQbPuFhT14lAvsWfqfAmnwluf1OwMjz39HjfLPci0Q==}
engines: {node: '>=10'}
dependencies:
- aproba: 1.2.0
+ aproba: 2.0.0
color-support: 1.1.3
console-control-strings: 1.1.0
has-unicode: 2.0.1
@@ -3245,11 +2757,6 @@ packages:
wide-align: 1.1.5
dev: false
- /gensync/1.0.0-beta.2:
- resolution: {integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==}
- engines: {node: '>=6.9.0'}
- dev: true
-
/get-caller-file/1.0.3:
resolution: {integrity: sha512-3t6rVToeoZfYSGd8YoLFR2DJkiQrIiUrGcjvFX2mDw3bn6k2OtwHN0TNCLbBO+w8qTvimhDkv+LSscbJY1vE6w==}
dev: true
@@ -3264,21 +2771,14 @@ packages:
dependencies:
function-bind: 1.1.1
has: 1.0.3
- has-symbols: 1.0.2
+ has-symbols: 1.0.3
dev: true
/get-stream/3.0.0:
- resolution: {integrity: sha1-jpQ9E1jcN1VQVOy+LtsFqhdO3hQ=}
+ resolution: {integrity: sha512-GlhdIUuVakc8SJ6kK0zAFbiGzRFzNnY4jUuEbV9UROo4Y+0Ny4fjvcZFVTeDA4odpFyOQzaw6hXukJSq/f28sQ==}
engines: {node: '>=4'}
dev: true
- /get-stream/5.2.0:
- resolution: {integrity: sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==}
- engines: {node: '>=8'}
- dependencies:
- pump: 3.0.0
- dev: true
-
/get-symbol-description/1.0.0:
resolution: {integrity: sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==}
engines: {node: '>= 0.4'}
@@ -3292,7 +2792,7 @@ packages:
dev: true
/gitignore-parser/0.0.2:
- resolution: {integrity: sha1-9hJZuYXdkUFLmnFo+u+RccLuxd8=}
+ resolution: {integrity: sha512-X6mpqUv59uWLGD4n3hZ8Cu8KbF2PMWPSFYmxZjdkpm3yOU7hSUYnzTkZI1mcWqchphvqyuz3/BhgBR4E/JtkCg==}
engines: {node: '>=0.10.0'}
dev: true
@@ -3315,28 +2815,23 @@ packages:
fs.realpath: 1.0.0
inflight: 1.0.6
inherits: 2.0.4
- minimatch: 3.0.4
+ minimatch: 3.1.2
once: 1.4.0
path-is-absolute: 1.0.1
dev: true
- /glob/7.2.0:
- resolution: {integrity: sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==}
+ /glob/7.2.3:
+ resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==}
dependencies:
fs.realpath: 1.0.0
inflight: 1.0.6
inherits: 2.0.4
- minimatch: 3.0.4
+ minimatch: 3.1.2
once: 1.4.0
path-is-absolute: 1.0.1
- /globals/11.12.0:
- resolution: {integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==}
- engines: {node: '>=4'}
- dev: true
-
- /globals/13.12.0:
- resolution: {integrity: sha512-uS8X6lSKN2JumVoXrbUz+uG4BYG+eiawqm3qFcT7ammfbUHeCBoJMlHcec/S3krSk73/AE/f0szYFmgAA3kYZg==}
+ /globals/13.15.0:
+ resolution: {integrity: sha512-bpzcOlgDhMG070Av0Vy5Owklpv1I6+j96GhUI7Rh7IzDCKLzboflLrrfqMu8NquDbiR4EOQk7XzJwqVJxicxog==}
engines: {node: '>=8'}
dependencies:
type-fest: 0.20.2
@@ -3345,14 +2840,14 @@ packages:
/globalyzer/0.1.0:
resolution: {integrity: sha512-40oNTM9UfG6aBmuKxk/giHn5nQ8RVz/SS4Ir6zgzOv9/qC3kKZ9v4etGTcJbEl/NyVQH7FGU7d+X1egr57Md2Q==}
- /globby/11.0.4:
- resolution: {integrity: sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg==}
+ /globby/11.1.0:
+ resolution: {integrity: sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==}
engines: {node: '>=10'}
dependencies:
array-union: 2.1.0
dir-glob: 3.0.1
- fast-glob: 3.2.7
- ignore: 5.1.9
+ fast-glob: 3.2.11
+ ignore: 5.2.0
merge2: 1.4.1
slash: 3.0.0
dev: true
@@ -3367,10 +2862,6 @@ packages:
/graceful-fs/4.2.10:
resolution: {integrity: sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==}
- /graceful-fs/4.2.8:
- resolution: {integrity: sha512-qkIilPUYcNhJpd33n0GBXTB1MMPp14TxEsEs0pTrsSVucApsYzW5V+Q8Qxhik6KU3evy+qkAAowTByymK0avdg==}
- dev: true
-
/grapheme-splitter/1.0.4:
resolution: {integrity: sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==}
dev: true
@@ -3380,12 +2871,12 @@ packages:
engines: {node: '>=6'}
dev: true
- /has-bigints/1.0.1:
- resolution: {integrity: sha512-LSBS2LjbNBTf6287JEbEzvJgftkF5qFkmCo9hDRpAzKhUOlJ+hx8dd4USs00SgsUNwc4617J9ki5YtEClM2ffA==}
+ /has-bigints/1.0.2:
+ resolution: {integrity: sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==}
dev: true
/has-flag/3.0.0:
- resolution: {integrity: sha1-tdRU3CGZriJWmfNGfloH87lVuv0=}
+ resolution: {integrity: sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==}
engines: {node: '>=4'}
dev: true
@@ -3394,8 +2885,14 @@ packages:
engines: {node: '>=8'}
dev: true
- /has-symbols/1.0.2:
- resolution: {integrity: sha512-chXa79rL/UC2KlX17jo3vRGz0azaWEx5tGqZg5pO3NUyEJVB17dMruQlzCCOfUvElghKcm5194+BCRvi2Rv/Gw==}
+ /has-property-descriptors/1.0.0:
+ resolution: {integrity: sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==}
+ dependencies:
+ get-intrinsic: 1.1.1
+ dev: true
+
+ /has-symbols/1.0.3:
+ resolution: {integrity: sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==}
engines: {node: '>= 0.4'}
dev: true
@@ -3403,11 +2900,11 @@ packages:
resolution: {integrity: sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==}
engines: {node: '>= 0.4'}
dependencies:
- has-symbols: 1.0.2
+ has-symbols: 1.0.3
dev: true
/has-unicode/2.0.1:
- resolution: {integrity: sha1-4Ob+aijPUROIVeCG0Wkedx3iqLk=}
+ resolution: {integrity: sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ==}
/has/1.0.3:
resolution: {integrity: sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==}
@@ -3423,14 +2920,15 @@ packages:
resolution: {integrity: sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==}
dev: true
- /https-proxy-agent/5.0.0:
- resolution: {integrity: sha512-EkYm5BcKUGiduxzSt3Eppko+PiNWNEpa4ySk9vTC6wDsQJW9rHSa+UhGNJoRYp7bz6Ht1eaRIa6QaJqO5rCFbA==}
+ /https-proxy-agent/5.0.1:
+ resolution: {integrity: sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==}
engines: {node: '>= 6'}
dependencies:
agent-base: 6.0.2
debug: 4.3.4
transitivePeerDependencies:
- supports-color
+ dev: false
/human-id/1.0.2:
resolution: {integrity: sha512-UNopramDEhHJD+VR+ehk8rOslwSfByxPIZyJRfV739NDhN5LF1fa1MqnzKm2lGTQRjNrjK19Q5fhkgIfjlVUKw==}
@@ -3449,16 +2947,11 @@ packages:
/ignore-walk/3.0.4:
resolution: {integrity: sha512-PY6Ii8o1jMRA1z4F2hRkH/xN59ox43DavKvD3oDpfurRlOJyAHpifIwpbdv1n4jt4ov0jSpw3kQ4GhJnpBL6WQ==}
dependencies:
- minimatch: 3.0.4
+ minimatch: 3.1.2
dev: false
- /ignore/4.0.6:
- resolution: {integrity: sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==}
- engines: {node: '>= 4'}
- dev: true
-
- /ignore/5.1.9:
- resolution: {integrity: sha512-2zeMQpbKz5dhZ9IwL0gbxSW5w0NK/MSAMtNuhgIHEPmaU3vPdKPL0UdvUCXs5SS4JAwsBxysK5sFMW8ocFiVjQ==}
+ /ignore/5.2.0:
+ resolution: {integrity: sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==}
engines: {node: '>= 4'}
dev: true
@@ -3478,7 +2971,7 @@ packages:
dev: true
/imurmurhash/0.1.4:
- resolution: {integrity: sha1-khi5srkoojixPcT7a21XbyMUU+o=}
+ resolution: {integrity: sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==}
engines: {node: '>=0.8.19'}
dev: true
@@ -3488,7 +2981,7 @@ packages:
dev: true
/inflight/1.0.6:
- resolution: {integrity: sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=}
+ resolution: {integrity: sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==}
dependencies:
once: 1.4.0
wrappy: 1.0.2
@@ -3509,16 +3002,12 @@ packages:
dev: true
/invert-kv/1.0.0:
- resolution: {integrity: sha1-EEqOSqym09jNFXqO+L+rLXo//bY=}
+ resolution: {integrity: sha512-xgs2NH9AE66ucSq4cNG1nhSFghr5l6tdL15Pk+jl46bmmBapgoaY/AacXyaDznAqmGL99TiLSQgO/XazFSKYeQ==}
engines: {node: '>=0.10.0'}
dev: true
- /ip/1.1.5:
- resolution: {integrity: sha1-vd7XARQpCCjAoDnnLvJfWq7ENUo=}
- dev: true
-
/is-arrayish/0.2.1:
- resolution: {integrity: sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=}
+ resolution: {integrity: sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==}
dev: true
/is-arrayish/0.3.2:
@@ -3528,7 +3017,7 @@ packages:
/is-bigint/1.0.4:
resolution: {integrity: sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==}
dependencies:
- has-bigints: 1.0.1
+ has-bigints: 1.0.2
dev: true
/is-binary-path/2.1.0:
@@ -3545,26 +3034,27 @@ packages:
has-tostringtag: 1.0.0
dev: true
+ /is-builtin-module/3.1.0:
+ resolution: {integrity: sha512-OV7JjAgOTfAFJmHZLvpSTb4qi0nIILDV1gWPYDnDJUTNFM5aGlRAhk4QcT8i7TuAleeEV5Fdkqn3t4mS+Q11fg==}
+ engines: {node: '>=6'}
+ dependencies:
+ builtin-modules: 3.3.0
+ dev: true
+
/is-callable/1.2.4:
resolution: {integrity: sha512-nsuwtxZfMX67Oryl9LCQ+upnC0Z0BgpwntpS89m1H/TLF0zNfzfLMV/9Wa/6MZsj0acpEjAO0KF1xT6ZdLl95w==}
engines: {node: '>= 0.4'}
dev: true
- /is-ci/2.0.0:
- resolution: {integrity: sha512-YfJT7rkpQB0updsdHLGWrvhBJfcfzNNawYDNIyQXJz0IViGf75O8EBPKSdvw2rF+LGCsX4FZ8tcr3b19LcZq4w==}
+ /is-ci/3.0.1:
+ resolution: {integrity: sha512-ZYvCgrefwqoQ6yTyYUbQu64HsITZ3NfKX1lzaEYdkTDcfKzzCI/wthRRYKkdjHKFVgNiXKAKm65Zo1pk2as/QQ==}
hasBin: true
dependencies:
- ci-info: 2.0.0
+ ci-info: 3.3.1
dev: true
- /is-core-module/2.8.0:
- resolution: {integrity: sha512-vd15qHsaqrRL7dtH6QNuy0ndJmRDrS9HAM1CAiSifNUFv4x1a0CCVsj18hJ1mShxIG6T2i1sO78MkP56r0nYRw==}
- dependencies:
- has: 1.0.3
- dev: true
-
- /is-core-module/2.8.1:
- resolution: {integrity: sha512-SdNCUs284hr40hFTFP6l0IfZ/RSrMXF3qgoRHd3/79unUTvrFO/JoXwkGm+5J/Oe3E/b5GsnG330uUNgRpu1PA==}
+ /is-core-module/2.9.0:
+ resolution: {integrity: sha512-+5FPy5PnwmO3lvfMb0AsoPaBG+5KHUI0wYFXOtYPnVVVspTFUuMZNfNaNVRt3FZadstu2c8x23vykRW/NBoU6A==}
dependencies:
has: 1.0.3
@@ -3575,24 +3065,18 @@ packages:
has-tostringtag: 1.0.0
dev: true
- /is-docker/2.2.1:
- resolution: {integrity: sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==}
- engines: {node: '>=8'}
- hasBin: true
- dev: true
-
/is-extglob/2.1.1:
- resolution: {integrity: sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=}
+ resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==}
engines: {node: '>=0.10.0'}
/is-fullwidth-code-point/1.0.0:
- resolution: {integrity: sha1-754xOG8DGn8NZDr4L95QxFfvAMs=}
+ resolution: {integrity: sha512-1pqUqRjkhPJ9miNq9SwMfdvi6lBJcd6eFxvfaivQhaH3SgisfiuudvFntdKOmxuee/77l+FPjKrQjWvmPjWrRw==}
engines: {node: '>=0.10.0'}
dependencies:
number-is-nan: 1.0.1
/is-fullwidth-code-point/2.0.0:
- resolution: {integrity: sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=}
+ resolution: {integrity: sha512-VHskAKYM8RfSFXwee5t5cbN5PZeq1Wrh6qd5bkyiXIf6UQcN6w/A0eXM9r6t8d+GYOh+o6ZhiEnb88LN/Y8m2w==}
engines: {node: '>=4'}
dev: true
@@ -3607,16 +3091,16 @@ packages:
is-extglob: 2.1.1
/is-module/1.0.0:
- resolution: {integrity: sha1-Mlj7afeMFNW4FdZkM2tM/7ZEFZE=}
+ resolution: {integrity: sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g==}
dev: true
- /is-negative-zero/2.0.1:
- resolution: {integrity: sha512-2z6JzQvZRa9A2Y7xC6dQQm4FSTSTNWjKIYYTt4246eMTJmIo0Q+ZyOsU66X8lxK1AbB92dFeglPLrhwpeRKO6w==}
+ /is-negative-zero/2.0.2:
+ resolution: {integrity: sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==}
engines: {node: '>= 0.4'}
dev: true
- /is-number-object/1.0.6:
- resolution: {integrity: sha512-bEVOqiRcvo3zO1+G2lVMy+gkkEm9Yh7cDMRusKKu5ZJKPUYSJwICTKZrNKHA2EbSP0Tu0+6B/emsYNHZyn6K8g==}
+ /is-number-object/1.0.7:
+ resolution: {integrity: sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==}
engines: {node: '>= 0.4'}
dependencies:
has-tostringtag: 1.0.0
@@ -3627,7 +3111,7 @@ packages:
engines: {node: '>=0.12.0'}
/is-plain-obj/1.1.0:
- resolution: {integrity: sha1-caUMhCnfync8kqOQpKA7OfzVHT4=}
+ resolution: {integrity: sha512-yvkRyxmFKEOQ4pNXCmJG5AEQNlXJS5LaONXo5/cLdTZdWvsZ1ioJEonLGAosKlMWE8lwUy/bJzMjcw8az73+Fg==}
engines: {node: '>=0.10.0'}
dev: true
@@ -3638,7 +3122,7 @@ packages:
/is-reference/1.2.1:
resolution: {integrity: sha512-U82MsXXiFIrjCK4otLT+o2NA2Cd2g5MLoOVXUZjIOhLurrRxpEXzI8O0KZHr3IjLvlAH1kTPYSuqer5T9ZVBKQ==}
dependencies:
- '@types/estree': 0.0.50
+ '@types/estree': 0.0.51
dev: true
/is-regex/1.1.4:
@@ -3649,12 +3133,14 @@ packages:
has-tostringtag: 1.0.0
dev: true
- /is-shared-array-buffer/1.0.1:
- resolution: {integrity: sha512-IU0NmyknYZN0rChcKhRO1X8LYz5Isj/Fsqh8NJOSf+N/hCOTwy29F32Ik7a+QszE63IdvmwdTPDd6cZ5pg4cwA==}
+ /is-shared-array-buffer/1.0.2:
+ resolution: {integrity: sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==}
+ dependencies:
+ call-bind: 1.0.2
dev: true
/is-stream/1.1.0:
- resolution: {integrity: sha1-EtSj3U5o4Lec6428hBc66A2RykQ=}
+ resolution: {integrity: sha512-uQPm8kcs47jx38atAcWTVxyltQYoPT68y9aWYdV6yWXSyW8mzSat0TL6CiWdZeCdF3KrAvpVtnHbTv4RN+rqdQ==}
engines: {node: '>=0.10.0'}
dev: true
@@ -3676,11 +3162,11 @@ packages:
resolution: {integrity: sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==}
engines: {node: '>= 0.4'}
dependencies:
- has-symbols: 1.0.2
+ has-symbols: 1.0.3
dev: true
- /is-weakref/1.0.1:
- resolution: {integrity: sha512-b2jKc2pQZjaeFYWEf7ScFj+Be1I+PXmlu572Q8coTXZ+LD/QQZ7ShPMst8h16riVgyXTQwUsFEl74mDvc/3MHQ==}
+ /is-weakref/1.0.2:
+ resolution: {integrity: sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==}
dependencies:
call-bind: 1.0.2
dev: true
@@ -3690,18 +3176,11 @@ packages:
engines: {node: '>=0.10.0'}
dev: true
- /is-wsl/2.2.0:
- resolution: {integrity: sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==}
- engines: {node: '>=8'}
- dependencies:
- is-docker: 2.2.1
- dev: true
-
/isarray/1.0.0:
- resolution: {integrity: sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=}
+ resolution: {integrity: sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==}
/isexe/2.0.0:
- resolution: {integrity: sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=}
+ resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==}
dev: true
/istanbul-lib-coverage/3.2.0:
@@ -3718,63 +3197,14 @@ packages:
supports-color: 7.2.0
dev: true
- /istanbul-reports/3.1.0:
- resolution: {integrity: sha512-rgeP8yMlXeH4mfd9K/sQXZv1lvcS7xo379zntcotPDdMwkcGYwMxGHGZYo0/+YW5B/nor2YGKz2BH5ume405ow==}
+ /istanbul-reports/3.1.4:
+ resolution: {integrity: sha512-r1/DshN4KSE7xWEknZLLLLDn5CJybV3nw01VTkp6D5jzLuELlcbudfj/eSQFvrKsJuTVCGnePO7ho82Nw9zzfw==}
engines: {node: '>=8'}
dependencies:
html-escaper: 2.0.2
istanbul-lib-report: 3.0.0
dev: true
- /jest-diff/27.5.1:
- resolution: {integrity: sha512-m0NvkX55LDt9T4mctTEgnZk3fmEg3NRYutvMPWM/0iPnkFj2wIeF45O1718cMSOFO1vINkqmxqD8vE37uTEbqw==}
- engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0}
- dependencies:
- chalk: 4.1.2
- diff-sequences: 27.5.1
- jest-get-type: 27.5.1
- pretty-format: 27.5.1
- dev: true
-
- /jest-get-type/27.5.1:
- resolution: {integrity: sha512-2KY95ksYSaK7DMBWQn6dQz3kqAf3BB64y2udeG+hv4KfSOb9qwcYQstTJc1KCbsix+wLZWZYN8t7nwX3GOBLRw==}
- engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0}
- dev: true
-
- /jest-matcher-utils/27.2.5:
- resolution: {integrity: sha512-qNR/kh6bz0Dyv3m68Ck2g1fLW5KlSOUNcFQh87VXHZwWc/gY6XwnKofx76Qytz3x5LDWT09/2+yXndTkaG4aWg==}
- engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0}
- dependencies:
- chalk: 4.1.2
- jest-diff: 27.5.1
- jest-get-type: 27.5.1
- pretty-format: 27.5.1
- dev: true
-
- /jest-message-util/27.5.1:
- resolution: {integrity: sha512-rMyFe1+jnyAAf+NHwTclDz0eAaLkVDdKVHHBFWsBWHnnh5YeJMNWWsv7AbFYXfK3oTqvL7VTWkhNLu1jX24D+g==}
- engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0}
- dependencies:
- '@babel/code-frame': 7.16.7
- '@jest/types': 27.5.1
- '@types/stack-utils': 2.0.1
- chalk: 4.1.2
- graceful-fs: 4.2.10
- micromatch: 4.0.5
- pretty-format: 27.5.1
- slash: 3.0.0
- stack-utils: 2.0.5
- dev: true
-
- /jest-regex-util/27.5.1:
- resolution: {integrity: sha512-4bfKq2zie+x16okqDXjXn9ql2B0dScQu+vcwe4TvFVhkVyuWLqpZrZtXxLLWoXYgn0E87I6r6GRYHF7wFZBUvg==}
- engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0}
- dev: true
-
- /jpeg-js/0.4.3:
- resolution: {integrity: sha512-ru1HWKek8octvUHFHvE5ZzQ1yAsJmIvRdGWvSoKV52XKyuyYA437QWDttXT8eZXDSbuMpHlLzPDZUPd6idIz+Q==}
- dev: true
-
/js-tokens/4.0.0:
resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==}
dev: true
@@ -3794,12 +3224,6 @@ packages:
argparse: 2.0.1
dev: true
- /jsesc/2.5.2:
- resolution: {integrity: sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==}
- engines: {node: '>=4'}
- hasBin: true
- dev: true
-
/json-parse-even-better-errors/2.3.1:
resolution: {integrity: sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==}
dev: true
@@ -3809,20 +3233,14 @@ packages:
dev: true
/json-stable-stringify-without-jsonify/1.0.1:
- resolution: {integrity: sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE=}
+ resolution: {integrity: sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==}
dev: true
/json5/1.0.1:
resolution: {integrity: sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==}
hasBin: true
dependencies:
- minimist: 1.2.5
- dev: true
-
- /json5/2.2.1:
- resolution: {integrity: sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==}
- engines: {node: '>=6'}
- hasBin: true
+ minimist: 1.2.6
dev: true
/jsonc-parser/3.0.0:
@@ -3830,7 +3248,7 @@ packages:
dev: true
/jsonfile/4.0.0:
- resolution: {integrity: sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=}
+ resolution: {integrity: sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==}
optionalDependencies:
graceful-fs: 4.2.10
dev: true
@@ -3850,7 +3268,7 @@ packages:
engines: {node: '>=6'}
/lcid/1.0.0:
- resolution: {integrity: sha1-MIrMr6C8SDo4Z7S28rlQYlHRuDU=}
+ resolution: {integrity: sha512-YiGkH6EnGrDGqLMITnGjXtGmNtjoXw9SVUzcaos8RBi7Ps0VBylkq+vOcY9QE5poLasPCR849ucFUkl0UzUyOw==}
engines: {node: '>=0.10.0'}
dependencies:
invert-kv: 1.0.0
@@ -3869,7 +3287,7 @@ packages:
dev: true
/load-json-file/2.0.0:
- resolution: {integrity: sha1-eUfkIUmvgNaWy/eXvKq8/h/inKg=}
+ resolution: {integrity: sha512-3p6ZOGNbiX4CdvEd1VcE6yi78UrGNpjHO33noGwHCnT/o2fyllJDepsm8+mFFv/DvtwFHht5HIHSyOy5a+ChVQ==}
engines: {node: '>=4'}
dependencies:
graceful-fs: 4.2.10
@@ -3893,7 +3311,7 @@ packages:
dev: true
/locate-path/2.0.0:
- resolution: {integrity: sha1-K1aLJl7slExtnA3pw9u7ygNUzY4=}
+ resolution: {integrity: sha512-NCI2kiDkyR7VeEKm27Kda/iQHyKJe1Bu0FlTbYp3CqJu+9IFe9bLyAjMxf5ZDDbEg+iMPzB5zYyUTSm8wVTKmA==}
engines: {node: '>=4'}
dependencies:
p-locate: 2.0.0
@@ -3919,13 +3337,13 @@ packages:
dev: true
/lodash.startcase/4.4.0:
- resolution: {integrity: sha1-lDbjTtJgk+1/+uGTYUQ1CRXZrdg=}
+ resolution: {integrity: sha512-+WKqsK294HMSc2jEbNgpHpd0JfIBhp7rEV4aqXWqFr6AlXov+SlcgB1Fv01y2kGe3Gc8nMW7VA0SrGuSkRfIEg==}
dev: true
/lower-case/2.0.2:
resolution: {integrity: sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==}
dependencies:
- tslib: 2.3.1
+ tslib: 2.4.0
dev: true
/lru-cache/4.1.5:
@@ -3948,12 +3366,12 @@ packages:
yallist: 4.0.0
/lz-string/1.4.4:
- resolution: {integrity: sha1-wNjq82BZ9wV5bh40SBHPTEmNOiY=}
+ resolution: {integrity: sha512-0ckx7ZHRPqb0oUm8zNr+90mtf9DQB60H1wMCjBtfi62Kl3a7JbHob6gA2bC+xRvZoOL+1hzUK8jeuEIQE8svEQ==}
hasBin: true
dev: true
- /magic-string/0.25.7:
- resolution: {integrity: sha512-4CrMT5DOHTDk4HYDlzmwu4FVCcIYI8gauveasrdCu2IKIFOJ3f0v/8MDGJCDL9oD2ppz/Av1b0Nj345H9M+XIA==}
+ /magic-string/0.25.9:
+ resolution: {integrity: sha512-RmF0AsMzgt25qzqqLc1+MbHmhdx0ojF2Fvs4XnOqz2ZOBXzzkEwc/dJQZCYHAn7v1jbVOjAZfK8msRn4BxO4VQ==}
dependencies:
sourcemap-codec: 1.4.8
dev: true
@@ -3972,7 +3390,7 @@ packages:
semver: 6.3.0
/map-obj/1.0.1:
- resolution: {integrity: sha1-2TPOuSBdgr3PSIb2dCvcK03qFG0=}
+ resolution: {integrity: sha512-7N/q3lyZ+LVCp7PzuxrJr4KMbBE2hW7BT7YNia330OFxIf4d3r5zVpicP2650l7CPN6RM9zOJRl3NGpqSiw3Eg==}
engines: {node: '>=0.10.0'}
dev: true
@@ -3981,8 +3399,8 @@ packages:
engines: {node: '>=8'}
dev: true
- /marked/4.0.5:
- resolution: {integrity: sha512-eUToMA5d5lunnipkCN7zFD0RiunCF2Uo6bImEt/Qx8LZMW7oPXTw7R+f+M5V3eS7164HjEDPfW8/TrefuFhDfw==}
+ /marked/4.0.16:
+ resolution: {integrity: sha512-wahonIQ5Jnyatt2fn8KqF/nIqZM8mh3oRu2+l5EANGMhu6RFjiSG52QNE2eWzFMI94HqYSgN184NurgNG6CztA==}
engines: {node: '>= 12'}
hasBin: true
dev: true
@@ -4016,14 +3434,6 @@ packages:
engines: {node: '>= 8'}
dev: true
- /micromatch/4.0.4:
- resolution: {integrity: sha512-pRmzw/XUcwXGpD9aI9q/0XOwLNygjETJ8y0ao0wdqprrzDa4YnxLcz7fQRZr8voh8V10kGhABbNcHVk5wHgWwg==}
- engines: {node: '>=8.6'}
- dependencies:
- braces: 3.0.2
- picomatch: 2.3.0
- dev: true
-
/micromatch/4.0.5:
resolution: {integrity: sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==}
engines: {node: '>=8.6'}
@@ -4031,16 +3441,16 @@ packages:
braces: 3.0.2
picomatch: 2.3.1
- /mime-db/1.51.0:
- resolution: {integrity: sha512-5y8A56jg7XVQx2mbv1lu49NR4dokRnhZYTtL+KGfaa27uq4pSTXkwQkFJl4pkRMyNFz/EtYDSkiiEHx3F7UN6g==}
+ /mime-db/1.52.0:
+ resolution: {integrity: sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==}
engines: {node: '>= 0.6'}
dev: true
- /mime-types/2.1.34:
- resolution: {integrity: sha512-6cP692WwGIs9XXdOO4++N+7qjqv0rqxxVvJ3VHPh/Sc9mVZcQP+ZGhkKiTvWMQRr2tbHkJP/Yn7Y0npb3ZBs4A==}
+ /mime-types/2.1.35:
+ resolution: {integrity: sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==}
engines: {node: '>= 0.6'}
dependencies:
- mime-db: 1.51.0
+ mime-db: 1.52.0
dev: true
/mime/3.0.0:
@@ -4064,8 +3474,8 @@ packages:
engines: {node: '>=4'}
dev: true
- /minimatch/3.0.4:
- resolution: {integrity: sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==}
+ /minimatch/3.1.2:
+ resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==}
dependencies:
brace-expansion: 1.1.11
@@ -4078,8 +3488,8 @@ packages:
kind-of: 6.0.3
dev: true
- /minimist/1.2.5:
- resolution: {integrity: sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==}
+ /minimist/1.2.6:
+ resolution: {integrity: sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==}
/minipass/2.9.0:
resolution: {integrity: sha512-wxfUjg9WebH+CUDX/CdbRlh5SmfZiy/hpkxaRI16Y9W56Pa75sWgd/rvFilSgrauD9NyFymP/+JFV3KwzIsJeg==}
@@ -4118,11 +3528,11 @@ packages:
resolution: {integrity: sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==}
dev: true
- /mkdirp/0.5.5:
- resolution: {integrity: sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==}
+ /mkdirp/0.5.6:
+ resolution: {integrity: sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==}
hasBin: true
dependencies:
- minimist: 1.2.5
+ minimist: 1.2.6
/mkdirp/1.0.4:
resolution: {integrity: sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==}
@@ -4181,8 +3591,8 @@ packages:
- supports-color
dev: false
- /negotiator/0.6.2:
- resolution: {integrity: sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw==}
+ /negotiator/0.6.3:
+ resolution: {integrity: sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==}
engines: {node: '>= 0.6'}
dev: true
@@ -4190,20 +3600,25 @@ packages:
resolution: {integrity: sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==}
dependencies:
lower-case: 2.0.2
- tslib: 2.3.1
+ tslib: 2.4.0
dev: true
- /node-abi/3.8.0:
- resolution: {integrity: sha512-tzua9qWWi7iW4I42vUPKM+SfaF0vQSLAm4yO5J83mSwB7GeoWrDKC/K+8YCnYNwqP5duwazbw2X9l4m8SC2cUw==}
+ /node-abi/3.22.0:
+ resolution: {integrity: sha512-u4uAs/4Zzmp/jjsD9cyFYDXeISfUWaAVWshPmDZOFOv4Xl4SbzTXm53I04C2uRueYJ+0t5PEtLH/owbn2Npf/w==}
engines: {node: '>=10'}
dependencies:
- semver: 7.3.5
+ semver: 7.3.7
dev: true
/node-addon-api/4.3.0:
resolution: {integrity: sha512-73sE9+3UaLYYFmDsFZnqCInzPyh3MqIwZO9cw58yIqAZhONrrabrYyYe3TuIqtIiOuTXVhsGau8hcrhhwSsDIQ==}
dev: true
+ /node-domexception/1.0.0:
+ resolution: {integrity: sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==}
+ engines: {node: '>=10.5.0'}
+ dev: true
+
/node-fetch/2.6.7:
resolution: {integrity: sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==}
engines: {node: 4.x || >=6.0.0}
@@ -4215,17 +3630,17 @@ packages:
dependencies:
whatwg-url: 5.0.0
- /node-fetch/3.1.0:
- resolution: {integrity: sha512-QU0WbIfMUjd5+MUzQOYhenAazakV7Irh1SGkWCsRzBwvm4fAhzEUaHMJ6QLP7gWT6WO9/oH2zhKMMGMuIrDyKw==}
+ /node-fetch/3.2.4:
+ resolution: {integrity: sha512-WvYJRN7mMyOLurFR2YpysQGuwYrJN+qrrpHjJDuKMcSPdfFccRUla/kng2mz6HWSBxJcqPbvatS6Gb4RhOzCJw==}
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
dependencies:
data-uri-to-buffer: 4.0.0
- fetch-blob: 3.1.3
+ fetch-blob: 3.1.5
formdata-polyfill: 4.0.10
dev: true
- /node-forge/1.2.0:
- resolution: {integrity: sha512-M4AsdaP0bGNaSPtatd/+f76asocI0cFaURRdeQVZvrJBrYp2Qohv5hDbGHykuNqCb1BYjWHjdS6HlN50qbztwA==}
+ /node-forge/1.3.1:
+ resolution: {integrity: sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==}
engines: {node: '>= 6.13.0'}
dev: true
@@ -4234,18 +3649,13 @@ packages:
hasBin: true
dev: false
- /node-modules-regexp/1.0.0:
- resolution: {integrity: sha1-jZ2+KJZKSsVxLpExZCEHxx6Q7EA=}
- engines: {node: '>=0.10.0'}
- dev: true
-
/node-pre-gyp/0.13.0:
resolution: {integrity: sha512-Md1D3xnEne8b/HGVQkZZwV27WUi1ZRuZBij24TNaZwUPU3ZAFtvT6xxJGaUVillfmMKnn5oD1HoGsp2Ftik7SQ==}
deprecated: 'Please upgrade to @mapbox/node-pre-gyp: the non-scoped node-pre-gyp package is deprecated and only the @mapbox scoped package will recieve updates in the future'
hasBin: true
dependencies:
detect-libc: 1.0.3
- mkdirp: 0.5.5
+ mkdirp: 0.5.6
needle: 2.9.1
nopt: 4.0.3
npm-packlist: 1.4.8
@@ -4258,10 +3668,6 @@ packages:
- supports-color
dev: false
- /node-releases/2.0.2:
- resolution: {integrity: sha512-XxYDdcQ6eKqp/YjI+tb2C5WM2LgjnZrfYg4vgQt49EK268b6gYCHsBLrK2qvJo4FmCtqmKezb0WZFK4fkrZNsg==}
- dev: true
-
/nopt/4.0.3:
resolution: {integrity: sha512-CvaGwVMztSMJLOeXPrez7fyfObdZqNUK1cPAEzLHrTybIua9pMdmmPR5YwtfNftIOMv3DPUhFaxsZMNTQO20Kg==}
hasBin: true
@@ -4282,7 +3688,7 @@ packages:
resolution: {integrity: sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==}
dependencies:
hosted-git-info: 2.8.9
- resolve: 1.20.0
+ resolve: 1.22.0
semver: 5.7.1
validate-npm-package-license: 3.0.4
dev: true
@@ -4341,8 +3747,8 @@ packages:
resolution: {integrity: sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=}
engines: {node: '>=0.10.0'}
- /object-inspect/1.11.0:
- resolution: {integrity: sha512-jp7ikS6Sd3GxQfZJPyH3cjcbJF6GZPClgdV+EFygjFLQ5FmW/dRUnTd9PQ9k0JhoNDabWFbpF1yCdSWCC6gexg==}
+ /object-inspect/1.12.2:
+ resolution: {integrity: sha512-z+cPxW0QGUp0mcqcsgQyLVRDoXFQbXOwBaqyF7VIgI4TWNQsDHrBpUQslRmIfAoYWdYzs6UlKJtB2XJpTaNSpQ==}
dev: true
/object-keys/1.1.1:
@@ -4355,8 +3761,8 @@ packages:
engines: {node: '>= 0.4'}
dependencies:
call-bind: 1.0.2
- define-properties: 1.1.3
- has-symbols: 1.0.2
+ define-properties: 1.1.4
+ has-symbols: 1.0.3
object-keys: 1.1.1
dev: true
@@ -4365,8 +3771,8 @@ packages:
engines: {node: '>= 0.4'}
dependencies:
call-bind: 1.0.2
- define-properties: 1.1.3
- es-abstract: 1.19.1
+ define-properties: 1.1.4
+ es-abstract: 1.20.1
dev: true
/on-headers/1.0.2:
@@ -4385,15 +3791,6 @@ packages:
lru-cache: 5.1.1
dev: true
- /open/8.4.0:
- resolution: {integrity: sha512-XgFPPM+B28FtCCgSb9I+s9szOC1vZRSwgWsRUA5ylIxRTgKozqjOCrVOqGsYABPYK5qnfqClxZTFBa8PKt2v6Q==}
- engines: {node: '>=12'}
- dependencies:
- define-lazy-prop: 2.0.0
- is-docker: 2.2.1
- is-wsl: 2.2.0
- dev: true
-
/optionator/0.9.1:
resolution: {integrity: sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw==}
engines: {node: '>= 0.8.0'}
@@ -4532,7 +3929,7 @@ packages:
resolution: {integrity: sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==}
dependencies:
no-case: 3.0.4
- tslib: 2.3.1
+ tslib: 2.4.0
dev: true
/path-exists/3.0.0:
@@ -4574,18 +3971,9 @@ packages:
engines: {node: '>=8'}
dev: true
- /pend/1.2.0:
- resolution: {integrity: sha1-elfrVQpng/kRUzH89GY9XI4AelA=}
- dev: true
-
/picocolors/1.0.0:
resolution: {integrity: sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==}
- /picomatch/2.3.0:
- resolution: {integrity: sha512-lY1Q/PiJGC2zOv/z391WOTD+Z02bCgsFfvxoXXf6h7kv9o+WmsmzYqrAwY63sNgOxE4xEdq0WyUnXfKeBrSvYw==}
- engines: {node: '>=8.6'}
- dev: true
-
/picomatch/2.3.1:
resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==}
engines: {node: '>=8.6'}
@@ -4600,32 +3988,11 @@ packages:
engines: {node: '>=6'}
dev: true
- /pirates/4.0.1:
- resolution: {integrity: sha512-WuNqLTbMI3tmfef2TKxlQmAiLHKtFhlsCZnPIpuv2Ow0RDVO8lfy1Opf4NUzlMXLjPl+Men7AuVdX6TA+s+uGA==}
- engines: {node: '>= 6'}
- dependencies:
- node-modules-regexp: 1.0.0
- dev: true
-
- /pirates/4.0.4:
- resolution: {integrity: sha512-ZIrVPH+A52Dw84R0L3/VS9Op04PuQ2SEoJL6bkshmiTic/HldyW9Tf7oH5mhJZBK7NmDx27vSMrYEXPXclpDKw==}
+ /pirates/4.0.5:
+ resolution: {integrity: sha512-8V9+HQPupnaXMA23c5hvl69zXvTwTzyAYasnkb0Tts4XvO4CliqONMOnvlq26rkhLC3nWDFBJf73LU1e1VZLaQ==}
engines: {node: '>= 6'}
dev: true
- /pixelmatch/5.2.1:
- resolution: {integrity: sha512-WjcAdYSnKrrdDdqTcVEY7aB7UhhwjYQKYhHiBXdJef0MOaQeYpUdQ+iVyBLa5YBKS8MPVPPMX7rpOByISLpeEQ==}
- hasBin: true
- dependencies:
- pngjs: 4.0.1
- dev: true
-
- /pkg-dir/2.0.0:
- resolution: {integrity: sha1-9tXREJ4Z1j7fQo4L1X4Sd3YVM0s=}
- engines: {node: '>=4'}
- dependencies:
- find-up: 2.1.0
- dev: true
-
/pkg-dir/4.2.0:
resolution: {integrity: sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==}
engines: {node: '>=8'}
@@ -4633,43 +4000,19 @@ packages:
find-up: 4.1.0
dev: true
- /playwright-core/1.21.0:
- resolution: {integrity: sha512-yDGVs9qaaW6WiefgR7wH1CGt9D6D/X4U3jNpIzH0FjjrrWLCOYQo78Tu3SkW8X+/kWlBpj49iWf3QNSxhYc12Q==}
- engines: {node: '>=12'}
+ /playwright-chromium/1.22.2:
+ resolution: {integrity: sha512-msRcdCIJkdM2R6S+NMJZ02uyZHzJ7TIzkjzs3usDJ1Pwacp9HMhv9T/S4AxtpFXFmvMZq7UJYb0x+tCdHx9+0w==}
+ engines: {node: '>=14'}
hasBin: true
+ requiresBuild: true
dependencies:
- colors: 1.4.0
- commander: 8.3.0
- debug: 4.3.3
- extract-zip: 2.0.1
- https-proxy-agent: 5.0.0
- jpeg-js: 0.4.3
- mime: 3.0.0
- pixelmatch: 5.2.1
- pngjs: 6.0.0
- progress: 2.0.3
- proper-lockfile: 4.1.2
- proxy-from-env: 1.1.0
- rimraf: 3.0.2
- socks-proxy-agent: 6.1.1
- stack-utils: 2.0.5
- ws: 8.4.2
- yauzl: 2.10.0
- yazl: 2.5.1
- transitivePeerDependencies:
- - bufferutil
- - supports-color
- - utf-8-validate
- dev: true
-
- /pngjs/4.0.1:
- resolution: {integrity: sha512-rf5+2/ioHeQxR6IxuYNYGFytUyG3lma/WW1nsmjeHlWwtb2aByla6dkVc8pmJ9nplzkTA0q2xx7mMWrOTqT4Gg==}
- engines: {node: '>=8.0.0'}
+ playwright-core: 1.22.2
dev: true
- /pngjs/6.0.0:
- resolution: {integrity: sha512-TRzzuFRRmEoSW/p1KVAmiOgPco2Irlah+bGFCeNfJXxxYGwSw7YwAOAcd7X28K/m5bjBWKsC29KyoMfHbypayg==}
- engines: {node: '>=12.13.0'}
+ /playwright-core/1.22.2:
+ resolution: {integrity: sha512-w/hc/Ld0RM4pmsNeE6aL/fPNWw8BWit2tg+TfqJ3+p59c6s3B6C8mXvXrIPmfQEobkcFDc+4KirNzOQ+uBSP1Q==}
+ engines: {node: '>=14'}
+ hasBin: true
dev: true
/polka/1.0.0-next.22:
@@ -4680,8 +4023,8 @@ packages:
trouter: 3.2.0
dev: true
- /port-authority/2.0.1:
- resolution: {integrity: sha512-Hz/WvSNt5+7x+Rq1Cn6DetJOZxKtLDehJ1mLCYge6ju4QvSF/PHvRgy94e1SKJVI96AJTcqEdNwkkaAFad+TXQ==}
+ /port-authority/1.2.0:
+ resolution: {integrity: sha512-izg9jj10CEbNWBX6B1IJtzs0IcMEIo+2to2IIvq0vvcqLnOi0Fz36LSL4mqp/pJsPDFB5jyrxUEEHRctmPu9Pg==}
dev: true
/postcss/8.4.14:
@@ -4692,18 +4035,18 @@ packages:
picocolors: 1.0.0
source-map-js: 1.0.2
- /prebuild-install/7.0.1:
- resolution: {integrity: sha512-QBSab31WqkyxpnMWQxubYAHR5S9B2+r81ucocew34Fkl98FhvKIF50jIJnNOBmAZfyNV7vE5T6gd3hTVWgY6tg==}
+ /prebuild-install/7.1.0:
+ resolution: {integrity: sha512-CNcMgI1xBypOyGqjp3wOc8AAo1nMhZS3Cwd3iHIxOdAUbb+YxdNuM4Z5iIrZ8RLvOsf3F3bl7b7xGq6DjQoNYA==}
engines: {node: '>=10'}
hasBin: true
dependencies:
- detect-libc: 2.0.0
+ detect-libc: 2.0.1
expand-template: 2.0.3
github-from-package: 0.0.0
- minimist: 1.2.5
+ minimist: 1.2.6
mkdirp-classic: 0.5.3
napi-build-utils: 1.0.2
- node-abi: 3.8.0
+ node-abi: 3.22.0
npmlog: 4.1.2
pump: 3.0.0
rc: 1.2.8
@@ -4727,13 +4070,13 @@ packages:
engines: {node: '>= 0.8.0'}
dev: true
- /prettier-plugin-svelte/2.5.0_gmp72aw2ck6cujyisndesbgjw4:
- resolution: {integrity: sha512-+iHY2uGChOngrgKielJUnqo74gIL/EO5oeWm8MftFWjEi213lq9QYTOwm1pv4lI1nA61tdgf80CF2i5zMcu1kw==}
+ /prettier-plugin-svelte/2.7.0_kkjbqzpydplecjtkxrgomroeru:
+ resolution: {integrity: sha512-fQhhZICprZot2IqEyoiUYLTRdumULGRvw0o4dzl5jt0jfzVWdGqeYW27QTWAeXhoupEZJULmNoH3ueJwUWFLIA==}
peerDependencies:
prettier: ^1.16.4 || ^2.0.0
svelte: ^3.2.0
dependencies:
- prettier: 2.5.0
+ prettier: 2.6.2
svelte: 3.48.0
dev: true
@@ -4743,38 +4086,24 @@ packages:
hasBin: true
dev: true
- /prettier/2.5.0:
- resolution: {integrity: sha512-FM/zAKgWTxj40rH03VxzIPdXmj39SwSjwG0heUcNFwI+EMZJnY93yAiKXM3dObIKAM5TA88werc8T/EwhB45eg==}
+ /prettier/2.6.2:
+ resolution: {integrity: sha512-PkUpF+qoXTqhOeWL9fu7As8LXsIUZ1WYaJiY/a7McAQzxjk82OF0tibkFXVCDImZtWxbvojFjerkiLb0/q8mew==}
engines: {node: '>=10.13.0'}
hasBin: true
dev: true
- /pretty-format/27.5.1:
- resolution: {integrity: sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==}
- engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0}
- dependencies:
- ansi-regex: 5.0.1
- ansi-styles: 5.2.0
- react-is: 17.0.2
- dev: true
-
/prism-svelte/0.5.0:
resolution: {integrity: sha512-db91Bf3pRGKDPz1lAqLFSJXeW13mulUJxhycysFpfXV5MIK7RgWWK2E5aPAa71s8TCzQUXxF5JOV42/iOs6QkA==}
dev: true
- /prismjs/1.26.0:
- resolution: {integrity: sha512-HUoH9C5Z3jKkl3UunCyiD5jwk0+Hz0fIgQ2nbwU2Oo/ceuTAQAg+pPVnfdt2TJWRVLcxKh9iuoYDUSc8clb5UQ==}
+ /prismjs/1.28.0:
+ resolution: {integrity: sha512-8aaXdYvl1F7iC7Xm1spqSaY/OJBpYW3v+KJ+F17iYxvdc8sfjW194COK5wVhMZX45tGteiBQgdvD/nhxcRwylw==}
engines: {node: '>=6'}
dev: true
/process-nextick-args/2.0.1:
resolution: {integrity: sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==}
- /progress/2.0.3:
- resolution: {integrity: sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==}
- engines: {node: '>=0.4.0'}
- dev: true
-
/prompts/2.4.2:
resolution: {integrity: sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==}
engines: {node: '>= 6'}
@@ -4783,18 +4112,6 @@ packages:
sisteransi: 1.0.5
dev: false
- /proper-lockfile/4.1.2:
- resolution: {integrity: sha512-TjNPblN4BwAWMXU8s9AEz4JmQxnD1NNL7bNOY/AKUzyamc379FWASUhc/K1pL2noVb+XmZKLL68cjzLsiOAMaA==}
- dependencies:
- graceful-fs: 4.2.10
- retry: 0.12.0
- signal-exit: 3.0.7
- dev: true
-
- /proxy-from-env/1.1.0:
- resolution: {integrity: sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==}
- dev: true
-
/pseudomap/1.0.2:
resolution: {integrity: sha1-8FKijacOYYkX7wqKw0wa5aaChrM=}
dev: true
@@ -4816,9 +4133,9 @@ packages:
hasBin: true
dependencies:
clean-css: 4.2.4
- glob: 7.2.0
+ glob: 7.2.3
rework: 1.0.1
- uglify-js: 3.15.4
+ uglify-js: 3.15.5
yargs: 8.0.2
dev: true
@@ -4837,13 +4154,9 @@ packages:
dependencies:
deep-extend: 0.6.0
ini: 1.3.8
- minimist: 1.2.5
+ minimist: 1.2.6
strip-json-comments: 2.0.1
- /react-is/17.0.2:
- resolution: {integrity: sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==}
- dev: true
-
/read-pkg-up/2.0.0:
resolution: {integrity: sha1-a3KoBImE4MQeeVEP1en6mbO1Sb4=}
engines: {node: '>=4'}
@@ -4927,6 +4240,15 @@ packages:
resolution: {integrity: sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA==}
dev: true
+ /regexp.prototype.flags/1.4.3:
+ resolution: {integrity: sha512-fjggEOO3slI6Wvgjwflkc4NFRCTZAu5CnNfBd5qOMYhWdn67nJBBu34/TkD++eeFmd8C9r9jfXJ27+nSiRkSUA==}
+ engines: {node: '>= 0.4'}
+ dependencies:
+ call-bind: 1.0.2
+ define-properties: 1.1.4
+ functions-have-names: 1.2.3
+ dev: true
+
/regexparam/1.3.0:
resolution: {integrity: sha512-6IQpFBv6e5vz1QAqI+V4k8P2e/3gRrqfCJ9FI+O1FLQTO+Uz6RXZEZOPmTJ6hlGj7gkERzY5BRCv09whKP96/g==}
engines: {node: '>=6'}
@@ -4969,26 +4291,14 @@ packages:
deprecated: https://github.com/lydell/resolve-url#deprecated
dev: true
- /resolve/1.20.0:
- resolution: {integrity: sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==}
- dependencies:
- is-core-module: 2.8.0
- path-parse: 1.0.7
- dev: true
-
/resolve/1.22.0:
resolution: {integrity: sha512-Hhtrw0nLeSrFQ7phPp4OOcVjLPIeMnRlr5mcnVuMe7M/7eBn98A3hmFRLoFo3DLZkivSYwhRUJTyPyWAk56WLw==}
hasBin: true
dependencies:
- is-core-module: 2.8.1
+ is-core-module: 2.9.0
path-parse: 1.0.7
supports-preserve-symlinks-flag: 1.0.0
- /retry/0.12.0:
- resolution: {integrity: sha1-G0KmJmoh8HQh0bC1S33BZ7AcATs=}
- engines: {node: '>= 4'}
- dev: true
-
/reusify/1.0.4:
resolution: {integrity: sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==}
engines: {iojs: '>=1.0.0', node: '>=0.10.0'}
@@ -5005,13 +4315,13 @@ packages:
resolution: {integrity: sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==}
hasBin: true
dependencies:
- glob: 7.2.0
+ glob: 7.2.3
/rimraf/3.0.2:
resolution: {integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==}
hasBin: true
dependencies:
- glob: 7.2.0
+ glob: 7.2.3
/rollup-pluginutils/2.8.2:
resolution: {integrity: sha512-EEp9NhnUkwY8aif6bxgovPHMoMoNr2FulJziTndpt5H9RdwC47GSGuII9XxpSdzVGM0GWrNPHV6ie1LTNJPaLQ==}
@@ -5019,8 +4329,8 @@ packages:
estree-walker: 0.6.1
dev: false
- /rollup/2.60.2:
- resolution: {integrity: sha512-1Bgjpq61sPjgoZzuiDSGvbI1tD91giZABgjCQBKM5aYLnzjq52GoDuWVwT/cm/MCxCMPU8gqQvkj8doQ5C8Oqw==}
+ /rollup/2.75.3:
+ resolution: {integrity: sha512-YA29fLU6MAYSaDxIQYrGGOcbXlDmG96h0krGGYObroezcQ0KgEPM3+7MtKD/qeuUbFuAJXvKZee5dA1dpwq1PQ==}
engines: {node: '>=10.0.0'}
hasBin: true
optionalDependencies:
@@ -5032,9 +4342,9 @@ packages:
queue-microtask: 1.2.3
dev: true
- /sade/1.7.4:
- resolution: {integrity: sha512-y5yauMD93rX840MwUJr7C1ysLFBgMspsdTo4UVrDg3fXDvtwOyIqykhVAAm6fk/3au77773itJStObgK+LKaiA==}
- engines: {node: '>= 6'}
+ /sade/1.8.1:
+ resolution: {integrity: sha512-xal3CZX1Xlo/k4ApwCFrHVACi9fBqJ7V+mwhBsuf/1IOKbBy098Fex+Wa/5QMubw09pSZ/u8EY8PWgevJsXp1A==}
+ engines: {node: '>=6'}
dependencies:
mri: 1.2.0
@@ -5052,7 +4362,7 @@ packages:
dependencies:
es6-promise: 3.3.1
graceful-fs: 4.2.10
- mkdirp: 0.5.5
+ mkdirp: 0.5.6
rimraf: 2.7.1
dev: true
@@ -5060,11 +4370,11 @@ packages:
resolution: {integrity: sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==}
dev: false
- /selfsigned/2.0.0:
- resolution: {integrity: sha512-cUdFiCbKoa1mZ6osuJs2uDHrs0k0oprsKveFiiaBKCNq3SYyb5gs2HxhQyDNLCmL51ZZThqi4YNDpCK6GOP1iQ==}
+ /selfsigned/2.0.1:
+ resolution: {integrity: sha512-LmME957M1zOsUhG+67rAjKfiWFox3SBxE/yymatMZsAx+oMrJ0YQ8AToOnyCm7xbeg2ep37IHLxdu0o2MavQOQ==}
engines: {node: '>=10'}
dependencies:
- node-forge: 1.2.0
+ node-forge: 1.3.1
dev: true
/semver/5.7.1:
@@ -5075,8 +4385,8 @@ packages:
resolution: {integrity: sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==}
hasBin: true
- /semver/7.3.5:
- resolution: {integrity: sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==}
+ /semver/7.3.7:
+ resolution: {integrity: sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==}
engines: {node: '>=10'}
hasBin: true
dependencies:
@@ -5093,11 +4403,11 @@ packages:
engines: {node: '>=12.13.0'}
requiresBuild: true
dependencies:
- color: 4.2.0
+ color: 4.2.3
detect-libc: 1.0.3
node-addon-api: 4.3.0
- prebuild-install: 7.0.1
- semver: 7.3.5
+ prebuild-install: 7.1.0
+ semver: 7.3.7
simple-get: 4.0.1
tar-fs: 2.1.1
tunnel-agent: 0.6.0
@@ -5133,7 +4443,7 @@ packages:
'@typescript/twoslash': 3.1.0
'@typescript/vfs': 1.3.4
shiki: 0.9.11
- typescript: 4.6.2
+ typescript: 4.7.2
transitivePeerDependencies:
- supports-color
dev: true
@@ -5151,11 +4461,7 @@ packages:
dependencies:
call-bind: 1.0.2
get-intrinsic: 1.1.1
- object-inspect: 1.11.0
- dev: true
-
- /signal-exit/3.0.6:
- resolution: {integrity: sha512-sDl4qMFpijcGw22U5w63KmD3cZJfBuFlVNbVMKje2keoKML7X2UzWbc4XrmEbDwg0NXJc3yv4/ox7b+JWb57kQ==}
+ object-inspect: 1.12.2
dev: true
/signal-exit/3.0.7:
@@ -5179,13 +4485,13 @@ packages:
is-arrayish: 0.3.2
dev: true
- /sirv/2.0.0:
- resolution: {integrity: sha512-TT+4+zSM9LR8soWT5/4gOYHfB5a5XEOSV2LtmBRN5MUxi8kh7BSRGuoRYjeBaqhR4w+yx+k6t0OibDNgoLfF7w==}
+ /sirv/2.0.2:
+ resolution: {integrity: sha512-4Qog6aE29nIjAOKe/wowFTxOdmbEZKb+3tsLljaBRzJwtqto0BChD2zzH0LhgCSXiI+V7X+Y45v14wBZQ1TK3w==}
engines: {node: '>= 10'}
dependencies:
'@polka/url': 1.0.0-next.21
mrmime: 1.0.0
- totalist: 2.0.0
+ totalist: 3.0.0
dev: true
/sisteransi/1.0.5:
@@ -5197,11 +4503,6 @@ packages:
engines: {node: '>=8'}
dev: true
- /smart-buffer/4.2.0:
- resolution: {integrity: sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==}
- engines: {node: '>= 6.0.0', npm: '>= 3.0.0'}
- dev: true
-
/smartwrap/1.2.5:
resolution: {integrity: sha512-bzWRwHwu0RnWjwU7dFy7tF68pDAx/zMSu3g7xr9Nx5J0iSImYInglwEVExyHLxXljy6PWMjkSAbwF7t2mPnRmg==}
deprecated: Backported compatibility to node > 6
@@ -5214,31 +4515,12 @@ packages:
yargs: 15.4.1
dev: true
- /socks-proxy-agent/6.1.1:
- resolution: {integrity: sha512-t8J0kG3csjA4g6FTbsMOWws+7R7vuRC8aQ/wy3/1OWmsgwA68zs/+cExQ0koSitUDXqhufF/YJr9wtNMZHw5Ew==}
- engines: {node: '>= 10'}
- dependencies:
- agent-base: 6.0.2
- debug: 4.3.4
- socks: 2.6.2
- transitivePeerDependencies:
- - supports-color
- dev: true
-
- /socks/2.6.2:
- resolution: {integrity: sha512-zDZhHhZRY9PxRruRMR7kMhnf3I8hDs4S3f9RecfnGxvcBHQcKcIH/oUcEWffsfl1XxdYlA7nnlGbbTvPz9D8gA==}
- engines: {node: '>= 10.13.0', npm: '>= 3.0.0'}
- dependencies:
- ip: 1.1.5
- smart-buffer: 4.2.0
- dev: true
-
/sorcery/0.10.0:
resolution: {integrity: sha1-iukK19fLBfxZ8asMY3hF1cFaUrc=}
hasBin: true
dependencies:
buffer-crc32: 0.2.13
- minimist: 1.2.5
+ minimist: 1.2.6
sander: 0.5.1
sourcemap-codec: 1.4.8
dev: true
@@ -5258,32 +4540,16 @@ packages:
urix: 0.1.0
dev: true
- /source-map-support/0.4.18:
- resolution: {integrity: sha512-try0/JqxPLF9nOjvSta7tVondkP5dwgyLDjVoyMDlmjugT2lRZ1OfsrYTkCd2hkDnJTKRbO/Rl3orm8vlsUzbA==}
- dependencies:
- source-map: 0.5.7
- dev: true
-
/source-map-url/0.4.1:
resolution: {integrity: sha512-cPiFOTLUKvJFIg4SKVScy4ilPPW6rFgMgfuZJPNoDuMs3nC1HbMUycBoJw77xFIp6z1UJQJOfx6C9GMH80DiTw==}
deprecated: See https://github.com/lydell/source-map-url#deprecated
dev: true
- /source-map/0.5.7:
- resolution: {integrity: sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=}
- engines: {node: '>=0.10.0'}
- dev: true
-
/source-map/0.6.1:
resolution: {integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==}
engines: {node: '>=0.10.0'}
dev: true
- /source-map/0.7.3:
- resolution: {integrity: sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==}
- engines: {node: '>= 8'}
- dev: true
-
/sourcemap-codec/1.4.8:
resolution: {integrity: sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==}
@@ -5291,7 +4557,7 @@ packages:
resolution: {integrity: sha512-j4JKEcncSjFlqIwU5L/rp2N5SIPsdxaRsIv678+TZxZ0SRDJTm8JrxJMjE/XuiEZNEir3S8l0Fa3Ke339WI4qA==}
dependencies:
cross-spawn: 5.1.0
- signal-exit: 3.0.6
+ signal-exit: 3.0.7
dev: true
/spdx-correct/3.1.1:
@@ -5320,13 +4586,6 @@ packages:
resolution: {integrity: sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=}
dev: true
- /stack-utils/2.0.5:
- resolution: {integrity: sha512-xrQcmYhOsn/1kX+Vraq+7j4oE2j/6BFscZ0etmYg81xuM8Gq0022Pxb8+IqgOFUIaxHs0KaSb7T1+OegiNrNFA==}
- engines: {node: '>=10'}
- dependencies:
- escape-string-regexp: 2.0.0
- dev: true
-
/stream-transform/2.1.3:
resolution: {integrity: sha512-9GHUiM5hMiCi6Y03jD2ARC1ettBXkQBoQAe7nJsPknnI0ow10aXjTnew8QtYQmLjzn974BnmWEAJgCY6ZP1DeQ==}
dependencies:
@@ -5357,18 +4616,20 @@ packages:
is-fullwidth-code-point: 3.0.0
strip-ansi: 6.0.1
- /string.prototype.trimend/1.0.4:
- resolution: {integrity: sha512-y9xCjw1P23Awk8EvTpcyL2NIr1j7wJ39f+k6lvRnSMz+mz9CGz9NYPelDk42kOz6+ql8xjfK8oYzy3jAP5QU5A==}
+ /string.prototype.trimend/1.0.5:
+ resolution: {integrity: sha512-I7RGvmjV4pJ7O3kdf+LXFpVfdNOxtCW/2C8f6jNiW4+PQchwxkCDzlk1/7p+Wl4bqFIZeF47qAHXLuHHWKAxog==}
dependencies:
call-bind: 1.0.2
- define-properties: 1.1.3
+ define-properties: 1.1.4
+ es-abstract: 1.20.1
dev: true
- /string.prototype.trimstart/1.0.4:
- resolution: {integrity: sha512-jh6e984OBfvxS50tdY2nRZnoC5/mLFKOREQfw8t5yytkoUsJRNxvI/E39qu1sD0OtWI3OC0XgKSmcWwziwYuZw==}
+ /string.prototype.trimstart/1.0.5:
+ resolution: {integrity: sha512-THx16TJCGlsN0o6dl2o6ncWUsdgnLRSA23rRE5pyGBw/mLr3Ej/R2LaqCtgP8VNMGZsvMWnf9ooZPyY2bHvUFg==}
dependencies:
call-bind: 1.0.2
- define-properties: 1.1.3
+ define-properties: 1.1.4
+ es-abstract: 1.20.1
dev: true
/string_decoder/1.1.1:
@@ -5391,7 +4652,7 @@ packages:
resolution: {integrity: sha1-qEeQIusaw2iocTibY1JixQXuNo8=}
engines: {node: '>=4'}
dependencies:
- ansi-regex: 3.0.0
+ ansi-regex: 3.0.1
dev: true
/strip-ansi/6.0.1:
@@ -5426,8 +4687,8 @@ packages:
engines: {node: '>=8'}
dev: true
- /sucrase/3.20.3:
- resolution: {integrity: sha512-azqwq0/Bs6RzLAdb4dXxsCgMtAaD2hzmUr4UhSfsxO46JFPAwMnnb441B/qsudZiS6Ylea3JXZe3Q497lsgXzQ==}
+ /sucrase/3.21.0:
+ resolution: {integrity: sha512-FjAhMJjDcifARI7bZej0Bi1yekjWQHoEvWIXhLPwDhC6O4iZ5PtGb86WV56riW87hzpgB13wwBKO9vKAiWu5VQ==}
engines: {node: '>=8'}
hasBin: true
dependencies:
@@ -5435,7 +4696,7 @@ packages:
glob: 7.1.6
lines-and-columns: 1.2.4
mz: 2.7.0
- pirates: 4.0.1
+ pirates: 4.0.5
ts-interface-checker: 0.1.13
dev: true
@@ -5457,20 +4718,20 @@ packages:
resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==}
engines: {node: '>= 0.4'}
- /svelte-check/2.5.0_svelte@3.48.0:
- resolution: {integrity: sha512-/laO032JQ1TpmYHgaaLndHNPeWW3VSL3liMB97sA9fYTEzlIy3jIo4Rgr7EzjNvieiNWG73C5voOAeNHlrwbpg==}
+ /svelte-check/2.7.1_svelte@3.48.0:
+ resolution: {integrity: sha512-vHVu2+SQ6ibt77iTQaq2oiOjBgGL48qqcg0ZdEOsP5pPOjgeyR9QbnaEdzdBs9nsVYBc/42haKtzb2uFqS8GVw==}
hasBin: true
peerDependencies:
svelte: ^3.24.0
dependencies:
+ '@jridgewell/trace-mapping': 0.3.13
chokidar: 3.5.3
- fast-glob: 3.2.7
+ fast-glob: 3.2.11
import-fresh: 3.3.0
picocolors: 1.0.0
- sade: 1.7.4
- source-map: 0.7.3
+ sade: 1.8.1
svelte: 3.48.0
- svelte-preprocess: 4.9.8_rxzurg3hjloskwsrdpptpplucy
+ svelte-preprocess: 4.10.6_rxzurg3hjloskwsrdpptpplucy
typescript: 4.7.2
transitivePeerDependencies:
- '@babel/core'
@@ -5494,20 +4755,20 @@ packages:
svelte: 3.48.0
dev: false
- /svelte-preprocess/4.9.8_c64miirrcucob5yjzfkddrmila:
- resolution: {integrity: sha512-EQS/oRZzMtYdAprppZxY3HcysKh11w54MgA63ybtL+TAZ4hVqYOnhw41JVJjWN9dhPnNjjLzvbZ2tMhTsla1Og==}
+ /svelte-preprocess/4.10.6_rxzurg3hjloskwsrdpptpplucy:
+ resolution: {integrity: sha512-I2SV1w/AveMvgIQlUF/ZOO3PYVnhxfcpNyGt8pxpUVhPfyfL/CZBkkw/KPfuFix5FJ9TnnNYMhACK3DtSaYVVQ==}
engines: {node: '>= 9.11.2'}
requiresBuild: true
peerDependencies:
'@babel/core': ^7.10.2
coffeescript: ^2.5.1
- less: ^3.11.3
+ less: ^3.11.3 || ^4.0.0
node-sass: '*'
postcss: ^7 || ^8
postcss-load-config: ^2.1.0 || ^3.0.0
pug: ^3.0.0
sass: ^1.26.8
- stylus: ^0.54.7
+ stylus: ^0.55.0
sugarss: ^2.0.0
svelte: ^3.23.0
typescript: ^3.9.5 || ^4.0.0
@@ -5535,30 +4796,30 @@ packages:
typescript:
optional: true
dependencies:
- '@types/pug': 2.0.5
+ '@types/pug': 2.0.6
'@types/sass': 1.43.1
detect-indent: 6.1.0
- magic-string: 0.25.7
+ magic-string: 0.25.9
sorcery: 0.10.0
strip-indent: 3.0.0
svelte: 3.48.0
- typescript: 4.6.2
+ typescript: 4.7.2
dev: true
- /svelte-preprocess/4.9.8_rxzurg3hjloskwsrdpptpplucy:
- resolution: {integrity: sha512-EQS/oRZzMtYdAprppZxY3HcysKh11w54MgA63ybtL+TAZ4hVqYOnhw41JVJjWN9dhPnNjjLzvbZ2tMhTsla1Og==}
+ /svelte-preprocess/4.10.6_svelte@3.48.0:
+ resolution: {integrity: sha512-I2SV1w/AveMvgIQlUF/ZOO3PYVnhxfcpNyGt8pxpUVhPfyfL/CZBkkw/KPfuFix5FJ9TnnNYMhACK3DtSaYVVQ==}
engines: {node: '>= 9.11.2'}
requiresBuild: true
peerDependencies:
'@babel/core': ^7.10.2
coffeescript: ^2.5.1
- less: ^3.11.3
+ less: ^3.11.3 || ^4.0.0
node-sass: '*'
postcss: ^7 || ^8
postcss-load-config: ^2.1.0 || ^3.0.0
pug: ^3.0.0
sass: ^1.26.8
- stylus: ^0.54.7
+ stylus: ^0.55.0
sugarss: ^2.0.0
svelte: ^3.23.0
typescript: ^3.9.5 || ^4.0.0
@@ -5586,22 +4847,21 @@ packages:
typescript:
optional: true
dependencies:
- '@types/pug': 2.0.5
+ '@types/pug': 2.0.6
'@types/sass': 1.43.1
detect-indent: 6.1.0
- magic-string: 0.25.7
+ magic-string: 0.25.9
sorcery: 0.10.0
strip-indent: 3.0.0
svelte: 3.48.0
- typescript: 4.7.2
dev: true
/svelte/3.48.0:
resolution: {integrity: sha512-fN2YRm/bGumvjUpu6yI3BpvZnpIm9I6A7HR4oUNYd7ggYyIwSA/BX7DJ+UXXffLp6XNcUijyLvttbPVCYa/3xQ==}
engines: {node: '>= 8'}
- /svelte2tsx/0.5.0_rxzurg3hjloskwsrdpptpplucy:
- resolution: {integrity: sha512-pgMMPzPylwzb/XTLXZQ0y6LUlYzVTep4537NJzHNyTbML864pfVS27iVFOgUK7XmKLyuIdG7tgweUZTsIwgKHw==}
+ /svelte2tsx/0.5.10_rxzurg3hjloskwsrdpptpplucy:
+ resolution: {integrity: sha512-nokQ0HTTWMcNX6tLrDLiOmJCuqjKZU9nCZ6/mVuCL3nusXdbp+9nv69VG2pCy7uQC66kV4Ls+j0WfvvJuGVnkg==}
peerDependencies:
svelte: ^3.24
typescript: ^4.1.2
@@ -5640,7 +4900,7 @@ packages:
fs-minipass: 1.2.7
minipass: 2.9.0
minizlib: 1.3.3
- mkdirp: 0.5.5
+ mkdirp: 0.5.6
safe-buffer: 5.2.1
yallist: 3.1.1
dev: false
@@ -5657,13 +4917,6 @@ packages:
yallist: 4.0.0
dev: false
- /term-size/1.2.0:
- resolution: {integrity: sha1-RYuDiH8oj8Vtb/+/rSYuJmOO+mk=}
- engines: {node: '>=4'}
- dependencies:
- execa: 0.7.0
- dev: true
-
/term-size/2.2.1:
resolution: {integrity: sha512-wK0Ri4fOGjv/XPy8SBHZChl8CM7uMc5VML7SqiQ0zG7+J5Vr+RMQDoHa2CNT6KHUnTGIXH34UDMkPzAUyapBZg==}
engines: {node: '>=8'}
@@ -5674,8 +4927,8 @@ packages:
engines: {node: '>=8'}
dependencies:
'@istanbuljs/schema': 0.1.3
- glob: 7.2.0
- minimatch: 3.0.4
+ glob: 7.2.3
+ minimatch: 3.1.2
dev: true
/text-table/0.2.0:
@@ -5708,19 +4961,14 @@ packages:
os-tmpdir: 1.0.2
dev: true
- /to-fast-properties/2.0.0:
- resolution: {integrity: sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=}
- engines: {node: '>=4'}
- dev: true
-
/to-regex-range/5.0.1:
resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==}
engines: {node: '>=8.0'}
dependencies:
is-number: 7.0.0
- /totalist/2.0.0:
- resolution: {integrity: sha512-+Y17F0YzxfACxTyjfhnJQEe7afPA0GSpYlFkl2VFMxYP7jshQf9gXV7cH47EfToBumFThfKBvfAcoUn6fdNeRQ==}
+ /totalist/3.0.0:
+ resolution: {integrity: sha512-eM+pCBxXO/njtF7vdFsHuqb+ElbxqtI4r5EAvk6grfAFyJ6IvWlSkfZ5T9ozC6xWw3Fj1fGoSmrl0gUs46JVIw==}
engines: {node: '>=6'}
dev: true
@@ -5743,12 +4991,12 @@ packages:
resolution: {integrity: sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==}
dev: true
- /tsconfig-paths/3.12.0:
- resolution: {integrity: sha512-e5adrnOYT6zqVnWqZu7i/BQ3BnhzvGbjEjejFXO20lKIKpwTaupkCPgEfv4GZK1IBciJUEhYs3J3p75FdaTFVg==}
+ /tsconfig-paths/3.14.1:
+ resolution: {integrity: sha512-fxDhWnFSLt3VuTwtvJt5fpwxBHg5AdKWMsgcPOOIilyjymcYVZoCQF8fvFRezCNfblEXmi+PcM1eYHeOAgXCOQ==}
dependencies:
'@types/json5': 0.0.29
json5: 1.0.1
- minimist: 1.2.5
+ minimist: 1.2.6
strip-bom: 3.0.0
dev: true
@@ -5756,8 +5004,8 @@ packages:
resolution: {integrity: sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==}
dev: true
- /tslib/2.3.1:
- resolution: {integrity: sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==}
+ /tslib/2.4.0:
+ resolution: {integrity: sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==}
dev: true
/tsutils/3.21.0_typescript@4.7.2:
@@ -5786,131 +5034,131 @@ packages:
/tunnel-agent/0.6.0:
resolution: {integrity: sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0=}
dependencies:
- safe-buffer: 5.1.2
+ safe-buffer: 5.2.1
dev: true
- /turbo-darwin-64/1.2.12:
- resolution: {integrity: sha512-Tb9aRlMHKfMUnnxmChqNKIidUD6PTv01fUGBkNNeGv3ViXrsfnRjKuvSW4+moSpm2NasqiLAZzwctwW5YLdmwg==}
+ /turbo-darwin-64/1.2.14:
+ resolution: {integrity: sha512-Fdx212fvhcbF/KKnSoenTtNLZ5Wzl+DDBmwHoHXmG2DX/1qFk4HD1/D6waCySZU1Hu1bQToIimEyrWgwAkCVbQ==}
cpu: [x64]
os: [darwin]
requiresBuild: true
dev: true
optional: true
- /turbo-darwin-arm64/1.2.12:
- resolution: {integrity: sha512-kvmbNiINtIg4TLX0tW7Qlaf7e4BEnBBUK7nhI3dC6n7aILxW5nhr9pZJC4OJz5tTJq9i5pTrbKu42g9nwUONOg==}
+ /turbo-darwin-arm64/1.2.14:
+ resolution: {integrity: sha512-B9LRgZKW1D8EwMLNhW6n8pADiZZ+M7Qgb/Pv9DAJM+/MW5ozRn/PBA4Y+teyx2dGuaMOzvX9QzRhT1jn5U71TA==}
cpu: [arm64]
os: [darwin]
requiresBuild: true
dev: true
optional: true
- /turbo-freebsd-64/1.2.12:
- resolution: {integrity: sha512-c9PFeau4/lTGtcSejN+MNHJ6OJjsxUfP3Ctdha7niuqT9nk18McSkM2JIqlERFJ2TA1lcUxpN8viV5FXlkW0xA==}
+ /turbo-freebsd-64/1.2.14:
+ resolution: {integrity: sha512-kmDgDZXS3vdDremUPPkaY4bAtEyqqUnhcH3tVGsHZJ6OF1eCoy+oiXWa9Aw7Wm2B0Ph5TyMooOjChgE44q4cMA==}
cpu: [x64]
os: [freebsd]
requiresBuild: true
dev: true
optional: true
- /turbo-freebsd-arm64/1.2.12:
- resolution: {integrity: sha512-8obbWS9+hnyCDP1JvcIQArwv/iDEOYkt0Kp2LHZoHSeShXkuKSXMqopM3yiCAhHVQ5LOHN4gPdLZlnmdgzoqOg==}
+ /turbo-freebsd-arm64/1.2.14:
+ resolution: {integrity: sha512-ZDbxkIXkBQJGJOrwihmfbza+jnfObMspbThEL0bp/MtMJS8QO4NELyjHDM0LgTfecduXtS1rJMSe7pZjiEK/Vg==}
cpu: [arm64]
os: [freebsd]
requiresBuild: true
dev: true
optional: true
- /turbo-linux-32/1.2.12:
- resolution: {integrity: sha512-s+K1xvAcTWhuCfm2xSyxEeTr/ljNGLN2yTt3HdB0Dj7uHWwq/balYegPRpVrtqTZjkz2+adblr9uGgyZJalrAg==}
+ /turbo-linux-32/1.2.14:
+ resolution: {integrity: sha512-fBGbevGtvbGV5bK+w6O8vve5C07TbdfIk5j59odTZo782F4Xs7fgY57mRQtNOq71YUW9Hs7FGrLUI1iRsVODAA==}
cpu: [ia32]
os: [linux]
requiresBuild: true
dev: true
optional: true
- /turbo-linux-64/1.2.12:
- resolution: {integrity: sha512-jl3YBpXxEpG3GWNVhGRoQLAebl3NnL705pIXfkBe/+nVCSah8ft6XqMzjlBZvuaOS1+myUVL5Wk2yOgoRITiYA==}
+ /turbo-linux-64/1.2.14:
+ resolution: {integrity: sha512-im46sHYjZ/yl4JSmjF8HbgHpvClVHtFMvIkRVnJGuJK+e74L5YVX7ML/o1PdBj4NtQNNxyPRWfit7zfM/yLjtQ==}
cpu: [x64]
os: [linux]
requiresBuild: true
dev: true
optional: true
- /turbo-linux-arm/1.2.12:
- resolution: {integrity: sha512-u1YoQb7Eil42+k3/88H3t3oieYN80AF33ovNETh6230HkkiDtT7n12n2XTqHuZTSwksppqFULsnSKRikioCZGA==}
+ /turbo-linux-arm/1.2.14:
+ resolution: {integrity: sha512-d8v53TxIQpq6w3RFxcOyHrQzLcvgyA3VC9oxZ2phZtlcTvjjZulYmuToUAHdRW24cA2DGZkwA2wSF//zJoBcdQ==}
cpu: [arm]
os: [linux]
requiresBuild: true
dev: true
optional: true
- /turbo-linux-arm64/1.2.12:
- resolution: {integrity: sha512-UIljUb4ozDkz6oHPZVEmYBvQ+fF0uphgG8e9umNay+9UojPQmSW3hp2FTQ+cK77XRQHvM5bLMa422JV7dwC8Iw==}
+ /turbo-linux-arm64/1.2.14:
+ resolution: {integrity: sha512-qyusEtylnt5cF2+jIOMIN4iCzMG/tur2y3++YeKRCdGaboPUbsfCcTXbhM29VxxNWw5JVxh7FC0+ZUsEFRYDNg==}
cpu: [arm64]
os: [linux]
requiresBuild: true
dev: true
optional: true
- /turbo-linux-mips64le/1.2.12:
- resolution: {integrity: sha512-lAYxRNYymQ9xcFuX4lgAu3v4lcMMNgKUbAHnHVv3689qi7cxBQatb5ZoPI4xFX0fJIyo7tKFgfcsoaE259mqPg==}
+ /turbo-linux-mips64le/1.2.14:
+ resolution: {integrity: sha512-zKPi9ArRDu4BKB8YmcQ6i89Hhzd5xk4W+m7YuZKBmeEVCFBDUUAyWnKsvmBoYuGTpdQqMSH14BdYMTr5s2thjw==}
cpu: [mips64el]
os: [linux]
requiresBuild: true
dev: true
optional: true
- /turbo-linux-ppc64le/1.2.12:
- resolution: {integrity: sha512-r0q1a9ELcCDwC9jZ3Z+OfYqCW81G83EPXXMqzrWzvlU8tzb/Af634T36Ez819oiu7suX527ay0kts0ZMFgVDpw==}
+ /turbo-linux-ppc64le/1.2.14:
+ resolution: {integrity: sha512-gW43yKJjSHZjZdjI/MihrnIEACnwhB+okJJjYYFKuEteJF+TCWHvY3rfL9MFI7vH2zwFUgoncIOuGvaeZo3K0A==}
cpu: [ppc64]
os: [linux]
requiresBuild: true
dev: true
optional: true
- /turbo-windows-32/1.2.12:
- resolution: {integrity: sha512-5Rdvoka889FqFryE6xUUidH0+cy3T0cnTSaeOINPYxhoUlmPbJINObrqY9L7gJFeoEcVuz0rXvZYV/5Ri3t92A==}
+ /turbo-windows-32/1.2.14:
+ resolution: {integrity: sha512-BMqpSaHx5mgvMdXotMoVinU3dSGBoRdZZkwOAs8R0WPUCwZVMPo6fTuKIhcOlKFOt6swQGFD02IzCWD+SGfEuA==}
cpu: [ia32]
os: [win32]
requiresBuild: true
dev: true
optional: true
- /turbo-windows-64/1.2.12:
- resolution: {integrity: sha512-crKWC6kx0Fd+xjcA+sBv0GYgPHsrNHPx6V6i7HWXUEaT3LxUyl3RbXJ9oZloVMN4nT0c4WZmVz6at3nukBkhUQ==}
+ /turbo-windows-64/1.2.14:
+ resolution: {integrity: sha512-SA9YNAyZ2wYBccPtWbQckpSZOAuhH71893UZsstRWUEUj/cZ+PFpwNGTrHTGoySbwQPbOVHQNXEO7QX405Ajow==}
cpu: [x64]
os: [win32]
requiresBuild: true
dev: true
optional: true
- /turbo-windows-arm64/1.2.12:
- resolution: {integrity: sha512-EwqWvy8ahuTgYkygB4cCwpIafctPWzICh6JSlwkJEL+O9E7SHTW0DhVBQNQM0u/WSSVU7Pm1QV6YjDKzZ415VA==}
+ /turbo-windows-arm64/1.2.14:
+ resolution: {integrity: sha512-VNxbJ2LlRWzkiRE15nwW4oA/wBMFf1h8fuPCHHXtB6ThjfeG8SN5QgPUrhTIP4p7WiEdN/Sq7UJzFrGA4I8jqg==}
cpu: [arm64]
os: [win32]
requiresBuild: true
dev: true
optional: true
- /turbo/1.2.12:
- resolution: {integrity: sha512-mqTye/2FKdDUk4sIxHvu9WX1Q8RBWRwLUuHQFPfrygMvUm09QsoFgXvr7qQqZJ9rBmSJ/aaCAMPdZpV/BlhchA==}
+ /turbo/1.2.14:
+ resolution: {integrity: sha512-una2aE2agjTT2SgC3kCmUrYIPy5uh5NLPQrRCKKBIgvII90vyajvFhcq+yJUYdh5f+2o0xb/9YXaj+FAITds0A==}
hasBin: true
requiresBuild: true
optionalDependencies:
- turbo-darwin-64: 1.2.12
- turbo-darwin-arm64: 1.2.12
- turbo-freebsd-64: 1.2.12
- turbo-freebsd-arm64: 1.2.12
- turbo-linux-32: 1.2.12
- turbo-linux-64: 1.2.12
- turbo-linux-arm: 1.2.12
- turbo-linux-arm64: 1.2.12
- turbo-linux-mips64le: 1.2.12
- turbo-linux-ppc64le: 1.2.12
- turbo-windows-32: 1.2.12
- turbo-windows-64: 1.2.12
- turbo-windows-arm64: 1.2.12
+ turbo-darwin-64: 1.2.14
+ turbo-darwin-arm64: 1.2.14
+ turbo-freebsd-64: 1.2.14
+ turbo-freebsd-arm64: 1.2.14
+ turbo-linux-32: 1.2.14
+ turbo-linux-64: 1.2.14
+ turbo-linux-arm: 1.2.14
+ turbo-linux-arm64: 1.2.14
+ turbo-linux-mips64le: 1.2.14
+ turbo-linux-ppc64le: 1.2.14
+ turbo-windows-32: 1.2.14
+ turbo-windows-64: 1.2.14
+ turbo-windows-arm64: 1.2.14
dev: true
/type-check/0.4.0:
@@ -5940,30 +5188,24 @@ packages:
engines: {node: '>=8'}
dev: true
- /typescript/4.6.2:
- resolution: {integrity: sha512-HM/hFigTBHZhLXshn9sN37H085+hQGeJHJ/X7LpBWLID/fbc2acUMfU+lGD98X81sKP+pFa9f0DZmCwB9GnbAg==}
- engines: {node: '>=4.2.0'}
- hasBin: true
- dev: true
-
/typescript/4.7.2:
resolution: {integrity: sha512-Mamb1iX2FDUpcTRzltPxgWMKy3fhg0TN378ylbktPGPK/99KbDtMQ4W1hwgsbPAsG3a0xKa1vmw4VKZQbkvz5A==}
engines: {node: '>=4.2.0'}
hasBin: true
dev: true
- /uglify-js/3.15.4:
- resolution: {integrity: sha512-vMOPGDuvXecPs34V74qDKk4iJ/SN4vL3Ow/23ixafENYvtrNvtbcgUeugTcUGRGsOF/5fU8/NYSL5Hyb3l1OJA==}
+ /uglify-js/3.15.5:
+ resolution: {integrity: sha512-hNM5q5GbBRB5xB+PMqVRcgYe4c8jbyZ1pzZhS6jbq54/4F2gFK869ZheiE5A8/t+W5jtTNpWef/5Q9zk639FNQ==}
engines: {node: '>=0.8.0'}
hasBin: true
dev: true
- /unbox-primitive/1.0.1:
- resolution: {integrity: sha512-tZU/3NqK3dA5gpE1KtyiJUrEB0lxnGkMFHptJ7q6ewdZ8s12QrODwNbhIJStmJkd1QDXa1NRA8aF2A1zk/Ypyw==}
+ /unbox-primitive/1.0.2:
+ resolution: {integrity: sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==}
dependencies:
- function-bind: 1.1.1
- has-bigints: 1.0.1
- has-symbols: 1.0.2
+ call-bind: 1.0.2
+ has-bigints: 1.0.2
+ has-symbols: 1.0.3
which-boxed-primitive: 1.0.2
dev: true
@@ -5986,29 +5228,28 @@ packages:
/util-deprecate/1.0.2:
resolution: {integrity: sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=}
- /uvu/0.5.2:
- resolution: {integrity: sha512-m2hLe7I2eROhh+tm3WE5cTo/Cv3WQA7Oc9f7JB6uWv+/zVKvfAm53bMyOoGOSZeQ7Ov2Fu9pLhFr7p07bnT20w==}
+ /uvu/0.5.3:
+ resolution: {integrity: sha512-brFwqA3FXzilmtnIyJ+CxdkInkY/i4ErvP7uV0DnUVxQcQ55reuHphorpF+tZoVHK2MniZ/VJzI7zJQoc9T9Yw==}
engines: {node: '>=8'}
hasBin: true
dependencies:
dequal: 2.0.2
- diff: 5.0.0
+ diff: 5.1.0
kleur: 4.1.4
- sade: 1.7.4
- totalist: 2.0.0
+ sade: 1.8.1
dev: true
/v8-compile-cache/2.3.0:
resolution: {integrity: sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==}
dev: true
- /v8-to-istanbul/8.1.0:
- resolution: {integrity: sha512-/PRhfd8aTNp9Ggr62HPzXg2XasNFGy5PBt0Rp04du7/8GNNSgxFL6WBTkgMKSL9bFjH+8kKEG3f37FmxiTqUUA==}
+ /v8-to-istanbul/9.0.0:
+ resolution: {integrity: sha512-HcvgY/xaRm7isYmyx+lFKA4uQmfUbN0J4M0nNItvzTvH/iQ9kW5j/t4YSR+Ge323/lrgDAWJoF46tzGQHwBHFw==}
engines: {node: '>=10.12.0'}
dependencies:
- '@types/istanbul-lib-coverage': 2.0.3
+ '@jridgewell/trace-mapping': 0.3.13
+ '@types/istanbul-lib-coverage': 2.0.4
convert-source-map: 1.8.0
- source-map: 0.7.3
dev: true
/validate-npm-package-license/3.0.4:
@@ -6027,9 +5268,9 @@ packages:
resolution: {integrity: sha512-8MfpwoUvJBGNgrBhVNd+HIRH32+1yN9vtFVGEAAWxa+/9E1pXGu4Lwj3d9Ydi6HwR9sFi4ZQdgaRkQDGKX9O1Q==}
engines: {node: '>=12.0.0'}
dependencies:
- '@rollup/pluginutils': 4.1.2
+ '@rollup/pluginutils': 4.2.1
imagetools-core: 3.0.2
- magic-string: 0.25.7
+ magic-string: 0.25.9
dev: true
/vite/2.9.9:
@@ -6048,10 +5289,10 @@ packages:
stylus:
optional: true
dependencies:
- esbuild: 0.14.29
+ esbuild: 0.14.42
postcss: 8.4.14
resolve: 1.22.0
- rollup: 2.60.2
+ rollup: 2.75.3
optionalDependencies:
fsevents: 2.3.2
@@ -6065,8 +5306,8 @@ packages:
defaults: 1.0.3
dev: true
- /web-streams-polyfill/3.2.0:
- resolution: {integrity: sha512-EqPmREeOzttaLRm5HS7io98goBgZ7IVz79aDvqjD0kYXLtFZTc0T/U6wHTPKyIjb+MdN7DFIIX6hgdBEpWmfPA==}
+ /web-streams-polyfill/3.2.1:
+ resolution: {integrity: sha512-e0MO3wdXWKrLbL0DgGnUV7WHVuw9OUvL4hjgnPkIeEvESk74gAITi5G606JtZPp39cd8HA9VQzCIvA49LpPN5Q==}
engines: {node: '>= 8'}
dev: true
@@ -6084,7 +5325,7 @@ packages:
dependencies:
is-bigint: 1.0.4
is-boolean-object: 1.1.2
- is-number-object: 1.0.6
+ is-number-object: 1.0.7
is-string: 1.0.7
is-symbol: 1.0.4
dev: true
@@ -6119,14 +5360,7 @@ packages:
/wide-align/1.1.5:
resolution: {integrity: sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==}
dependencies:
- string-width: 4.2.3
-
- /widest-line/2.0.1:
- resolution: {integrity: sha512-Ba5m9/Fa4Xt9eb2ELXt77JxVDV8w7qQrH0zS/TWSJdLyAwQjWoOzpzj5lwVftDz6n/EOu3tNACS84v509qwnJA==}
- engines: {node: '>=4'}
- dependencies:
- string-width: 2.1.1
- dev: true
+ string-width: 1.0.2
/word-wrap/1.2.3:
resolution: {integrity: sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==}
@@ -6170,19 +5404,6 @@ packages:
/wrappy/1.0.2:
resolution: {integrity: sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=}
- /ws/8.4.2:
- resolution: {integrity: sha512-Kbk4Nxyq7/ZWqr/tarI9yIt/+iNNFOjBXEWgTb4ydaNHBNGgvf2QHbS9fdfsndfjFlFwEd4Al+mw83YkaD10ZA==}
- engines: {node: '>=10.0.0'}
- peerDependencies:
- bufferutil: ^4.0.1
- utf-8-validate: ^5.0.2
- peerDependenciesMeta:
- bufferutil:
- optional: true
- utf-8-validate:
- optional: true
- dev: true
-
/y18n/3.2.2:
resolution: {integrity: sha512-uGZHXkHnhF0XeeAPgnKfPv1bgKAYyVvmNL1xlKsPYZPaIHxGti2hHqvOCQv71XMsLxu1QjergkqogUnms5D3YQ==}
dev: true
@@ -6273,25 +5494,12 @@ packages:
yargs-parser: 7.0.0
dev: true
- /yauzl/2.10.0:
- resolution: {integrity: sha1-x+sXyT4RLLEIb6bY5R+wZnt5pfk=}
- dependencies:
- buffer-crc32: 0.2.13
- fd-slicer: 1.1.0
- dev: true
-
- /yazl/2.5.1:
- resolution: {integrity: sha512-phENi2PLiHnHb6QBVot+dJnaAZ0xosj7p3fWl+znIjBDlnMI2PsZCJZ306BPTFOaHf5qdDEI8x5qFrSOBN5vrw==}
- dependencies:
- buffer-crc32: 0.2.13
- dev: true
-
/yocto-queue/0.1.0:
resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==}
engines: {node: '>=10'}
dev: true
- github.com/sveltejs/eslint-config/9a7d728e03ac433e5856a6e06775c17ee986d641_gkw6zqb45vzamuxboaylxwizau:
+ github.com/sveltejs/eslint-config/9a7d728e03ac433e5856a6e06775c17ee986d641_w4rs2ccfif2v7dzo5nj6mjdwui:
resolution: {tarball: https://codeload.github.com/sveltejs/eslint-config/tar.gz/9a7d728e03ac433e5856a6e06775c17ee986d641}
id: github.com/sveltejs/eslint-config/9a7d728e03ac433e5856a6e06775c17ee986d641
name: '@sveltejs/eslint-config'
@@ -6305,11 +5513,11 @@ packages:
eslint-plugin-svelte3: '>= 2'
typescript: '>= 3'
dependencies:
- '@typescript-eslint/eslint-plugin': 5.5.0_eppsszq5oniehrjggv37iabhsq
- '@typescript-eslint/parser': 5.5.0_wjbecajv6jp5ar2t5o76dcgnbi
- eslint: 8.3.0
- eslint-plugin-import: 2.25.3_iplecdnqcsfvmje2lfr4noy2lm
- eslint-plugin-node: 11.1.0_eslint@8.3.0
- eslint-plugin-svelte3: 4.0.0_eslint@8.3.0+svelte@3.48.0
+ '@typescript-eslint/eslint-plugin': 5.27.0_dszb5tb7atwkjjijmmov4qhi7i
+ '@typescript-eslint/parser': 5.27.0_xztl6dhthcahlo6akmb2bmjmle
+ eslint: 8.16.0
+ eslint-plugin-import: 2.26.0_xsmuhwqsfrjm7m3kqio7zoeziq
+ eslint-plugin-node: 11.1.0_eslint@8.16.0
+ eslint-plugin-svelte3: 4.0.0_vypdqzeyqutkgs6qzc7qod4c64
typescript: 4.7.2
dev: true
diff --git a/scripts/check-dependencies.js b/scripts/check-dependencies.js
new file mode 100644
index 000000000000..10fbb22fe65a
--- /dev/null
+++ b/scripts/check-dependencies.js
@@ -0,0 +1,35 @@
+import { execSync } from 'node:child_process';
+
+const output = execSync('pnpm list --recursive --depth Infinity --json', {
+ encoding: 'utf8',
+ maxBuffer: 100 * 1024 * 1024
+});
+
+const packages = JSON.parse(output);
+
+const deps = new Map();
+
+function get_or_default(map, key, constructor) {
+ let current = map.get(key);
+ if (!current) {
+ map.set(key, (current = new constructor()));
+ }
+ return current;
+}
+
+function add_deps(parent, dependencies, is_dev) {
+ for (const [name, { version }] of Object.entries(dependencies)) {
+ if (version.startsWith('link:')) continue;
+ const versions = get_or_default(deps, name, Map);
+ const parents = get_or_default(versions, version, Set);
+ parents.add(parent + (is_dev ? ':dev' : ''));
+ }
+}
+
+for (const pkg of packages) {
+ if (pkg.dependencies) add_deps(pkg.name, pkg.dependencies);
+ if (pkg.devDependencies) add_deps(pkg.name, pkg.devDependencies, 'dev');
+}
+
+const duplicates = new Map([...deps].filter(([, versions]) => versions.size > 1));
+console.log(duplicates);
diff --git a/sites/kit.svelte.dev/package.json b/sites/kit.svelte.dev/package.json
index 74d4e4ee3ee4..eef89c42ccf6 100644
--- a/sites/kit.svelte.dev/package.json
+++ b/sites/kit.svelte.dev/package.json
@@ -15,12 +15,12 @@
"@sveltejs/site-kit": "^2.1.0",
"@types/node": "^16.11.36",
"flexsearch": "^0.7.21",
- "marked": "^4.0.5",
+ "marked": "^4.0.16",
"prism-svelte": "^0.5.0",
- "prismjs": "^1.26.0",
+ "prismjs": "^1.28.0",
"shiki-twoslash": "^3.0.2",
- "svelte": "^3.43.0",
- "typescript": "~4.6.2",
+ "svelte": "^3.48.0",
+ "typescript": "^4.7.2",
"vite": "^2.9.9",
"vite-imagetools": "^4.0.3"
},
diff --git a/turbo.json b/turbo.json
index 9c25db101f29..afcb8ae67afd 100644
--- a/turbo.json
+++ b/turbo.json
@@ -24,6 +24,7 @@
},
"check": {
"dependsOn": ["sync"],
+ "inputs": ["src/**", "types/**", ".svelte-kit/types/**", ".custom-out-dir/types/**"],
"outputs": []
},
"format": {},