diff --git a/.changeset/eight-feet-reflect.md b/.changeset/eight-feet-reflect.md
deleted file mode 100644
index 1b26622c5..000000000
--- a/.changeset/eight-feet-reflect.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/netlify': minor
----
-
-Updating out directories for Netlify Functions
diff --git a/.changeset/fair-kangaroos-talk.md b/.changeset/fair-kangaroos-talk.md
deleted file mode 100644
index ae5937fa4..000000000
--- a/.changeset/fair-kangaroos-talk.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/netlify': minor
----
-
-Change out directories on dist and serverEntry
diff --git a/.changeset/red-bikes-happen.md b/.changeset/red-bikes-happen.md
deleted file mode 100644
index 41da1e2b8..000000000
--- a/.changeset/red-bikes-happen.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/lit': patch
----
-
-Added tests and fix a small edge case for when you call render with no props/attrs
diff --git a/.changeset/silent-books-train.md b/.changeset/silent-books-train.md
deleted file mode 100644
index eec5b1282..000000000
--- a/.changeset/silent-books-train.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/partytown': patch
----
-
-Add config options for integration
diff --git a/.changeset/silver-toes-retire.md b/.changeset/silver-toes-retire.md
deleted file mode 100644
index 326244211..000000000
--- a/.changeset/silver-toes-retire.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/vercel': patch
----
-
-Remove `nodeVersion` option for `serverless` target. Now it is inferred from Vercel
diff --git a/.changeset/smart-bananas-kick.md b/.changeset/smart-bananas-kick.md
deleted file mode 100644
index 49e33593b..000000000
--- a/.changeset/smart-bananas-kick.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/turbolinks': patch
----
-
-The @astrojs/turbolinks integration has been deprecated
diff --git a/.changeset/stupid-donkeys-care.md b/.changeset/stupid-donkeys-care.md
deleted file mode 100644
index 9fe8eebb8..000000000
--- a/.changeset/stupid-donkeys-care.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fixes issue with loading md pages in project with a space in folder name
diff --git a/.changeset/tiny-donuts-own.md b/.changeset/tiny-donuts-own.md
deleted file mode 100644
index 9afdd5082..000000000
--- a/.changeset/tiny-donuts-own.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Allow using aliases for hydrated scripts
diff --git a/examples/basics/package.json b/examples/basics/package.json
index c83506bea..e60ee87df 100644
--- a/examples/basics/package.json
+++ b/examples/basics/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^1.0.0-beta.28"
+ "astro": "^1.0.0-beta.29"
}
}
diff --git a/examples/blog-multiple-authors/package.json b/examples/blog-multiple-authors/package.json
index 065943fd0..43a0d2aab 100644
--- a/examples/blog-multiple-authors/package.json
+++ b/examples/blog-multiple-authors/package.json
@@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/preact": "^0.1.2",
- "astro": "^1.0.0-beta.28",
+ "astro": "^1.0.0-beta.29",
"sass": "^1.51.0"
},
"dependencies": {
diff --git a/examples/blog/package.json b/examples/blog/package.json
index 59d2e9b34..e182cdef6 100644
--- a/examples/blog/package.json
+++ b/examples/blog/package.json
@@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/preact": "^0.1.2",
- "astro": "^1.0.0-beta.28"
+ "astro": "^1.0.0-beta.29"
},
"dependencies": {
"preact": "^10.7.2"
diff --git a/examples/component/demo/package.json b/examples/component/demo/package.json
index b3bb68f4f..b9b3231e2 100644
--- a/examples/component/demo/package.json
+++ b/examples/component/demo/package.json
@@ -10,6 +10,6 @@
},
"devDependencies": {
"@example/my-component": "workspace:*",
- "astro": "^1.0.0-beta.28"
+ "astro": "^1.0.0-beta.29"
}
}
diff --git a/examples/component/package.json b/examples/component/package.json
index 82a7bb0ab..05701300b 100644
--- a/examples/component/package.json
+++ b/examples/component/package.json
@@ -8,6 +8,6 @@
"serve": "astro --root demo preview"
},
"devDependencies": {
- "astro": "^1.0.0-beta.28"
+ "astro": "^1.0.0-beta.29"
}
}
diff --git a/examples/docs/package.json b/examples/docs/package.json
index 804ee6d51..16a2d1cc8 100644
--- a/examples/docs/package.json
+++ b/examples/docs/package.json
@@ -20,6 +20,6 @@
"devDependencies": {
"@astrojs/preact": "^0.1.2",
"@astrojs/react": "^0.1.2",
- "astro": "^1.0.0-beta.28"
+ "astro": "^1.0.0-beta.29"
}
}
diff --git a/examples/env-vars/package.json b/examples/env-vars/package.json
index cb8ddb21e..33bf8003d 100644
--- a/examples/env-vars/package.json
+++ b/examples/env-vars/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^1.0.0-beta.28"
+ "astro": "^1.0.0-beta.29"
}
}
diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json
index a122dc501..6ec795a14 100644
--- a/examples/framework-alpine/package.json
+++ b/examples/framework-alpine/package.json
@@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^1.0.0-beta.28"
+ "astro": "^1.0.0-beta.29"
},
"dependencies": {
"alpinejs": "^3.10.2"
diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json
index 3d7c22f16..0c9d1fa79 100644
--- a/examples/framework-lit/package.json
+++ b/examples/framework-lit/package.json
@@ -9,8 +9,8 @@
"preview": "astro preview"
},
"devDependencies": {
- "@astrojs/lit": "^0.1.2",
- "astro": "^1.0.0-beta.28"
+ "@astrojs/lit": "^0.1.3",
+ "astro": "^1.0.0-beta.29"
},
"dependencies": {
"@webcomponents/template-shadowroot": "^0.1.0",
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json
index d9e4cd70e..355ef54b8 100644
--- a/examples/framework-multiple/package.json
+++ b/examples/framework-multiple/package.json
@@ -9,13 +9,13 @@
"preview": "astro preview"
},
"devDependencies": {
- "@astrojs/lit": "^0.1.2",
+ "@astrojs/lit": "^0.1.3",
"@astrojs/preact": "^0.1.2",
"@astrojs/react": "^0.1.2",
"@astrojs/solid-js": "^0.1.2",
"@astrojs/svelte": "^0.1.3",
"@astrojs/vue": "^0.1.4",
- "astro": "^1.0.0-beta.28"
+ "astro": "^1.0.0-beta.29"
},
"dependencies": {
"@webcomponents/template-shadowroot": "^0.1.0",
diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json
index be63b508b..bbddb2635 100644
--- a/examples/framework-preact/package.json
+++ b/examples/framework-preact/package.json
@@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/preact": "^0.1.2",
- "astro": "^1.0.0-beta.28"
+ "astro": "^1.0.0-beta.29"
},
"dependencies": {
"preact": "^10.7.2"
diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json
index 94daf664e..abe611eca 100644
--- a/examples/framework-react/package.json
+++ b/examples/framework-react/package.json
@@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/react": "^0.1.2",
- "astro": "^1.0.0-beta.28"
+ "astro": "^1.0.0-beta.29"
},
"dependencies": {
"@types/react": "^18.0.9",
diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json
index b8df75718..5f21b4476 100644
--- a/examples/framework-solid/package.json
+++ b/examples/framework-solid/package.json
@@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/solid-js": "^0.1.2",
- "astro": "^1.0.0-beta.28"
+ "astro": "^1.0.0-beta.29"
},
"dependencies": {
"solid-js": "^1.4.1"
diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json
index bfcc54ab0..84513b47c 100644
--- a/examples/framework-svelte/package.json
+++ b/examples/framework-svelte/package.json
@@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/svelte": "^0.1.3",
- "astro": "^1.0.0-beta.28"
+ "astro": "^1.0.0-beta.29"
},
"dependencies": {
"svelte": "^3.48.0"
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json
index 29606c4f7..16a7c3af4 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/vue": "^0.1.4",
- "astro": "^1.0.0-beta.28"
+ "astro": "^1.0.0-beta.29"
},
"dependencies": {
"vue": "^3.2.33"
diff --git a/examples/integrations-playground/package.json b/examples/integrations-playground/package.json
index e6464128f..e1a911c91 100644
--- a/examples/integrations-playground/package.json
+++ b/examples/integrations-playground/package.json
@@ -9,14 +9,14 @@
"preview": "astro preview"
},
"devDependencies": {
- "@astrojs/lit": "^0.1.2",
- "@astrojs/partytown": "^0.1.2",
+ "@astrojs/lit": "^0.1.3",
+ "@astrojs/partytown": "^0.1.3",
"@astrojs/react": "^0.1.2",
"@astrojs/sitemap": "^0.1.0",
"@astrojs/solid-js": "0.1.2",
"@astrojs/tailwind": "^0.2.1",
- "@astrojs/turbolinks": "^0.1.2",
- "astro": "^1.0.0-beta.28",
+ "@astrojs/turbolinks": "^0.1.3",
+ "astro": "^1.0.0-beta.29",
"solid-js": "^1.4.1"
},
"dependencies": {
diff --git a/examples/minimal/package.json b/examples/minimal/package.json
index aed0d28ef..405c32010 100644
--- a/examples/minimal/package.json
+++ b/examples/minimal/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^1.0.0-beta.28"
+ "astro": "^1.0.0-beta.29"
}
}
diff --git a/examples/non-html-pages/package.json b/examples/non-html-pages/package.json
index fc18be9d3..7952a668f 100644
--- a/examples/non-html-pages/package.json
+++ b/examples/non-html-pages/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^1.0.0-beta.28"
+ "astro": "^1.0.0-beta.29"
}
}
diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json
index ac35cbeb5..1e3f0469f 100644
--- a/examples/portfolio/package.json
+++ b/examples/portfolio/package.json
@@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/preact": "^0.1.2",
- "astro": "^1.0.0-beta.28",
+ "astro": "^1.0.0-beta.29",
"sass": "^1.51.0"
},
"dependencies": {
diff --git a/examples/ssr/package.json b/examples/ssr/package.json
index ec03b5219..9dc19ae0f 100644
--- a/examples/ssr/package.json
+++ b/examples/ssr/package.json
@@ -11,7 +11,7 @@
"devDependencies": {
"@astrojs/node": "^0.1.1",
"@astrojs/svelte": "^0.1.3",
- "astro": "^1.0.0-beta.28",
+ "astro": "^1.0.0-beta.29",
"concurrently": "^7.2.0",
"lightcookie": "^1.0.25",
"unocss": "^0.15.6",
diff --git a/examples/starter/package.json b/examples/starter/package.json
index 54b08c73e..0bfc62c61 100644
--- a/examples/starter/package.json
+++ b/examples/starter/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^1.0.0-beta.28"
+ "astro": "^1.0.0-beta.29"
}
}
diff --git a/examples/subpath/package.json b/examples/subpath/package.json
index 813f752cf..f4fdf403b 100644
--- a/examples/subpath/package.json
+++ b/examples/subpath/package.json
@@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/react": "^0.1.2",
- "astro": "^1.0.0-beta.28",
+ "astro": "^1.0.0-beta.29",
"sass": "^1.51.0"
},
"dependencies": {
diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json
index f097c092d..8dc7dedfd 100644
--- a/examples/with-markdown-plugins/package.json
+++ b/examples/with-markdown-plugins/package.json
@@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/markdown-remark": "^0.9.4",
- "astro": "^1.0.0-beta.28",
+ "astro": "^1.0.0-beta.29",
"hast-util-select": "5.0.1",
"rehype-autolink-headings": "^6.1.1",
"rehype-slug": "^5.0.1",
diff --git a/examples/with-markdown-shiki/package.json b/examples/with-markdown-shiki/package.json
index 20e2fb32a..46c2d24bd 100644
--- a/examples/with-markdown-shiki/package.json
+++ b/examples/with-markdown-shiki/package.json
@@ -10,6 +10,6 @@
},
"devDependencies": {
"@astrojs/markdown-remark": "^0.9.4",
- "astro": "^1.0.0-beta.28"
+ "astro": "^1.0.0-beta.29"
}
}
diff --git a/examples/with-markdown/package.json b/examples/with-markdown/package.json
index aaafc221a..0e502407c 100644
--- a/examples/with-markdown/package.json
+++ b/examples/with-markdown/package.json
@@ -14,7 +14,7 @@
"@astrojs/react": "^0.1.2",
"@astrojs/svelte": "^0.1.3",
"@astrojs/vue": "^0.1.4",
- "astro": "^1.0.0-beta.28"
+ "astro": "^1.0.0-beta.29"
},
"dependencies": {
"preact": "^10.7.2",
diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json
index c19c6d4c3..76e4d02df 100644
--- a/examples/with-nanostores/package.json
+++ b/examples/with-nanostores/package.json
@@ -25,6 +25,6 @@
"@astrojs/solid-js": "^0.1.2",
"@astrojs/svelte": "^0.1.3",
"@astrojs/vue": "^0.1.4",
- "astro": "^1.0.0-beta.28"
+ "astro": "^1.0.0-beta.29"
}
}
diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json
index 802026c04..e60f91757 100644
--- a/examples/with-tailwindcss/package.json
+++ b/examples/with-tailwindcss/package.json
@@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/tailwind": "^0.2.1",
- "astro": "^1.0.0-beta.28",
+ "astro": "^1.0.0-beta.29",
"autoprefixer": "^10.4.7",
"canvas-confetti": "^1.5.1",
"postcss": "^8.4.13",
diff --git a/examples/with-vite-plugin-pwa/package.json b/examples/with-vite-plugin-pwa/package.json
index 86325d5b2..3f9e83d47 100644
--- a/examples/with-vite-plugin-pwa/package.json
+++ b/examples/with-vite-plugin-pwa/package.json
@@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^1.0.0-beta.28",
+ "astro": "^1.0.0-beta.29",
"vite-plugin-pwa": "0.11.11",
"workbox-window": "^6.5.3"
}
diff --git a/package.json b/package.json
index a3cbb6fa6..0302c03b8 100644
--- a/package.json
+++ b/package.json
@@ -60,8 +60,8 @@
"@changesets/changelog-github": "0.4.4",
"@changesets/cli": "2.22.0",
"@octokit/action": "^3.18.1",
- "@typescript-eslint/eslint-plugin": "^5.23.0",
- "@typescript-eslint/parser": "^5.23.0",
+ "@typescript-eslint/eslint-plugin": "^5.24.0",
+ "@typescript-eslint/parser": "^5.24.0",
"del": "^6.1.0",
"esbuild": "^0.14.39",
"eslint": "^8.15.0",
diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md
index dbbc151b7..bd9131891 100644
--- a/packages/astro/CHANGELOG.md
+++ b/packages/astro/CHANGELOG.md
@@ -1,5 +1,15 @@
# astro
+## 1.0.0-beta.29
+
+### Patch Changes
+
+- [#3388](https://github.com/withastro/astro/pull/3388) [`4d00473d`](https://github.com/withastro/astro/commit/4d00473dbd20e673b5c9857d500dee072bb20f99) Thanks [@matthewp](https://github.com/matthewp)! - Fixes nested style bug causing initial styles to be off
+
+* [#3379](https://github.com/withastro/astro/pull/3379) [`0259d765`](https://github.com/withastro/astro/commit/0259d7658be82a4a5e09fb703498571d958a0569) Thanks [@matthewp](https://github.com/matthewp)! - Fixes issue with loading md pages in project with a space in folder name
+
+- [#3376](https://github.com/withastro/astro/pull/3376) [`b1230152`](https://github.com/withastro/astro/commit/b1230152ff67ca9c184b24023651f4f8739097b8) Thanks [@matthewp](https://github.com/matthewp)! - Allow using aliases for hydrated scripts
+
## 1.0.0-beta.28
### Patch Changes
diff --git a/packages/astro/e2e/fixtures/nested-styles/package.json b/packages/astro/e2e/fixtures/nested-styles/package.json
new file mode 100644
index 000000000..fd48a3ea4
--- /dev/null
+++ b/packages/astro/e2e/fixtures/nested-styles/package.json
@@ -0,0 +1,8 @@
+{
+ "name": "@test/nested-style-bug-e22e",
+ "version": "0.0.0",
+ "private": true,
+ "dependencies": {
+ "astro": "workspace:*"
+ }
+}
diff --git a/packages/astro/e2e/fixtures/nested-styles/src/components/Card.astro b/packages/astro/e2e/fixtures/nested-styles/src/components/Card.astro
new file mode 100644
index 000000000..7b911b395
--- /dev/null
+++ b/packages/astro/e2e/fixtures/nested-styles/src/components/Card.astro
@@ -0,0 +1,75 @@
+---
+export interface Props {
+ title: string,
+ body: string,
+ href: string,
+}
+const {href, title, body} = Astro.props;
+---
+
+
+
+ {title}
+ →
+
+
+ {body}
+
+
+
+
+
\ No newline at end of file
diff --git a/packages/astro/e2e/fixtures/nested-styles/src/components/partials/Header/index.astro b/packages/astro/e2e/fixtures/nested-styles/src/components/partials/Header/index.astro
new file mode 100644
index 000000000..5e1e0b75b
--- /dev/null
+++ b/packages/astro/e2e/fixtures/nested-styles/src/components/partials/Header/index.astro
@@ -0,0 +1,24 @@
+
+
+
+
+
diff --git a/packages/astro/e2e/fixtures/nested-styles/src/components/partials/Layout/index.astro b/packages/astro/e2e/fixtures/nested-styles/src/components/partials/Layout/index.astro
new file mode 100644
index 000000000..231ce8645
--- /dev/null
+++ b/packages/astro/e2e/fixtures/nested-styles/src/components/partials/Layout/index.astro
@@ -0,0 +1,18 @@
+---
+import Header from '../Header/index.astro'
+
+import '../../../styles/global.css'
+---
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/packages/astro/e2e/fixtures/nested-styles/src/pages/index.astro b/packages/astro/e2e/fixtures/nested-styles/src/pages/index.astro
new file mode 100644
index 000000000..b09a7ac63
--- /dev/null
+++ b/packages/astro/e2e/fixtures/nested-styles/src/pages/index.astro
@@ -0,0 +1,13 @@
+---
+import Layout from '../components/partials/Layout/index.astro';
+
+
+const content = {
+ title: 'My Website'
+}
+---
+
+
+ My Website
+ This is my website
+
\ No newline at end of file
diff --git a/packages/astro/e2e/fixtures/nested-styles/src/styles/global.css b/packages/astro/e2e/fixtures/nested-styles/src/styles/global.css
new file mode 100644
index 000000000..47bfab093
--- /dev/null
+++ b/packages/astro/e2e/fixtures/nested-styles/src/styles/global.css
@@ -0,0 +1,19 @@
+body {
+ font-family: sans-serif;
+ font-size: 16px;
+ font-weight: 300;
+ line-height: 1.12;
+}
+
+a {
+ color: inherit;
+ text-decoration: underline;
+}
+
+h1,
+h2,
+h3,
+h4,
+h5 {
+ font-weight: 700;
+}
diff --git a/packages/astro/e2e/nested-styles.test.js b/packages/astro/e2e/nested-styles.test.js
new file mode 100644
index 000000000..7c233d4cb
--- /dev/null
+++ b/packages/astro/e2e/nested-styles.test.js
@@ -0,0 +1,32 @@
+import { test as base, expect } from '@playwright/test';
+import { loadFixture } from './test-utils.js';
+
+const test = base.extend({
+ astro: async ({}, use) => {
+ const fixture = await loadFixture({ root: './fixtures/nested-styles/' });
+ await use(fixture);
+ },
+});
+
+let devServer;
+
+test.beforeAll(async ({ astro }) => {
+ devServer = await astro.startDevServer();
+});
+
+test.afterAll(async ({ astro }) => {
+ await devServer.stop();
+});
+
+test('Loading styles that are nested', async ({ page, astro }) => {
+ await page.goto(astro.resolveUrl('/'));
+
+ await test.step('header', async () => {
+ const header = page.locator('header');
+
+ await expect(header, 'should have background color').toHaveCSS(
+ 'background-color',
+ 'rgb(0, 0, 139)' // darkblue
+ );
+ });
+});
diff --git a/packages/astro/package.json b/packages/astro/package.json
index babe5c2d3..bf5f72fb6 100644
--- a/packages/astro/package.json
+++ b/packages/astro/package.json
@@ -1,6 +1,6 @@
{
"name": "astro",
- "version": "1.0.0-beta.28",
+ "version": "1.0.0-beta.29",
"description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.",
"type": "module",
"author": "withastro",
@@ -83,10 +83,10 @@
"@astrojs/prism": "0.4.1",
"@astrojs/telemetry": "^0.1.2",
"@astrojs/webapi": "^0.11.1",
- "@babel/core": "^7.17.10",
- "@babel/generator": "^7.17.10",
- "@babel/parser": "^7.17.10",
- "@babel/traverse": "^7.17.10",
+ "@babel/core": "^7.17.12",
+ "@babel/generator": "^7.17.12",
+ "@babel/parser": "^7.17.12",
+ "@babel/traverse": "^7.17.12",
"@proload/core": "^0.3.2",
"@proload/plugin-tsm": "^0.2.1",
"ast-types": "^0.14.2",
@@ -136,8 +136,8 @@
"zod": "^3.16.0"
},
"devDependencies": {
- "@babel/types": "^7.17.10",
- "@playwright/test": "^1.22.0",
+ "@babel/types": "^7.17.12",
+ "@playwright/test": "^1.22.1",
"@types/babel__core": "^7.1.19",
"@types/babel__generator": "^7.6.4",
"@types/babel__traverse": "^7.17.1",
diff --git a/packages/astro/src/core/dev/index.ts b/packages/astro/src/core/dev/index.ts
index 76051c623..eb9591b4e 100644
--- a/packages/astro/src/core/dev/index.ts
+++ b/packages/astro/src/core/dev/index.ts
@@ -23,6 +23,7 @@ export interface DevOptions {
export interface DevServer {
address: AddressInfo;
+ watcher: vite.FSWatcher;
stop(): Promise;
}
@@ -69,6 +70,9 @@ export default async function dev(config: AstroConfig, options: DevOptions): Pro
return {
address: devServerAddressInfo,
+ get watcher() {
+ return viteServer.watcher;
+ },
stop: async () => {
await viteServer.close();
await runHookServerDone({ config });
diff --git a/packages/astro/src/vite-plugin-astro-server/index.ts b/packages/astro/src/vite-plugin-astro-server/index.ts
index bcbbfd35f..a71d6d788 100644
--- a/packages/astro/src/vite-plugin-astro-server/index.ts
+++ b/packages/astro/src/vite-plugin-astro-server/index.ts
@@ -316,7 +316,6 @@ async function handleRequest(
return await writeSSRResult(result, res, statusCode);
}
} catch (_err) {
- debugger;
const err = fixViteErrorMessage(createSafeError(_err), viteServer);
error(logging, null, msg.formatErrorMessage(err));
handle500Response(viteServer, origin, req, res, err);
diff --git a/packages/astro/src/vite-plugin-astro/index.ts b/packages/astro/src/vite-plugin-astro/index.ts
index f37bbd652..b13b85494 100644
--- a/packages/astro/src/vite-plugin-astro/index.ts
+++ b/packages/astro/src/vite-plugin-astro/index.ts
@@ -198,16 +198,9 @@ export default function astro({ config, logging }: AstroPluginOptions): vite.Plu
i++;
}
- // We only need to define deps if there are any
- if (deps.size > 1) {
- SUFFIX += `\nif(import.meta.hot) import.meta.hot.accept(["${id}", "${Array.from(
- deps
- ).join('","')}"], (...mods) => mods);`;
- } else {
- SUFFIX += `\nif (import.meta.hot) {
- import.meta.hot.accept(mod => mod);
- }`;
- }
+ SUFFIX += `\nif (import.meta.hot) {
+ import.meta.hot.accept(mod => mod);
+ }`;
}
// Add handling to inject scripts into each page JS bundle, if needed.
if (isPage) {
diff --git a/packages/astro/test/errors.test.js b/packages/astro/test/errors.test.js
index 85baee002..3f1b2b2e8 100644
--- a/packages/astro/test/errors.test.js
+++ b/packages/astro/test/errors.test.js
@@ -1,5 +1,6 @@
import { isWindows, loadFixture } from './test-utils.js';
import { expect } from 'chai';
+import * as cheerio from 'cheerio';
describe('Error display', () => {
if (isWindows) return;
@@ -30,4 +31,34 @@ describe('Error display', () => {
expect(res.status).to.equal(500, `Successfully responded with 500 Error for invalid file`);
});
});
+
+ describe('Framework components', () => {
+ let devServer;
+
+ before(async () => {
+ devServer = await fixture.startDevServer();
+ });
+
+ after(async () => {
+ await devServer.stop();
+ });
+
+ it('Errors recover when fixed', async () => {
+ let html = await fixture.fetch('/svelte-syntax-error').then((res) => res.text());
+
+ // 1. Verify an error message is being shown.
+ let $ = cheerio.load(html);
+ expect($('.statusMessage').text()).to.equal('Internal Error');
+
+ // 2. Edit the file, fixing the error
+ let changeOccured = fixture.onNextChange();
+ await fixture.editFile('./src/components/SvelteSyntaxError.svelte', `No mismatch
`);
+ await changeOccured;
+
+ // 3. Verify that the file is fixed.
+ html = await fixture.fetch('/svelte-syntax-error').then((res) => res.text());
+ $ = cheerio.load(html);
+ expect($('h1').text()).to.equal('No mismatch');
+ });
+ });
});
diff --git a/packages/astro/test/test-utils.js b/packages/astro/test/test-utils.js
index f7b555837..30b4ebad5 100644
--- a/packages/astro/test/test-utils.js
+++ b/packages/astro/test/test-utils.js
@@ -108,13 +108,32 @@ export async function loadFixture(inlineConfig) {
cleanupCallbacks.push(() => fs.promises.writeFile(pathname, initial, 'utf-8'));
}
+
+ // A map of files that have been editted.
+ let fileEdits = new Map();
+
+ const resetAllFiles = () => {
+ for (const [, reset] of fileEdits) {
+ reset();
+ }
+ fileEdits.clear();
+ };
+
+ // After each test, reset each of the edits to their original contents.
+ if (typeof afterEach === 'function') {
+ afterEach(resetAllFiles);
+ }
+ // Also do it on process exit, just in case.
+ process.on('exit', resetAllFiles);
+
+ let devServer;
return {
build: (opts = {}) => build(config, { mode: 'development', logging, telemetry, ...opts }),
startDevServer: async (opts = {}) => {
- const devResult = await dev(config, { logging, telemetry, ...opts });
- config.server.port = devResult.address.port; // update port
- return devResult;
+ devServer = await dev(config, { logging, telemetry, ...opts });
+ config.server.port = devServer.address.port; // update port
+ return devServer;
},
config,
resolveUrl,
@@ -136,6 +155,22 @@ export async function loadFixture(inlineConfig) {
const { createApp } = await import(url);
return createApp();
},
+ editFile: async (filePath, newContents) => {
+ const fileUrl = new URL(filePath.replace(/^\//, ''), config.root);
+ const contents = await fs.promises.readFile(fileUrl, 'utf-8');
+ const reset = () => fs.writeFileSync(fileUrl, contents);
+ // Only save this reset if not already in the map, in case multiple edits happen
+ // to the same file.
+ if (!fileEdits.has(fileUrl.toString())) {
+ fileEdits.set(fileUrl.toString(), reset);
+ }
+ await fs.promises.writeFile(fileUrl, newContents);
+ return reset;
+ },
+ onNextChange: () =>
+ devServer
+ ? new Promise((resolve) => devServer.watcher.once('change', resolve))
+ : Promise.reject(new Error('No dev server running')),
};
}
diff --git a/packages/integrations/lit/CHANGELOG.md b/packages/integrations/lit/CHANGELOG.md
index b0128f363..d049c1c94 100644
--- a/packages/integrations/lit/CHANGELOG.md
+++ b/packages/integrations/lit/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/lit
+## 0.1.3
+
+### Patch Changes
+
+- [#3375](https://github.com/withastro/astro/pull/3375) [`fe61e469`](https://github.com/withastro/astro/commit/fe61e469b243c27781112499f151782baf9004a4) Thanks [@jdvivar](https://github.com/jdvivar)! - Added tests and fix a small edge case for when you call render with no props/attrs
+
## 0.1.2
### Patch Changes
diff --git a/packages/integrations/lit/package.json b/packages/integrations/lit/package.json
index 189ae1286..01c3457fe 100644
--- a/packages/integrations/lit/package.json
+++ b/packages/integrations/lit/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/lit",
- "version": "0.1.2",
+ "version": "0.1.3",
"description": "Use Lit components within Astro",
"type": "module",
"types": "./dist/index.d.ts",
diff --git a/packages/integrations/netlify/CHANGELOG.md b/packages/integrations/netlify/CHANGELOG.md
index 77b6fe875..cde7a7e4b 100644
--- a/packages/integrations/netlify/CHANGELOG.md
+++ b/packages/integrations/netlify/CHANGELOG.md
@@ -1,5 +1,13 @@
# @astrojs/netlify
+## 0.4.0
+
+### Minor Changes
+
+- [#3381](https://github.com/withastro/astro/pull/3381) [`43d92227`](https://github.com/withastro/astro/commit/43d922277afaeca9c90364fbf0b19477fd2c6566) Thanks [@sarahetter](https://github.com/sarahetter)! - Updating out directories for Netlify Functions
+
+* [#3377](https://github.com/withastro/astro/pull/3377) [`e1294c42`](https://github.com/withastro/astro/commit/e1294c422b3d3e98ccc745fe95d5672c9a17fe1f) Thanks [@sarahetter](https://github.com/sarahetter)! - Change out directories on dist and serverEntry
+
## 0.3.4
### Patch Changes
diff --git a/packages/integrations/netlify/package.json b/packages/integrations/netlify/package.json
index 8b1587f41..05fb32610 100644
--- a/packages/integrations/netlify/package.json
+++ b/packages/integrations/netlify/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/netlify",
"description": "Deploy your site to Netlify",
- "version": "0.3.4",
+ "version": "0.4.0",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
diff --git a/packages/integrations/partytown/CHANGELOG.md b/packages/integrations/partytown/CHANGELOG.md
index ce94b6d9b..b2d9ec219 100644
--- a/packages/integrations/partytown/CHANGELOG.md
+++ b/packages/integrations/partytown/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/partytown
+## 0.1.3
+
+### Patch Changes
+
+- [#3380](https://github.com/withastro/astro/pull/3380) [`31b0bc87`](https://github.com/withastro/astro/commit/31b0bc87a4f6f652d9007810026e99756a32cc46) Thanks [@rotate-mark](https://github.com/rotate-mark)! - Add config options for integration
+
## 0.1.2
### Patch Changes
diff --git a/packages/integrations/partytown/package.json b/packages/integrations/partytown/package.json
index 18f4e3d1f..131e57964 100644
--- a/packages/integrations/partytown/package.json
+++ b/packages/integrations/partytown/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/partytown",
"description": "Astro + Partytown integration",
- "version": "0.1.2",
+ "version": "0.1.3",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
diff --git a/packages/integrations/preact/package.json b/packages/integrations/preact/package.json
index 4dc1c8077..b58196bd9 100644
--- a/packages/integrations/preact/package.json
+++ b/packages/integrations/preact/package.json
@@ -30,7 +30,7 @@
"dev": "astro-scripts dev \"src/**/*.ts\""
},
"dependencies": {
- "@babel/plugin-transform-react-jsx": "^7.17.3",
+ "@babel/plugin-transform-react-jsx": "^7.17.12",
"preact-render-to-string": "^5.2.0"
},
"devDependencies": {
diff --git a/packages/integrations/react/package.json b/packages/integrations/react/package.json
index 46a710baa..1e1eb1661 100644
--- a/packages/integrations/react/package.json
+++ b/packages/integrations/react/package.json
@@ -33,7 +33,7 @@
"dev": "astro-scripts dev \"src/**/*.ts\""
},
"dependencies": {
- "@babel/plugin-transform-react-jsx": "^7.17.3"
+ "@babel/plugin-transform-react-jsx": "^7.17.12"
},
"devDependencies": {
"@types/react": "^17.0.45",
diff --git a/packages/integrations/turbolinks/CHANGELOG.md b/packages/integrations/turbolinks/CHANGELOG.md
index 73e99aaf9..4ee974eae 100644
--- a/packages/integrations/turbolinks/CHANGELOG.md
+++ b/packages/integrations/turbolinks/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/turbolinks
+## 0.1.3
+
+### Patch Changes
+
+- [#3383](https://github.com/withastro/astro/pull/3383) [`387ed0cf`](https://github.com/withastro/astro/commit/387ed0cfa1ed73e0025dd81f221ea7c95d724a59) Thanks [@tony-sull](https://github.com/tony-sull)! - The @astrojs/turbolinks integration has been deprecated
+
## 0.1.2
### Patch Changes
diff --git a/packages/integrations/turbolinks/package.json b/packages/integrations/turbolinks/package.json
index cdcaca829..c3b54f1e8 100644
--- a/packages/integrations/turbolinks/package.json
+++ b/packages/integrations/turbolinks/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/turbolinks",
"description": "Turbolinks + Astro Integrations",
- "version": "0.1.2",
+ "version": "0.1.3",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
diff --git a/packages/integrations/vercel/CHANGELOG.md b/packages/integrations/vercel/CHANGELOG.md
index cf649f18e..e60d6449d 100644
--- a/packages/integrations/vercel/CHANGELOG.md
+++ b/packages/integrations/vercel/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/vercel
+## 0.2.2
+
+### Patch Changes
+
+- [#3368](https://github.com/withastro/astro/pull/3368) [`9d01f93b`](https://github.com/withastro/astro/commit/9d01f93b1c7db5d4afc4041e6ee73fb52f24d2d1) Thanks [@JuanM04](https://github.com/JuanM04)! - Remove `nodeVersion` option for `serverless` target. Now it is inferred from Vercel
+
## 0.2.1
### Patch Changes
diff --git a/packages/integrations/vercel/package.json b/packages/integrations/vercel/package.json
index 7421ddadf..25abeede4 100644
--- a/packages/integrations/vercel/package.json
+++ b/packages/integrations/vercel/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/vercel",
"description": "Deploy your site to Vercel",
- "version": "0.2.1",
+ "version": "0.2.2",
"type": "module",
"author": "withastro",
"license": "MIT",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index fbf0768fe..89527057d 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -8,8 +8,8 @@ importers:
'@changesets/changelog-github': 0.4.4
'@changesets/cli': 2.22.0
'@octokit/action': ^3.18.1
- '@typescript-eslint/eslint-plugin': ^5.23.0
- '@typescript-eslint/parser': ^5.23.0
+ '@typescript-eslint/eslint-plugin': ^5.24.0
+ '@typescript-eslint/parser': ^5.24.0
del: ^6.1.0
esbuild: ^0.14.39
eslint: ^8.15.0
@@ -28,8 +28,8 @@ importers:
'@changesets/changelog-github': 0.4.4
'@changesets/cli': 2.22.0
'@octokit/action': 3.18.1
- '@typescript-eslint/eslint-plugin': 5.23.0_c63nfttrfhylg3zmgcxfslaw44
- '@typescript-eslint/parser': 5.23.0_hcfsmds2fshutdssjqluwm76uu
+ '@typescript-eslint/eslint-plugin': 5.24.0_w4ec7awddsetq6k5phhi6huiuu
+ '@typescript-eslint/parser': 5.24.0_hcfsmds2fshutdssjqluwm76uu
del: 6.1.0
esbuild: 0.14.39
eslint: 8.15.0
@@ -45,14 +45,14 @@ importers:
examples/basics:
specifiers:
- astro: ^1.0.0-beta.28
+ astro: ^1.0.0-beta.29
devDependencies:
astro: link:../../packages/astro
examples/blog:
specifiers:
'@astrojs/preact': ^0.1.2
- astro: ^1.0.0-beta.28
+ astro: ^1.0.0-beta.29
preact: ^10.7.2
dependencies:
preact: 10.7.2
@@ -63,7 +63,7 @@ importers:
examples/blog-multiple-authors:
specifiers:
'@astrojs/preact': ^0.1.2
- astro: ^1.0.0-beta.28
+ astro: ^1.0.0-beta.29
preact: ^10.7.2
sass: ^1.51.0
dependencies:
@@ -75,14 +75,14 @@ importers:
examples/component:
specifiers:
- astro: ^1.0.0-beta.28
+ astro: ^1.0.0-beta.29
devDependencies:
astro: link:../../packages/astro
examples/component/demo:
specifiers:
'@example/my-component': workspace:*
- astro: ^1.0.0-beta.28
+ astro: ^1.0.0-beta.29
devDependencies:
'@example/my-component': link:../packages/my-component
astro: link:../../../packages/astro
@@ -98,7 +98,7 @@ importers:
'@docsearch/css': ^3.0.0
'@docsearch/react': ^3.0.0
'@types/react': ^17.0.45
- astro: ^1.0.0-beta.28
+ astro: ^1.0.0-beta.29
preact: ^10.7.2
react: ^17.0.2
react-dom: ^17.0.2
@@ -117,14 +117,14 @@ importers:
examples/env-vars:
specifiers:
- astro: ^1.0.0-beta.28
+ astro: ^1.0.0-beta.29
devDependencies:
astro: link:../../packages/astro
examples/framework-alpine:
specifiers:
alpinejs: ^3.10.2
- astro: ^1.0.0-beta.28
+ astro: ^1.0.0-beta.29
dependencies:
alpinejs: 3.10.2
devDependencies:
@@ -132,9 +132,9 @@ importers:
examples/framework-lit:
specifiers:
- '@astrojs/lit': ^0.1.2
+ '@astrojs/lit': ^0.1.3
'@webcomponents/template-shadowroot': ^0.1.0
- astro: ^1.0.0-beta.28
+ astro: ^1.0.0-beta.29
lit: ^2.2.3
dependencies:
'@webcomponents/template-shadowroot': 0.1.0
@@ -145,14 +145,14 @@ importers:
examples/framework-multiple:
specifiers:
- '@astrojs/lit': ^0.1.2
+ '@astrojs/lit': ^0.1.3
'@astrojs/preact': ^0.1.2
'@astrojs/react': ^0.1.2
'@astrojs/solid-js': ^0.1.2
'@astrojs/svelte': ^0.1.3
'@astrojs/vue': ^0.1.4
'@webcomponents/template-shadowroot': ^0.1.0
- astro: ^1.0.0-beta.28
+ astro: ^1.0.0-beta.29
lit: ^2.2.3
preact: ^10.7.2
react: ^18.1.0
@@ -181,7 +181,7 @@ importers:
examples/framework-preact:
specifiers:
'@astrojs/preact': ^0.1.2
- astro: ^1.0.0-beta.28
+ astro: ^1.0.0-beta.29
preact: ^10.7.2
dependencies:
preact: 10.7.2
@@ -194,7 +194,7 @@ importers:
'@astrojs/react': ^0.1.2
'@types/react': ^18.0.9
'@types/react-dom': ^18.0.4
- astro: ^1.0.0-beta.28
+ astro: ^1.0.0-beta.29
react: ^18.1.0
react-dom: ^18.1.0
dependencies:
@@ -209,7 +209,7 @@ importers:
examples/framework-solid:
specifiers:
'@astrojs/solid-js': ^0.1.2
- astro: ^1.0.0-beta.28
+ astro: ^1.0.0-beta.29
solid-js: ^1.4.1
dependencies:
solid-js: 1.4.1
@@ -220,7 +220,7 @@ importers:
examples/framework-svelte:
specifiers:
'@astrojs/svelte': ^0.1.3
- astro: ^1.0.0-beta.28
+ astro: ^1.0.0-beta.29
svelte: ^3.48.0
dependencies:
svelte: 3.48.0
@@ -231,7 +231,7 @@ importers:
examples/framework-vue:
specifiers:
'@astrojs/vue': ^0.1.4
- astro: ^1.0.0-beta.28
+ astro: ^1.0.0-beta.29
vue: ^3.2.33
dependencies:
vue: 3.2.33
@@ -241,15 +241,15 @@ importers:
examples/integrations-playground:
specifiers:
- '@astrojs/lit': ^0.1.2
- '@astrojs/partytown': ^0.1.2
+ '@astrojs/lit': ^0.1.3
+ '@astrojs/partytown': ^0.1.3
'@astrojs/react': ^0.1.2
'@astrojs/sitemap': ^0.1.0
'@astrojs/solid-js': 0.1.2
'@astrojs/tailwind': ^0.2.1
- '@astrojs/turbolinks': ^0.1.2
+ '@astrojs/turbolinks': ^0.1.3
'@webcomponents/template-shadowroot': ^0.1.0
- astro: ^1.0.0-beta.28
+ astro: ^1.0.0-beta.29
lit: ^2.2.3
preact: ^10.7.2
react: ^18.1.0
@@ -278,20 +278,20 @@ importers:
examples/minimal:
specifiers:
- astro: ^1.0.0-beta.28
+ astro: ^1.0.0-beta.29
devDependencies:
astro: link:../../packages/astro
examples/non-html-pages:
specifiers:
- astro: ^1.0.0-beta.28
+ astro: ^1.0.0-beta.29
devDependencies:
astro: link:../../packages/astro
examples/portfolio:
specifiers:
'@astrojs/preact': ^0.1.2
- astro: ^1.0.0-beta.28
+ astro: ^1.0.0-beta.29
preact: ^10.7.2
sass: ^1.51.0
dependencies:
@@ -305,7 +305,7 @@ importers:
specifiers:
'@astrojs/node': ^0.1.1
'@astrojs/svelte': ^0.1.3
- astro: ^1.0.0-beta.28
+ astro: ^1.0.0-beta.29
concurrently: ^7.2.0
lightcookie: ^1.0.25
svelte: ^3.48.0
@@ -324,14 +324,14 @@ importers:
examples/starter:
specifiers:
- astro: ^1.0.0-beta.28
+ astro: ^1.0.0-beta.29
devDependencies:
astro: link:../../packages/astro
examples/subpath:
specifiers:
'@astrojs/react': ^0.1.2
- astro: ^1.0.0-beta.28
+ astro: ^1.0.0-beta.29
react: ^18.1.0
react-dom: ^18.1.0
sass: ^1.51.0
@@ -350,7 +350,7 @@ importers:
'@astrojs/react': ^0.1.2
'@astrojs/svelte': ^0.1.3
'@astrojs/vue': ^0.1.4
- astro: ^1.0.0-beta.28
+ astro: ^1.0.0-beta.29
preact: ^10.7.2
react: ^18.1.0
react-dom: ^18.1.0
@@ -373,7 +373,7 @@ importers:
examples/with-markdown-plugins:
specifiers:
'@astrojs/markdown-remark': ^0.9.4
- astro: ^1.0.0-beta.28
+ astro: ^1.0.0-beta.29
hast-util-select: 5.0.1
rehype-autolink-headings: ^6.1.1
rehype-slug: ^5.0.1
@@ -391,7 +391,7 @@ importers:
examples/with-markdown-shiki:
specifiers:
'@astrojs/markdown-remark': ^0.9.4
- astro: ^1.0.0-beta.28
+ astro: ^1.0.0-beta.29
devDependencies:
'@astrojs/markdown-remark': link:../../packages/markdown/remark
astro: link:../../packages/astro
@@ -406,7 +406,7 @@ importers:
'@nanostores/preact': ^0.1.3
'@nanostores/react': ^0.1.5
'@nanostores/vue': ^0.4.1
- astro: ^1.0.0-beta.28
+ astro: ^1.0.0-beta.29
nanostores: ^0.5.12
preact: ^10.7.2
react: ^18.1.0
@@ -434,7 +434,7 @@ importers:
examples/with-tailwindcss:
specifiers:
'@astrojs/tailwind': ^0.2.1
- astro: ^1.0.0-beta.28
+ astro: ^1.0.0-beta.29
autoprefixer: ^10.4.7
canvas-confetti: ^1.5.1
postcss: ^8.4.13
@@ -449,7 +449,7 @@ importers:
examples/with-vite-plugin-pwa:
specifiers:
- astro: ^1.0.0-beta.28
+ astro: ^1.0.0-beta.29
vite-plugin-pwa: 0.11.11
workbox-window: ^6.5.3
devDependencies:
@@ -465,12 +465,12 @@ importers:
'@astrojs/prism': 0.4.1
'@astrojs/telemetry': ^0.1.2
'@astrojs/webapi': ^0.11.1
- '@babel/core': ^7.17.10
- '@babel/generator': ^7.17.10
- '@babel/parser': ^7.17.10
- '@babel/traverse': ^7.17.10
- '@babel/types': ^7.17.10
- '@playwright/test': ^1.22.0
+ '@babel/core': ^7.17.12
+ '@babel/generator': ^7.17.12
+ '@babel/parser': ^7.17.12
+ '@babel/traverse': ^7.17.12
+ '@babel/types': ^7.17.12
+ '@playwright/test': ^1.22.1
'@proload/core': ^0.3.2
'@proload/plugin-tsm': ^0.2.1
'@types/babel__core': ^7.1.19
@@ -551,10 +551,10 @@ importers:
'@astrojs/prism': link:../astro-prism
'@astrojs/telemetry': link:../telemetry
'@astrojs/webapi': link:../webapi
- '@babel/core': 7.17.10
- '@babel/generator': 7.17.10
- '@babel/parser': 7.17.10
- '@babel/traverse': 7.17.10
+ '@babel/core': 7.17.12
+ '@babel/generator': 7.17.12
+ '@babel/parser': 7.17.12
+ '@babel/traverse': 7.17.12
'@proload/core': 0.3.2
'@proload/plugin-tsm': 0.2.1_@proload+core@0.3.2
ast-types: 0.14.2
@@ -603,8 +603,8 @@ importers:
yargs-parser: 21.0.1
zod: 3.16.0
devDependencies:
- '@babel/types': 7.17.10
- '@playwright/test': 1.22.0
+ '@babel/types': 7.17.12
+ '@playwright/test': 1.22.1
'@types/babel__core': 7.1.19
'@types/babel__generator': 7.6.4
'@types/babel__traverse': 7.17.1
@@ -1479,13 +1479,13 @@ importers:
packages/integrations/preact:
specifiers:
- '@babel/plugin-transform-react-jsx': ^7.17.3
+ '@babel/plugin-transform-react-jsx': ^7.17.12
astro: workspace:*
astro-scripts: workspace:*
preact: ^10.7.2
preact-render-to-string: ^5.2.0
dependencies:
- '@babel/plugin-transform-react-jsx': 7.17.3
+ '@babel/plugin-transform-react-jsx': 7.17.12
preact-render-to-string: 5.2.0_preact@10.7.2
devDependencies:
astro: link:../../astro
@@ -1494,7 +1494,7 @@ importers:
packages/integrations/react:
specifiers:
- '@babel/plugin-transform-react-jsx': ^7.17.3
+ '@babel/plugin-transform-react-jsx': ^7.17.12
'@types/react': ^17.0.45
'@types/react-dom': ^17.0.17
astro: workspace:*
@@ -1502,7 +1502,7 @@ importers:
react: ^18.1.0
react-dom: ^18.1.0
dependencies:
- '@babel/plugin-transform-react-jsx': 7.17.3
+ '@babel/plugin-transform-react-jsx': 7.17.12
devDependencies:
'@types/react': 17.0.45
'@types/react-dom': 17.0.17
@@ -1947,26 +1947,26 @@ packages:
resolution: {integrity: sha512-iAXqUn8IIeBTNd72xsFlgaXHkMBMt6y4HJp1tIaK465CWLT/fG1aqB7ykr95gHHmlBdGbFeWWfyB4NJJ0nmeIg==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/highlight': 7.17.9
+ '@babel/highlight': 7.17.12
/@babel/compat-data/7.17.10:
resolution: {integrity: sha512-GZt/TCsG70Ms19gfZO1tM4CVnXsPgEPBCpJu+Qz3L0LUDsY5nZqFZglIoPC1kIYOtNBZlrnFT+klg12vFGZXrw==}
engines: {node: '>=6.9.0'}
- /@babel/core/7.17.10:
- resolution: {integrity: sha512-liKoppandF3ZcBnIYFjfSDHZLKdLHGJRkoWtG8zQyGJBQfIYobpnVGI5+pLBNtS6psFLDzyq8+h5HiVljW9PNA==}
+ /@babel/core/7.17.12:
+ resolution: {integrity: sha512-44ODe6O1IVz9s2oJE3rZ4trNNKTX9O7KpQpfAP4t8QII/zwrVRHL7i2pxhqtcY7tqMLrrKfMlBKnm1QlrRFs5w==}
engines: {node: '>=6.9.0'}
dependencies:
'@ampproject/remapping': 2.2.0
'@babel/code-frame': 7.16.7
- '@babel/generator': 7.17.10
- '@babel/helper-compilation-targets': 7.17.10_@babel+core@7.17.10
- '@babel/helper-module-transforms': 7.17.7
+ '@babel/generator': 7.17.12
+ '@babel/helper-compilation-targets': 7.17.10_@babel+core@7.17.12
+ '@babel/helper-module-transforms': 7.17.12
'@babel/helpers': 7.17.9
- '@babel/parser': 7.17.10
+ '@babel/parser': 7.17.12
'@babel/template': 7.16.7
- '@babel/traverse': 7.17.10
- '@babel/types': 7.17.10
+ '@babel/traverse': 7.17.12
+ '@babel/types': 7.17.12
convert-source-map: 1.8.0
debug: 4.3.4
gensync: 1.0.0-beta.2
@@ -1975,29 +1975,29 @@ packages:
transitivePeerDependencies:
- supports-color
- /@babel/generator/7.17.10:
- resolution: {integrity: sha512-46MJZZo9y3o4kmhBVc7zW7i8dtR1oIK/sdO5NcfcZRhTGYi+KKJRtHNgsU6c4VUcJmUNV/LQdebD/9Dlv4K+Tg==}
+ /@babel/generator/7.17.12:
+ resolution: {integrity: sha512-V49KtZiiiLjH/CnIW6OjJdrenrGoyh6AmKQ3k2AZFKozC1h846Q4NYlZ5nqAigPDUXfGzC88+LOUuG8yKd2kCw==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.17.10
- '@jridgewell/gen-mapping': 0.1.1
+ '@babel/types': 7.17.12
+ '@jridgewell/gen-mapping': 0.3.1
jsesc: 2.5.2
/@babel/helper-annotate-as-pure/7.16.7:
resolution: {integrity: sha512-s6t2w/IPQVTAET1HitoowRGXooX8mCgtuP5195wD/QJPV6wYjpujCGF7JuMODVX2ZAJOf1GT6DT9MHEZvLOFSw==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.17.10
+ '@babel/types': 7.17.12
/@babel/helper-builder-binary-assignment-operator-visitor/7.16.7:
resolution: {integrity: sha512-C6FdbRaxYjwVu/geKW4ZeQ0Q31AftgRcdSnZ5/jsH6BzCJbtvXvhpfkbkThYSuutZA7nCXpPR6AD9zd1dprMkA==}
engines: {node: '>=6.9.0'}
dependencies:
'@babel/helper-explode-assignable-expression': 7.16.7
- '@babel/types': 7.17.10
+ '@babel/types': 7.17.12
dev: true
- /@babel/helper-compilation-targets/7.17.10_@babel+core@7.17.10:
+ /@babel/helper-compilation-targets/7.17.10_@babel+core@7.17.12:
resolution: {integrity: sha512-gh3RxjWbauw/dFiU/7whjd0qN9K6nPJMqe6+Er7rOavFh0CQUSwhAE3IcTho2rywPJFxej6TUUHDkWcYI6gGqQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2007,13 +2007,13 @@ packages:
optional: true
dependencies:
'@babel/compat-data': 7.17.10
- '@babel/core': 7.17.10
+ '@babel/core': 7.17.12
'@babel/helper-validator-option': 7.16.7
browserslist: 4.20.3
semver: 6.3.0
- /@babel/helper-create-class-features-plugin/7.17.9_@babel+core@7.17.10:
- resolution: {integrity: sha512-kUjip3gruz6AJKOq5i3nC6CoCEEF/oHH3cp6tOZhB+IyyyPyW0g1Gfsxn3mkk6S08pIA2y8GQh609v9G/5sHVQ==}
+ /@babel/helper-create-class-features-plugin/7.17.12_@babel+core@7.17.12:
+ resolution: {integrity: sha512-sZoOeUTkFJMyhqCei2+Z+wtH/BehW8NVKQt7IRUQlRiOARuXymJYfN/FCcI8CvVbR0XVyDM6eLFOlR7YtiXnew==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
@@ -2021,7 +2021,7 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.10
+ '@babel/core': 7.17.12
'@babel/helper-annotate-as-pure': 7.16.7
'@babel/helper-environment-visitor': 7.16.7
'@babel/helper-function-name': 7.17.9
@@ -2033,8 +2033,8 @@ packages:
- supports-color
dev: true
- /@babel/helper-create-regexp-features-plugin/7.17.0_@babel+core@7.17.10:
- resolution: {integrity: sha512-awO2So99wG6KnlE+TPs6rn83gCz5WlEePJDTnLEqbchMVrBeAujURVphRdigsk094VhvZehFoNOihSlcBjwsXA==}
+ /@babel/helper-create-regexp-features-plugin/7.17.12_@babel+core@7.17.12:
+ resolution: {integrity: sha512-b2aZrV4zvutr9AIa6/gA3wsZKRwTKYoDxYiFKcESS3Ug2GTXzwBEvMuuFLhCQpEnRXs1zng4ISAXSUxxKBIcxw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
@@ -2042,12 +2042,12 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.10
+ '@babel/core': 7.17.12
'@babel/helper-annotate-as-pure': 7.16.7
regexpu-core: 5.0.1
dev: true
- /@babel/helper-define-polyfill-provider/0.3.1_@babel+core@7.17.10:
+ /@babel/helper-define-polyfill-provider/0.3.1_@babel+core@7.17.12:
resolution: {integrity: sha512-J9hGMpJQmtWmj46B3kBHmL38UhJGhYX7eqkcq+2gsstyYt341HmPeWspihX43yVRA0mS+8GGk2Gckc7bY/HCmA==}
peerDependencies:
'@babel/core': ^7.4.0-0
@@ -2055,11 +2055,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-compilation-targets': 7.17.10_@babel+core@7.17.10
+ '@babel/core': 7.17.12
+ '@babel/helper-compilation-targets': 7.17.10_@babel+core@7.17.12
'@babel/helper-module-imports': 7.16.7
- '@babel/helper-plugin-utils': 7.16.7
- '@babel/traverse': 7.17.10
+ '@babel/helper-plugin-utils': 7.17.12
+ '@babel/traverse': 7.17.12
debug: 4.3.4
lodash.debounce: 4.0.8
resolve: 1.22.0
@@ -2072,13 +2072,13 @@ packages:
resolution: {integrity: sha512-SLLb0AAn6PkUeAfKJCCOl9e1R53pQlGAfc4y4XuMRZfqeMYLE0dM1LMhqbGAlGQY0lfw5/ohoYWAe9V1yibRag==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.17.10
+ '@babel/types': 7.17.12
/@babel/helper-explode-assignable-expression/7.16.7:
resolution: {integrity: sha512-KyUenhWMC8VrxzkGP0Jizjo4/Zx+1nNZhgocs+gLzyZyB8SHidhoq9KK/8Ato4anhwsivfkBLftky7gvzbZMtQ==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.17.10
+ '@babel/types': 7.17.12
dev: true
/@babel/helper-function-name/7.17.9:
@@ -2086,36 +2086,36 @@ packages:
engines: {node: '>=6.9.0'}
dependencies:
'@babel/template': 7.16.7
- '@babel/types': 7.17.10
+ '@babel/types': 7.17.12
/@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.10
+ '@babel/types': 7.17.12
/@babel/helper-member-expression-to-functions/7.17.7:
resolution: {integrity: sha512-thxXgnQ8qQ11W2wVUObIqDL4p148VMxkt5T/qpN5k2fboRyzFGFmKsTGViquyM5QHKUy48OZoca8kw4ajaDPyw==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.17.10
+ '@babel/types': 7.17.12
dev: true
/@babel/helper-module-imports/7.16.0:
resolution: {integrity: sha512-kkH7sWzKPq0xt3H1n+ghb4xEMP8k0U7XV3kkB+ZGy69kDk2ySFW1qPi06sjKzFY3t1j6XbJSqr4mF9L7CYVyhg==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.17.10
+ '@babel/types': 7.17.12
dev: false
/@babel/helper-module-imports/7.16.7:
resolution: {integrity: sha512-LVtS6TqjJHFc+nYeITRo6VLXve70xmq7wPhWTqDJusJEgGmkAACWwMiTNrvfoQo6hEhFwAIixNkvB0jPXDL8Wg==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.17.10
+ '@babel/types': 7.17.12
- /@babel/helper-module-transforms/7.17.7:
- resolution: {integrity: sha512-VmZD99F3gNTYB7fJRDTi+u6l/zxY0BE6OIxPSU7a50s6ZUQkHwSDmV92FfM+oCG0pZRVojGYhkR8I0OGeCVREw==}
+ /@babel/helper-module-transforms/7.17.12:
+ resolution: {integrity: sha512-t5s2BeSWIghhFRPh9XMn6EIGmvn8Lmw5RVASJzkIx1mSemubQQBNIZiQD7WzaFmaHIrjAec4x8z9Yx8SjJ1/LA==}
engines: {node: '>=6.9.0'}
dependencies:
'@babel/helper-environment-visitor': 7.16.7
@@ -2124,8 +2124,8 @@ packages:
'@babel/helper-split-export-declaration': 7.16.7
'@babel/helper-validator-identifier': 7.16.7
'@babel/template': 7.16.7
- '@babel/traverse': 7.17.10
- '@babel/types': 7.17.10
+ '@babel/traverse': 7.17.12
+ '@babel/types': 7.17.12
transitivePeerDependencies:
- supports-color
@@ -2133,11 +2133,11 @@ packages:
resolution: {integrity: sha512-EtgBhg7rd/JcnpZFXpBy0ze1YRfdm7BnBX4uKMBd3ixa3RGAE002JZB66FJyNH7g0F38U05pXmA5P8cBh7z+1w==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.17.10
+ '@babel/types': 7.17.12
dev: true
- /@babel/helper-plugin-utils/7.16.7:
- resolution: {integrity: sha512-Qg3Nk7ZxpgMrsox6HreY1ZNKdBq7K72tDSliA6dCl5f007jR4ne8iD5UzuNnCJH2xBf2BEEVGr+/OL6Gdp7RxA==}
+ /@babel/helper-plugin-utils/7.17.12:
+ resolution: {integrity: sha512-JDkf04mqtN3y4iAbO1hv9U2ARpPyPL1zqyWs/2WG1pgSq9llHFjStX5jdxb84himgJm+8Ng+x0oiWF/nw/XQKA==}
engines: {node: '>=6.9.0'}
/@babel/helper-remap-async-to-generator/7.16.8:
@@ -2146,7 +2146,7 @@ packages:
dependencies:
'@babel/helper-annotate-as-pure': 7.16.7
'@babel/helper-wrap-function': 7.16.8
- '@babel/types': 7.17.10
+ '@babel/types': 7.17.12
transitivePeerDependencies:
- supports-color
dev: true
@@ -2158,8 +2158,8 @@ packages:
'@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.10
- '@babel/types': 7.17.10
+ '@babel/traverse': 7.17.12
+ '@babel/types': 7.17.12
transitivePeerDependencies:
- supports-color
dev: true
@@ -2168,20 +2168,20 @@ packages:
resolution: {integrity: sha512-txyMCGroZ96i+Pxr3Je3lzEJjqwaRC9buMUgtomcrLe5Nd0+fk1h0LLA+ixUF5OW7AhHuQ7Es1WcQJZmZsz2XA==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.17.10
+ '@babel/types': 7.17.12
/@babel/helper-skip-transparent-expression-wrappers/7.16.0:
resolution: {integrity: sha512-+il1gTy0oHwUsBQZyJvukbB4vPMdcYBrFHa0Uc4AizLxbq6BOYC51Rv4tWocX9BLBDLZ4kc6qUFpQ6HRgL+3zw==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.17.10
+ '@babel/types': 7.17.12
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.10
+ '@babel/types': 7.17.12
/@babel/helper-validator-identifier/7.16.7:
resolution: {integrity: sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==}
@@ -2197,8 +2197,8 @@ packages:
dependencies:
'@babel/helper-function-name': 7.17.9
'@babel/template': 7.16.7
- '@babel/traverse': 7.17.10
- '@babel/types': 7.17.10
+ '@babel/traverse': 7.17.12
+ '@babel/types': 7.17.12
transitivePeerDependencies:
- supports-color
dev: true
@@ -2208,28 +2208,26 @@ packages:
engines: {node: '>=6.9.0'}
dependencies:
'@babel/template': 7.16.7
- '@babel/traverse': 7.17.10
- '@babel/types': 7.17.10
+ '@babel/traverse': 7.17.12
+ '@babel/types': 7.17.12
transitivePeerDependencies:
- supports-color
- /@babel/highlight/7.17.9:
- resolution: {integrity: sha512-J9PfEKCbFIv2X5bjTMiZu6Vf341N05QIY+d6FvVKynkG1S7G0j3I0QoRtWIrXhZ+/Nlb5Q0MzqL7TokEJ5BNHg==}
+ /@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
chalk: 2.4.2
js-tokens: 4.0.0
- /@babel/parser/7.17.10:
- resolution: {integrity: sha512-n2Q6i+fnJqzOaq2VkdXxy2TCPCWQZHiCo0XqmrCvDWcZQKRyZzYi4Z0yxlBuN0w+r2ZHmre+Q087DSrw3pbJDQ==}
+ /@babel/parser/7.17.12:
+ resolution: {integrity: sha512-FLzHmN9V3AJIrWfOpvRlZCeVg/WLdicSnTMsLur6uDj9TT8ymUlG9XxURdW/XvuygK+2CW0poOJABdA4m/YKxA==}
engines: {node: '>=6.0.0'}
hasBin: true
- dependencies:
- '@babel/types': 7.17.10
- /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/7.16.7_@babel+core@7.17.10:
- resolution: {integrity: sha512-anv/DObl7waiGEnC24O9zqL0pSuI9hljihqiDuFHC8d7/bjr/4RLGPWuc8rYOff/QPzbEPSkzG8wGG9aDuhHRg==}
+ /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/7.17.12_@babel+core@7.17.12:
+ resolution: {integrity: sha512-xCJQXl4EeQ3J9C4yOmpTrtVGmzpm2iSzyxbkZHw7UCnZBftHpF/hpII80uWVyVrc40ytIClHjgWGTG1g/yB+aw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
@@ -2237,12 +2235,12 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-plugin-utils': 7.16.7
+ '@babel/core': 7.17.12
+ '@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.16.7_@babel+core@7.17.10:
- resolution: {integrity: sha512-di8vUHRdf+4aJ7ltXhaDbPoszdkh59AQtJM5soLsuHpQJdFQZOA4uGj0V2u/CZ8bJ/u8ULDL5yq6FO/bCXnKHw==}
+ /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.17.12_@babel+core@7.17.12:
+ resolution: {integrity: sha512-/vt0hpIw0x4b6BLKUkwlvEoiGZYYLNZ96CzyHYPbtG2jZGz6LBe7/V+drYrc/d+ovrF9NBi0pmtvmNb/FsWtRQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.13.0
@@ -2250,14 +2248,14 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-plugin-utils': 7.16.7
+ '@babel/core': 7.17.12
+ '@babel/helper-plugin-utils': 7.17.12
'@babel/helper-skip-transparent-expression-wrappers': 7.16.0
- '@babel/plugin-proposal-optional-chaining': 7.16.7_@babel+core@7.17.10
+ '@babel/plugin-proposal-optional-chaining': 7.17.12_@babel+core@7.17.12
dev: true
- /@babel/plugin-proposal-async-generator-functions/7.16.8_@babel+core@7.17.10:
- resolution: {integrity: sha512-71YHIvMuiuqWJQkebWJtdhQTfd4Q4mF76q2IX37uZPkG9+olBxsX+rH1vkhFto4UeJZ9dPY2s+mDvhDm1u2BGQ==}
+ /@babel/plugin-proposal-async-generator-functions/7.17.12_@babel+core@7.17.12:
+ resolution: {integrity: sha512-RWVvqD1ooLKP6IqWTA5GyFVX2isGEgC5iFxKzfYOIy/QEFdxYyCybBDtIGjipHpb9bDWHzcqGqFakf+mVmBTdQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -2265,16 +2263,16 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-plugin-utils': 7.16.7
+ '@babel/core': 7.17.12
+ '@babel/helper-plugin-utils': 7.17.12
'@babel/helper-remap-async-to-generator': 7.16.8
- '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.17.10
+ '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.17.12
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/plugin-proposal-class-properties/7.16.7_@babel+core@7.17.10:
- resolution: {integrity: sha512-IobU0Xme31ewjYOShSIqd/ZGM/r/cuOz2z0MDbNrhF5FW+ZVgi0f2lyeoj9KFPDOAqsYxmLWZte1WOwlvY9aww==}
+ /@babel/plugin-proposal-class-properties/7.17.12_@babel+core@7.17.12:
+ resolution: {integrity: sha512-U0mI9q8pW5Q9EaTHFPwSVusPMV/DV9Mm8p7csqROFLtIE9rBF5piLqyrBGigftALrBcsBGu4m38JneAe7ZDLXw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -2282,15 +2280,15 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-create-class-features-plugin': 7.17.9_@babel+core@7.17.10
- '@babel/helper-plugin-utils': 7.16.7
+ '@babel/core': 7.17.12
+ '@babel/helper-create-class-features-plugin': 7.17.12_@babel+core@7.17.12
+ '@babel/helper-plugin-utils': 7.17.12
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/plugin-proposal-class-static-block/7.17.6_@babel+core@7.17.10:
- resolution: {integrity: sha512-X/tididvL2zbs7jZCeeRJ8167U/+Ac135AM6jCAx6gYXDUviZV5Ku9UDvWS2NCuWlFjIRXklYhwo6HhAC7ETnA==}
+ /@babel/plugin-proposal-class-static-block/7.17.12_@babel+core@7.17.12:
+ resolution: {integrity: sha512-8ILyDG6eL14F8iub97dVc8q35Md0PJYAnA5Kz9NACFOkt6ffCcr0FISyUPKHsvuAy36fkpIitxZ9bVYPFMGQHA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.12.0
@@ -2298,15 +2296,15 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-create-class-features-plugin': 7.17.9_@babel+core@7.17.10
- '@babel/helper-plugin-utils': 7.16.7
- '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.17.10
+ '@babel/core': 7.17.12
+ '@babel/helper-create-class-features-plugin': 7.17.12_@babel+core@7.17.12
+ '@babel/helper-plugin-utils': 7.17.12
+ '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.17.12
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/plugin-proposal-dynamic-import/7.16.7_@babel+core@7.17.10:
+ /@babel/plugin-proposal-dynamic-import/7.16.7_@babel+core@7.17.12:
resolution: {integrity: sha512-I8SW9Ho3/8DRSdmDdH3gORdyUuYnk1m4cMxUAdu5oy4n3OfN8flDEH+d60iG7dUfi0KkYwSvoalHzzdRzpWHTg==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2315,13 +2313,13 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-plugin-utils': 7.16.7
- '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.17.10
+ '@babel/core': 7.17.12
+ '@babel/helper-plugin-utils': 7.17.12
+ '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.17.12
dev: true
- /@babel/plugin-proposal-export-namespace-from/7.16.7_@babel+core@7.17.10:
- resolution: {integrity: sha512-ZxdtqDXLRGBL64ocZcs7ovt71L3jhC1RGSyR996svrCi3PYqHNkb3SwPJCs8RIzD86s+WPpt2S73+EHCGO+NUA==}
+ /@babel/plugin-proposal-export-namespace-from/7.17.12_@babel+core@7.17.12:
+ resolution: {integrity: sha512-j7Ye5EWdwoXOpRmo5QmRyHPsDIe6+u70ZYZrd7uz+ebPYFKfRcLcNu3Ro0vOlJ5zuv8rU7xa+GttNiRzX56snQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -2329,13 +2327,13 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-plugin-utils': 7.16.7
- '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.17.10
+ '@babel/core': 7.17.12
+ '@babel/helper-plugin-utils': 7.17.12
+ '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.17.12
dev: true
- /@babel/plugin-proposal-json-strings/7.16.7_@babel+core@7.17.10:
- resolution: {integrity: sha512-lNZ3EEggsGY78JavgbHsK9u5P3pQaW7k4axlgFLYkMd7UBsiNahCITShLjNQschPyjtO6dADrL24757IdhBrsQ==}
+ /@babel/plugin-proposal-json-strings/7.17.12_@babel+core@7.17.12:
+ resolution: {integrity: sha512-rKJ+rKBoXwLnIn7n6o6fulViHMrOThz99ybH+hKHcOZbnN14VuMnH9fo2eHE69C8pO4uX1Q7t2HYYIDmv8VYkg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -2343,13 +2341,13 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-plugin-utils': 7.16.7
- '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.17.10
+ '@babel/core': 7.17.12
+ '@babel/helper-plugin-utils': 7.17.12
+ '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.17.12
dev: true
- /@babel/plugin-proposal-logical-assignment-operators/7.16.7_@babel+core@7.17.10:
- resolution: {integrity: sha512-K3XzyZJGQCr00+EtYtrDjmwX7o7PLK6U9bi1nCwkQioRFVUv6dJoxbQjtWVtP+bCPy82bONBKG8NPyQ4+i6yjg==}
+ /@babel/plugin-proposal-logical-assignment-operators/7.17.12_@babel+core@7.17.12:
+ resolution: {integrity: sha512-EqFo2s1Z5yy+JeJu7SFfbIUtToJTVlC61/C7WLKDntSw4Sz6JNAIfL7zQ74VvirxpjB5kz/kIx0gCcb+5OEo2Q==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -2357,13 +2355,13 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-plugin-utils': 7.16.7
- '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.17.10
+ '@babel/core': 7.17.12
+ '@babel/helper-plugin-utils': 7.17.12
+ '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.17.12
dev: true
- /@babel/plugin-proposal-nullish-coalescing-operator/7.16.7_@babel+core@7.17.10:
- resolution: {integrity: sha512-aUOrYU3EVtjf62jQrCj63pYZ7k6vns2h/DQvHPWGmsJRYzWXZ6/AsfgpiRy6XiuIDADhJzP2Q9MwSMKauBQ+UQ==}
+ /@babel/plugin-proposal-nullish-coalescing-operator/7.17.12_@babel+core@7.17.12:
+ resolution: {integrity: sha512-ws/g3FSGVzv+VH86+QvgtuJL/kR67xaEIF2x0iPqdDfYW6ra6JF3lKVBkWynRLcNtIC1oCTfDRVxmm2mKzy+ag==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -2371,12 +2369,12 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-plugin-utils': 7.16.7
- '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.17.10
+ '@babel/core': 7.17.12
+ '@babel/helper-plugin-utils': 7.17.12
+ '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.17.12
dev: true
- /@babel/plugin-proposal-numeric-separator/7.16.7_@babel+core@7.17.10:
+ /@babel/plugin-proposal-numeric-separator/7.16.7_@babel+core@7.17.12:
resolution: {integrity: sha512-vQgPMknOIgiuVqbokToyXbkY/OmmjAzr/0lhSIbG/KmnzXPGwW/AdhdKpi+O4X/VkWiWjnkKOBiqJrTaC98VKw==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2385,13 +2383,13 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-plugin-utils': 7.16.7
- '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.17.10
+ '@babel/core': 7.17.12
+ '@babel/helper-plugin-utils': 7.17.12
+ '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.17.12
dev: true
- /@babel/plugin-proposal-object-rest-spread/7.17.3_@babel+core@7.17.10:
- resolution: {integrity: sha512-yuL5iQA/TbZn+RGAfxQXfi7CNLmKi1f8zInn4IgobuCWcAb7i+zj4TYzQ9l8cEzVyJ89PDGuqxK1xZpUDISesw==}
+ /@babel/plugin-proposal-object-rest-spread/7.17.12_@babel+core@7.17.12:
+ resolution: {integrity: sha512-6l9cO3YXXRh4yPCPRA776ZyJ3RobG4ZKJZhp7NDRbKIOeV3dBPG8FXCF7ZtiO2RTCIOkQOph1xDDcc01iWVNjQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -2400,14 +2398,14 @@ packages:
optional: true
dependencies:
'@babel/compat-data': 7.17.10
- '@babel/core': 7.17.10
- '@babel/helper-compilation-targets': 7.17.10_@babel+core@7.17.10
- '@babel/helper-plugin-utils': 7.16.7
- '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.17.10
- '@babel/plugin-transform-parameters': 7.16.7_@babel+core@7.17.10
+ '@babel/core': 7.17.12
+ '@babel/helper-compilation-targets': 7.17.10_@babel+core@7.17.12
+ '@babel/helper-plugin-utils': 7.17.12
+ '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.17.12
+ '@babel/plugin-transform-parameters': 7.17.12_@babel+core@7.17.12
dev: true
- /@babel/plugin-proposal-optional-catch-binding/7.16.7_@babel+core@7.17.10:
+ /@babel/plugin-proposal-optional-catch-binding/7.16.7_@babel+core@7.17.12:
resolution: {integrity: sha512-eMOH/L4OvWSZAE1VkHbr1vckLG1WUcHGJSLqqQwl2GaUqG6QjddvrOaTUMNYiv77H5IKPMZ9U9P7EaHwvAShfA==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2416,13 +2414,13 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-plugin-utils': 7.16.7
- '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.17.10
+ '@babel/core': 7.17.12
+ '@babel/helper-plugin-utils': 7.17.12
+ '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.17.12
dev: true
- /@babel/plugin-proposal-optional-chaining/7.16.7_@babel+core@7.17.10:
- resolution: {integrity: sha512-eC3xy+ZrUcBtP7x+sq62Q/HYd674pPTb/77XZMb5wbDPGWIdUbSr4Agr052+zaUPSb+gGRnjxXfKFvx5iMJ+DA==}
+ /@babel/plugin-proposal-optional-chaining/7.17.12_@babel+core@7.17.12:
+ resolution: {integrity: sha512-7wigcOs/Z4YWlK7xxjkvaIw84vGhDv/P1dFGQap0nHkc8gFKY/r+hXc8Qzf5k1gY7CvGIcHqAnOagVKJJ1wVOQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -2430,14 +2428,14 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-plugin-utils': 7.16.7
+ '@babel/core': 7.17.12
+ '@babel/helper-plugin-utils': 7.17.12
'@babel/helper-skip-transparent-expression-wrappers': 7.16.0
- '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.17.10
+ '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.17.12
dev: true
- /@babel/plugin-proposal-private-methods/7.16.11_@babel+core@7.17.10:
- resolution: {integrity: sha512-F/2uAkPlXDr8+BHpZvo19w3hLFKge+k75XUprE6jaqKxjGkSYcK+4c+bup5PdW/7W/Rpjwql7FTVEDW+fRAQsw==}
+ /@babel/plugin-proposal-private-methods/7.17.12_@babel+core@7.17.12:
+ resolution: {integrity: sha512-SllXoxo19HmxhDWm3luPz+cPhtoTSKLJE9PXshsfrOzBqs60QP0r8OaJItrPhAj0d7mZMnNF0Y1UUggCDgMz1A==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -2445,15 +2443,15 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-create-class-features-plugin': 7.17.9_@babel+core@7.17.10
- '@babel/helper-plugin-utils': 7.16.7
+ '@babel/core': 7.17.12
+ '@babel/helper-create-class-features-plugin': 7.17.12_@babel+core@7.17.12
+ '@babel/helper-plugin-utils': 7.17.12
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/plugin-proposal-private-property-in-object/7.16.7_@babel+core@7.17.10:
- resolution: {integrity: sha512-rMQkjcOFbm+ufe3bTZLyOfsOUOxyvLXZJCTARhJr+8UMSoZmqTe1K1BgkFcrW37rAchWg57yI69ORxiWvUINuQ==}
+ /@babel/plugin-proposal-private-property-in-object/7.17.12_@babel+core@7.17.12:
+ resolution: {integrity: sha512-/6BtVi57CJfrtDNKfK5b66ydK2J5pXUKBKSPD2G1whamMuEnZWgoOIfO8Vf9F/DoD4izBLD/Au4NMQfruzzykg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -2461,17 +2459,17 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.10
+ '@babel/core': 7.17.12
'@babel/helper-annotate-as-pure': 7.16.7
- '@babel/helper-create-class-features-plugin': 7.17.9_@babel+core@7.17.10
- '@babel/helper-plugin-utils': 7.16.7
- '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.17.10
+ '@babel/helper-create-class-features-plugin': 7.17.12_@babel+core@7.17.12
+ '@babel/helper-plugin-utils': 7.17.12
+ '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.17.12
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/plugin-proposal-unicode-property-regex/7.16.7_@babel+core@7.17.10:
- resolution: {integrity: sha512-QRK0YI/40VLhNVGIjRNAAQkEHws0cswSdFFjpFyt943YmJIU1da9uW63Iu6NFV6CxTZW5eTDCrwZUstBWgp/Rg==}
+ /@babel/plugin-proposal-unicode-property-regex/7.17.12_@babel+core@7.17.12:
+ resolution: {integrity: sha512-Wb9qLjXf3ZazqXA7IvI7ozqRIXIGPtSo+L5coFmEkhTQK18ao4UDDD0zdTGAarmbLj2urpRwrc6893cu5Bfh0A==}
engines: {node: '>=4'}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -2479,12 +2477,12 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-create-regexp-features-plugin': 7.17.0_@babel+core@7.17.10
- '@babel/helper-plugin-utils': 7.16.7
+ '@babel/core': 7.17.12
+ '@babel/helper-create-regexp-features-plugin': 7.17.12_@babel+core@7.17.12
+ '@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.17.10:
+ /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.17.12:
resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -2492,11 +2490,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-plugin-utils': 7.16.7
+ '@babel/core': 7.17.12
+ '@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.17.10:
+ /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.17.12:
resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -2504,11 +2502,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-plugin-utils': 7.16.7
+ '@babel/core': 7.17.12
+ '@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/plugin-syntax-class-static-block/7.14.5_@babel+core@7.17.10:
+ /@babel/plugin-syntax-class-static-block/7.14.5_@babel+core@7.17.12:
resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2517,11 +2515,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-plugin-utils': 7.16.7
+ '@babel/core': 7.17.12
+ '@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.17.10:
+ /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.17.12:
resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -2529,11 +2527,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-plugin-utils': 7.16.7
+ '@babel/core': 7.17.12
+ '@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.17.10:
+ /@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.17.12:
resolution: {integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -2541,11 +2539,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-plugin-utils': 7.16.7
+ '@babel/core': 7.17.12
+ '@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.17.10:
+ /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.17.12:
resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -2553,12 +2551,12 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-plugin-utils': 7.16.7
+ '@babel/core': 7.17.12
+ '@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/plugin-syntax-jsx/7.16.7:
- resolution: {integrity: sha512-Esxmk7YjA8QysKeT3VhTXvF6y77f/a91SIs4pWb4H2eWGQkCKFgQaG6hdoEVZtGsrAcb2K5BW66XsOErD4WU3Q==}
+ /@babel/plugin-syntax-jsx/7.17.12:
+ resolution: {integrity: sha512-spyY3E3AURfxh/RHtjx5j6hs8am5NbUBGfcZ2vB3uShSpZdQyXSf5rR5Mk76vbtlAZOelyVQ71Fg0x9SG4fsog==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -2566,10 +2564,10 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/helper-plugin-utils': 7.16.7
+ '@babel/helper-plugin-utils': 7.17.12
dev: false
- /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.17.10:
+ /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.17.12:
resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -2577,11 +2575,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-plugin-utils': 7.16.7
+ '@babel/core': 7.17.12
+ '@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.17.10:
+ /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.17.12:
resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -2589,11 +2587,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-plugin-utils': 7.16.7
+ '@babel/core': 7.17.12
+ '@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.17.10:
+ /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.17.12:
resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -2601,11 +2599,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-plugin-utils': 7.16.7
+ '@babel/core': 7.17.12
+ '@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.17.10:
+ /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.17.12:
resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -2613,11 +2611,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-plugin-utils': 7.16.7
+ '@babel/core': 7.17.12
+ '@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.17.10:
+ /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.17.12:
resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -2625,11 +2623,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-plugin-utils': 7.16.7
+ '@babel/core': 7.17.12
+ '@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.17.10:
+ /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.17.12:
resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -2637,11 +2635,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-plugin-utils': 7.16.7
+ '@babel/core': 7.17.12
+ '@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/plugin-syntax-private-property-in-object/7.14.5_@babel+core@7.17.10:
+ /@babel/plugin-syntax-private-property-in-object/7.14.5_@babel+core@7.17.12:
resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2650,11 +2648,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-plugin-utils': 7.16.7
+ '@babel/core': 7.17.12
+ '@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.17.10:
+ /@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.17.12:
resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2663,12 +2661,12 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-plugin-utils': 7.16.7
+ '@babel/core': 7.17.12
+ '@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/plugin-transform-arrow-functions/7.16.7_@babel+core@7.17.10:
- resolution: {integrity: sha512-9ffkFFMbvzTvv+7dTp/66xvZAWASuPD5Tl9LK3Z9vhOmANo6j94rik+5YMBt4CwHVMWLWpMsriIc2zsa3WW3xQ==}
+ /@babel/plugin-transform-arrow-functions/7.17.12_@babel+core@7.17.12:
+ resolution: {integrity: sha512-PHln3CNi/49V+mza4xMwrg+WGYevSF1oaiXaC2EQfdp4HWlSjRsrDXWJiQBKpP7749u6vQ9mcry2uuFOv5CXvA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -2676,12 +2674,12 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-plugin-utils': 7.16.7
+ '@babel/core': 7.17.12
+ '@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/plugin-transform-async-to-generator/7.16.8_@babel+core@7.17.10:
- resolution: {integrity: sha512-MtmUmTJQHCnyJVrScNzNlofQJ3dLFuobYn3mwOTKHnSCMtbNsqvF71GQmJfFjdrXSsAA7iysFmYWw4bXZ20hOg==}
+ /@babel/plugin-transform-async-to-generator/7.17.12_@babel+core@7.17.12:
+ resolution: {integrity: sha512-J8dbrWIOO3orDzir57NRsjg4uxucvhby0L/KZuGsWDj0g7twWK3g7JhJhOrXtuXiw8MeiSdJ3E0OW9H8LYEzLQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -2689,15 +2687,15 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.10
+ '@babel/core': 7.17.12
'@babel/helper-module-imports': 7.16.7
- '@babel/helper-plugin-utils': 7.16.7
+ '@babel/helper-plugin-utils': 7.17.12
'@babel/helper-remap-async-to-generator': 7.16.8
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/plugin-transform-block-scoped-functions/7.16.7_@babel+core@7.17.10:
+ /@babel/plugin-transform-block-scoped-functions/7.16.7_@babel+core@7.17.12:
resolution: {integrity: sha512-JUuzlzmF40Z9cXyytcbZEZKckgrQzChbQJw/5PuEHYeqzCsvebDx0K0jWnIIVcmmDOAVctCgnYs0pMcrYj2zJg==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2706,12 +2704,12 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-plugin-utils': 7.16.7
+ '@babel/core': 7.17.12
+ '@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/plugin-transform-block-scoping/7.16.7_@babel+core@7.17.10:
- resolution: {integrity: sha512-ObZev2nxVAYA4bhyusELdo9hb3H+A56bxH3FZMbEImZFiEDYVHXQSJ1hQKFlDnlt8G9bBrCZ5ZpURZUrV4G5qQ==}
+ /@babel/plugin-transform-block-scoping/7.17.12_@babel+core@7.17.12:
+ resolution: {integrity: sha512-jw8XW/B1i7Lqwqj2CbrViPcZijSxfguBWZP2aN59NHgxUyO/OcO1mfdCxH13QhN5LbWhPkX+f+brKGhZTiqtZQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -2719,12 +2717,12 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-plugin-utils': 7.16.7
+ '@babel/core': 7.17.12
+ '@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/plugin-transform-classes/7.16.7_@babel+core@7.17.10:
- resolution: {integrity: sha512-WY7og38SFAGYRe64BrjKf8OrE6ulEHtr5jEYaZMwox9KebgqPi67Zqz8K53EKk1fFEJgm96r32rkKZ3qA2nCWQ==}
+ /@babel/plugin-transform-classes/7.17.12_@babel+core@7.17.12:
+ resolution: {integrity: sha512-cvO7lc7pZat6BsvH6l/EGaI8zpl8paICaoGk+7x7guvtfak/TbIf66nYmJOH13EuG0H+Xx3M+9LQDtSvZFKXKw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -2732,12 +2730,12 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.10
+ '@babel/core': 7.17.12
'@babel/helper-annotate-as-pure': 7.16.7
'@babel/helper-environment-visitor': 7.16.7
'@babel/helper-function-name': 7.17.9
'@babel/helper-optimise-call-expression': 7.16.7
- '@babel/helper-plugin-utils': 7.16.7
+ '@babel/helper-plugin-utils': 7.17.12
'@babel/helper-replace-supers': 7.16.7
'@babel/helper-split-export-declaration': 7.16.7
globals: 11.12.0
@@ -2745,8 +2743,8 @@ packages:
- supports-color
dev: true
- /@babel/plugin-transform-computed-properties/7.16.7_@babel+core@7.17.10:
- resolution: {integrity: sha512-gN72G9bcmenVILj//sv1zLNaPyYcOzUho2lIJBMh/iakJ9ygCo/hEF9cpGb61SCMEDxbbyBoVQxrt+bWKu5KGw==}
+ /@babel/plugin-transform-computed-properties/7.17.12_@babel+core@7.17.12:
+ resolution: {integrity: sha512-a7XINeplB5cQUWMg1E/GI1tFz3LfK021IjV1rj1ypE+R7jHm+pIHmHl25VNkZxtx9uuYp7ThGk8fur1HHG7PgQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -2754,12 +2752,12 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-plugin-utils': 7.16.7
+ '@babel/core': 7.17.12
+ '@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/plugin-transform-destructuring/7.17.7_@babel+core@7.17.10:
- resolution: {integrity: sha512-XVh0r5yq9sLR4vZ6eVZe8FKfIcSgaTBxVBRSYokRj2qksf6QerYnTxz9/GTuKTH/n/HwLP7t6gtlybHetJ/6hQ==}
+ /@babel/plugin-transform-destructuring/7.17.12_@babel+core@7.17.12:
+ resolution: {integrity: sha512-P8pt0YiKtX5UMUL5Xzsc9Oyij+pJE6JuC+F1k0/brq/OOGs5jDa1If3OY0LRWGvJsJhI+8tsiecL3nJLc0WTlg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -2767,11 +2765,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-plugin-utils': 7.16.7
+ '@babel/core': 7.17.12
+ '@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/plugin-transform-dotall-regex/7.16.7_@babel+core@7.17.10:
+ /@babel/plugin-transform-dotall-regex/7.16.7_@babel+core@7.17.12:
resolution: {integrity: sha512-Lyttaao2SjZF6Pf4vk1dVKv8YypMpomAbygW+mU5cYP3S5cWTfCJjG8xV6CFdzGFlfWK81IjL9viiTvpb6G7gQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2780,13 +2778,13 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-create-regexp-features-plugin': 7.17.0_@babel+core@7.17.10
- '@babel/helper-plugin-utils': 7.16.7
+ '@babel/core': 7.17.12
+ '@babel/helper-create-regexp-features-plugin': 7.17.12_@babel+core@7.17.12
+ '@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/plugin-transform-duplicate-keys/7.16.7_@babel+core@7.17.10:
- resolution: {integrity: sha512-03DvpbRfvWIXyK0/6QiR1KMTWeT6OcQ7tbhjrXyFS02kjuX/mu5Bvnh5SDSWHxyawit2g5aWhKwI86EE7GUnTw==}
+ /@babel/plugin-transform-duplicate-keys/7.17.12_@babel+core@7.17.12:
+ resolution: {integrity: sha512-EA5eYFUG6xeerdabina/xIoB95jJ17mAkR8ivx6ZSu9frKShBjpOGZPn511MTDTkiCO+zXnzNczvUM69YSf3Zw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -2794,11 +2792,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-plugin-utils': 7.16.7
+ '@babel/core': 7.17.12
+ '@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/plugin-transform-exponentiation-operator/7.16.7_@babel+core@7.17.10:
+ /@babel/plugin-transform-exponentiation-operator/7.16.7_@babel+core@7.17.12:
resolution: {integrity: sha512-8UYLSlyLgRixQvlYH3J2ekXFHDFLQutdy7FfFAMm3CPZ6q9wHCwnUyiXpQCe3gVVnQlHc5nsuiEVziteRNTXEA==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2807,13 +2805,13 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.10
+ '@babel/core': 7.17.12
'@babel/helper-builder-binary-assignment-operator-visitor': 7.16.7
- '@babel/helper-plugin-utils': 7.16.7
+ '@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/plugin-transform-for-of/7.16.7_@babel+core@7.17.10:
- resolution: {integrity: sha512-/QZm9W92Ptpw7sjI9Nx1mbcsWz33+l8kuMIQnDwgQBG5s3fAfQvkRjQ7NqXhtNcKOnPkdICmUHyCaWW06HCsqg==}
+ /@babel/plugin-transform-for-of/7.17.12_@babel+core@7.17.12:
+ resolution: {integrity: sha512-76lTwYaCxw8ldT7tNmye4LLwSoKDbRCBzu6n/DcK/P3FOR29+38CIIaVIZfwol9By8W/QHORYEnYSLuvcQKrsg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -2821,11 +2819,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-plugin-utils': 7.16.7
+ '@babel/core': 7.17.12
+ '@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/plugin-transform-function-name/7.16.7_@babel+core@7.17.10:
+ /@babel/plugin-transform-function-name/7.16.7_@babel+core@7.17.12:
resolution: {integrity: sha512-SU/C68YVwTRxqWj5kgsbKINakGag0KTgq9f2iZEXdStoAbOzLHEBRYzImmA6yFo8YZhJVflvXmIHUO7GWHmxxA==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2834,14 +2832,14 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-compilation-targets': 7.17.10_@babel+core@7.17.10
+ '@babel/core': 7.17.12
+ '@babel/helper-compilation-targets': 7.17.10_@babel+core@7.17.12
'@babel/helper-function-name': 7.17.9
- '@babel/helper-plugin-utils': 7.16.7
+ '@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/plugin-transform-literals/7.16.7_@babel+core@7.17.10:
- resolution: {integrity: sha512-6tH8RTpTWI0s2sV6uq3e/C9wPo4PTqqZps4uF0kzQ9/xPLFQtipynvmT1g/dOfEJ+0EQsHhkQ/zyRId8J2b8zQ==}
+ /@babel/plugin-transform-literals/7.17.12_@babel+core@7.17.12:
+ resolution: {integrity: sha512-8iRkvaTjJciWycPIZ9k9duu663FT7VrBdNqNgxnVXEFwOIp55JWcZd23VBRySYbnS3PwQ3rGiabJBBBGj5APmQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -2849,11 +2847,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-plugin-utils': 7.16.7
+ '@babel/core': 7.17.12
+ '@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/plugin-transform-member-expression-literals/7.16.7_@babel+core@7.17.10:
+ /@babel/plugin-transform-member-expression-literals/7.16.7_@babel+core@7.17.12:
resolution: {integrity: sha512-mBruRMbktKQwbxaJof32LT9KLy2f3gH+27a5XSuXo6h7R3vqltl0PgZ80C8ZMKw98Bf8bqt6BEVi3svOh2PzMw==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2862,12 +2860,12 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-plugin-utils': 7.16.7
+ '@babel/core': 7.17.12
+ '@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/plugin-transform-modules-amd/7.16.7_@babel+core@7.17.10:
- resolution: {integrity: sha512-KaaEtgBL7FKYwjJ/teH63oAmE3lP34N3kshz8mm4VMAw7U3PxjVwwUmxEFksbgsNUaO3wId9R2AVQYSEGRa2+g==}
+ /@babel/plugin-transform-modules-amd/7.17.12_@babel+core@7.17.12:
+ resolution: {integrity: sha512-p5rt9tB5Ndcc2Za7CeNxVf7YAjRcUMR6yi8o8tKjb9KhRkEvXwa+C0hj6DA5bVDkKRxB0NYhMUGbVKoFu4+zEA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -2875,16 +2873,16 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-module-transforms': 7.17.7
- '@babel/helper-plugin-utils': 7.16.7
+ '@babel/core': 7.17.12
+ '@babel/helper-module-transforms': 7.17.12
+ '@babel/helper-plugin-utils': 7.17.12
babel-plugin-dynamic-import-node: 2.3.3
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/plugin-transform-modules-commonjs/7.17.9_@babel+core@7.17.10:
- resolution: {integrity: sha512-2TBFd/r2I6VlYn0YRTz2JdazS+FoUuQ2rIFHoAxtyP/0G3D82SBLaRq9rnUkpqlLg03Byfl/+M32mpxjO6KaPw==}
+ /@babel/plugin-transform-modules-commonjs/7.17.12_@babel+core@7.17.12:
+ resolution: {integrity: sha512-tVPs6MImAJz+DiX8Y1xXEMdTk5Lwxu9jiPjlS+nv5M2A59R7+/d1+9A8C/sbuY0b3QjIxqClkj6KAplEtRvzaA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -2892,17 +2890,17 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-module-transforms': 7.17.7
- '@babel/helper-plugin-utils': 7.16.7
+ '@babel/core': 7.17.12
+ '@babel/helper-module-transforms': 7.17.12
+ '@babel/helper-plugin-utils': 7.17.12
'@babel/helper-simple-access': 7.17.7
babel-plugin-dynamic-import-node: 2.3.3
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/plugin-transform-modules-systemjs/7.17.8_@babel+core@7.17.10:
- resolution: {integrity: sha512-39reIkMTUVagzgA5x88zDYXPCMT6lcaRKs1+S9K6NKBPErbgO/w/kP8GlNQTC87b412ZTlmNgr3k2JrWgHH+Bw==}
+ /@babel/plugin-transform-modules-systemjs/7.17.12_@babel+core@7.17.12:
+ resolution: {integrity: sha512-NVhDb0q00hqZcuLduUf/kMzbOQHiocmPbIxIvk23HLiEqaTKC/l4eRxeC7lO63M72BmACoiKOcb9AkOAJRerpw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -2910,18 +2908,18 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.10
+ '@babel/core': 7.17.12
'@babel/helper-hoist-variables': 7.16.7
- '@babel/helper-module-transforms': 7.17.7
- '@babel/helper-plugin-utils': 7.16.7
+ '@babel/helper-module-transforms': 7.17.12
+ '@babel/helper-plugin-utils': 7.17.12
'@babel/helper-validator-identifier': 7.16.7
babel-plugin-dynamic-import-node: 2.3.3
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/plugin-transform-modules-umd/7.16.7_@babel+core@7.17.10:
- resolution: {integrity: sha512-EMh7uolsC8O4xhudF2F6wedbSHm1HHZ0C6aJ7K67zcDNidMzVcxWdGr+htW9n21klm+bOn+Rx4CBsAntZd3rEQ==}
+ /@babel/plugin-transform-modules-umd/7.17.12_@babel+core@7.17.12:
+ resolution: {integrity: sha512-BnsPkrUHsjzZGpnrmJeDFkOMMljWFHPjDc9xDcz71/C+ybF3lfC3V4m3dwXPLZrE5b3bgd4V+3/Pj+3620d7IA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -2929,15 +2927,15 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-module-transforms': 7.17.7
- '@babel/helper-plugin-utils': 7.16.7
+ '@babel/core': 7.17.12
+ '@babel/helper-module-transforms': 7.17.12
+ '@babel/helper-plugin-utils': 7.17.12
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/plugin-transform-named-capturing-groups-regex/7.17.10_@babel+core@7.17.10:
- resolution: {integrity: sha512-v54O6yLaJySCs6mGzaVOUw9T967GnH38T6CQSAtnzdNPwu84l2qAjssKzo/WSO8Yi7NF+7ekm5cVbF/5qiIgNA==}
+ /@babel/plugin-transform-named-capturing-groups-regex/7.17.12_@babel+core@7.17.12:
+ resolution: {integrity: sha512-vWoWFM5CKaTeHrdUJ/3SIOTRV+MBVGybOC9mhJkaprGNt5demMymDW24yC74avb915/mIRe3TgNb/d8idvnCRA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
@@ -2945,12 +2943,13 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-create-regexp-features-plugin': 7.17.0_@babel+core@7.17.10
+ '@babel/core': 7.17.12
+ '@babel/helper-create-regexp-features-plugin': 7.17.12_@babel+core@7.17.12
+ '@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/plugin-transform-new-target/7.16.7_@babel+core@7.17.10:
- resolution: {integrity: sha512-xiLDzWNMfKoGOpc6t3U+etCE2yRnn3SM09BXqWPIZOBpL2gvVrBWUKnsJx0K/ADi5F5YC5f8APFfWrz25TdlGg==}
+ /@babel/plugin-transform-new-target/7.17.12_@babel+core@7.17.12:
+ resolution: {integrity: sha512-CaOtzk2fDYisbjAD4Sd1MTKGVIpRtx9bWLyj24Y/k6p4s4gQ3CqDGJauFJxt8M/LEx003d0i3klVqnN73qvK3w==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -2958,11 +2957,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-plugin-utils': 7.16.7
+ '@babel/core': 7.17.12
+ '@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/plugin-transform-object-super/7.16.7_@babel+core@7.17.10:
+ /@babel/plugin-transform-object-super/7.16.7_@babel+core@7.17.12:
resolution: {integrity: sha512-14J1feiQVWaGvRxj2WjyMuXS2jsBkgB3MdSN5HuC2G5nRspa5RK9COcs82Pwy5BuGcjb+fYaUj94mYcOj7rCvw==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -2971,15 +2970,15 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-plugin-utils': 7.16.7
+ '@babel/core': 7.17.12
+ '@babel/helper-plugin-utils': 7.17.12
'@babel/helper-replace-supers': 7.16.7
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/plugin-transform-parameters/7.16.7_@babel+core@7.17.10:
- resolution: {integrity: sha512-AT3MufQ7zZEhU2hwOA11axBnExW0Lszu4RL/tAlUJBuNoRak+wehQW8h6KcXOcgjY42fHtDxswuMhMjFEuv/aw==}
+ /@babel/plugin-transform-parameters/7.17.12_@babel+core@7.17.12:
+ resolution: {integrity: sha512-6qW4rWo1cyCdq1FkYri7AHpauchbGLXpdwnYsfxFb+KtddHENfsY5JZb35xUwkK5opOLcJ3BNd2l7PhRYGlwIA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -2987,11 +2986,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-plugin-utils': 7.16.7
+ '@babel/core': 7.17.12
+ '@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/plugin-transform-property-literals/7.16.7_@babel+core@7.17.10:
+ /@babel/plugin-transform-property-literals/7.16.7_@babel+core@7.17.12:
resolution: {integrity: sha512-z4FGr9NMGdoIl1RqavCqGG+ZuYjfZ/hkCIeuH6Do7tXmSm0ls11nYVSJqFEUOSJbDab5wC6lRE/w6YjVcr6Hqw==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -3000,12 +2999,12 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-plugin-utils': 7.16.7
+ '@babel/core': 7.17.12
+ '@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/plugin-transform-react-jsx/7.17.3:
- resolution: {integrity: sha512-9tjBm4O07f7mzKSIlEmPdiE6ub7kfIe6Cd+w+oQebpATfTQMAgW+YOuWxogbKVTulA+MEO7byMeIUtQ1z+z+ZQ==}
+ /@babel/plugin-transform-react-jsx/7.17.12:
+ resolution: {integrity: sha512-Lcaw8bxd1DKht3thfD4A12dqo1X16he1Lm8rIv8sTwjAYNInRS1qHa9aJoqvzpscItXvftKDCfaEQzwoVyXpEQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -3015,12 +3014,12 @@ packages:
dependencies:
'@babel/helper-annotate-as-pure': 7.16.7
'@babel/helper-module-imports': 7.16.7
- '@babel/helper-plugin-utils': 7.16.7
- '@babel/plugin-syntax-jsx': 7.16.7
- '@babel/types': 7.17.10
+ '@babel/helper-plugin-utils': 7.17.12
+ '@babel/plugin-syntax-jsx': 7.17.12
+ '@babel/types': 7.17.12
dev: false
- /@babel/plugin-transform-regenerator/7.17.9_@babel+core@7.17.10:
+ /@babel/plugin-transform-regenerator/7.17.9_@babel+core@7.17.12:
resolution: {integrity: sha512-Lc2TfbxR1HOyn/c6b4Y/b6NHoTb67n/IoWLxTu4kC7h4KQnWlhCq2S8Tx0t2SVvv5Uu87Hs+6JEJ5kt2tYGylQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -3029,12 +3028,12 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.10
+ '@babel/core': 7.17.12
regenerator-transform: 0.15.0
dev: true
- /@babel/plugin-transform-reserved-words/7.16.7_@babel+core@7.17.10:
- resolution: {integrity: sha512-KQzzDnZ9hWQBjwi5lpY5v9shmm6IVG0U9pB18zvMu2i4H90xpT4gmqwPYsn8rObiadYe2M0gmgsiOIF5A/2rtg==}
+ /@babel/plugin-transform-reserved-words/7.17.12_@babel+core@7.17.12:
+ resolution: {integrity: sha512-1KYqwbJV3Co03NIi14uEHW8P50Md6KqFgt0FfpHdK6oyAHQVTosgPuPSiWud1HX0oYJ1hGRRlk0fP87jFpqXZA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -3042,11 +3041,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-plugin-utils': 7.16.7
+ '@babel/core': 7.17.12
+ '@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/plugin-transform-shorthand-properties/7.16.7_@babel+core@7.17.10:
+ /@babel/plugin-transform-shorthand-properties/7.16.7_@babel+core@7.17.12:
resolution: {integrity: sha512-hah2+FEnoRoATdIb05IOXf+4GzXYTq75TVhIn1PewihbpyrNWUt2JbudKQOETWw6QpLe+AIUpJ5MVLYTQbeeUg==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -3055,12 +3054,12 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-plugin-utils': 7.16.7
+ '@babel/core': 7.17.12
+ '@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/plugin-transform-spread/7.16.7_@babel+core@7.17.10:
- resolution: {integrity: sha512-+pjJpgAngb53L0iaA5gU/1MLXJIfXcYepLgXB3esVRf4fqmj8f2cxM3/FKaHsZms08hFQJkFccEWuIpm429TXg==}
+ /@babel/plugin-transform-spread/7.17.12_@babel+core@7.17.12:
+ resolution: {integrity: sha512-9pgmuQAtFi3lpNUstvG9nGfk9DkrdmWNp9KeKPFmuZCpEnxRzYlS8JgwPjYj+1AWDOSvoGN0H30p1cBOmT/Svg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -3068,12 +3067,12 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-plugin-utils': 7.16.7
+ '@babel/core': 7.17.12
+ '@babel/helper-plugin-utils': 7.17.12
'@babel/helper-skip-transparent-expression-wrappers': 7.16.0
dev: true
- /@babel/plugin-transform-sticky-regex/7.16.7_@babel+core@7.17.10:
+ /@babel/plugin-transform-sticky-regex/7.16.7_@babel+core@7.17.12:
resolution: {integrity: sha512-NJa0Bd/87QV5NZZzTuZG5BPJjLYadeSZ9fO6oOUoL4iQx+9EEuw/eEM92SrsT19Yc2jgB1u1hsjqDtH02c3Drw==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -3082,12 +3081,12 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-plugin-utils': 7.16.7
+ '@babel/core': 7.17.12
+ '@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/plugin-transform-template-literals/7.16.7_@babel+core@7.17.10:
- resolution: {integrity: sha512-VwbkDDUeenlIjmfNeDX/V0aWrQH2QiVyJtwymVQSzItFDTpxfyJh3EVaQiS0rIN/CqbLGr0VcGmuwyTdZtdIsA==}
+ /@babel/plugin-transform-template-literals/7.17.12_@babel+core@7.17.12:
+ resolution: {integrity: sha512-kAKJ7DX1dSRa2s7WN1xUAuaQmkTpN+uig4wCKWivVXIObqGbVTUlSavHyfI2iZvz89GFAMGm9p2DBJ4Y1Tp0hw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -3095,12 +3094,12 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-plugin-utils': 7.16.7
+ '@babel/core': 7.17.12
+ '@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/plugin-transform-typeof-symbol/7.16.7_@babel+core@7.17.10:
- resolution: {integrity: sha512-p2rOixCKRJzpg9JB4gjnG4gjWkWa89ZoYUnl9snJ1cWIcTH/hvxZqfO+WjG6T8DRBpctEol5jw1O5rA8gkCokQ==}
+ /@babel/plugin-transform-typeof-symbol/7.17.12_@babel+core@7.17.12:
+ resolution: {integrity: sha512-Q8y+Jp7ZdtSPXCThB6zjQ74N3lj0f6TDh1Hnf5B+sYlzQ8i5Pjp8gW0My79iekSpT4WnI06blqP6DT0OmaXXmw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -3108,11 +3107,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-plugin-utils': 7.16.7
+ '@babel/core': 7.17.12
+ '@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/plugin-transform-unicode-escapes/7.16.7_@babel+core@7.17.10:
+ /@babel/plugin-transform-unicode-escapes/7.16.7_@babel+core@7.17.12:
resolution: {integrity: sha512-TAV5IGahIz3yZ9/Hfv35TV2xEm+kaBDaZQCn2S/hG9/CZ0DktxJv9eKfPc7yYCvOYR4JGx1h8C+jcSOvgaaI/Q==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -3121,11 +3120,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-plugin-utils': 7.16.7
+ '@babel/core': 7.17.12
+ '@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/plugin-transform-unicode-regex/7.16.7_@babel+core@7.17.10:
+ /@babel/plugin-transform-unicode-regex/7.16.7_@babel+core@7.17.12:
resolution: {integrity: sha512-oC5tYYKw56HO75KZVLQ+R/Nl3Hro9kf8iG0hXoaHP7tjAyCpvqBiSNe6vGrZni1Z6MggmUOC6A7VP7AVmw225Q==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -3134,13 +3133,13 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-create-regexp-features-plugin': 7.17.0_@babel+core@7.17.10
- '@babel/helper-plugin-utils': 7.16.7
+ '@babel/core': 7.17.12
+ '@babel/helper-create-regexp-features-plugin': 7.17.12_@babel+core@7.17.12
+ '@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/preset-env/7.17.10_@babel+core@7.17.10:
- resolution: {integrity: sha512-YNgyBHZQpeoBSRBg0xixsZzfT58Ze1iZrajvv0lJc70qDDGuGfonEnMGfWeSY0mQ3JTuCWFbMkzFRVafOyJx4g==}
+ /@babel/preset-env/7.17.12_@babel+core@7.17.12:
+ resolution: {integrity: sha512-Kke30Rj3Lmcx97bVs71LO0s8M6FmJ7tUAQI9fNId62rf0cYG1UAWwdNO9/sE0/pLEahAw1MqMorymoD12bj5Fg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -3149,85 +3148,85 @@ packages:
optional: true
dependencies:
'@babel/compat-data': 7.17.10
- '@babel/core': 7.17.10
- '@babel/helper-compilation-targets': 7.17.10_@babel+core@7.17.10
- '@babel/helper-plugin-utils': 7.16.7
+ '@babel/core': 7.17.12
+ '@babel/helper-compilation-targets': 7.17.10_@babel+core@7.17.12
+ '@babel/helper-plugin-utils': 7.17.12
'@babel/helper-validator-option': 7.16.7
- '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.16.7_@babel+core@7.17.10
- '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.16.7_@babel+core@7.17.10
- '@babel/plugin-proposal-async-generator-functions': 7.16.8_@babel+core@7.17.10
- '@babel/plugin-proposal-class-properties': 7.16.7_@babel+core@7.17.10
- '@babel/plugin-proposal-class-static-block': 7.17.6_@babel+core@7.17.10
- '@babel/plugin-proposal-dynamic-import': 7.16.7_@babel+core@7.17.10
- '@babel/plugin-proposal-export-namespace-from': 7.16.7_@babel+core@7.17.10
- '@babel/plugin-proposal-json-strings': 7.16.7_@babel+core@7.17.10
- '@babel/plugin-proposal-logical-assignment-operators': 7.16.7_@babel+core@7.17.10
- '@babel/plugin-proposal-nullish-coalescing-operator': 7.16.7_@babel+core@7.17.10
- '@babel/plugin-proposal-numeric-separator': 7.16.7_@babel+core@7.17.10
- '@babel/plugin-proposal-object-rest-spread': 7.17.3_@babel+core@7.17.10
- '@babel/plugin-proposal-optional-catch-binding': 7.16.7_@babel+core@7.17.10
- '@babel/plugin-proposal-optional-chaining': 7.16.7_@babel+core@7.17.10
- '@babel/plugin-proposal-private-methods': 7.16.11_@babel+core@7.17.10
- '@babel/plugin-proposal-private-property-in-object': 7.16.7_@babel+core@7.17.10
- '@babel/plugin-proposal-unicode-property-regex': 7.16.7_@babel+core@7.17.10
- '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.17.10
- '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.17.10
- '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.17.10
- '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.17.10
- '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.17.10
- '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.17.10
- '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.17.10
- '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.17.10
- '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.17.10
- '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.17.10
- '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.17.10
- '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.17.10
- '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.17.10
- '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.17.10
- '@babel/plugin-transform-arrow-functions': 7.16.7_@babel+core@7.17.10
- '@babel/plugin-transform-async-to-generator': 7.16.8_@babel+core@7.17.10
- '@babel/plugin-transform-block-scoped-functions': 7.16.7_@babel+core@7.17.10
- '@babel/plugin-transform-block-scoping': 7.16.7_@babel+core@7.17.10
- '@babel/plugin-transform-classes': 7.16.7_@babel+core@7.17.10
- '@babel/plugin-transform-computed-properties': 7.16.7_@babel+core@7.17.10
- '@babel/plugin-transform-destructuring': 7.17.7_@babel+core@7.17.10
- '@babel/plugin-transform-dotall-regex': 7.16.7_@babel+core@7.17.10
- '@babel/plugin-transform-duplicate-keys': 7.16.7_@babel+core@7.17.10
- '@babel/plugin-transform-exponentiation-operator': 7.16.7_@babel+core@7.17.10
- '@babel/plugin-transform-for-of': 7.16.7_@babel+core@7.17.10
- '@babel/plugin-transform-function-name': 7.16.7_@babel+core@7.17.10
- '@babel/plugin-transform-literals': 7.16.7_@babel+core@7.17.10
- '@babel/plugin-transform-member-expression-literals': 7.16.7_@babel+core@7.17.10
- '@babel/plugin-transform-modules-amd': 7.16.7_@babel+core@7.17.10
- '@babel/plugin-transform-modules-commonjs': 7.17.9_@babel+core@7.17.10
- '@babel/plugin-transform-modules-systemjs': 7.17.8_@babel+core@7.17.10
- '@babel/plugin-transform-modules-umd': 7.16.7_@babel+core@7.17.10
- '@babel/plugin-transform-named-capturing-groups-regex': 7.17.10_@babel+core@7.17.10
- '@babel/plugin-transform-new-target': 7.16.7_@babel+core@7.17.10
- '@babel/plugin-transform-object-super': 7.16.7_@babel+core@7.17.10
- '@babel/plugin-transform-parameters': 7.16.7_@babel+core@7.17.10
- '@babel/plugin-transform-property-literals': 7.16.7_@babel+core@7.17.10
- '@babel/plugin-transform-regenerator': 7.17.9_@babel+core@7.17.10
- '@babel/plugin-transform-reserved-words': 7.16.7_@babel+core@7.17.10
- '@babel/plugin-transform-shorthand-properties': 7.16.7_@babel+core@7.17.10
- '@babel/plugin-transform-spread': 7.16.7_@babel+core@7.17.10
- '@babel/plugin-transform-sticky-regex': 7.16.7_@babel+core@7.17.10
- '@babel/plugin-transform-template-literals': 7.16.7_@babel+core@7.17.10
- '@babel/plugin-transform-typeof-symbol': 7.16.7_@babel+core@7.17.10
- '@babel/plugin-transform-unicode-escapes': 7.16.7_@babel+core@7.17.10
- '@babel/plugin-transform-unicode-regex': 7.16.7_@babel+core@7.17.10
- '@babel/preset-modules': 0.1.5_@babel+core@7.17.10
- '@babel/types': 7.17.10
- babel-plugin-polyfill-corejs2: 0.3.1_@babel+core@7.17.10
- babel-plugin-polyfill-corejs3: 0.5.2_@babel+core@7.17.10
- babel-plugin-polyfill-regenerator: 0.3.1_@babel+core@7.17.10
+ '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.17.12_@babel+core@7.17.12
+ '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.17.12_@babel+core@7.17.12
+ '@babel/plugin-proposal-async-generator-functions': 7.17.12_@babel+core@7.17.12
+ '@babel/plugin-proposal-class-properties': 7.17.12_@babel+core@7.17.12
+ '@babel/plugin-proposal-class-static-block': 7.17.12_@babel+core@7.17.12
+ '@babel/plugin-proposal-dynamic-import': 7.16.7_@babel+core@7.17.12
+ '@babel/plugin-proposal-export-namespace-from': 7.17.12_@babel+core@7.17.12
+ '@babel/plugin-proposal-json-strings': 7.17.12_@babel+core@7.17.12
+ '@babel/plugin-proposal-logical-assignment-operators': 7.17.12_@babel+core@7.17.12
+ '@babel/plugin-proposal-nullish-coalescing-operator': 7.17.12_@babel+core@7.17.12
+ '@babel/plugin-proposal-numeric-separator': 7.16.7_@babel+core@7.17.12
+ '@babel/plugin-proposal-object-rest-spread': 7.17.12_@babel+core@7.17.12
+ '@babel/plugin-proposal-optional-catch-binding': 7.16.7_@babel+core@7.17.12
+ '@babel/plugin-proposal-optional-chaining': 7.17.12_@babel+core@7.17.12
+ '@babel/plugin-proposal-private-methods': 7.17.12_@babel+core@7.17.12
+ '@babel/plugin-proposal-private-property-in-object': 7.17.12_@babel+core@7.17.12
+ '@babel/plugin-proposal-unicode-property-regex': 7.17.12_@babel+core@7.17.12
+ '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.17.12
+ '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.17.12
+ '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.17.12
+ '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.17.12
+ '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.17.12
+ '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.17.12
+ '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.17.12
+ '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.17.12
+ '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.17.12
+ '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.17.12
+ '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.17.12
+ '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.17.12
+ '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.17.12
+ '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.17.12
+ '@babel/plugin-transform-arrow-functions': 7.17.12_@babel+core@7.17.12
+ '@babel/plugin-transform-async-to-generator': 7.17.12_@babel+core@7.17.12
+ '@babel/plugin-transform-block-scoped-functions': 7.16.7_@babel+core@7.17.12
+ '@babel/plugin-transform-block-scoping': 7.17.12_@babel+core@7.17.12
+ '@babel/plugin-transform-classes': 7.17.12_@babel+core@7.17.12
+ '@babel/plugin-transform-computed-properties': 7.17.12_@babel+core@7.17.12
+ '@babel/plugin-transform-destructuring': 7.17.12_@babel+core@7.17.12
+ '@babel/plugin-transform-dotall-regex': 7.16.7_@babel+core@7.17.12
+ '@babel/plugin-transform-duplicate-keys': 7.17.12_@babel+core@7.17.12
+ '@babel/plugin-transform-exponentiation-operator': 7.16.7_@babel+core@7.17.12
+ '@babel/plugin-transform-for-of': 7.17.12_@babel+core@7.17.12
+ '@babel/plugin-transform-function-name': 7.16.7_@babel+core@7.17.12
+ '@babel/plugin-transform-literals': 7.17.12_@babel+core@7.17.12
+ '@babel/plugin-transform-member-expression-literals': 7.16.7_@babel+core@7.17.12
+ '@babel/plugin-transform-modules-amd': 7.17.12_@babel+core@7.17.12
+ '@babel/plugin-transform-modules-commonjs': 7.17.12_@babel+core@7.17.12
+ '@babel/plugin-transform-modules-systemjs': 7.17.12_@babel+core@7.17.12
+ '@babel/plugin-transform-modules-umd': 7.17.12_@babel+core@7.17.12
+ '@babel/plugin-transform-named-capturing-groups-regex': 7.17.12_@babel+core@7.17.12
+ '@babel/plugin-transform-new-target': 7.17.12_@babel+core@7.17.12
+ '@babel/plugin-transform-object-super': 7.16.7_@babel+core@7.17.12
+ '@babel/plugin-transform-parameters': 7.17.12_@babel+core@7.17.12
+ '@babel/plugin-transform-property-literals': 7.16.7_@babel+core@7.17.12
+ '@babel/plugin-transform-regenerator': 7.17.9_@babel+core@7.17.12
+ '@babel/plugin-transform-reserved-words': 7.17.12_@babel+core@7.17.12
+ '@babel/plugin-transform-shorthand-properties': 7.16.7_@babel+core@7.17.12
+ '@babel/plugin-transform-spread': 7.17.12_@babel+core@7.17.12
+ '@babel/plugin-transform-sticky-regex': 7.16.7_@babel+core@7.17.12
+ '@babel/plugin-transform-template-literals': 7.17.12_@babel+core@7.17.12
+ '@babel/plugin-transform-typeof-symbol': 7.17.12_@babel+core@7.17.12
+ '@babel/plugin-transform-unicode-escapes': 7.16.7_@babel+core@7.17.12
+ '@babel/plugin-transform-unicode-regex': 7.16.7_@babel+core@7.17.12
+ '@babel/preset-modules': 0.1.5_@babel+core@7.17.12
+ '@babel/types': 7.17.12
+ babel-plugin-polyfill-corejs2: 0.3.1_@babel+core@7.17.12
+ babel-plugin-polyfill-corejs3: 0.5.2_@babel+core@7.17.12
+ babel-plugin-polyfill-regenerator: 0.3.1_@babel+core@7.17.12
core-js-compat: 3.22.5
semver: 6.3.0
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/preset-modules/0.1.5_@babel+core@7.17.10:
+ /@babel/preset-modules/0.1.5_@babel+core@7.17.12:
resolution: {integrity: sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -3235,11 +3234,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-plugin-utils': 7.16.7
- '@babel/plugin-proposal-unicode-property-regex': 7.16.7_@babel+core@7.17.10
- '@babel/plugin-transform-dotall-regex': 7.16.7_@babel+core@7.17.10
- '@babel/types': 7.17.10
+ '@babel/core': 7.17.12
+ '@babel/helper-plugin-utils': 7.17.12
+ '@babel/plugin-proposal-unicode-property-regex': 7.17.12_@babel+core@7.17.12
+ '@babel/plugin-transform-dotall-regex': 7.16.7_@babel+core@7.17.12
+ '@babel/types': 7.17.12
esutils: 2.0.3
dev: true
@@ -3255,28 +3254,28 @@ packages:
engines: {node: '>=6.9.0'}
dependencies:
'@babel/code-frame': 7.16.7
- '@babel/parser': 7.17.10
- '@babel/types': 7.17.10
+ '@babel/parser': 7.17.12
+ '@babel/types': 7.17.12
- /@babel/traverse/7.17.10:
- resolution: {integrity: sha512-VmbrTHQteIdUUQNTb+zE12SHS/xQVIShmBPhlNP12hD5poF2pbITW1Z4172d03HegaQWhLffdkRJYtAzp0AGcw==}
+ /@babel/traverse/7.17.12:
+ resolution: {integrity: sha512-zULPs+TbCvOkIFd4FrG53xrpxvCBwLIgo6tO0tJorY7YV2IWFxUfS/lXDJbGgfyYt9ery/Gxj2niwttNnB0gIw==}
engines: {node: '>=6.9.0'}
dependencies:
'@babel/code-frame': 7.16.7
- '@babel/generator': 7.17.10
+ '@babel/generator': 7.17.12
'@babel/helper-environment-visitor': 7.16.7
'@babel/helper-function-name': 7.17.9
'@babel/helper-hoist-variables': 7.16.7
'@babel/helper-split-export-declaration': 7.16.7
- '@babel/parser': 7.17.10
- '@babel/types': 7.17.10
+ '@babel/parser': 7.17.12
+ '@babel/types': 7.17.12
debug: 4.3.4
globals: 11.12.0
transitivePeerDependencies:
- supports-color
- /@babel/types/7.17.10:
- resolution: {integrity: sha512-9O26jG0mBYfGkUYCYZRnBwbVLd1UZOICEr2Em6InB6jVfsAv1GKgwXHmrSg+WFWDmeKTA6vyTZiN8tCSM5Oo3A==}
+ /@babel/types/7.17.12:
+ resolution: {integrity: sha512-rH8i29wcZ6x9xjzI5ILHL/yZkbQnCERdHlogKuIb4PUr7do4iT8DPekrTbBLWTnRQm6U0GYABbTMSzijmEqlAg==}
engines: {node: '>=6.9.0'}
dependencies:
'@babel/helper-validator-identifier': 7.16.7
@@ -3582,6 +3581,14 @@ packages:
'@jridgewell/set-array': 1.1.1
'@jridgewell/sourcemap-codec': 1.4.13
+ /@jridgewell/gen-mapping/0.3.1:
+ resolution: {integrity: sha512-GcHwniMlA2z+WFPWuY8lp3fsza0I8xPFMWL5+n8LYyP6PSvPrXf4+n8stDHZY2DM0zy9sVkRDy1jDI4XGzYVqg==}
+ engines: {node: '>=6.0.0'}
+ dependencies:
+ '@jridgewell/set-array': 1.1.1
+ '@jridgewell/sourcemap-codec': 1.4.13
+ '@jridgewell/trace-mapping': 0.3.13
+
/@jridgewell/resolve-uri/3.0.7:
resolution: {integrity: sha512-8cXDaBBHOr2pQ7j77Y6Vp5VDT2sIqWyWQ56TjEq4ih/a4iST3dItRe8Q9fp0rrIl9DoKhWQtUQz/YpOxLkXbNA==}
engines: {node: '>=6.0.0'}
@@ -3854,12 +3861,12 @@ packages:
'@octokit/openapi-types': 11.2.0
dev: true
- /@playwright/test/1.22.0:
- resolution: {integrity: sha512-ExcAjiECo3uTG5Sl5H4a7rKp/5TEHTI87dv9NHYEoUFuOHPhSVxB7QsuM70ktO+wTTZ9KzhwzcegxAGRmUFKEA==}
+ /@playwright/test/1.22.1:
+ resolution: {integrity: sha512-8ouMBUboYslHom41W8bnSEn0TwlAMHhCACwOZeuiAgzukj7KobpZ+UBwrGE0jJ0UblJbKAQNRHXL+z7sDSkb6g==}
engines: {node: '>=14'}
hasBin: true
dependencies:
- playwright-core: 1.22.0
+ playwright-core: 1.22.1
dev: true
/@polka/url/1.0.0-next.21:
@@ -3904,7 +3911,7 @@ packages:
'@types/babel__core':
optional: true
dependencies:
- '@babel/core': 7.17.10
+ '@babel/core': 7.17.12
'@babel/helper-module-imports': 7.16.7
'@rollup/pluginutils': 3.1.0_rollup@2.72.1
rollup: 2.72.1
@@ -4055,8 +4062,8 @@ packages:
/@types/babel__core/7.1.19:
resolution: {integrity: sha512-WEOTgRsbYkvA/KCsDwVEGkd7WAr1e3g31VHQ8zy5gul/V1qKullU/BU5I68X5v7V3GnB9eotmom4v5a5gjxorw==}
dependencies:
- '@babel/parser': 7.17.10
- '@babel/types': 7.17.10
+ '@babel/parser': 7.17.12
+ '@babel/types': 7.17.12
'@types/babel__generator': 7.6.4
'@types/babel__template': 7.4.1
'@types/babel__traverse': 7.17.1
@@ -4065,20 +4072,20 @@ packages:
/@types/babel__generator/7.6.4:
resolution: {integrity: sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg==}
dependencies:
- '@babel/types': 7.17.10
+ '@babel/types': 7.17.12
dev: true
/@types/babel__template/7.4.1:
resolution: {integrity: sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==}
dependencies:
- '@babel/parser': 7.17.10
- '@babel/types': 7.17.10
+ '@babel/parser': 7.17.12
+ '@babel/types': 7.17.12
dev: true
/@types/babel__traverse/7.17.1:
resolution: {integrity: sha512-kVzjari1s2YVi77D3w1yuvohV2idweYXMCDzqBiVNN63TcDWrIlTVOYpqVrvbbyOE/IyzBoTKF0fdnLPEORFxA==}
dependencies:
- '@babel/types': 7.17.10
+ '@babel/types': 7.17.12
dev: true
/@types/chai-as-promised/7.1.5:
@@ -4267,14 +4274,14 @@ packages:
dependencies:
'@types/prop-types': 15.7.5
'@types/scheduler': 0.16.2
- csstype: 3.0.11
+ csstype: 3.1.0
/@types/react/18.0.9:
resolution: {integrity: sha512-9bjbg1hJHUm4De19L1cHiW0Jvx3geel6Qczhjd0qY5VKVE2X5+x77YxAepuCwVh4vrgZJdgEJw48zrhRIeF4Nw==}
dependencies:
'@types/prop-types': 15.7.5
'@types/scheduler': 0.16.2
- csstype: 3.0.11
+ csstype: 3.1.0
dev: false
/@types/resolve/1.17.1:
@@ -4337,8 +4344,8 @@ packages:
resolution: {integrity: sha512-iO9ZQHkZxHn4mSakYV0vFHAVDyEOIJQrV2uZ06HxEPcx+mt8swXoZHIbaaJ2crJYFfErySgktuTZ3BeLz+XmFA==}
dev: true
- /@typescript-eslint/eslint-plugin/5.23.0_c63nfttrfhylg3zmgcxfslaw44:
- resolution: {integrity: sha512-hEcSmG4XodSLiAp1uxv/OQSGsDY6QN3TcRU32gANp+19wGE1QQZLRS8/GV58VRUoXhnkuJ3ZxNQ3T6Z6zM59DA==}
+ /@typescript-eslint/eslint-plugin/5.24.0_w4ec7awddsetq6k5phhi6huiuu:
+ resolution: {integrity: sha512-6bqFGk6wa9+6RrU++eLknKyDqXU1Oc8nyoLu5a1fU17PNRJd9UBr56rMF7c4DRaRtnarlkQ4jwxUbvBo8cNlpw==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
'@typescript-eslint/parser': ^5.0.0
@@ -4348,10 +4355,10 @@ packages:
typescript:
optional: true
dependencies:
- '@typescript-eslint/parser': 5.23.0_hcfsmds2fshutdssjqluwm76uu
- '@typescript-eslint/scope-manager': 5.23.0
- '@typescript-eslint/type-utils': 5.23.0_hcfsmds2fshutdssjqluwm76uu
- '@typescript-eslint/utils': 5.23.0_hcfsmds2fshutdssjqluwm76uu
+ '@typescript-eslint/parser': 5.24.0_hcfsmds2fshutdssjqluwm76uu
+ '@typescript-eslint/scope-manager': 5.24.0
+ '@typescript-eslint/type-utils': 5.24.0_hcfsmds2fshutdssjqluwm76uu
+ '@typescript-eslint/utils': 5.24.0_hcfsmds2fshutdssjqluwm76uu
debug: 4.3.4
eslint: 8.15.0
functional-red-black-tree: 1.0.1
@@ -4364,8 +4371,8 @@ packages:
- supports-color
dev: true
- /@typescript-eslint/parser/5.23.0_hcfsmds2fshutdssjqluwm76uu:
- resolution: {integrity: sha512-V06cYUkqcGqpFjb8ttVgzNF53tgbB/KoQT/iB++DOIExKmzI9vBJKjZKt/6FuV9c+zrDsvJKbJ2DOCYwX91cbw==}
+ /@typescript-eslint/parser/5.24.0_hcfsmds2fshutdssjqluwm76uu:
+ resolution: {integrity: sha512-4q29C6xFYZ5B2CXqSBBdcS0lPyfM9M09DoQLtHS5kf+WbpV8pBBhHDLNhXfgyVwFnhrhYzOu7xmg02DzxeF2Uw==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
@@ -4374,9 +4381,9 @@ packages:
typescript:
optional: true
dependencies:
- '@typescript-eslint/scope-manager': 5.23.0
- '@typescript-eslint/types': 5.23.0
- '@typescript-eslint/typescript-estree': 5.23.0_typescript@4.6.4
+ '@typescript-eslint/scope-manager': 5.24.0
+ '@typescript-eslint/types': 5.24.0
+ '@typescript-eslint/typescript-estree': 5.24.0_typescript@4.6.4
debug: 4.3.4
eslint: 8.15.0
typescript: 4.6.4
@@ -4384,16 +4391,16 @@ packages:
- supports-color
dev: true
- /@typescript-eslint/scope-manager/5.23.0:
- resolution: {integrity: sha512-EhjaFELQHCRb5wTwlGsNMvzK9b8Oco4aYNleeDlNuL6qXWDF47ch4EhVNPh8Rdhf9tmqbN4sWDk/8g+Z/J8JVw==}
+ /@typescript-eslint/scope-manager/5.24.0:
+ resolution: {integrity: sha512-WpMWipcDzGmMzdT7NtTjRXFabx10WleLUGrJpuJLGaxSqpcyq5ACpKSD5VE40h2nz3melQ91aP4Du7lh9FliCA==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dependencies:
- '@typescript-eslint/types': 5.23.0
- '@typescript-eslint/visitor-keys': 5.23.0
+ '@typescript-eslint/types': 5.24.0
+ '@typescript-eslint/visitor-keys': 5.24.0
dev: true
- /@typescript-eslint/type-utils/5.23.0_hcfsmds2fshutdssjqluwm76uu:
- resolution: {integrity: sha512-iuI05JsJl/SUnOTXA9f4oI+/4qS/Zcgk+s2ir+lRmXI+80D8GaGwoUqs4p+X+4AxDolPpEpVUdlEH4ADxFy4gw==}
+ /@typescript-eslint/type-utils/5.24.0_hcfsmds2fshutdssjqluwm76uu:
+ resolution: {integrity: sha512-uGi+sQiM6E5CeCZYBXiaIvIChBXru4LZ1tMoeKbh1Lze+8BO9syUG07594C4lvN2YPT4KVeIupOJkVI+9/DAmQ==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: '*'
@@ -4402,7 +4409,7 @@ packages:
typescript:
optional: true
dependencies:
- '@typescript-eslint/utils': 5.23.0_hcfsmds2fshutdssjqluwm76uu
+ '@typescript-eslint/utils': 5.24.0_hcfsmds2fshutdssjqluwm76uu
debug: 4.3.4
eslint: 8.15.0
tsutils: 3.21.0_typescript@4.6.4
@@ -4411,13 +4418,13 @@ packages:
- supports-color
dev: true
- /@typescript-eslint/types/5.23.0:
- resolution: {integrity: sha512-NfBsV/h4dir/8mJwdZz7JFibaKC3E/QdeMEDJhiAE3/eMkoniZ7MjbEMCGXw6MZnZDMN3G9S0mH/6WUIj91dmw==}
+ /@typescript-eslint/types/5.24.0:
+ resolution: {integrity: sha512-Tpg1c3shTDgTmZd3qdUyd+16r/pGmVaVEbLs+ufuWP0EruVbUiEOmpBBQxBb9a8iPRxi8Rb2oiwOxuZJzSq11A==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dev: true
- /@typescript-eslint/typescript-estree/5.23.0_typescript@4.6.4:
- resolution: {integrity: sha512-xE9e0lrHhI647SlGMl+m+3E3CKPF1wzvvOEWnuE3CCjjT7UiRnDGJxmAcVKJIlFgK6DY9RB98eLr1OPigPEOGg==}
+ /@typescript-eslint/typescript-estree/5.24.0_typescript@4.6.4:
+ resolution: {integrity: sha512-zcor6vQkQmZAQfebSPVwUk/FD+CvnsnlfKXYeQDsWXRF+t7SBPmIfNia/wQxCSeu1h1JIjwV2i9f5/DdSp/uDw==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
typescript: '*'
@@ -4425,8 +4432,8 @@ packages:
typescript:
optional: true
dependencies:
- '@typescript-eslint/types': 5.23.0
- '@typescript-eslint/visitor-keys': 5.23.0
+ '@typescript-eslint/types': 5.24.0
+ '@typescript-eslint/visitor-keys': 5.24.0
debug: 4.3.4
globby: 11.1.0
is-glob: 4.0.3
@@ -4437,16 +4444,16 @@ packages:
- supports-color
dev: true
- /@typescript-eslint/utils/5.23.0_hcfsmds2fshutdssjqluwm76uu:
- resolution: {integrity: sha512-dbgaKN21drqpkbbedGMNPCtRPZo1IOUr5EI9Jrrh99r5UW5Q0dz46RKXeSBoPV+56R6dFKpbrdhgUNSJsDDRZA==}
+ /@typescript-eslint/utils/5.24.0_hcfsmds2fshutdssjqluwm76uu:
+ resolution: {integrity: sha512-K05sbWoeCBJH8KXu6hetBJ+ukG0k2u2KlgD3bN+v+oBKm8adJqVHpSSLHNzqyuv0Lh4GVSAUgZ5lB4icmPmWLw==}
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.23.0
- '@typescript-eslint/types': 5.23.0
- '@typescript-eslint/typescript-estree': 5.23.0_typescript@4.6.4
+ '@typescript-eslint/scope-manager': 5.24.0
+ '@typescript-eslint/types': 5.24.0
+ '@typescript-eslint/typescript-estree': 5.24.0_typescript@4.6.4
eslint: 8.15.0
eslint-scope: 5.1.1
eslint-utils: 3.0.0_eslint@8.15.0
@@ -4455,11 +4462,11 @@ packages:
- typescript
dev: true
- /@typescript-eslint/visitor-keys/5.23.0:
- resolution: {integrity: sha512-Vd4mFNchU62sJB8pX19ZSPog05B0Y0CE2UxAZPT5k4iqhRYjPnqyY3woMxCd0++t9OTqkgjST+1ydLBi7e2Fvg==}
+ /@typescript-eslint/visitor-keys/5.24.0:
+ resolution: {integrity: sha512-qzGwSXMyMnogcAo+/2fU+jhlPPVMXlIH2PeAonIKjJSoDKl1+lJVvG5Z5Oud36yU0TWK2cs1p/FaSN5J2OUFYA==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dependencies:
- '@typescript-eslint/types': 5.23.0
+ '@typescript-eslint/types': 5.24.0
eslint-visitor-keys: 3.3.0
dev: true
@@ -4609,7 +4616,7 @@ packages:
/@vue/compiler-core/3.2.33:
resolution: {integrity: sha512-AAmr52ji3Zhk7IKIuigX2osWWsb2nQE5xsdFYjdnmtQ4gymmqXbjLvkSE174+fF3A3kstYrTgGkqgOEbsdLDpw==}
dependencies:
- '@babel/parser': 7.17.10
+ '@babel/parser': 7.17.12
'@vue/shared': 3.2.33
estree-walker: 2.0.2
source-map: 0.6.1
@@ -4623,7 +4630,7 @@ packages:
/@vue/compiler-sfc/3.2.33:
resolution: {integrity: sha512-H8D0WqagCr295pQjUYyO8P3IejM3vEzeCO1apzByAEaAR/WimhMYczHfZVvlCE/9yBaEu/eu9RdiWr0kF8b71Q==}
dependencies:
- '@babel/parser': 7.17.10
+ '@babel/parser': 7.17.12
'@vue/compiler-core': 3.2.33
'@vue/compiler-dom': 3.2.33
'@vue/compiler-ssr': 3.2.33
@@ -4643,7 +4650,7 @@ packages:
/@vue/reactivity-transform/3.2.33:
resolution: {integrity: sha512-4UL5KOIvSQb254aqenW4q34qMXbfZcmEsV/yVidLUgvwYQQ/D21bGX3DlgPUGI3c4C+iOnNmDCkIxkILoX/Pyw==}
dependencies:
- '@babel/parser': 7.17.10
+ '@babel/parser': 7.17.12
'@vue/compiler-core': 3.2.33
'@vue/shared': 3.2.33
estree-walker: 2.0.2
@@ -4972,14 +4979,14 @@ packages:
resolution: {integrity: sha512-f70XzLfr+x8pOxRAZPNe7MBaILcgIp10RE6AVA7BZqtZYclsT/h/9Bj2GZU6rXG+ud1fEZCW1lAIt6gv9kt3Cw==}
dependencies:
'@babel/helper-module-imports': 7.16.0
- '@babel/plugin-syntax-jsx': 7.16.7
- '@babel/types': 7.17.10
+ '@babel/plugin-syntax-jsx': 7.17.12
+ '@babel/types': 7.17.12
html-entities: 2.3.2
transitivePeerDependencies:
- '@babel/core'
dev: false
- /babel-plugin-polyfill-corejs2/0.3.1_@babel+core@7.17.10:
+ /babel-plugin-polyfill-corejs2/0.3.1_@babel+core@7.17.12:
resolution: {integrity: sha512-v7/T6EQcNfVLfcN2X8Lulb7DjprieyLWJK/zOWH5DUYcAgex9sP3h25Q+DLsX9TloXe3y1O8l2q2Jv9q8UVB9w==}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -4988,14 +4995,14 @@ packages:
optional: true
dependencies:
'@babel/compat-data': 7.17.10
- '@babel/core': 7.17.10
- '@babel/helper-define-polyfill-provider': 0.3.1_@babel+core@7.17.10
+ '@babel/core': 7.17.12
+ '@babel/helper-define-polyfill-provider': 0.3.1_@babel+core@7.17.12
semver: 6.3.0
transitivePeerDependencies:
- supports-color
dev: true
- /babel-plugin-polyfill-corejs3/0.5.2_@babel+core@7.17.10:
+ /babel-plugin-polyfill-corejs3/0.5.2_@babel+core@7.17.12:
resolution: {integrity: sha512-G3uJih0XWiID451fpeFaYGVuxHEjzKTHtc9uGFEjR6hHrvNzeS/PX+LLLcetJcytsB5m4j+K3o/EpXJNb/5IEQ==}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -5003,14 +5010,14 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-define-polyfill-provider': 0.3.1_@babel+core@7.17.10
+ '@babel/core': 7.17.12
+ '@babel/helper-define-polyfill-provider': 0.3.1_@babel+core@7.17.12
core-js-compat: 3.22.5
transitivePeerDependencies:
- supports-color
dev: true
- /babel-plugin-polyfill-regenerator/0.3.1_@babel+core@7.17.10:
+ /babel-plugin-polyfill-regenerator/0.3.1_@babel+core@7.17.12:
resolution: {integrity: sha512-Y2B06tvgHYt1x0yz17jGkGeeMr5FeKUu+ASJ+N6nB5lQ8Dapfg42i0OVrf8PNGJ3zKL4A23snMi1IRwrqqND7A==}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -5018,8 +5025,8 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.17.10
- '@babel/helper-define-polyfill-provider': 0.3.1_@babel+core@7.17.10
+ '@babel/core': 7.17.12
+ '@babel/helper-define-polyfill-provider': 0.3.1_@babel+core@7.17.12
transitivePeerDependencies:
- supports-color
dev: true
@@ -5546,8 +5553,8 @@ packages:
/csstype/2.6.20:
resolution: {integrity: sha512-/WwNkdXfckNgw6S5R125rrW8ez139lBHWouiBvX8dfMFtcn6V81REDqnH7+CRpRipfYlyU1CmOnOxrmGcFOjeA==}
- /csstype/3.0.11:
- resolution: {integrity: sha512-sa6P2wJ+CAbgyy4KFssIb/JNMLxFvKF1pCYCSXS8ZMuqZnMsrxqI2E5sPyoTpxoPU/gVZMzr2zjOfg8GIZOMsw==}
+ /csstype/3.1.0:
+ resolution: {integrity: sha512-uX1KG+x9h5hIJsaKR9xHUeUraxf8IODOwq9JLNPq6BwB04a/xgpq3rcx47l5BZu5zBPlgD342tdke3Hom/nJRA==}
/csv-generate/3.4.3:
resolution: {integrity: sha512-w/T+rqR0vwvHqWs/1ZyMDWtHHSJaN06klRqJXBEpDJaM/+dZkso0OKh1VcuuYvK3XM53KysVNq8Ko/epCK8wOw==}
@@ -5884,8 +5891,8 @@ packages:
is-arrayish: 0.2.1
dev: true
- /es-abstract/1.20.0:
- resolution: {integrity: sha512-URbD8tgRthKD3YcC39vbvSDrX23upXnPcnGAjQfgxXF5ID75YcENawc9ZX/9iTP9ptUyfCLIxTTuMYoRfiOVKA==}
+ /es-abstract/1.20.1:
+ resolution: {integrity: sha512-WEm2oBhfoI2sImeM4OF2zE2V3BYdSF+KnSi9Sidz51fQHd7+JuF8Xgcj9/0o+OWeIeIS/MiuNnlruQrJf16GQA==}
engines: {node: '>= 0.4'}
dependencies:
call-bind: 1.0.2
@@ -6456,7 +6463,7 @@ packages:
/filelist/1.0.4:
resolution: {integrity: sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q==}
dependencies:
- minimatch: 5.0.1
+ minimatch: 5.1.0
dev: true
/fill-range/7.0.1:
@@ -6593,7 +6600,7 @@ packages:
dependencies:
call-bind: 1.0.2
define-properties: 1.1.4
- es-abstract: 1.20.0
+ es-abstract: 1.20.1
functions-have-names: 1.2.3
/functional-red-black-tree/1.0.1:
@@ -8238,8 +8245,8 @@ packages:
brace-expansion: 1.1.11
dev: true
- /minimatch/5.0.1:
- resolution: {integrity: sha512-nLDxIFRyhDblz3qMuq+SoRZED4+miJ/G+tdDrjkkkRnjAsBexeGpgjLEQ0blJy7rHhR2b93rhQY4SvyWu9v03g==}
+ /minimatch/5.1.0:
+ resolution: {integrity: sha512-9TPBGGak4nHfGZsPBohm9AWg6NoT7QTCehS3BIJABslyZbzxfV78QM2Y6+i741OPZIafFAaiiEMh5OyIrJPgtg==}
engines: {node: '>=10'}
dependencies:
brace-expansion: 2.0.1
@@ -8888,8 +8895,8 @@ packages:
dependencies:
find-up: 4.1.0
- /playwright-core/1.22.0:
- resolution: {integrity: sha512-XnDPiV4NCzTtXWxQdyJ6Wg8xhST3ciUjt5mITaxoqOoYggmRtofKm0PXLehfbetXh2ppPYj5U8UhtUpdIE4wag==}
+ /playwright-core/1.22.1:
+ resolution: {integrity: sha512-H+ZUVYnceWNXrRf3oxTEKAr81QzFsCKu5Fp//fEjQvqgKkfA1iX3E9DBrPJpPNOrgVzcE+IqeI0fDmYJe6Ynnw==}
engines: {node: '>=14'}
hasBin: true
dev: true
@@ -9945,7 +9952,7 @@ packages:
dependencies:
call-bind: 1.0.2
define-properties: 1.1.4
- es-abstract: 1.20.0
+ es-abstract: 1.20.1
get-intrinsic: 1.1.1
has-symbols: 1.0.3
internal-slot: 1.0.3
@@ -9958,14 +9965,14 @@ packages:
dependencies:
call-bind: 1.0.2
define-properties: 1.1.4
- es-abstract: 1.20.0
+ es-abstract: 1.20.1
/string.prototype.trimstart/1.0.5:
resolution: {integrity: sha512-THx16TJCGlsN0o6dl2o6ncWUsdgnLRSA23rRE5pyGBw/mLr3Ej/R2LaqCtgP8VNMGZsvMWnf9ooZPyY2bHvUFg==}
dependencies:
call-bind: 1.0.2
define-properties: 1.1.4
- es-abstract: 1.20.0
+ es-abstract: 1.20.1
/string_decoder/0.10.31:
resolution: {integrity: sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ=}
@@ -11125,8 +11132,8 @@ packages:
engines: {node: '>=10.0.0'}
dependencies:
'@apideck/better-ajv-errors': 0.3.3_ajv@8.11.0
- '@babel/core': 7.17.10
- '@babel/preset-env': 7.17.10_@babel+core@7.17.10
+ '@babel/core': 7.17.12
+ '@babel/preset-env': 7.17.12_@babel+core@7.17.12
'@babel/runtime': 7.17.9
'@rollup/plugin-babel': 5.3.1_ddp4whfhauf2n5cf6yj7gaerwe
'@rollup/plugin-node-resolve': 11.2.1_rollup@2.72.1