diff --git a/apps/next-app/package.json b/apps/next-app/package.json
index e2e77809..48d5f21c 100644
--- a/apps/next-app/package.json
+++ b/apps/next-app/package.json
@@ -10,18 +10,18 @@
"prepare": "tw-patch"
},
"dependencies": {
- "@types/node": "20.2.1",
- "@types/react": "18.2.6",
+ "@types/node": "20.2.5",
+ "@types/react": "18.2.8",
"@types/react-dom": "18.2.4",
"autoprefixer": "10.4.14",
- "eslint": "8.40.0",
- "eslint-config-next": "13.4.2",
- "next": "13.4.2",
- "postcss": "8.4.23",
+ "eslint": "8.42.0",
+ "eslint-config-next": "13.4.4",
+ "next": "13.4.4",
+ "postcss": "8.4.24",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwindcss": "3.3.2",
- "typescript": "5.0.4"
+ "typescript": "5.1.3"
},
"devDependencies": {
"tailwindcss-patch": "workspace:*",
diff --git a/apps/nuxt-app/package.json b/apps/nuxt-app/package.json
index 4ab1c81b..9b9378f7 100644
--- a/apps/nuxt-app/package.json
+++ b/apps/nuxt-app/package.json
@@ -10,10 +10,10 @@
"prepare": "tw-patch"
},
"devDependencies": {
- "@types/node": "^20.2.1",
+ "@types/node": "^20.2.5",
"autoprefixer": "^10.4.14",
- "nuxt": "^3.5.0",
- "postcss": "^8.4.23",
+ "nuxt": "^3.5.3",
+ "postcss": "^8.4.24",
"tailwindcss": "^3.3.2",
"tailwindcss-patch": "workspace:*",
"unplugin-tailwindcss-mangle": "workspace:*"
diff --git a/apps/remix-app/package.json b/apps/remix-app/package.json
index 8142ee13..a49bab5a 100644
--- a/apps/remix-app/package.json
+++ b/apps/remix-app/package.json
@@ -9,22 +9,22 @@
"prepare": "tw-patch"
},
"dependencies": {
- "@remix-run/node": "^1.16.1",
- "@remix-run/react": "^1.16.1",
- "@remix-run/serve": "^1.16.1",
+ "@remix-run/node": "^1.17.0",
+ "@remix-run/react": "^1.17.0",
+ "@remix-run/serve": "^1.17.0",
"isbot": "^3.6.8",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
- "@remix-run/dev": "^1.16.1",
- "@remix-run/eslint-config": "^1.16.1",
- "@types/react": "^18.2.6",
+ "@remix-run/dev": "^1.17.0",
+ "@remix-run/eslint-config": "^1.17.0",
+ "@types/react": "^18.2.8",
"@types/react-dom": "^18.2.4",
- "eslint": "^8.40.0",
+ "eslint": "^8.42.0",
"tailwindcss": "^3.3.2",
"tailwindcss-patch": "workspace:*",
- "typescript": "^5.0.4",
+ "typescript": "^5.1.3",
"unplugin-tailwindcss-mangle": "workspace:*"
},
"engines": {
diff --git a/apps/solid-app/package.json b/apps/solid-app/package.json
index 464cf0f6..b217a0b6 100644
--- a/apps/solid-app/package.json
+++ b/apps/solid-app/package.json
@@ -13,15 +13,15 @@
"license": "MIT",
"devDependencies": {
"autoprefixer": "^10.4.14",
- "postcss": "^8.4.23",
+ "postcss": "^8.4.24",
"tailwindcss": "^3.3.2",
"tailwindcss-patch": "workspace:*",
- "typescript": "^5.0.4",
+ "typescript": "^5.1.3",
"unplugin-tailwindcss-mangle": "workspace:*",
- "vite": "^4.3.8",
+ "vite": "^4.3.9",
"vite-plugin-solid": "^2.5.0"
},
"dependencies": {
- "solid-js": "^1.7.5"
+ "solid-js": "^1.7.6"
}
}
\ No newline at end of file
diff --git a/apps/vite-lit/package.json b/apps/vite-lit/package.json
index 6d17638d..66af7c3e 100644
--- a/apps/vite-lit/package.json
+++ b/apps/vite-lit/package.json
@@ -18,15 +18,15 @@
"prepare": "tw-patch"
},
"dependencies": {
- "lit": "^2.7.4"
+ "lit": "^2.7.5"
},
"devDependencies": {
"autoprefixer": "^10.4.14",
- "postcss": "^8.4.23",
+ "postcss": "^8.4.24",
"tailwindcss": "^3.3.2",
"tailwindcss-patch": "workspace:*",
- "typescript": "^5.0.4",
+ "typescript": "^5.1.3",
"unplugin-tailwindcss-mangle": "workspace:*",
- "vite": "^4.3.8"
+ "vite": "^4.3.9"
}
}
diff --git a/apps/vite-react/package.json b/apps/vite-react/package.json
index 8fb7d068..f00cd163 100644
--- a/apps/vite-react/package.json
+++ b/apps/vite-react/package.json
@@ -14,15 +14,15 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
- "@types/react": "^18.2.6",
+ "@types/react": "^18.2.8",
"@types/react-dom": "^18.2.4",
"@vitejs/plugin-react": "^4.0.0",
"autoprefixer": "^10.4.14",
- "postcss": "^8.4.23",
+ "postcss": "^8.4.24",
"tailwindcss": "^3.3.2",
"tailwindcss-patch": "workspace:*",
- "typescript": "^5.0.4",
+ "typescript": "^5.1.3",
"unplugin-tailwindcss-mangle": "workspace:*",
- "vite": "^4.3.8"
+ "vite": "^4.3.9"
}
}
diff --git a/apps/vite-svelte/package.json b/apps/vite-svelte/package.json
index 3f39593e..91796b8f 100644
--- a/apps/vite-svelte/package.json
+++ b/apps/vite-svelte/package.json
@@ -10,17 +10,17 @@
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"devDependencies": {
- "@sveltejs/vite-plugin-svelte": "^2.2.0",
+ "@sveltejs/vite-plugin-svelte": "^2.4.1",
"@tsconfig/svelte": "^4.0.1",
"autoprefixer": "^10.4.14",
- "postcss": "^8.4.23",
+ "postcss": "^8.4.24",
"svelte": "^3.59.1",
- "svelte-check": "^3.3.2",
+ "svelte-check": "^3.4.3",
"tailwindcss": "^3.3.2",
"tailwindcss-patch": "workspace:*",
- "tslib": "^2.5.1",
- "typescript": "^5.0.4",
+ "tslib": "^2.5.3",
+ "typescript": "^5.1.3",
"unplugin-tailwindcss-mangle": "workspace:*",
- "vite": "^4.3.8"
+ "vite": "^4.3.9"
}
}
diff --git a/apps/vite-vanilla/package.json b/apps/vite-vanilla/package.json
index 96e5512a..8344d0c6 100644
--- a/apps/vite-vanilla/package.json
+++ b/apps/vite-vanilla/package.json
@@ -11,11 +11,11 @@
},
"devDependencies": {
"autoprefixer": "^10.4.14",
- "postcss": "^8.4.23",
+ "postcss": "^8.4.24",
"tailwindcss": "^3.3.2",
"tailwindcss-patch": "workspace:*",
- "typescript": "^5.0.4",
+ "typescript": "^5.1.3",
"unplugin-tailwindcss-mangle": "workspace:*",
- "vite": "^4.3.8"
+ "vite": "^4.3.9"
}
}
diff --git a/apps/vite-vue/package.json b/apps/vite-vue/package.json
index 09602dfa..a753e09d 100644
--- a/apps/vite-vue/package.json
+++ b/apps/vite-vue/package.json
@@ -15,12 +15,12 @@
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"autoprefixer": "^10.4.14",
- "postcss": "^8.4.23",
+ "postcss": "^8.4.24",
"tailwindcss": "^3.3.2",
"tailwindcss-patch": "workspace:*",
- "typescript": "^5.0.4",
+ "typescript": "^5.1.3",
"unplugin-tailwindcss-mangle": "workspace:*",
- "vite": "^4.3.8",
+ "vite": "^4.3.9",
"vue-tsc": "^1.6.5"
}
}
\ No newline at end of file
diff --git a/apps/webpack5-vue3/package.json b/apps/webpack5-vue3/package.json
index db2ff3b1..c7eba4b7 100644
--- a/apps/webpack5-vue3/package.json
+++ b/apps/webpack5-vue3/package.json
@@ -12,11 +12,11 @@
"dependencies": {
"core-js": "^3.30.2",
"vue": "^3.3.4",
- "vue-router": "^4.2.0"
+ "vue-router": "^4.2.2"
},
"devDependencies": {
- "@typescript-eslint/eslint-plugin": "^5.59.6",
- "@typescript-eslint/parser": "^5.59.6",
+ "@typescript-eslint/eslint-plugin": "^5.59.9",
+ "@typescript-eslint/parser": "^5.59.9",
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-plugin-eslint": "~5.0.0",
"@vue/cli-plugin-router": "~5.0.0",
@@ -25,17 +25,17 @@
"@vue/eslint-config-standard": "^8.0.1",
"@vue/eslint-config-typescript": "^11.0.3",
"autoprefixer": "^10.4.14",
- "eslint": "^8.40.0",
+ "eslint": "^8.42.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
- "eslint-plugin-vue": "^9.13.0",
- "postcss": "^8.4.23",
+ "eslint-plugin-vue": "^9.14.1",
+ "postcss": "^8.4.24",
"sass": "^1.62.1",
- "sass-loader": "^13.2.2",
+ "sass-loader": "^13.3.1",
"tailwindcss": "^3.3.2",
"tailwindcss-patch": "workspace:*",
- "typescript": "~5.0.4",
+ "typescript": "~5.1.3",
"unplugin-tailwindcss-mangle": "workspace:*"
}
}
\ No newline at end of file
diff --git a/package.json b/package.json
index 656c6f7b..92b261b6 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "tailwindcss-mangle",
- "version": "1.2.1",
+ "version": "1.2.2",
"private": true,
"workspaces": [
"apps/*",
@@ -20,29 +20,29 @@
"sync": "cnpm sync tailwindcss-mangle-shared tailwindcss-patch unplugin-tailwindcss-mangle tailwindcss-mangle-core"
},
"devDependencies": {
- "@icebreakers/eslint-config-ts": "^1.0.4",
+ "@icebreakers/eslint-config-ts": "^1.1.0",
"@icebreakers/rollup": "^0.4.0",
"@icebreakers/tsconfig": "^0.0.6",
"@tsconfig/recommended": "^1.0.2",
- "@types/jest": "^29.5.1",
- "@types/node": "^20.2.1",
- "bumpp": "^9.1.0",
+ "@types/jest": "^29.5.2",
+ "@types/node": "^20.2.5",
+ "bumpp": "^9.1.1",
"cross-env": "^7.0.3",
- "eslint": "^8.40.0",
+ "eslint": "^8.42.0",
"jest": "^29.5.0",
"only-allow": "^1.1.1",
"prettier": "^2.8.8",
- "rollup": "^3.22.0",
- "ts-jest": "^29.1.0",
- "ts-node": "^10.9.1",
- "typescript": "^5.0.4",
+ "rollup": "^3.23.1",
"tailwindcss-mangle-core": "workspace:*",
"tailwindcss-mangle-shared": "workspace:*",
"tailwindcss-patch": "workspace:*",
+ "ts-jest": "^29.1.0",
+ "ts-node": "^10.9.1",
+ "typescript": "^5.1.3",
"unplugin-tailwindcss-mangle": "workspace:*"
},
"engines": {
"node": ">=14.0.0"
},
"packageManager": "pnpm@8.5.1"
-}
\ No newline at end of file
+}
diff --git a/packages/core/package.json b/packages/core/package.json
index ba2d299a..3a3d4675 100644
--- a/packages/core/package.json
+++ b/packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "tailwindcss-mangle-core",
- "version": "1.2.1",
+ "version": "1.2.2",
"description": "The core of tailwindcss-mangle",
"main": "dist/index.js",
"module": "./dist/index.mjs",
@@ -28,17 +28,17 @@
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
- "@babel/core": "^7.21.8",
- "@babel/types": "^7.21.5",
+ "@babel/core": "^7.22.1",
+ "@babel/types": "^7.22.4",
"parse5": "^7.1.2",
- "postcss": "^8.4.23",
+ "postcss": "^8.4.24",
"postcss-selector-parser": "^6.0.13",
"tailwindcss-mangle-shared": "workspace:^"
},
"devDependencies": {
"@parse5/tools": "^0.1.0",
- "@types/babel__core": "^7.20.0",
- "tslib": "^2.5.1"
+ "@types/babel__core": "^7.20.1",
+ "tslib": "^2.5.3"
},
"homepage": "https://github.com/sonofmagic/tailwindcss-mangle",
"repository": {
diff --git a/packages/core/src/env.ts b/packages/core/src/env.ts
new file mode 100644
index 00000000..5c12fbda
--- /dev/null
+++ b/packages/core/src/env.ts
@@ -0,0 +1,2 @@
+export const isProd = () => process.env.NODE_ENV === 'production'
+export const isDev = () => process.env.NODE_ENV === 'development'
diff --git a/packages/core/src/js/index.ts b/packages/core/src/js/index.ts
index d429559e..c9fbb6ca 100644
--- a/packages/core/src/js/index.ts
+++ b/packages/core/src/js/index.ts
@@ -3,6 +3,7 @@ import * as t from '@babel/types'
import { transformSync, type BabelFileResult, type NodePath } from '@babel/core'
import type { IJsHandlerOptions } from '../types'
import { makeRegex, splitCode } from '../shared'
+import { isProd } from '../env'
export function handleValue(str: string, node: StringLiteral | TemplateElement, options: IJsHandlerOptions) {
const { runtimeSet: set, classGenerator: clsGen, splitQuote = true } = options
@@ -66,6 +67,7 @@ export function jsHandler(rawSource: string, options: IJsHandlerOptions) {
}
}
],
+ minified: options.minified ?? isProd(),
sourceMaps: false,
configFile: false
})
diff --git a/packages/core/src/types.ts b/packages/core/src/types.ts
index 11cfb66f..ac99cd91 100644
--- a/packages/core/src/types.ts
+++ b/packages/core/src/types.ts
@@ -24,6 +24,7 @@ export interface IHtmlHandlerOptions extends IHandlerOptions {}
export interface IJsHandlerOptions extends IHandlerOptions {
splitQuote?: boolean
+ minified?: boolean
}
export interface ICssHandlerOptions extends IHandlerOptions {
diff --git a/packages/core/test/__snapshots__/js.test.ts.snap b/packages/core/test/__snapshots__/js.test.ts.snap
index e77ee52a..b4a10947 100644
--- a/packages/core/test/__snapshots__/js.test.ts.snap
+++ b/packages/core/test/__snapshots__/js.test.ts.snap
@@ -1,5 +1,23 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
+exports[`js handler comment-ignore case 1`] = `
+"const clipPath = [\`circle()\`];
+document.documentElement.animate({
+ clipPath
+}, {
+ duration: 500,
+ easing: "tw-a",
+ pseudoElement: '::view-transition-new(root)'
+});
+document.documentElement.animate({
+ clipPath
+}, {
+ duration: 500,
+ easing: /* tw-mangle ignore */'ease-out',
+ pseudoElement: '::view-transition-new(root)'
+});"
+`;
+
exports[`js handler common StringLiteral 1`] = `"element.innerHTML = "
count is counter
";"`;
exports[`js handler common StringLiteral with splitQuote false 1`] = `"element.innerHTML = 'count is counter
';"`;
@@ -17,6 +35,10 @@ exports[`js handler eval script case 1`] = `
});"
`;
+exports[`js handler minified js true 1`] = `"const clipPath=[\`circle()\`];document.documentElement.animate({clipPath},{duration:500,easing:"tw-a",pseudoElement:"::view-transition-new(root)"});document.documentElement.animate({clipPath},{duration:500,easing:/* tw-mangle ignore */"ease-out",pseudoElement:"::view-transition-new(root)"});"`;
+
+exports[`js handler minified js with NODE_ENV 1`] = `"const clipPath=[\`circle()\`];document.documentElement.animate({clipPath},{duration:500,easing:"tw-a",pseudoElement:"::view-transition-new(root)"});document.documentElement.animate({clipPath},{duration:500,easing:/* tw-mangle ignore */"ease-out",pseudoElement:"::view-transition-new(root)"});"`;
+
exports[`js handler nextjs server side mangle 1`] = `
""use strict";
diff --git a/packages/core/test/fixtures/comment-ignore.js b/packages/core/test/fixtures/comment-ignore.js
new file mode 100644
index 00000000..8cab2cd6
--- /dev/null
+++ b/packages/core/test/fixtures/comment-ignore.js
@@ -0,0 +1,23 @@
+const clipPath = [`circle()`]
+
+document.documentElement.animate(
+ {
+ clipPath
+ },
+ {
+ duration: 500,
+ easing: 'ease-out',
+ pseudoElement: '::view-transition-new(root)'
+ }
+)
+
+document.documentElement.animate(
+ {
+ clipPath
+ },
+ {
+ duration: 500,
+ easing: /* tw-mangle ignore */ 'ease-out',
+ pseudoElement: '::view-transition-new(root)'
+ }
+)
diff --git a/packages/core/test/js.test.ts b/packages/core/test/js.test.ts
index 17f5e2be..6853987e 100644
--- a/packages/core/test/js.test.ts
+++ b/packages/core/test/js.test.ts
@@ -114,4 +114,39 @@ describe('js handler', () => {
}).code
expect(code).toMatchSnapshot()
})
+
+ it('comment-ignore case', () => {
+ const testCase = getTestCase('comment-ignore.js')
+ const runtimeSet = new Set()
+ runtimeSet.add('ease-out')
+ const code = jsHandler(testCase, {
+ classGenerator,
+ runtimeSet
+ }).code
+ expect(code).toMatchSnapshot()
+ })
+
+ it('minified js true', () => {
+ const testCase = getTestCase('comment-ignore.js')
+ const runtimeSet = new Set()
+ runtimeSet.add('ease-out')
+ const code = jsHandler(testCase, {
+ classGenerator,
+ runtimeSet,
+ minified: true
+ }).code
+ expect(code).toMatchSnapshot()
+ })
+
+ it('minified js with NODE_ENV', () => {
+ process.env.NODE_ENV = 'production'
+ const testCase = getTestCase('comment-ignore.js')
+ const runtimeSet = new Set()
+ runtimeSet.add('ease-out')
+ const code = jsHandler(testCase, {
+ classGenerator,
+ runtimeSet
+ }).code
+ expect(code).toMatchSnapshot()
+ })
})
diff --git a/packages/shared/package.json b/packages/shared/package.json
index bfdb26a4..451b26a0 100644
--- a/packages/shared/package.json
+++ b/packages/shared/package.json
@@ -1,6 +1,6 @@
{
"name": "tailwindcss-mangle-shared",
- "version": "1.2.1",
+ "version": "1.2.2",
"description": "The shared utils of tailwindcss-mangle",
"main": "dist/index.js",
"module": "./dist/index.mjs",
diff --git a/packages/tailwindcss-patch/package.json b/packages/tailwindcss-patch/package.json
index 3a534aa1..4afbfb41 100644
--- a/packages/tailwindcss-patch/package.json
+++ b/packages/tailwindcss-patch/package.json
@@ -1,6 +1,6 @@
{
"name": "tailwindcss-patch",
- "version": "1.2.1",
+ "version": "1.2.2",
"description": "patch tailwindcss for exposing context",
"main": "dist/index.js",
"module": "./dist/index.mjs",
@@ -33,19 +33,19 @@
},
"devDependencies": {
"@types/babel__generator": "^7.6.4",
- "@types/babel__traverse": "^7.18.5",
+ "@types/babel__traverse": "^7.20.1",
"@types/resolve": "^1.20.2",
"@types/semver": "^7.5.0",
"defu": "^6.1.2",
"pkg-types": "^1.0.3",
- "postcss": "^8.4.23",
+ "postcss": "^8.4.24",
"tailwindcss": "^3.3.2"
},
"dependencies": {
- "@babel/generator": "^7.21.5",
- "@babel/parser": "^7.21.8",
- "@babel/traverse": "^7.21.5",
- "@babel/types": "^7.21.5",
+ "@babel/generator": "^7.22.3",
+ "@babel/parser": "^7.22.4",
+ "@babel/traverse": "^7.22.4",
+ "@babel/types": "^7.22.4",
"resolve": "^1.22.2",
"semver": "^7.5.1"
},
diff --git a/packages/unplugin-tailwindcss-mangle/package.json b/packages/unplugin-tailwindcss-mangle/package.json
index 8e1cd8a1..1d94a015 100644
--- a/packages/unplugin-tailwindcss-mangle/package.json
+++ b/packages/unplugin-tailwindcss-mangle/package.json
@@ -1,6 +1,6 @@
{
"name": "unplugin-tailwindcss-mangle",
- "version": "1.2.1",
+ "version": "1.2.2",
"description": "mangle tailwindcss utilities class plugin. support vite and webpack!",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
@@ -82,9 +82,9 @@
"@types/micromatch": "^4.0.2",
"simple-functional-loader": "^1.2.1",
"tailwindcss": "^3.3.2",
- "tslib": "^2.5.1",
- "vite": "^4.3.8",
- "webpack": "^5.83.1"
+ "tslib": "^2.5.3",
+ "vite": "^4.3.9",
+ "webpack": "^5.85.1"
},
"homepage": "https://github.com/sonofmagic/tailwindcss-mangle",
"repository": {
diff --git a/packages/unplugin-tailwindcss-mangle/src/index.ts b/packages/unplugin-tailwindcss-mangle/src/index.ts
index 28a3cfb5..5e0545c8 100644
--- a/packages/unplugin-tailwindcss-mangle/src/index.ts
+++ b/packages/unplugin-tailwindcss-mangle/src/index.ts
@@ -9,6 +9,8 @@ import path from 'path'
import fs from 'fs'
import { getOptions } from './options'
+export { defaultMangleClassFilter } from 'tailwindcss-mangle-shared'
+
// cache map
const outputCachedMap = new Map<
string,
@@ -20,7 +22,7 @@ const outputCachedMap = new Map<
>()
export const unplugin = createUnplugin((options: Options | undefined = {}, meta) => {
- const { classGenerator, getCachedClassSet, isInclude, classMapOutputOptions } = getOptions(options)
+ const { classGenerator, getCachedClassSet, isInclude, classMapOutputOptions, htmlHandlerOptions, jsHandlerOptions, cssHandlerOptions } = getOptions(options)
return {
name: pluginName,
@@ -39,6 +41,7 @@ export const unplugin = createUnplugin((options: Options | undefined = {}, meta)
const [file, asset] = groupedEntries.html[i] as [string, OutputAsset]
if (isInclude(file)) {
asset.source = htmlHandler(asset.source.toString(), {
+ ...htmlHandlerOptions,
classGenerator,
runtimeSet
})
@@ -50,6 +53,7 @@ export const unplugin = createUnplugin((options: Options | undefined = {}, meta)
const [file, chunk] = groupedEntries.js[i] as [string, OutputChunk]
if (isInclude(file)) {
const code = jsHandler(chunk.code, {
+ ...jsHandlerOptions,
runtimeSet,
classGenerator
}).code
@@ -65,6 +69,7 @@ export const unplugin = createUnplugin((options: Options | undefined = {}, meta)
const [file, css] = groupedEntries.css[i] as [string, OutputAsset]
if (isInclude(file)) {
css.source = cssHandler(css.source.toString(), {
+ ...cssHandlerOptions,
classGenerator,
runtimeSet
})
@@ -168,6 +173,7 @@ export const unplugin = createUnplugin((options: Options | undefined = {}, meta)
const [file, asset] = groupedEntries.html[i]
if (isInclude(file)) {
const html = htmlHandler(asset.source().toString(), {
+ ...htmlHandlerOptions,
classGenerator,
runtimeSet
})
@@ -182,6 +188,7 @@ export const unplugin = createUnplugin((options: Options | undefined = {}, meta)
const [file, chunk] = groupedEntries.js[i]
if (isInclude(file)) {
const code = jsHandler(chunk.source().toString(), {
+ ...jsHandlerOptions,
runtimeSet,
classGenerator
}).code
@@ -198,6 +205,7 @@ export const unplugin = createUnplugin((options: Options | undefined = {}, meta)
const [file, css] = groupedEntries.css[i]
if (isInclude(file)) {
const newCss = cssHandler(css.source().toString(), {
+ ...cssHandlerOptions,
classGenerator,
runtimeSet
})
@@ -212,6 +220,7 @@ export const unplugin = createUnplugin((options: Options | undefined = {}, meta)
html.forEach((asset, file) => {
if (isInclude(file)) {
const html = htmlHandler((asset as sources.Source).source().toString(), {
+ ...htmlHandlerOptions,
classGenerator,
runtimeSet
})
@@ -226,6 +235,7 @@ export const unplugin = createUnplugin((options: Options | undefined = {}, meta)
if (isInclude(file)) {
const rawCode = (chunk as sources.Source).source().toString()
const code = jsHandler(rawCode, {
+ ...jsHandlerOptions,
runtimeSet,
classGenerator
}).code
@@ -241,6 +251,7 @@ export const unplugin = createUnplugin((options: Options | undefined = {}, meta)
css.forEach((style, file) => {
if (isInclude(file)) {
const newCss = cssHandler((style as sources.Source).source().toString(), {
+ ...cssHandlerOptions,
classGenerator,
runtimeSet
})
diff --git a/packages/unplugin-tailwindcss-mangle/src/options.ts b/packages/unplugin-tailwindcss-mangle/src/options.ts
index 49471e5b..1ccb0070 100644
--- a/packages/unplugin-tailwindcss-mangle/src/options.ts
+++ b/packages/unplugin-tailwindcss-mangle/src/options.ts
@@ -1,6 +1,7 @@
import type { Options, ClassSetOutputOptions, ClassMapOutputOptions } from './types'
import { TailwindcssPatcher } from 'tailwindcss-patch'
import { ClassGenerator } from 'tailwindcss-mangle-core'
+import type { IHtmlHandlerOptions, IJsHandlerOptions, ICssHandlerOptions } from 'tailwindcss-mangle-core'
import { createGlobMatcher, defaultMangleClassFilter, cacheDump } from './utils'
export function getOptions(options: Options | undefined = {}) {
@@ -59,6 +60,9 @@ export function getOptions(options: Options | undefined = {}) {
isInclude,
classSetOutputOptions,
classMapOutputOptions,
- twPatcher
+ twPatcher,
+ jsHandlerOptions: (options.jsHandlerOptions ?? {}),
+ htmlHandlerOptions: (options.htmlHandlerOptions ?? {}),
+ cssHandlerOptions: (options.cssHandlerOptions ?? {})
}
}
diff --git a/packages/unplugin-tailwindcss-mangle/src/types.ts b/packages/unplugin-tailwindcss-mangle/src/types.ts
index 74214b86..3f867854 100644
--- a/packages/unplugin-tailwindcss-mangle/src/types.ts
+++ b/packages/unplugin-tailwindcss-mangle/src/types.ts
@@ -1,4 +1,9 @@
-import type { ClassGenerator } from 'tailwindcss-mangle-core'
+import type {
+ ClassGenerator,
+ IHtmlHandlerOptions, // as InternalHtmlHandlerOptions,
+ IJsHandlerOptions, // as InternalJsHandlerOptions,
+ ICssHandlerOptions // as InternalCssHandlerOptions
+} from 'tailwindcss-mangle-core'
export interface IClassGeneratorOptions {
reserveClassName?: (string | RegExp)[]
@@ -15,10 +20,6 @@ export interface IHandlerOptions {
classGenerator: ClassGenerator
}
-export interface ICssHandlerOptions extends IHandlerOptions {
- scene?: 'loader' | 'process'
-}
-
export interface ClassSetOutputOptions {
filename: string
dir?: string
@@ -36,4 +37,7 @@ export interface Options {
include?: string[]
classSetOutput?: boolean | ClassSetOutputOptions
classMapOutput?: boolean | ClassMapOutputOptions
+ htmlHandlerOptions?: IHtmlHandlerOptions
+ jsHandlerOptions?: IJsHandlerOptions
+ cssHandlerOptions?: ICssHandlerOptions
}
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 445de575..3b54a6be 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -5,11 +5,11 @@ importers:
.:
devDependencies:
'@icebreakers/eslint-config-ts':
- specifier: ^1.0.4
- version: 1.0.4(eslint@8.40.0)(jest@29.5.0)(prettier@2.8.8)(typescript@5.0.4)
+ specifier: ^1.1.0
+ version: 1.1.0(eslint@8.42.0)(jest@29.5.0)(prettier@2.8.8)(typescript@5.1.3)
'@icebreakers/rollup':
specifier: ^0.4.0
- version: 0.4.0(rollup@3.22.0)(typescript@5.0.4)
+ version: 0.4.0(rollup@3.23.1)(typescript@5.1.3)
'@icebreakers/tsconfig':
specifier: ^0.0.6
version: 0.0.6
@@ -17,23 +17,23 @@ importers:
specifier: ^1.0.2
version: 1.0.2
'@types/jest':
- specifier: ^29.5.1
- version: 29.5.1
+ specifier: ^29.5.2
+ version: 29.5.2
'@types/node':
- specifier: ^20.2.1
- version: 20.2.1
+ specifier: ^20.2.5
+ version: 20.2.5
bumpp:
- specifier: ^9.1.0
- version: 9.1.0
+ specifier: ^9.1.1
+ version: 9.1.1
cross-env:
specifier: ^7.0.3
version: 7.0.3
eslint:
- specifier: ^8.40.0
- version: 8.40.0
+ specifier: ^8.42.0
+ version: 8.42.0
jest:
specifier: ^29.5.0
- version: 29.5.0(@types/node@20.2.1)(ts-node@10.9.1)
+ version: 29.5.0(@types/node@20.2.5)(ts-node@10.9.1)
only-allow:
specifier: ^1.1.1
version: 1.1.1
@@ -41,8 +41,8 @@ importers:
specifier: ^2.8.8
version: 2.8.8
rollup:
- specifier: ^3.22.0
- version: 3.22.0
+ specifier: ^3.23.1
+ version: 3.23.1
tailwindcss-mangle-core:
specifier: workspace:*
version: link:packages/core
@@ -54,13 +54,13 @@ importers:
version: link:packages/tailwindcss-patch
ts-jest:
specifier: ^29.1.0
- version: 29.1.0(@babel/core@7.21.8)(jest@29.5.0)(typescript@5.0.4)
+ version: 29.1.0(@babel/core@7.22.1)(jest@29.5.0)(typescript@5.1.3)
ts-node:
specifier: ^10.9.1
- version: 10.9.1(@types/node@20.2.1)(typescript@5.0.4)
+ version: 10.9.1(@types/node@20.2.5)(typescript@5.1.3)
typescript:
- specifier: ^5.0.4
- version: 5.0.4
+ specifier: ^5.1.3
+ version: 5.1.3
unplugin-tailwindcss-mangle:
specifier: workspace:*
version: link:packages/unplugin-tailwindcss-mangle
@@ -68,29 +68,29 @@ importers:
apps/next-app:
dependencies:
'@types/node':
- specifier: 20.2.1
- version: 20.2.1
+ specifier: 20.2.5
+ version: 20.2.5
'@types/react':
- specifier: 18.2.6
- version: 18.2.6
+ specifier: 18.2.8
+ version: 18.2.8
'@types/react-dom':
specifier: 18.2.4
version: 18.2.4
autoprefixer:
specifier: 10.4.14
- version: 10.4.14(postcss@8.4.23)
+ version: 10.4.14(postcss@8.4.24)
eslint:
- specifier: 8.40.0
- version: 8.40.0
+ specifier: 8.42.0
+ version: 8.42.0
eslint-config-next:
- specifier: 13.4.2
- version: 13.4.2(eslint@8.40.0)(typescript@5.0.4)
+ specifier: 13.4.4
+ version: 13.4.4(eslint@8.42.0)(typescript@5.1.3)
next:
- specifier: 13.4.2
- version: 13.4.2(@babel/core@7.21.8)(react-dom@18.2.0)(react@18.2.0)
+ specifier: 13.4.4
+ version: 13.4.4(@babel/core@7.22.1)(react-dom@18.2.0)(react@18.2.0)
postcss:
- specifier: 8.4.23
- version: 8.4.23
+ specifier: 8.4.24
+ version: 8.4.24
react:
specifier: 18.2.0
version: 18.2.0
@@ -101,8 +101,8 @@ importers:
specifier: 3.3.2
version: 3.3.2(ts-node@10.9.1)
typescript:
- specifier: 5.0.4
- version: 5.0.4
+ specifier: 5.1.3
+ version: 5.1.3
devDependencies:
tailwindcss-patch:
specifier: workspace:*
@@ -114,17 +114,17 @@ importers:
apps/nuxt-app:
devDependencies:
'@types/node':
- specifier: ^20.2.1
- version: 20.2.1
+ specifier: ^20.2.5
+ version: 20.2.5
autoprefixer:
specifier: ^10.4.14
- version: 10.4.14(postcss@8.4.23)
+ version: 10.4.14(postcss@8.4.24)
nuxt:
- specifier: ^3.5.0
- version: 3.5.0(@types/node@20.2.1)(eslint@8.40.0)(rollup@3.22.0)(typescript@5.0.4)
+ specifier: ^3.5.3
+ version: 3.5.3(@types/node@20.2.5)(eslint@8.42.0)(rollup@3.23.1)(typescript@5.1.3)
postcss:
- specifier: ^8.4.23
- version: 8.4.23
+ specifier: ^8.4.24
+ version: 8.4.24
tailwindcss:
specifier: ^3.3.2
version: 3.3.2(ts-node@10.9.1)
@@ -138,14 +138,14 @@ importers:
apps/remix-app:
dependencies:
'@remix-run/node':
- specifier: ^1.16.1
- version: 1.16.1
+ specifier: ^1.17.0
+ version: 1.17.0
'@remix-run/react':
- specifier: ^1.16.1
- version: 1.16.1(react-dom@18.2.0)(react@18.2.0)
+ specifier: ^1.17.0
+ version: 1.17.0(react-dom@18.2.0)(react@18.2.0)
'@remix-run/serve':
- specifier: ^1.16.1
- version: 1.16.1
+ specifier: ^1.17.0
+ version: 1.17.0
isbot:
specifier: ^3.6.8
version: 3.6.10
@@ -157,20 +157,20 @@ importers:
version: 18.2.0(react@18.2.0)
devDependencies:
'@remix-run/dev':
- specifier: ^1.16.1
- version: 1.16.1(@remix-run/serve@1.16.1)(@types/node@20.2.1)(ts-node@10.9.1)
+ specifier: ^1.17.0
+ version: 1.17.0(@remix-run/serve@1.17.0)(@types/node@20.2.5)(ts-node@10.9.1)
'@remix-run/eslint-config':
- specifier: ^1.16.1
- version: 1.16.1(eslint@8.40.0)(jest@29.5.0)(react@18.2.0)(typescript@5.0.4)
+ specifier: ^1.17.0
+ version: 1.17.0(eslint@8.42.0)(jest@29.5.0)(react@18.2.0)(typescript@5.1.3)
'@types/react':
- specifier: ^18.2.6
- version: 18.2.6
+ specifier: ^18.2.8
+ version: 18.2.8
'@types/react-dom':
specifier: ^18.2.4
version: 18.2.4
eslint:
- specifier: ^8.40.0
- version: 8.40.0
+ specifier: ^8.42.0
+ version: 8.42.0
tailwindcss:
specifier: ^3.3.2
version: 3.3.2(ts-node@10.9.1)
@@ -178,8 +178,8 @@ importers:
specifier: workspace:*
version: link:../../packages/tailwindcss-patch
typescript:
- specifier: ^5.0.4
- version: 5.0.4
+ specifier: ^5.1.3
+ version: 5.1.3
unplugin-tailwindcss-mangle:
specifier: workspace:*
version: link:../../packages/unplugin-tailwindcss-mangle
@@ -187,15 +187,15 @@ importers:
apps/solid-app:
dependencies:
solid-js:
- specifier: ^1.7.5
- version: 1.7.5
+ specifier: ^1.7.6
+ version: 1.7.6
devDependencies:
autoprefixer:
specifier: ^10.4.14
- version: 10.4.14(postcss@8.4.23)
+ version: 10.4.14(postcss@8.4.24)
postcss:
- specifier: ^8.4.23
- version: 8.4.23
+ specifier: ^8.4.24
+ version: 8.4.24
tailwindcss:
specifier: ^3.3.2
version: 3.3.2(ts-node@10.9.1)
@@ -203,30 +203,30 @@ importers:
specifier: workspace:*
version: link:../../packages/tailwindcss-patch
typescript:
- specifier: ^5.0.4
- version: 5.0.4
+ specifier: ^5.1.3
+ version: 5.1.3
unplugin-tailwindcss-mangle:
specifier: workspace:*
version: link:../../packages/unplugin-tailwindcss-mangle
vite:
- specifier: ^4.3.8
- version: 4.3.8(@types/node@20.2.1)
+ specifier: ^4.3.9
+ version: 4.3.9(@types/node@20.2.5)
vite-plugin-solid:
specifier: ^2.5.0
- version: 2.7.0(solid-js@1.7.5)(vite@4.3.8)
+ version: 2.7.0(solid-js@1.7.6)(vite@4.3.9)
apps/vite-lit:
dependencies:
lit:
- specifier: ^2.7.4
- version: 2.7.4
+ specifier: ^2.7.5
+ version: 2.7.5
devDependencies:
autoprefixer:
specifier: ^10.4.14
- version: 10.4.14(postcss@8.4.23)
+ version: 10.4.14(postcss@8.4.24)
postcss:
- specifier: ^8.4.23
- version: 8.4.23
+ specifier: ^8.4.24
+ version: 8.4.24
tailwindcss:
specifier: ^3.3.2
version: 3.3.2(ts-node@10.9.1)
@@ -234,14 +234,14 @@ importers:
specifier: workspace:*
version: link:../../packages/tailwindcss-patch
typescript:
- specifier: ^5.0.4
- version: 5.0.4
+ specifier: ^5.1.3
+ version: 5.1.3
unplugin-tailwindcss-mangle:
specifier: workspace:*
version: link:../../packages/unplugin-tailwindcss-mangle
vite:
- specifier: ^4.3.8
- version: 4.3.8(@types/node@20.2.1)
+ specifier: ^4.3.9
+ version: 4.3.9(@types/node@20.2.5)
apps/vite-react:
dependencies:
@@ -253,20 +253,20 @@ importers:
version: 18.2.0(react@18.2.0)
devDependencies:
'@types/react':
- specifier: ^18.2.6
- version: 18.2.6
+ specifier: ^18.2.8
+ version: 18.2.8
'@types/react-dom':
specifier: ^18.2.4
version: 18.2.4
'@vitejs/plugin-react':
specifier: ^4.0.0
- version: 4.0.0(vite@4.3.8)
+ version: 4.0.0(vite@4.3.9)
autoprefixer:
specifier: ^10.4.14
- version: 10.4.14(postcss@8.4.23)
+ version: 10.4.14(postcss@8.4.24)
postcss:
- specifier: ^8.4.23
- version: 8.4.23
+ specifier: ^8.4.24
+ version: 8.4.24
tailwindcss:
specifier: ^3.3.2
version: 3.3.2(ts-node@10.9.1)
@@ -274,35 +274,35 @@ importers:
specifier: workspace:*
version: link:../../packages/tailwindcss-patch
typescript:
- specifier: ^5.0.4
- version: 5.0.4
+ specifier: ^5.1.3
+ version: 5.1.3
unplugin-tailwindcss-mangle:
specifier: workspace:*
version: link:../../packages/unplugin-tailwindcss-mangle
vite:
- specifier: ^4.3.8
- version: 4.3.8(@types/node@20.2.1)
+ specifier: ^4.3.9
+ version: 4.3.9(@types/node@20.2.5)
apps/vite-svelte:
devDependencies:
'@sveltejs/vite-plugin-svelte':
- specifier: ^2.2.0
- version: 2.2.0(svelte@3.59.1)(vite@4.3.8)
+ specifier: ^2.4.1
+ version: 2.4.1(svelte@3.59.1)(vite@4.3.9)
'@tsconfig/svelte':
specifier: ^4.0.1
version: 4.0.1
autoprefixer:
specifier: ^10.4.14
- version: 10.4.14(postcss@8.4.23)
+ version: 10.4.14(postcss@8.4.24)
postcss:
- specifier: ^8.4.23
- version: 8.4.23
+ specifier: ^8.4.24
+ version: 8.4.24
svelte:
specifier: ^3.59.1
version: 3.59.1
svelte-check:
- specifier: ^3.3.2
- version: 3.3.2(@babel/core@7.21.8)(postcss@8.4.23)(svelte@3.59.1)
+ specifier: ^3.4.3
+ version: 3.4.3(@babel/core@7.22.1)(postcss@8.4.24)(svelte@3.59.1)
tailwindcss:
specifier: ^3.3.2
version: 3.3.2(ts-node@10.9.1)
@@ -310,26 +310,26 @@ importers:
specifier: workspace:*
version: link:../../packages/tailwindcss-patch
tslib:
- specifier: ^2.5.1
- version: 2.5.1
+ specifier: ^2.5.3
+ version: 2.5.3
typescript:
- specifier: ^5.0.4
- version: 5.0.4
+ specifier: ^5.1.3
+ version: 5.1.3
unplugin-tailwindcss-mangle:
specifier: workspace:*
version: link:../../packages/unplugin-tailwindcss-mangle
vite:
- specifier: ^4.3.8
- version: 4.3.8(@types/node@20.2.1)
+ specifier: ^4.3.9
+ version: 4.3.9(@types/node@20.2.5)
apps/vite-vanilla:
devDependencies:
autoprefixer:
specifier: ^10.4.14
- version: 10.4.14(postcss@8.4.23)
+ version: 10.4.14(postcss@8.4.24)
postcss:
- specifier: ^8.4.23
- version: 8.4.23
+ specifier: ^8.4.24
+ version: 8.4.24
tailwindcss:
specifier: ^3.3.2
version: 3.3.2(ts-node@10.9.1)
@@ -337,14 +337,14 @@ importers:
specifier: workspace:*
version: link:../../packages/tailwindcss-patch
typescript:
- specifier: ^5.0.4
- version: 5.0.4
+ specifier: ^5.1.3
+ version: 5.1.3
unplugin-tailwindcss-mangle:
specifier: workspace:*
version: link:../../packages/unplugin-tailwindcss-mangle
vite:
- specifier: ^4.3.8
- version: 4.3.8(@types/node@20.2.1)
+ specifier: ^4.3.9
+ version: 4.3.9(@types/node@20.2.5)
apps/vite-vue:
dependencies:
@@ -354,13 +354,13 @@ importers:
devDependencies:
'@vitejs/plugin-vue':
specifier: ^4.2.3
- version: 4.2.3(vite@4.3.8)(vue@3.3.4)
+ version: 4.2.3(vite@4.3.9)(vue@3.3.4)
autoprefixer:
specifier: ^10.4.14
- version: 10.4.14(postcss@8.4.23)
+ version: 10.4.14(postcss@8.4.24)
postcss:
- specifier: ^8.4.23
- version: 8.4.23
+ specifier: ^8.4.24
+ version: 8.4.24
tailwindcss:
specifier: ^3.3.2
version: 3.3.2(ts-node@10.9.1)
@@ -368,17 +368,17 @@ importers:
specifier: workspace:*
version: link:../../packages/tailwindcss-patch
typescript:
- specifier: ^5.0.4
- version: 5.0.4
+ specifier: ^5.1.3
+ version: 5.1.3
unplugin-tailwindcss-mangle:
specifier: workspace:*
version: link:../../packages/unplugin-tailwindcss-mangle
vite:
- specifier: ^4.3.8
- version: 4.3.8(@types/node@20.2.1)
+ specifier: ^4.3.9
+ version: 4.3.9(@types/node@20.2.5)
vue-tsc:
specifier: ^1.6.5
- version: 1.6.5(typescript@5.0.4)
+ version: 1.6.5(typescript@5.1.3)
apps/webpack5-vue3:
dependencies:
@@ -389,63 +389,63 @@ importers:
specifier: ^3.3.4
version: 3.3.4
vue-router:
- specifier: ^4.2.0
- version: 4.2.0(vue@3.3.4)
+ specifier: ^4.2.2
+ version: 4.2.2(vue@3.3.4)
devDependencies:
'@typescript-eslint/eslint-plugin':
- specifier: ^5.59.6
- version: 5.59.6(@typescript-eslint/parser@5.59.6)(eslint@8.40.0)(typescript@5.0.4)
+ specifier: ^5.59.9
+ version: 5.59.9(@typescript-eslint/parser@5.59.9)(eslint@8.42.0)(typescript@5.1.3)
'@typescript-eslint/parser':
- specifier: ^5.59.6
- version: 5.59.6(eslint@8.40.0)(typescript@5.0.4)
+ specifier: ^5.59.9
+ version: 5.59.9(eslint@8.42.0)(typescript@5.1.3)
'@vue/cli-plugin-babel':
specifier: ~5.0.0
version: 5.0.8(@vue/cli-service@5.0.8)(core-js@3.30.2)(vue@3.3.4)
'@vue/cli-plugin-eslint':
specifier: ~5.0.0
- version: 5.0.8(@vue/cli-service@5.0.8)(eslint@8.40.0)
+ version: 5.0.8(@vue/cli-service@5.0.8)(eslint@8.42.0)
'@vue/cli-plugin-router':
specifier: ~5.0.0
version: 5.0.8(@vue/cli-service@5.0.8)
'@vue/cli-plugin-typescript':
specifier: ~5.0.0
- version: 5.0.8(@vue/cli-service@5.0.8)(eslint@8.40.0)(typescript@5.0.4)(vue@3.3.4)
+ version: 5.0.8(@vue/cli-service@5.0.8)(eslint@8.42.0)(typescript@5.1.3)(vue@3.3.4)
'@vue/cli-service':
specifier: ~5.0.0
- version: 5.0.8(@babel/core@7.21.8)(sass-loader@13.2.2)(vue@3.3.4)
+ version: 5.0.8(@babel/core@7.22.1)(sass-loader@13.3.1)(vue@3.3.4)
'@vue/eslint-config-standard':
specifier: ^8.0.1
- version: 8.0.1(@typescript-eslint/parser@5.59.6)(eslint-plugin-vue@9.13.0)(eslint@8.40.0)
+ version: 8.0.1(@typescript-eslint/parser@5.59.9)(eslint-plugin-vue@9.14.1)(eslint@8.42.0)
'@vue/eslint-config-typescript':
specifier: ^11.0.3
- version: 11.0.3(eslint-plugin-vue@9.13.0)(eslint@8.40.0)(typescript@5.0.4)
+ version: 11.0.3(eslint-plugin-vue@9.14.1)(eslint@8.42.0)(typescript@5.1.3)
autoprefixer:
specifier: ^10.4.14
- version: 10.4.14(postcss@8.4.23)
+ version: 10.4.14(postcss@8.4.24)
eslint:
- specifier: ^8.40.0
- version: 8.40.0
+ specifier: ^8.42.0
+ version: 8.42.0
eslint-plugin-import:
specifier: ^2.27.5
- version: 2.27.5(@typescript-eslint/parser@5.59.6)(eslint-import-resolver-typescript@3.5.5)(eslint@8.40.0)
+ version: 2.27.5(@typescript-eslint/parser@5.59.9)(eslint-import-resolver-typescript@3.5.5)(eslint@8.42.0)
eslint-plugin-node:
specifier: ^11.1.0
- version: 11.1.0(eslint@8.40.0)
+ version: 11.1.0(eslint@8.42.0)
eslint-plugin-promise:
specifier: ^6.1.1
- version: 6.1.1(eslint@8.40.0)
+ version: 6.1.1(eslint@8.42.0)
eslint-plugin-vue:
- specifier: ^9.13.0
- version: 9.13.0(eslint@8.40.0)
+ specifier: ^9.14.1
+ version: 9.14.1(eslint@8.42.0)
postcss:
- specifier: ^8.4.23
- version: 8.4.23
+ specifier: ^8.4.24
+ version: 8.4.24
sass:
specifier: ^1.62.1
version: 1.62.1
sass-loader:
- specifier: ^13.2.2
- version: 13.2.2(sass@1.62.1)(webpack@5.83.1)
+ specifier: ^13.3.1
+ version: 13.3.1(sass@1.62.1)(webpack@5.85.1)
tailwindcss:
specifier: ^3.3.2
version: 3.3.2(ts-node@10.9.1)
@@ -453,8 +453,8 @@ importers:
specifier: workspace:*
version: link:../../packages/tailwindcss-patch
typescript:
- specifier: ~5.0.4
- version: 5.0.4
+ specifier: ~5.1.3
+ version: 5.1.3
unplugin-tailwindcss-mangle:
specifier: workspace:*
version: link:../../packages/unplugin-tailwindcss-mangle
@@ -462,17 +462,17 @@ importers:
packages/core:
dependencies:
'@babel/core':
- specifier: ^7.21.8
- version: 7.21.8
+ specifier: ^7.22.1
+ version: 7.22.1
'@babel/types':
- specifier: ^7.21.5
- version: 7.21.5
+ specifier: ^7.22.4
+ version: 7.22.4
parse5:
specifier: ^7.1.2
version: 7.1.2
postcss:
- specifier: ^8.4.23
- version: 8.4.23
+ specifier: ^8.4.24
+ version: 8.4.24
postcss-selector-parser:
specifier: ^6.0.13
version: 6.0.13
@@ -484,28 +484,28 @@ importers:
specifier: ^0.1.0
version: 0.1.0
'@types/babel__core':
- specifier: ^7.20.0
- version: 7.20.0
+ specifier: ^7.20.1
+ version: 7.20.1
tslib:
- specifier: ^2.5.1
- version: 2.5.1
+ specifier: ^2.5.3
+ version: 2.5.3
packages/shared: {}
packages/tailwindcss-patch:
dependencies:
'@babel/generator':
- specifier: ^7.21.5
- version: 7.21.5
+ specifier: ^7.22.3
+ version: 7.22.3
'@babel/parser':
- specifier: ^7.21.8
- version: 7.21.8
+ specifier: ^7.22.4
+ version: 7.22.4
'@babel/traverse':
- specifier: ^7.21.5
- version: 7.21.5
+ specifier: ^7.22.4
+ version: 7.22.4
'@babel/types':
- specifier: ^7.21.5
- version: 7.21.5
+ specifier: ^7.22.4
+ version: 7.22.4
resolve:
specifier: ^1.22.2
version: 1.22.2
@@ -517,8 +517,8 @@ importers:
specifier: ^7.6.4
version: 7.6.4
'@types/babel__traverse':
- specifier: ^7.18.5
- version: 7.18.5
+ specifier: ^7.20.1
+ version: 7.20.1
'@types/resolve':
specifier: ^1.20.2
version: 1.20.2
@@ -532,8 +532,8 @@ importers:
specifier: ^1.0.3
version: 1.0.3
postcss:
- specifier: ^8.4.23
- version: 8.4.23
+ specifier: ^8.4.24
+ version: 8.4.24
tailwindcss:
specifier: ^3.3.2
version: 3.3.2(ts-node@10.9.1)
@@ -566,14 +566,14 @@ importers:
specifier: ^3.3.2
version: 3.3.2(ts-node@10.9.1)
tslib:
- specifier: ^2.5.1
- version: 2.5.1
+ specifier: ^2.5.3
+ version: 2.5.3
vite:
- specifier: ^4.3.8
- version: 4.3.8(@types/node@20.2.1)
+ specifier: ^4.3.9
+ version: 4.3.9(@types/node@20.2.5)
webpack:
- specifier: ^5.83.1
- version: 5.83.1
+ specifier: ^5.85.1
+ version: 5.85.1
packages:
@@ -606,6 +606,11 @@ packages:
/@babel/compat-data@7.21.7:
resolution: {integrity: sha512-KYMqFYTaenzMK4yUtf4EW9wc4N9ef80FsbMtkwool5zpwl4YrT1SdWYSTRcT94KO4hannogdS+LxY7L+arP3gA==}
engines: {node: '>=6.9.0'}
+ dev: true
+
+ /@babel/compat-data@7.22.3:
+ resolution: {integrity: sha512-aNtko9OPOwVESUFp3MZfD8Uzxl7JzSeJpd7npIoxCasU37PFbAQRpKglkaKwlHOyeJdrREpo8TW8ldrkYWwvIQ==}
+ engines: {node: '>=6.9.0'}
/@babel/core@7.21.4:
resolution: {integrity: sha512-qt/YV149Jman/6AfmlxJ04LMIu8bMoyl3RB91yTFrxQmgbrSvQMy7cI8Q62FHx1t8wJ8B5fu0UDoLwHAhUo1QA==}
@@ -613,14 +618,14 @@ packages:
dependencies:
'@ampproject/remapping': 2.2.1
'@babel/code-frame': 7.21.4
- '@babel/generator': 7.21.5
+ '@babel/generator': 7.22.3
'@babel/helper-compilation-targets': 7.21.5(@babel/core@7.21.4)
'@babel/helper-module-transforms': 7.21.5
'@babel/helpers': 7.21.5
- '@babel/parser': 7.21.8
+ '@babel/parser': 7.22.4
'@babel/template': 7.20.7
- '@babel/traverse': 7.21.5
- '@babel/types': 7.21.5
+ '@babel/traverse': 7.22.4
+ '@babel/types': 7.22.4
convert-source-map: 1.9.0
debug: 4.3.4
gensync: 1.0.0-beta.2
@@ -630,20 +635,20 @@ packages:
- supports-color
dev: true
- /@babel/core@7.21.8:
- resolution: {integrity: sha512-YeM22Sondbo523Sz0+CirSPnbj9bG3P0CdHcBZdqUuaeOaYEFbOLoGU7lebvGP6P5J/WE9wOn7u7C4J9HvS1xQ==}
+ /@babel/core@7.22.1:
+ resolution: {integrity: sha512-Hkqu7J4ynysSXxmAahpN1jjRwVJ+NdpraFLIWflgjpVob3KNyK3/tIUc7Q7szed8WMp0JNa7Qtd1E9Oo22F9gA==}
engines: {node: '>=6.9.0'}
dependencies:
'@ampproject/remapping': 2.2.1
'@babel/code-frame': 7.21.4
- '@babel/generator': 7.21.5
- '@babel/helper-compilation-targets': 7.21.5(@babel/core@7.21.8)
- '@babel/helper-module-transforms': 7.21.5
- '@babel/helpers': 7.21.5
- '@babel/parser': 7.21.8
- '@babel/template': 7.20.7
- '@babel/traverse': 7.21.5
- '@babel/types': 7.21.5
+ '@babel/generator': 7.22.3
+ '@babel/helper-compilation-targets': 7.22.1(@babel/core@7.22.1)
+ '@babel/helper-module-transforms': 7.22.1
+ '@babel/helpers': 7.22.3
+ '@babel/parser': 7.22.4
+ '@babel/template': 7.21.9
+ '@babel/traverse': 7.22.4
+ '@babel/types': 7.22.4
convert-source-map: 1.9.0
debug: 4.3.4
gensync: 1.0.0-beta.2
@@ -652,25 +657,25 @@ packages:
transitivePeerDependencies:
- supports-color
- /@babel/eslint-parser@7.21.8(@babel/core@7.21.8)(eslint@8.40.0):
+ /@babel/eslint-parser@7.21.8(@babel/core@7.22.1)(eslint@8.42.0):
resolution: {integrity: sha512-HLhI+2q+BP3sf78mFUZNCGc10KEmoUqtUT1OCdMZsN+qr4qFeLUod62/zAnF3jNQstwyasDkZnVXwfK2Bml7MQ==}
engines: {node: ^10.13.0 || ^12.13.0 || >=14.0.0}
peerDependencies:
'@babel/core': '>=7.11.0'
eslint: ^7.5.0 || ^8.0.0
dependencies:
- '@babel/core': 7.21.8
+ '@babel/core': 7.22.1
'@nicolo-ribaudo/eslint-scope-5-internals': 5.1.1-v1
- eslint: 8.40.0
+ eslint: 8.42.0
eslint-visitor-keys: 2.1.0
semver: 6.3.0
dev: true
- /@babel/generator@7.21.5:
- resolution: {integrity: sha512-SrKK/sRv8GesIW1bDagf9cCG38IOMYZusoe1dfg0D8aiUe3Amvoj1QtjTPAWcfrZFvIwlleLb0gxzQidL9w14w==}
+ /@babel/generator@7.22.3:
+ resolution: {integrity: sha512-C17MW4wlk//ES/CJDL51kPNwl+qiBQyN7b9SKyVp11BLGFeSPoVaHrv+MNt8jwQFhQWowW88z1eeBx3pFz9v8A==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.21.5
+ '@babel/types': 7.22.4
'@jridgewell/gen-mapping': 0.3.3
'@jridgewell/trace-mapping': 0.3.18
jsesc: 2.5.2
@@ -679,7 +684,7 @@ packages:
resolution: {integrity: sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.21.5
+ '@babel/types': 7.22.4
dev: true
/@babel/helper-builder-binary-assignment-operator-visitor@7.18.9:
@@ -687,17 +692,17 @@ packages:
engines: {node: '>=6.9.0'}
dependencies:
'@babel/helper-explode-assignable-expression': 7.18.6
- '@babel/types': 7.21.5
+ '@babel/types': 7.22.4
dev: true
- /@babel/helper-compilation-targets@7.21.4(@babel/core@7.21.8):
+ /@babel/helper-compilation-targets@7.21.4(@babel/core@7.22.1):
resolution: {integrity: sha512-Fa0tTuOXZ1iL8IeDFUWCzjZcn+sJGd9RZdH9esYVjEejGmzf+FFYQpMi/kZUk2kPy/q1H3/GPw7np8qar/stfg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
dependencies:
'@babel/compat-data': 7.21.7
- '@babel/core': 7.21.8
+ '@babel/core': 7.22.1
'@babel/helper-validator-option': 7.21.0
browserslist: 4.21.5
lru-cache: 5.1.1
@@ -713,50 +718,45 @@ packages:
'@babel/compat-data': 7.21.7
'@babel/core': 7.21.4
'@babel/helper-validator-option': 7.21.0
- browserslist: 4.21.5
+ browserslist: 4.21.7
lru-cache: 5.1.1
semver: 6.3.0
dev: true
- /@babel/helper-compilation-targets@7.21.5(@babel/core@7.21.8):
+ /@babel/helper-compilation-targets@7.21.5(@babel/core@7.22.1):
resolution: {integrity: sha512-1RkbFGUKex4lvsB9yhIfWltJM5cZKUftB2eNajaDv3dCMEp49iBG0K14uH8NnX9IPux2+mK7JGEOB0jn48/J6w==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
dependencies:
'@babel/compat-data': 7.21.7
- '@babel/core': 7.21.8
+ '@babel/core': 7.22.1
'@babel/helper-validator-option': 7.21.0
- browserslist: 4.21.5
+ browserslist: 4.21.7
lru-cache: 5.1.1
semver: 6.3.0
+ dev: true
- /@babel/helper-create-class-features-plugin@7.21.4(@babel/core@7.21.4):
- resolution: {integrity: sha512-46QrX2CQlaFRF4TkwfTt6nJD7IHq8539cCL7SDpqWSDeJKY1xylKKY5F/33mJhLZ3mFvKv2gGrVS6NkyF6qs+Q==}
+ /@babel/helper-compilation-targets@7.22.1(@babel/core@7.22.1):
+ resolution: {integrity: sha512-Rqx13UM3yVB5q0D/KwQ8+SPfX/+Rnsy1Lw1k/UwOC4KC6qrzIQoY3lYnBu5EHKBlEHHcj0M0W8ltPSkD8rqfsQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
dependencies:
- '@babel/core': 7.21.4
- '@babel/helper-annotate-as-pure': 7.18.6
- '@babel/helper-environment-visitor': 7.21.5
- '@babel/helper-function-name': 7.21.0
- '@babel/helper-member-expression-to-functions': 7.21.0
- '@babel/helper-optimise-call-expression': 7.18.6
- '@babel/helper-replace-supers': 7.20.7
- '@babel/helper-skip-transparent-expression-wrappers': 7.20.0
- '@babel/helper-split-export-declaration': 7.18.6
- transitivePeerDependencies:
- - supports-color
- dev: true
+ '@babel/compat-data': 7.22.3
+ '@babel/core': 7.22.1
+ '@babel/helper-validator-option': 7.21.0
+ browserslist: 4.21.7
+ lru-cache: 5.1.1
+ semver: 6.3.0
- /@babel/helper-create-class-features-plugin@7.21.4(@babel/core@7.21.8):
+ /@babel/helper-create-class-features-plugin@7.21.4(@babel/core@7.21.4):
resolution: {integrity: sha512-46QrX2CQlaFRF4TkwfTt6nJD7IHq8539cCL7SDpqWSDeJKY1xylKKY5F/33mJhLZ3mFvKv2gGrVS6NkyF6qs+Q==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
dependencies:
- '@babel/core': 7.21.8
+ '@babel/core': 7.21.4
'@babel/helper-annotate-as-pure': 7.18.6
'@babel/helper-environment-visitor': 7.21.5
'@babel/helper-function-name': 7.21.0
@@ -769,19 +769,19 @@ packages:
- supports-color
dev: true
- /@babel/helper-create-class-features-plugin@7.21.8(@babel/core@7.21.8):
- resolution: {integrity: sha512-+THiN8MqiH2AczyuZrnrKL6cAxFRRQDKW9h1YkBvbgKmAm6mwiacig1qT73DHIWMGo40GRnsEfN3LA+E6NtmSw==}
+ /@babel/helper-create-class-features-plugin@7.22.1(@babel/core@7.22.1):
+ resolution: {integrity: sha512-SowrZ9BWzYFgzUMwUmowbPSGu6CXL5MSuuCkG3bejahSpSymioPmuLdhPxNOc9MjuNGjy7M/HaXvJ8G82Lywlw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
dependencies:
- '@babel/core': 7.21.8
+ '@babel/core': 7.22.1
'@babel/helper-annotate-as-pure': 7.18.6
- '@babel/helper-environment-visitor': 7.21.5
+ '@babel/helper-environment-visitor': 7.22.1
'@babel/helper-function-name': 7.21.0
- '@babel/helper-member-expression-to-functions': 7.21.5
+ '@babel/helper-member-expression-to-functions': 7.22.3
'@babel/helper-optimise-call-expression': 7.18.6
- '@babel/helper-replace-supers': 7.21.5
+ '@babel/helper-replace-supers': 7.22.1
'@babel/helper-skip-transparent-expression-wrappers': 7.20.0
'@babel/helper-split-export-declaration': 7.18.6
semver: 6.3.0
@@ -800,15 +800,27 @@ packages:
regexpu-core: 5.3.2
dev: true
- /@babel/helper-create-regexp-features-plugin@7.21.4(@babel/core@7.21.8):
+ /@babel/helper-create-regexp-features-plugin@7.21.4(@babel/core@7.22.1):
resolution: {integrity: sha512-M00OuhU+0GyZ5iBBN9czjugzWrEq2vDpf/zCYHxxf93ul/Q5rv+a5h+/+0WnI1AebHNVtl5bFV0qsJoH23DbfA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
dependencies:
- '@babel/core': 7.21.8
+ '@babel/core': 7.22.1
+ '@babel/helper-annotate-as-pure': 7.18.6
+ regexpu-core: 5.3.2
+ dev: true
+
+ /@babel/helper-create-regexp-features-plugin@7.22.1(@babel/core@7.22.1):
+ resolution: {integrity: sha512-WWjdnfR3LPIe+0EY8td7WmjhytxXtjKAEpnAxun/hkNiyOaPlvGK+NZaBFIdi9ndYV3Gav7BpFvtUwnaJlwi1w==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0
+ dependencies:
+ '@babel/core': 7.22.1
'@babel/helper-annotate-as-pure': 7.18.6
regexpu-core: 5.3.2
+ semver: 6.3.0
dev: true
/@babel/helper-define-polyfill-provider@0.3.3(@babel/core@7.21.4):
@@ -827,14 +839,14 @@ packages:
- supports-color
dev: true
- /@babel/helper-define-polyfill-provider@0.3.3(@babel/core@7.21.8):
- resolution: {integrity: sha512-z5aQKU4IzbqCC1XH0nAqfsFLMVSo22SBKUc0BxGrLkolTdPTructy0ToNnlO2zA4j9Q/7pjMZf0DSY+DSTYzww==}
+ /@babel/helper-define-polyfill-provider@0.4.0(@babel/core@7.22.1):
+ resolution: {integrity: sha512-RnanLx5ETe6aybRi1cO/edaRH+bNYWaryCEmjDDYyNr4wnSzyOp8T0dWipmqVHKEY3AbVKUom50AKSlj1zmKbg==}
peerDependencies:
'@babel/core': ^7.4.0-0
dependencies:
- '@babel/core': 7.21.8
- '@babel/helper-compilation-targets': 7.21.5(@babel/core@7.21.8)
- '@babel/helper-plugin-utils': 7.20.2
+ '@babel/core': 7.22.1
+ '@babel/helper-compilation-targets': 7.22.1(@babel/core@7.22.1)
+ '@babel/helper-plugin-utils': 7.21.5
debug: 4.3.4
lodash.debounce: 4.0.8
resolve: 1.22.2
@@ -846,12 +858,17 @@ packages:
/@babel/helper-environment-visitor@7.21.5:
resolution: {integrity: sha512-IYl4gZ3ETsWocUWgsFZLM5i1BYx9SoemminVEXadgLBa9TdeorzgLKm8wWLA6J1N/kT3Kch8XIk1laNzYoHKvQ==}
engines: {node: '>=6.9.0'}
+ dev: true
+
+ /@babel/helper-environment-visitor@7.22.1:
+ resolution: {integrity: sha512-Z2tgopurB/kTbidvzeBrc2To3PUP/9i5MUe+fU6QJCQDyPwSH2oRapkLw3KGECDYSjhQZCNxEvNvZlLw8JjGwA==}
+ engines: {node: '>=6.9.0'}
/@babel/helper-explode-assignable-expression@7.18.6:
resolution: {integrity: sha512-eyAYAsQmB80jNfg4baAtLeWAQHfHFiR483rzFK+BhETlGZaQC9bsfrugfXDCbRHLQbIA7U5NxhhOxN7p/dWIcg==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.21.5
+ '@babel/types': 7.22.4
dev: true
/@babel/helper-function-name@7.21.0:
@@ -859,53 +876,76 @@ packages:
engines: {node: '>=6.9.0'}
dependencies:
'@babel/template': 7.20.7
- '@babel/types': 7.21.5
+ '@babel/types': 7.22.4
/@babel/helper-hoist-variables@7.18.6:
resolution: {integrity: sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.21.5
+ '@babel/types': 7.22.4
/@babel/helper-member-expression-to-functions@7.21.0:
resolution: {integrity: sha512-Muu8cdZwNN6mRRNG6lAYErJ5X3bRevgYR2O8wN0yn7jJSnGDu6eG59RfT29JHxGUovyfrh6Pj0XzmR7drNVL3Q==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.21.5
+ '@babel/types': 7.22.4
dev: true
/@babel/helper-member-expression-to-functions@7.21.5:
resolution: {integrity: sha512-nIcGfgwpH2u4n9GG1HpStW5Ogx7x7ekiFHbjjFRKXbn5zUvqO9ZgotCO4x1aNbKn/x/xOUaXEhyNHCwtFCpxWg==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.21.5
+ '@babel/types': 7.22.4
+ dev: true
+
+ /@babel/helper-member-expression-to-functions@7.22.3:
+ resolution: {integrity: sha512-Gl7sK04b/2WOb6OPVeNy9eFKeD3L6++CzL3ykPOWqTn08xgYYK0wz4TUh2feIImDXxcVW3/9WQ1NMKY66/jfZA==}
+ engines: {node: '>=6.9.0'}
+ dependencies:
+ '@babel/types': 7.22.4
dev: true
/@babel/helper-module-imports@7.18.6:
resolution: {integrity: sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.21.5
+ '@babel/types': 7.22.4
dev: true
/@babel/helper-module-imports@7.21.4:
resolution: {integrity: sha512-orajc5T2PsRYUN3ZryCEFeMDYwyw09c/pZeaQEZPH0MpKzSvn3e0uXsDBu3k03VI+9DBiRo+l22BfKTpKwa/Wg==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.21.5
+ '@babel/types': 7.22.4
/@babel/helper-module-transforms@7.21.5:
resolution: {integrity: sha512-bI2Z9zBGY2q5yMHoBvJ2a9iX3ZOAzJPm7Q8Yz6YeoUjU/Cvhmi2G4QyTNyPBqqXSgTjUxRg3L0xV45HvkNWWBw==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/helper-environment-visitor': 7.21.5
+ '@babel/helper-environment-visitor': 7.22.1
'@babel/helper-module-imports': 7.21.4
'@babel/helper-simple-access': 7.21.5
'@babel/helper-split-export-declaration': 7.18.6
'@babel/helper-validator-identifier': 7.19.1
'@babel/template': 7.20.7
- '@babel/traverse': 7.21.5
- '@babel/types': 7.21.5
+ '@babel/traverse': 7.22.4
+ '@babel/types': 7.22.4
+ transitivePeerDependencies:
+ - supports-color
+ dev: true
+
+ /@babel/helper-module-transforms@7.22.1:
+ resolution: {integrity: sha512-dxAe9E7ySDGbQdCVOY/4+UcD8M9ZFqZcZhSPsPacvCG4M+9lwtDDQfI2EoaSvmf7W/8yCBkGU0m7Pvt1ru3UZw==}
+ engines: {node: '>=6.9.0'}
+ dependencies:
+ '@babel/helper-environment-visitor': 7.22.1
+ '@babel/helper-module-imports': 7.21.4
+ '@babel/helper-simple-access': 7.21.5
+ '@babel/helper-split-export-declaration': 7.18.6
+ '@babel/helper-validator-identifier': 7.19.1
+ '@babel/template': 7.21.9
+ '@babel/traverse': 7.22.4
+ '@babel/types': 7.22.4
transitivePeerDependencies:
- supports-color
@@ -913,7 +953,7 @@ packages:
resolution: {integrity: sha512-HP59oD9/fEHQkdcbgFCnbmgH5vIQTJbxh2yf+CdM89/glUNnuzr87Q8GIjGEnOktTROemO0Pe0iPAYbqZuOUiA==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.21.5
+ '@babel/types': 7.22.4
dev: true
/@babel/helper-plugin-utils@7.20.2:
@@ -934,24 +974,24 @@ packages:
dependencies:
'@babel/core': 7.21.4
'@babel/helper-annotate-as-pure': 7.18.6
- '@babel/helper-environment-visitor': 7.21.5
+ '@babel/helper-environment-visitor': 7.22.1
'@babel/helper-wrap-function': 7.20.5
- '@babel/types': 7.21.5
+ '@babel/types': 7.22.4
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/helper-remap-async-to-generator@7.18.9(@babel/core@7.21.8):
+ /@babel/helper-remap-async-to-generator@7.18.9(@babel/core@7.22.1):
resolution: {integrity: sha512-dI7q50YKd8BAv3VEfgg7PS7yD3Rtbi2J1XMXaalXO0W0164hYLnh8zpjRS0mte9MfVp/tltvr/cfdXPvJr1opA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
dependencies:
- '@babel/core': 7.21.8
+ '@babel/core': 7.22.1
'@babel/helper-annotate-as-pure': 7.18.6
- '@babel/helper-environment-visitor': 7.21.5
+ '@babel/helper-environment-visitor': 7.22.1
'@babel/helper-wrap-function': 7.20.5
- '@babel/types': 7.21.5
+ '@babel/types': 7.22.4
transitivePeerDependencies:
- supports-color
dev: true
@@ -964,8 +1004,8 @@ packages:
'@babel/helper-member-expression-to-functions': 7.21.0
'@babel/helper-optimise-call-expression': 7.18.6
'@babel/template': 7.20.7
- '@babel/traverse': 7.21.5
- '@babel/types': 7.21.5
+ '@babel/traverse': 7.22.4
+ '@babel/types': 7.22.4
transitivePeerDependencies:
- supports-color
dev: true
@@ -974,12 +1014,26 @@ packages:
resolution: {integrity: sha512-/y7vBgsr9Idu4M6MprbOVUfH3vs7tsIfnVWv/Ml2xgwvyH6LTngdfbf5AdsKwkJy4zgy1X/kuNrEKvhhK28Yrg==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/helper-environment-visitor': 7.21.5
+ '@babel/helper-environment-visitor': 7.22.1
'@babel/helper-member-expression-to-functions': 7.21.5
'@babel/helper-optimise-call-expression': 7.18.6
- '@babel/template': 7.20.7
- '@babel/traverse': 7.21.5
- '@babel/types': 7.21.5
+ '@babel/template': 7.21.9
+ '@babel/traverse': 7.22.4
+ '@babel/types': 7.22.4
+ transitivePeerDependencies:
+ - supports-color
+ dev: true
+
+ /@babel/helper-replace-supers@7.22.1:
+ resolution: {integrity: sha512-ut4qrkE4AuSfrwHSps51ekR1ZY/ygrP1tp0WFm8oVq6nzc/hvfV/22JylndIbsf2U2M9LOMwiSddr6y+78j+OQ==}
+ engines: {node: '>=6.9.0'}
+ dependencies:
+ '@babel/helper-environment-visitor': 7.22.1
+ '@babel/helper-member-expression-to-functions': 7.22.3
+ '@babel/helper-optimise-call-expression': 7.18.6
+ '@babel/template': 7.21.9
+ '@babel/traverse': 7.22.4
+ '@babel/types': 7.22.4
transitivePeerDependencies:
- supports-color
dev: true
@@ -988,20 +1042,20 @@ packages:
resolution: {integrity: sha512-ENPDAMC1wAjR0uaCUwliBdiSl1KBJAVnMTzXqi64c2MG8MPR6ii4qf7bSXDqSFbr4W6W028/rf5ivoHop5/mkg==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.21.5
+ '@babel/types': 7.22.4
/@babel/helper-skip-transparent-expression-wrappers@7.20.0:
resolution: {integrity: sha512-5y1JYeNKfvnT8sZcK9DVRtpTbGiomYIHviSP3OQWmDPU3DeH4a1ZlT/N2lyQ5P8egjcRaT/Y9aNqUxK0WsnIIg==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.21.5
+ '@babel/types': 7.22.4
dev: true
/@babel/helper-split-export-declaration@7.18.6:
resolution: {integrity: sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.21.5
+ '@babel/types': 7.22.4
/@babel/helper-string-parser@7.21.5:
resolution: {integrity: sha512-5pTUx3hAJaZIdW99sJ6ZUUgWq/Y+Hja7TowEnLNMm1VivRgZQL3vpBY3qUACVsvw+yQU6+YgfBVmcbLaZtrA1w==}
@@ -1020,9 +1074,9 @@ packages:
engines: {node: '>=6.9.0'}
dependencies:
'@babel/helper-function-name': 7.21.0
- '@babel/template': 7.20.7
- '@babel/traverse': 7.21.5
- '@babel/types': 7.21.5
+ '@babel/template': 7.21.9
+ '@babel/traverse': 7.22.4
+ '@babel/types': 7.22.4
transitivePeerDependencies:
- supports-color
dev: true
@@ -1032,8 +1086,19 @@ packages:
engines: {node: '>=6.9.0'}
dependencies:
'@babel/template': 7.20.7
- '@babel/traverse': 7.21.5
- '@babel/types': 7.21.5
+ '@babel/traverse': 7.22.4
+ '@babel/types': 7.22.4
+ transitivePeerDependencies:
+ - supports-color
+ dev: true
+
+ /@babel/helpers@7.22.3:
+ resolution: {integrity: sha512-jBJ7jWblbgr7r6wYZHMdIqKc73ycaTcCaWRq4/2LpuPHcx7xMlZvpGQkOYc9HeSjn6rcx15CPlgVcBtZ4WZJ2w==}
+ engines: {node: '>=6.9.0'}
+ dependencies:
+ '@babel/template': 7.21.9
+ '@babel/traverse': 7.22.4
+ '@babel/types': 7.22.4
transitivePeerDependencies:
- supports-color
@@ -1045,20 +1110,12 @@ packages:
chalk: 2.4.2
js-tokens: 4.0.0
- /@babel/parser@7.21.5:
- resolution: {integrity: sha512-J+IxH2IsxV4HbnTrSWgMAQj0UEo61hDA4Ny8h8PCX0MLXiibqHbqIOVneqdocemSBc22VpBKxt4J6FQzy9HarQ==}
+ /@babel/parser@7.22.4:
+ resolution: {integrity: sha512-VLLsx06XkEYqBtE5YGPwfSGwfrjnyPP5oiGty3S8pQLFDFLaS8VwWSIxkTXpcvr5zeYLE6+MBNl2npl/YnfofA==}
engines: {node: '>=6.0.0'}
hasBin: true
dependencies:
- '@babel/types': 7.21.5
- dev: true
-
- /@babel/parser@7.21.8:
- resolution: {integrity: sha512-6zavDGdzG3gUqAdWvlLFfk+36RilI+Pwyuuh7HItyeScCWP3k6i8vKclAQ0bM/0y/Kz/xiwvxhMv9MgTJP5gmA==}
- engines: {node: '>=6.0.0'}
- hasBin: true
- dependencies:
- '@babel/types': 7.21.5
+ '@babel/types': 7.22.4
/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.18.6(@babel/core@7.21.4):
resolution: {integrity: sha512-Dgxsyg54Fx1d4Nge8UnvTrED63vrwOdPmyvPzlNN/boaliRP54pm3pGzZD1SJUwrBA+Cs/xdG8kXX6Mn/RfISQ==}
@@ -1070,13 +1127,13 @@ packages:
'@babel/helper-plugin-utils': 7.20.2
dev: true
- /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.18.6(@babel/core@7.21.8):
+ /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.18.6(@babel/core@7.22.1):
resolution: {integrity: sha512-Dgxsyg54Fx1d4Nge8UnvTrED63vrwOdPmyvPzlNN/boaliRP54pm3pGzZD1SJUwrBA+Cs/xdG8kXX6Mn/RfISQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
dependencies:
- '@babel/core': 7.21.8
+ '@babel/core': 7.22.1
'@babel/helper-plugin-utils': 7.20.2
dev: true
@@ -1087,21 +1144,21 @@ packages:
'@babel/core': ^7.13.0
dependencies:
'@babel/core': 7.21.4
- '@babel/helper-plugin-utils': 7.21.5
+ '@babel/helper-plugin-utils': 7.20.2
'@babel/helper-skip-transparent-expression-wrappers': 7.20.0
'@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.21.4)
dev: true
- /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.20.7(@babel/core@7.21.8):
- resolution: {integrity: sha512-sbr9+wNE5aXMBBFBICk01tt7sBf2Oc9ikRFEcem/ZORup9IMUdNhW7/wVLEbbtlWOsEubJet46mHAL2C8+2jKQ==}
+ /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.22.3(@babel/core@7.22.1):
+ resolution: {integrity: sha512-6r4yRwEnorYByILoDRnEqxtojYKuiIv9FojW2E8GUKo9eWBwbKcd9IiZOZpdyXc64RmyGGyPu3/uAcrz/dq2kQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.13.0
dependencies:
- '@babel/core': 7.21.8
+ '@babel/core': 7.22.1
'@babel/helper-plugin-utils': 7.21.5
'@babel/helper-skip-transparent-expression-wrappers': 7.20.0
- '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.21.8)
+ '@babel/plugin-transform-optional-chaining': 7.22.3(@babel/core@7.22.1)
dev: true
/@babel/plugin-proposal-async-generator-functions@7.20.7(@babel/core@7.21.4):
@@ -1111,7 +1168,7 @@ packages:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.21.4
- '@babel/helper-environment-visitor': 7.21.5
+ '@babel/helper-environment-visitor': 7.22.1
'@babel/helper-plugin-utils': 7.20.2
'@babel/helper-remap-async-to-generator': 7.18.9(@babel/core@7.21.4)
'@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.21.4)
@@ -1119,21 +1176,6 @@ packages:
- supports-color
dev: true
- /@babel/plugin-proposal-async-generator-functions@7.20.7(@babel/core@7.21.8):
- resolution: {integrity: sha512-xMbiLsn/8RK7Wq7VeVytytS2L6qE69bXPB10YCmMdDZbKF4okCqY74pI/jJQ/8U0b/F6NrT2+14b8/P9/3AMGA==}
- engines: {node: '>=6.9.0'}
- peerDependencies:
- '@babel/core': ^7.0.0-0
- dependencies:
- '@babel/core': 7.21.8
- '@babel/helper-environment-visitor': 7.21.5
- '@babel/helper-plugin-utils': 7.20.2
- '@babel/helper-remap-async-to-generator': 7.18.9(@babel/core@7.21.8)
- '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.21.8)
- transitivePeerDependencies:
- - supports-color
- dev: true
-
/@babel/plugin-proposal-class-properties@7.18.6(@babel/core@7.21.4):
resolution: {integrity: sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==}
engines: {node: '>=6.9.0'}
@@ -1147,19 +1189,6 @@ packages:
- supports-color
dev: true
- /@babel/plugin-proposal-class-properties@7.18.6(@babel/core@7.21.8):
- resolution: {integrity: sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==}
- engines: {node: '>=6.9.0'}
- peerDependencies:
- '@babel/core': ^7.0.0-0
- dependencies:
- '@babel/core': 7.21.8
- '@babel/helper-create-class-features-plugin': 7.21.4(@babel/core@7.21.8)
- '@babel/helper-plugin-utils': 7.20.2
- transitivePeerDependencies:
- - supports-color
- dev: true
-
/@babel/plugin-proposal-class-static-block@7.21.0(@babel/core@7.21.4):
resolution: {integrity: sha512-XP5G9MWNUskFuP30IfFSEFB0Z6HzLIUcjYM4bYOPHXl7eiJ9HFv8tWj6TXTN5QODiEhDZAeI4hLok2iHFFV4hw==}
engines: {node: '>=6.9.0'}
@@ -1174,20 +1203,6 @@ packages:
- supports-color
dev: true
- /@babel/plugin-proposal-class-static-block@7.21.0(@babel/core@7.21.8):
- resolution: {integrity: sha512-XP5G9MWNUskFuP30IfFSEFB0Z6HzLIUcjYM4bYOPHXl7eiJ9HFv8tWj6TXTN5QODiEhDZAeI4hLok2iHFFV4hw==}
- engines: {node: '>=6.9.0'}
- peerDependencies:
- '@babel/core': ^7.12.0
- dependencies:
- '@babel/core': 7.21.8
- '@babel/helper-create-class-features-plugin': 7.21.4(@babel/core@7.21.8)
- '@babel/helper-plugin-utils': 7.20.2
- '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.21.8)
- transitivePeerDependencies:
- - supports-color
- dev: true
-
/@babel/plugin-proposal-decorators@7.21.0(@babel/core@7.21.4):
resolution: {integrity: sha512-MfgX49uRrFUTL/HvWtmx3zmpyzMMr4MTj3d527MLlr/4RTT9G/ytFFP7qet2uM2Ve03b+BkpWUpK+lRXnQ+v9w==}
engines: {node: '>=6.9.0'}
@@ -1215,17 +1230,6 @@ packages:
'@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.21.4)
dev: true
- /@babel/plugin-proposal-dynamic-import@7.18.6(@babel/core@7.21.8):
- resolution: {integrity: sha512-1auuwmK+Rz13SJj36R+jqFPMJWyKEDd7lLSdOj4oJK0UTgGueSAtkrCvz9ewmgyU/P941Rv2fQwZJN8s6QruXw==}
- engines: {node: '>=6.9.0'}
- peerDependencies:
- '@babel/core': ^7.0.0-0
- dependencies:
- '@babel/core': 7.21.8
- '@babel/helper-plugin-utils': 7.20.2
- '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.21.8)
- dev: true
-
/@babel/plugin-proposal-export-namespace-from@7.18.9(@babel/core@7.21.4):
resolution: {integrity: sha512-k1NtHyOMvlDDFeb9G5PhUXuGj8m/wiwojgQVEhJ/fsVsMCpLyOP4h0uGEjYJKrRI+EVPlb5Jk+Gt9P97lOGwtA==}
engines: {node: '>=6.9.0'}
@@ -1237,17 +1241,6 @@ packages:
'@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.21.4)
dev: true
- /@babel/plugin-proposal-export-namespace-from@7.18.9(@babel/core@7.21.8):
- resolution: {integrity: sha512-k1NtHyOMvlDDFeb9G5PhUXuGj8m/wiwojgQVEhJ/fsVsMCpLyOP4h0uGEjYJKrRI+EVPlb5Jk+Gt9P97lOGwtA==}
- engines: {node: '>=6.9.0'}
- peerDependencies:
- '@babel/core': ^7.0.0-0
- dependencies:
- '@babel/core': 7.21.8
- '@babel/helper-plugin-utils': 7.20.2
- '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.21.8)
- dev: true
-
/@babel/plugin-proposal-json-strings@7.18.6(@babel/core@7.21.4):
resolution: {integrity: sha512-lr1peyn9kOdbYc0xr0OdHTZ5FMqS6Di+H0Fz2I/JwMzGmzJETNeOFq2pBySw6X/KFL5EWDjlJuMsUGRFb8fQgQ==}
engines: {node: '>=6.9.0'}
@@ -1259,17 +1252,6 @@ packages:
'@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.21.4)
dev: true
- /@babel/plugin-proposal-json-strings@7.18.6(@babel/core@7.21.8):
- resolution: {integrity: sha512-lr1peyn9kOdbYc0xr0OdHTZ5FMqS6Di+H0Fz2I/JwMzGmzJETNeOFq2pBySw6X/KFL5EWDjlJuMsUGRFb8fQgQ==}
- engines: {node: '>=6.9.0'}
- peerDependencies:
- '@babel/core': ^7.0.0-0
- dependencies:
- '@babel/core': 7.21.8
- '@babel/helper-plugin-utils': 7.20.2
- '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.21.8)
- dev: true
-
/@babel/plugin-proposal-logical-assignment-operators@7.20.7(@babel/core@7.21.4):
resolution: {integrity: sha512-y7C7cZgpMIjWlKE5T7eJwp+tnRYM89HmRvWM5EQuB5BoHEONjmQ8lSNmBUwOyy/GFRsohJED51YBF79hE1djug==}
engines: {node: '>=6.9.0'}
@@ -1281,17 +1263,6 @@ packages:
'@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.21.4)
dev: true
- /@babel/plugin-proposal-logical-assignment-operators@7.20.7(@babel/core@7.21.8):
- resolution: {integrity: sha512-y7C7cZgpMIjWlKE5T7eJwp+tnRYM89HmRvWM5EQuB5BoHEONjmQ8lSNmBUwOyy/GFRsohJED51YBF79hE1djug==}
- engines: {node: '>=6.9.0'}
- peerDependencies:
- '@babel/core': ^7.0.0-0
- dependencies:
- '@babel/core': 7.21.8
- '@babel/helper-plugin-utils': 7.20.2
- '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.21.8)
- dev: true
-
/@babel/plugin-proposal-nullish-coalescing-operator@7.18.6(@babel/core@7.21.4):
resolution: {integrity: sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==}
engines: {node: '>=6.9.0'}
@@ -1303,17 +1274,6 @@ packages:
'@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.21.4)
dev: true
- /@babel/plugin-proposal-nullish-coalescing-operator@7.18.6(@babel/core@7.21.8):
- resolution: {integrity: sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==}
- engines: {node: '>=6.9.0'}
- peerDependencies:
- '@babel/core': ^7.0.0-0
- dependencies:
- '@babel/core': 7.21.8
- '@babel/helper-plugin-utils': 7.20.2
- '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.21.8)
- dev: true
-
/@babel/plugin-proposal-numeric-separator@7.18.6(@babel/core@7.21.4):
resolution: {integrity: sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==}
engines: {node: '>=6.9.0'}
@@ -1325,17 +1285,6 @@ packages:
'@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.21.4)
dev: true
- /@babel/plugin-proposal-numeric-separator@7.18.6(@babel/core@7.21.8):
- resolution: {integrity: sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==}
- engines: {node: '>=6.9.0'}
- peerDependencies:
- '@babel/core': ^7.0.0-0
- dependencies:
- '@babel/core': 7.21.8
- '@babel/helper-plugin-utils': 7.20.2
- '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.21.8)
- dev: true
-
/@babel/plugin-proposal-object-rest-spread@7.20.7(@babel/core@7.21.4):
resolution: {integrity: sha512-d2S98yCiLxDVmBmE8UjGcfPvNEUbA1U5q5WxaWFUGRzJSVAZqm5W6MbPct0jxnegUZ0niLeNX+IOzEs7wYg9Dg==}
engines: {node: '>=6.9.0'}
@@ -1350,20 +1299,6 @@ packages:
'@babel/plugin-transform-parameters': 7.21.3(@babel/core@7.21.4)
dev: true
- /@babel/plugin-proposal-object-rest-spread@7.20.7(@babel/core@7.21.8):
- resolution: {integrity: sha512-d2S98yCiLxDVmBmE8UjGcfPvNEUbA1U5q5WxaWFUGRzJSVAZqm5W6MbPct0jxnegUZ0niLeNX+IOzEs7wYg9Dg==}
- engines: {node: '>=6.9.0'}
- peerDependencies:
- '@babel/core': ^7.0.0-0
- dependencies:
- '@babel/compat-data': 7.21.7
- '@babel/core': 7.21.8
- '@babel/helper-compilation-targets': 7.21.5(@babel/core@7.21.8)
- '@babel/helper-plugin-utils': 7.20.2
- '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.21.8)
- '@babel/plugin-transform-parameters': 7.21.3(@babel/core@7.21.8)
- dev: true
-
/@babel/plugin-proposal-optional-catch-binding@7.18.6(@babel/core@7.21.4):
resolution: {integrity: sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw==}
engines: {node: '>=6.9.0'}
@@ -1375,17 +1310,6 @@ packages:
'@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.21.4)
dev: true
- /@babel/plugin-proposal-optional-catch-binding@7.18.6(@babel/core@7.21.8):
- resolution: {integrity: sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw==}
- engines: {node: '>=6.9.0'}
- peerDependencies:
- '@babel/core': ^7.0.0-0
- dependencies:
- '@babel/core': 7.21.8
- '@babel/helper-plugin-utils': 7.20.2
- '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.21.8)
- dev: true
-
/@babel/plugin-proposal-optional-chaining@7.21.0(@babel/core@7.21.4):
resolution: {integrity: sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA==}
engines: {node: '>=6.9.0'}
@@ -1398,18 +1322,6 @@ packages:
'@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.21.4)
dev: true
- /@babel/plugin-proposal-optional-chaining@7.21.0(@babel/core@7.21.8):
- resolution: {integrity: sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA==}
- engines: {node: '>=6.9.0'}
- peerDependencies:
- '@babel/core': ^7.0.0-0
- dependencies:
- '@babel/core': 7.21.8
- '@babel/helper-plugin-utils': 7.20.2
- '@babel/helper-skip-transparent-expression-wrappers': 7.20.0
- '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.21.8)
- dev: true
-
/@babel/plugin-proposal-private-methods@7.18.6(@babel/core@7.21.4):
resolution: {integrity: sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==}
engines: {node: '>=6.9.0'}
@@ -1423,19 +1335,6 @@ packages:
- supports-color
dev: true
- /@babel/plugin-proposal-private-methods@7.18.6(@babel/core@7.21.8):
- resolution: {integrity: sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==}
- engines: {node: '>=6.9.0'}
- peerDependencies:
- '@babel/core': ^7.0.0-0
- dependencies:
- '@babel/core': 7.21.8
- '@babel/helper-create-class-features-plugin': 7.21.4(@babel/core@7.21.8)
- '@babel/helper-plugin-utils': 7.20.2
- transitivePeerDependencies:
- - supports-color
- dev: true
-
/@babel/plugin-proposal-private-property-in-object@7.21.0(@babel/core@7.21.4):
resolution: {integrity: sha512-ha4zfehbJjc5MmXBlHec1igel5TJXXLDDRbuJ4+XT2TJcyD9/V1919BA8gMvsdHcNMBy4WBUBiRb3nw/EQUtBw==}
engines: {node: '>=6.9.0'}
@@ -1451,17 +1350,17 @@ packages:
- supports-color
dev: true
- /@babel/plugin-proposal-private-property-in-object@7.21.0(@babel/core@7.21.8):
- resolution: {integrity: sha512-ha4zfehbJjc5MmXBlHec1igel5TJXXLDDRbuJ4+XT2TJcyD9/V1919BA8gMvsdHcNMBy4WBUBiRb3nw/EQUtBw==}
+ /@babel/plugin-proposal-private-property-in-object@7.21.11(@babel/core@7.22.1):
+ resolution: {integrity: sha512-0QZ8qP/3RLDVBwBFoWAwCtgcDZJVwA5LUJRZU8x2YFfKNuFq161wK3cuGrALu5yiPu+vzwTAg/sMWVNeWeNyaw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.8
+ '@babel/core': 7.22.1
'@babel/helper-annotate-as-pure': 7.18.6
- '@babel/helper-create-class-features-plugin': 7.21.4(@babel/core@7.21.8)
- '@babel/helper-plugin-utils': 7.20.2
- '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.21.8)
+ '@babel/helper-create-class-features-plugin': 7.22.1(@babel/core@7.22.1)
+ '@babel/helper-plugin-utils': 7.21.5
+ '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.22.1)
transitivePeerDependencies:
- supports-color
dev: true
@@ -1477,14 +1376,14 @@ packages:
'@babel/helper-plugin-utils': 7.20.2
dev: true
- /@babel/plugin-proposal-unicode-property-regex@7.18.6(@babel/core@7.21.8):
+ /@babel/plugin-proposal-unicode-property-regex@7.18.6(@babel/core@7.22.1):
resolution: {integrity: sha512-2BShG/d5yoZyXZfVePH91urL5wTG6ASZU9M4o03lKK8u8UW1y08OMttBSOADTcJrnPMpvDXRG3G8fyLh4ovs8w==}
engines: {node: '>=4'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.8
- '@babel/helper-create-regexp-features-plugin': 7.21.4(@babel/core@7.21.8)
+ '@babel/core': 7.22.1
+ '@babel/helper-create-regexp-features-plugin': 7.21.4(@babel/core@7.22.1)
'@babel/helper-plugin-utils': 7.20.2
dev: true
@@ -1497,21 +1396,21 @@ packages:
'@babel/helper-plugin-utils': 7.20.2
dev: true
- /@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.21.8):
+ /@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.22.1):
resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.8
+ '@babel/core': 7.22.1
'@babel/helper-plugin-utils': 7.20.2
dev: true
- /@babel/plugin-syntax-bigint@7.8.3(@babel/core@7.21.8):
+ /@babel/plugin-syntax-bigint@7.8.3(@babel/core@7.22.1):
resolution: {integrity: sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.8
+ '@babel/core': 7.22.1
'@babel/helper-plugin-utils': 7.21.5
dev: true
@@ -1524,12 +1423,12 @@ packages:
'@babel/helper-plugin-utils': 7.20.2
dev: true
- /@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.21.8):
+ /@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.22.1):
resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.8
+ '@babel/core': 7.22.1
'@babel/helper-plugin-utils': 7.20.2
dev: true
@@ -1543,13 +1442,13 @@ packages:
'@babel/helper-plugin-utils': 7.20.2
dev: true
- /@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.21.8):
+ /@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.22.1):
resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.8
+ '@babel/core': 7.22.1
'@babel/helper-plugin-utils': 7.20.2
dev: true
@@ -1572,12 +1471,12 @@ packages:
'@babel/helper-plugin-utils': 7.20.2
dev: true
- /@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.21.8):
+ /@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.22.1):
resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.8
+ '@babel/core': 7.22.1
'@babel/helper-plugin-utils': 7.20.2
dev: true
@@ -1590,12 +1489,12 @@ packages:
'@babel/helper-plugin-utils': 7.20.2
dev: true
- /@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.21.8):
+ /@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.22.1):
resolution: {integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.8
+ '@babel/core': 7.22.1
'@babel/helper-plugin-utils': 7.20.2
dev: true
@@ -1609,22 +1508,32 @@ packages:
'@babel/helper-plugin-utils': 7.20.2
dev: true
- /@babel/plugin-syntax-import-assertions@7.20.0(@babel/core@7.21.8):
+ /@babel/plugin-syntax-import-assertions@7.20.0(@babel/core@7.22.1):
resolution: {integrity: sha512-IUh1vakzNoWalR8ch/areW7qFopR2AEw03JlG7BbrDqmQ4X3q9uuipQwSGrUn7oGiemKjtSLDhNtQHzMHr1JdQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.8
+ '@babel/core': 7.22.1
'@babel/helper-plugin-utils': 7.20.2
dev: true
- /@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.21.8):
+ /@babel/plugin-syntax-import-attributes@7.22.3(@babel/core@7.22.1):
+ resolution: {integrity: sha512-i35jZJv6aO7hxEbIWQ41adVfOzjm9dcYDNeWlBMd8p0ZQRtNUCBrmGwZt+H5lb+oOC9a3svp956KP0oWGA1YsA==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.22.1
+ '@babel/helper-plugin-utils': 7.21.5
+ dev: true
+
+ /@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.22.1):
resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.8
+ '@babel/core': 7.22.1
'@babel/helper-plugin-utils': 7.21.5
dev: true
@@ -1637,12 +1546,12 @@ packages:
'@babel/helper-plugin-utils': 7.20.2
dev: true
- /@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.21.8):
+ /@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.22.1):
resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.8
+ '@babel/core': 7.22.1
'@babel/helper-plugin-utils': 7.20.2
dev: true
@@ -1656,13 +1565,13 @@ packages:
'@babel/helper-plugin-utils': 7.21.5
dev: true
- /@babel/plugin-syntax-jsx@7.21.4(@babel/core@7.21.8):
+ /@babel/plugin-syntax-jsx@7.21.4(@babel/core@7.22.1):
resolution: {integrity: sha512-5hewiLct5OKyh6PLKEYaFclcqtIgCb6bmELouxjF6up5q3Sov7rOayW4RwhbaBL0dit8rA80GNfY+UuDp2mBbQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.8
+ '@babel/core': 7.22.1
'@babel/helper-plugin-utils': 7.21.5
dev: true
@@ -1675,12 +1584,12 @@ packages:
'@babel/helper-plugin-utils': 7.20.2
dev: true
- /@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.21.8):
+ /@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.22.1):
resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.8
+ '@babel/core': 7.22.1
'@babel/helper-plugin-utils': 7.20.2
dev: true
@@ -1693,12 +1602,12 @@ packages:
'@babel/helper-plugin-utils': 7.20.2
dev: true
- /@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.21.8):
+ /@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.22.1):
resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.8
+ '@babel/core': 7.22.1
'@babel/helper-plugin-utils': 7.20.2
dev: true
@@ -1711,12 +1620,12 @@ packages:
'@babel/helper-plugin-utils': 7.20.2
dev: true
- /@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.21.8):
+ /@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.22.1):
resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.8
+ '@babel/core': 7.22.1
'@babel/helper-plugin-utils': 7.20.2
dev: true
@@ -1729,12 +1638,12 @@ packages:
'@babel/helper-plugin-utils': 7.20.2
dev: true
- /@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.21.8):
+ /@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.22.1):
resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.8
+ '@babel/core': 7.22.1
'@babel/helper-plugin-utils': 7.20.2
dev: true
@@ -1747,12 +1656,12 @@ packages:
'@babel/helper-plugin-utils': 7.20.2
dev: true
- /@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.21.8):
+ /@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.22.1):
resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.8
+ '@babel/core': 7.22.1
'@babel/helper-plugin-utils': 7.20.2
dev: true
@@ -1765,12 +1674,12 @@ packages:
'@babel/helper-plugin-utils': 7.20.2
dev: true
- /@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.21.8):
+ /@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.22.1):
resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.8
+ '@babel/core': 7.22.1
'@babel/helper-plugin-utils': 7.20.2
dev: true
@@ -1784,13 +1693,13 @@ packages:
'@babel/helper-plugin-utils': 7.20.2
dev: true
- /@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.21.8):
+ /@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.22.1):
resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.8
+ '@babel/core': 7.22.1
'@babel/helper-plugin-utils': 7.20.2
dev: true
@@ -1804,13 +1713,13 @@ packages:
'@babel/helper-plugin-utils': 7.20.2
dev: true
- /@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.21.8):
+ /@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.22.1):
resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.8
+ '@babel/core': 7.22.1
'@babel/helper-plugin-utils': 7.20.2
dev: true
@@ -1824,13 +1733,24 @@ packages:
'@babel/helper-plugin-utils': 7.21.5
dev: true
- /@babel/plugin-syntax-typescript@7.21.4(@babel/core@7.21.8):
+ /@babel/plugin-syntax-typescript@7.21.4(@babel/core@7.22.1):
resolution: {integrity: sha512-xz0D39NvhQn4t4RNsHmDnnsaQizIlUkdtYvLs8La1BlfjQ6JEwxkJGeqJMW2tAXx+q6H+WFuUTXNdYVpEya0YA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.8
+ '@babel/core': 7.22.1
+ '@babel/helper-plugin-utils': 7.21.5
+ dev: true
+
+ /@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.22.1):
+ resolution: {integrity: sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0
+ dependencies:
+ '@babel/core': 7.22.1
+ '@babel/helper-create-regexp-features-plugin': 7.22.1(@babel/core@7.22.1)
'@babel/helper-plugin-utils': 7.21.5
dev: true
@@ -1844,14 +1764,29 @@ packages:
'@babel/helper-plugin-utils': 7.20.2
dev: true
- /@babel/plugin-transform-arrow-functions@7.21.5(@babel/core@7.21.8):
+ /@babel/plugin-transform-arrow-functions@7.21.5(@babel/core@7.22.1):
resolution: {integrity: sha512-wb1mhwGOCaXHDTcsRYMKF9e5bbMgqwxtqa2Y1ifH96dXJPwbuLX9qHy3clhrxVqgMz7nyNXs8VkxdH8UBcjKqA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.8
+ '@babel/core': 7.22.1
+ '@babel/helper-plugin-utils': 7.21.5
+ dev: true
+
+ /@babel/plugin-transform-async-generator-functions@7.22.3(@babel/core@7.22.1):
+ resolution: {integrity: sha512-36A4Aq48t66btydbZd5Fk0/xJqbpg/v4QWI4AH4cYHBXy9Mu42UOupZpebKFiCFNT9S9rJFcsld0gsv0ayLjtA==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.22.1
+ '@babel/helper-environment-visitor': 7.22.1
'@babel/helper-plugin-utils': 7.21.5
+ '@babel/helper-remap-async-to-generator': 7.18.9(@babel/core@7.22.1)
+ '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.22.1)
+ transitivePeerDependencies:
+ - supports-color
dev: true
/@babel/plugin-transform-async-to-generator@7.20.7(@babel/core@7.21.4):
@@ -1868,16 +1803,16 @@ packages:
- supports-color
dev: true
- /@babel/plugin-transform-async-to-generator@7.20.7(@babel/core@7.21.8):
+ /@babel/plugin-transform-async-to-generator@7.20.7(@babel/core@7.22.1):
resolution: {integrity: sha512-Uo5gwHPT9vgnSXQxqGtpdufUiWp96gk7yiP4Mp5bm1QMkEmLXBO7PAGYbKoJ6DhAwiNkcHFBol/x5zZZkL/t0Q==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.8
+ '@babel/core': 7.22.1
'@babel/helper-module-imports': 7.21.4
'@babel/helper-plugin-utils': 7.20.2
- '@babel/helper-remap-async-to-generator': 7.18.9(@babel/core@7.21.8)
+ '@babel/helper-remap-async-to-generator': 7.18.9(@babel/core@7.22.1)
transitivePeerDependencies:
- supports-color
dev: true
@@ -1892,13 +1827,13 @@ packages:
'@babel/helper-plugin-utils': 7.20.2
dev: true
- /@babel/plugin-transform-block-scoped-functions@7.18.6(@babel/core@7.21.8):
+ /@babel/plugin-transform-block-scoped-functions@7.18.6(@babel/core@7.22.1):
resolution: {integrity: sha512-ExUcOqpPWnliRcPqves5HJcJOvHvIIWfuS4sroBUenPuMdmW+SMHDakmtS7qOo13sVppmUijqeTv7qqGsvURpQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.8
+ '@babel/core': 7.22.1
'@babel/helper-plugin-utils': 7.20.2
dev: true
@@ -1912,16 +1847,43 @@ packages:
'@babel/helper-plugin-utils': 7.20.2
dev: true
- /@babel/plugin-transform-block-scoping@7.21.0(@babel/core@7.21.8):
+ /@babel/plugin-transform-block-scoping@7.21.0(@babel/core@7.22.1):
resolution: {integrity: sha512-Mdrbunoh9SxwFZapeHVrwFmri16+oYotcZysSzhNIVDwIAb1UV+kvnxULSYq9J3/q5MDG+4X6w8QVgD1zhBXNQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.8
+ '@babel/core': 7.22.1
'@babel/helper-plugin-utils': 7.20.2
dev: true
+ /@babel/plugin-transform-class-properties@7.22.3(@babel/core@7.22.1):
+ resolution: {integrity: sha512-mASLsd6rhOrLZ5F3WbCxkzl67mmOnqik0zrg5W6D/X0QMW7HtvnoL1dRARLKIbMP3vXwkwziuLesPqWVGIl6Bw==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.22.1
+ '@babel/helper-create-class-features-plugin': 7.22.1(@babel/core@7.22.1)
+ '@babel/helper-plugin-utils': 7.21.5
+ transitivePeerDependencies:
+ - supports-color
+ dev: true
+
+ /@babel/plugin-transform-class-static-block@7.22.3(@babel/core@7.22.1):
+ resolution: {integrity: sha512-5BirgNWNOx7cwbTJCOmKFJ1pZjwk5MUfMIwiBBvsirCJMZeQgs5pk6i1OlkVg+1Vef5LfBahFOrdCnAWvkVKMw==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.12.0
+ dependencies:
+ '@babel/core': 7.22.1
+ '@babel/helper-create-class-features-plugin': 7.22.1(@babel/core@7.22.1)
+ '@babel/helper-plugin-utils': 7.21.5
+ '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.22.1)
+ transitivePeerDependencies:
+ - supports-color
+ dev: true
+
/@babel/plugin-transform-classes@7.21.0(@babel/core@7.21.4):
resolution: {integrity: sha512-RZhbYTCEUAe6ntPehC4hlslPWosNHDox+vAs4On/mCLRLfoDVHf6hVEd7kuxr1RnHwJmxFfUM3cZiZRmPxJPXQ==}
engines: {node: '>=6.9.0'}
@@ -1931,10 +1893,10 @@ packages:
'@babel/core': 7.21.4
'@babel/helper-annotate-as-pure': 7.18.6
'@babel/helper-compilation-targets': 7.21.5(@babel/core@7.21.4)
- '@babel/helper-environment-visitor': 7.21.5
+ '@babel/helper-environment-visitor': 7.22.1
'@babel/helper-function-name': 7.21.0
'@babel/helper-optimise-call-expression': 7.18.6
- '@babel/helper-plugin-utils': 7.21.5
+ '@babel/helper-plugin-utils': 7.20.2
'@babel/helper-replace-supers': 7.21.5
'@babel/helper-split-export-declaration': 7.18.6
globals: 11.12.0
@@ -1942,19 +1904,19 @@ packages:
- supports-color
dev: true
- /@babel/plugin-transform-classes@7.21.0(@babel/core@7.21.8):
+ /@babel/plugin-transform-classes@7.21.0(@babel/core@7.22.1):
resolution: {integrity: sha512-RZhbYTCEUAe6ntPehC4hlslPWosNHDox+vAs4On/mCLRLfoDVHf6hVEd7kuxr1RnHwJmxFfUM3cZiZRmPxJPXQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.8
+ '@babel/core': 7.22.1
'@babel/helper-annotate-as-pure': 7.18.6
- '@babel/helper-compilation-targets': 7.21.5(@babel/core@7.21.8)
- '@babel/helper-environment-visitor': 7.21.5
+ '@babel/helper-compilation-targets': 7.21.5(@babel/core@7.22.1)
+ '@babel/helper-environment-visitor': 7.22.1
'@babel/helper-function-name': 7.21.0
'@babel/helper-optimise-call-expression': 7.18.6
- '@babel/helper-plugin-utils': 7.21.5
+ '@babel/helper-plugin-utils': 7.20.2
'@babel/helper-replace-supers': 7.21.5
'@babel/helper-split-export-declaration': 7.18.6
globals: 11.12.0
@@ -1970,18 +1932,18 @@ packages:
dependencies:
'@babel/core': 7.21.4
'@babel/helper-plugin-utils': 7.20.2
- '@babel/template': 7.20.7
+ '@babel/template': 7.21.9
dev: true
- /@babel/plugin-transform-computed-properties@7.21.5(@babel/core@7.21.8):
+ /@babel/plugin-transform-computed-properties@7.21.5(@babel/core@7.22.1):
resolution: {integrity: sha512-TR653Ki3pAwxBxUe8srfF3e4Pe3FTA46uaNHYyQwIoM4oWKSoOZiDNyHJ0oIoDIUPSRQbQG7jzgVBX3FPVne1Q==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.8
+ '@babel/core': 7.22.1
'@babel/helper-plugin-utils': 7.21.5
- '@babel/template': 7.20.7
+ '@babel/template': 7.21.9
dev: true
/@babel/plugin-transform-destructuring@7.21.3(@babel/core@7.21.4):
@@ -1994,13 +1956,13 @@ packages:
'@babel/helper-plugin-utils': 7.20.2
dev: true
- /@babel/plugin-transform-destructuring@7.21.3(@babel/core@7.21.8):
+ /@babel/plugin-transform-destructuring@7.21.3(@babel/core@7.22.1):
resolution: {integrity: sha512-bp6hwMFzuiE4HqYEyoGJ/V2LeIWn+hLVKc4pnj++E5XQptwhtcGmSayM029d/j2X1bPKGTlsyPwAubuU22KhMA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.8
+ '@babel/core': 7.22.1
'@babel/helper-plugin-utils': 7.20.2
dev: true
@@ -2015,14 +1977,14 @@ packages:
'@babel/helper-plugin-utils': 7.20.2
dev: true
- /@babel/plugin-transform-dotall-regex@7.18.6(@babel/core@7.21.8):
+ /@babel/plugin-transform-dotall-regex@7.18.6(@babel/core@7.22.1):
resolution: {integrity: sha512-6S3jpun1eEbAxq7TdjLotAsl4WpQI9DxfkycRcKrjhQYzU87qpXdknpBg/e+TdcMehqGnLFi7tnFUBR02Vq6wg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.8
- '@babel/helper-create-regexp-features-plugin': 7.21.4(@babel/core@7.21.8)
+ '@babel/core': 7.22.1
+ '@babel/helper-create-regexp-features-plugin': 7.21.4(@babel/core@7.22.1)
'@babel/helper-plugin-utils': 7.20.2
dev: true
@@ -2036,16 +1998,27 @@ packages:
'@babel/helper-plugin-utils': 7.20.2
dev: true
- /@babel/plugin-transform-duplicate-keys@7.18.9(@babel/core@7.21.8):
+ /@babel/plugin-transform-duplicate-keys@7.18.9(@babel/core@7.22.1):
resolution: {integrity: sha512-d2bmXCtZXYc59/0SanQKbiWINadaJXqtvIQIzd4+hNwkWBgyCd5F/2t1kXoUdvPMrxzPvhK6EMQRROxsue+mfw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.8
+ '@babel/core': 7.22.1
'@babel/helper-plugin-utils': 7.20.2
dev: true
+ /@babel/plugin-transform-dynamic-import@7.22.1(@babel/core@7.22.1):
+ resolution: {integrity: sha512-rlhWtONnVBPdmt+jeewS0qSnMz/3yLFrqAP8hHC6EDcrYRSyuz9f9yQhHvVn2Ad6+yO9fHXac5piudeYrInxwQ==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.22.1
+ '@babel/helper-plugin-utils': 7.21.5
+ '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.22.1)
+ dev: true
+
/@babel/plugin-transform-exponentiation-operator@7.18.6(@babel/core@7.21.4):
resolution: {integrity: sha512-wzEtc0+2c88FVR34aQmiz56dxEkxr2g8DQb/KfaFa1JYXOFVsbhvAonFN6PwVWj++fKmku8NP80plJ5Et4wqHw==}
engines: {node: '>=6.9.0'}
@@ -2057,17 +2030,28 @@ packages:
'@babel/helper-plugin-utils': 7.20.2
dev: true
- /@babel/plugin-transform-exponentiation-operator@7.18.6(@babel/core@7.21.8):
+ /@babel/plugin-transform-exponentiation-operator@7.18.6(@babel/core@7.22.1):
resolution: {integrity: sha512-wzEtc0+2c88FVR34aQmiz56dxEkxr2g8DQb/KfaFa1JYXOFVsbhvAonFN6PwVWj++fKmku8NP80plJ5Et4wqHw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.8
+ '@babel/core': 7.22.1
'@babel/helper-builder-binary-assignment-operator-visitor': 7.18.9
'@babel/helper-plugin-utils': 7.20.2
dev: true
+ /@babel/plugin-transform-export-namespace-from@7.22.3(@babel/core@7.22.1):
+ resolution: {integrity: sha512-5Ti1cHLTDnt3vX61P9KZ5IG09bFXp4cDVFJIAeCZuxu9OXXJJZp5iP0n/rzM2+iAutJY+KWEyyHcRaHlpQ/P5g==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.22.1
+ '@babel/helper-plugin-utils': 7.21.5
+ '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.22.1)
+ dev: true
+
/@babel/plugin-transform-for-of@7.21.0(@babel/core@7.21.4):
resolution: {integrity: sha512-LlUYlydgDkKpIY7mcBWvyPPmMcOphEyYA27Ef4xpbh1IiDNLr0kZsos2nf92vz3IccvJI25QUwp86Eo5s6HmBQ==}
engines: {node: '>=6.9.0'}
@@ -2078,13 +2062,13 @@ packages:
'@babel/helper-plugin-utils': 7.20.2
dev: true
- /@babel/plugin-transform-for-of@7.21.5(@babel/core@7.21.8):
+ /@babel/plugin-transform-for-of@7.21.5(@babel/core@7.22.1):
resolution: {integrity: sha512-nYWpjKW/7j/I/mZkGVgHJXh4bA1sfdFnJoOXwJuj4m3Q2EraO/8ZyrkCau9P5tbHQk01RMSt6KYLCsW7730SXQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.8
+ '@babel/core': 7.22.1
'@babel/helper-plugin-utils': 7.21.5
dev: true
@@ -2100,18 +2084,29 @@ packages:
'@babel/helper-plugin-utils': 7.20.2
dev: true
- /@babel/plugin-transform-function-name@7.18.9(@babel/core@7.21.8):
+ /@babel/plugin-transform-function-name@7.18.9(@babel/core@7.22.1):
resolution: {integrity: sha512-WvIBoRPaJQ5yVHzcnJFor7oS5Ls0PYixlTYE63lCj2RtdQEl15M68FXQlxnG6wdraJIXRdR7KI+hQ7q/9QjrCQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.8
- '@babel/helper-compilation-targets': 7.21.5(@babel/core@7.21.8)
+ '@babel/core': 7.22.1
+ '@babel/helper-compilation-targets': 7.21.5(@babel/core@7.22.1)
'@babel/helper-function-name': 7.21.0
'@babel/helper-plugin-utils': 7.20.2
dev: true
+ /@babel/plugin-transform-json-strings@7.22.3(@babel/core@7.22.1):
+ resolution: {integrity: sha512-IuvOMdeOOY2X4hRNAT6kwbePtK21BUyrAEgLKviL8pL6AEEVUVcqtRdN/HJXBLGIbt9T3ETmXRnFedRRmQNTYw==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.22.1
+ '@babel/helper-plugin-utils': 7.21.5
+ '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.22.1)
+ dev: true
+
/@babel/plugin-transform-literals@7.18.9(@babel/core@7.21.4):
resolution: {integrity: sha512-IFQDSRoTPnrAIrI5zoZv73IFeZu2dhu6irxQjY9rNjTT53VmKg9fenjvoiOWOkJ6mm4jKVPtdMzBY98Fp4Z4cg==}
engines: {node: '>=6.9.0'}
@@ -2122,16 +2117,27 @@ packages:
'@babel/helper-plugin-utils': 7.20.2
dev: true
- /@babel/plugin-transform-literals@7.18.9(@babel/core@7.21.8):
+ /@babel/plugin-transform-literals@7.18.9(@babel/core@7.22.1):
resolution: {integrity: sha512-IFQDSRoTPnrAIrI5zoZv73IFeZu2dhu6irxQjY9rNjTT53VmKg9fenjvoiOWOkJ6mm4jKVPtdMzBY98Fp4Z4cg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.8
+ '@babel/core': 7.22.1
'@babel/helper-plugin-utils': 7.20.2
dev: true
+ /@babel/plugin-transform-logical-assignment-operators@7.22.3(@babel/core@7.22.1):
+ resolution: {integrity: sha512-CbayIfOw4av2v/HYZEsH+Klks3NC2/MFIR3QR8gnpGNNPEaq2fdlVCRYG/paKs7/5hvBLQ+H70pGWOHtlNEWNA==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.22.1
+ '@babel/helper-plugin-utils': 7.21.5
+ '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.22.1)
+ dev: true
+
/@babel/plugin-transform-member-expression-literals@7.18.6(@babel/core@7.21.4):
resolution: {integrity: sha512-qSF1ihLGO3q+/g48k85tUjD033C29TNTVB2paCwZPVmOsjn9pClvYYrM2VeJpBY2bcNkuny0YUyTNRyRxJ54KA==}
engines: {node: '>=6.9.0'}
@@ -2142,13 +2148,13 @@ packages:
'@babel/helper-plugin-utils': 7.20.2
dev: true
- /@babel/plugin-transform-member-expression-literals@7.18.6(@babel/core@7.21.8):
+ /@babel/plugin-transform-member-expression-literals@7.18.6(@babel/core@7.22.1):
resolution: {integrity: sha512-qSF1ihLGO3q+/g48k85tUjD033C29TNTVB2paCwZPVmOsjn9pClvYYrM2VeJpBY2bcNkuny0YUyTNRyRxJ54KA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.8
+ '@babel/core': 7.22.1
'@babel/helper-plugin-utils': 7.20.2
dev: true
@@ -2159,20 +2165,20 @@ packages:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.21.4
- '@babel/helper-module-transforms': 7.21.5
+ '@babel/helper-module-transforms': 7.22.1
'@babel/helper-plugin-utils': 7.20.2
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/plugin-transform-modules-amd@7.20.11(@babel/core@7.21.8):
+ /@babel/plugin-transform-modules-amd@7.20.11(@babel/core@7.22.1):
resolution: {integrity: sha512-NuzCt5IIYOW0O30UvqktzHYR2ud5bOWbY0yaxWZ6G+aFzOMJvrs5YHNikrbdaT15+KNO31nPOy5Fim3ku6Zb5g==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.8
- '@babel/helper-module-transforms': 7.21.5
+ '@babel/core': 7.22.1
+ '@babel/helper-module-transforms': 7.22.1
'@babel/helper-plugin-utils': 7.20.2
transitivePeerDependencies:
- supports-color
@@ -2192,14 +2198,14 @@ packages:
- supports-color
dev: true
- /@babel/plugin-transform-modules-commonjs@7.21.5(@babel/core@7.21.8):
+ /@babel/plugin-transform-modules-commonjs@7.21.5(@babel/core@7.22.1):
resolution: {integrity: sha512-OVryBEgKUbtqMoB7eG2rs6UFexJi6Zj6FDXx+esBLPTCxCNxAY9o+8Di7IsUGJ+AVhp5ncK0fxWUBd0/1gPhrQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.8
- '@babel/helper-module-transforms': 7.21.5
+ '@babel/core': 7.22.1
+ '@babel/helper-module-transforms': 7.22.1
'@babel/helper-plugin-utils': 7.21.5
'@babel/helper-simple-access': 7.21.5
transitivePeerDependencies:
@@ -2214,23 +2220,23 @@ packages:
dependencies:
'@babel/core': 7.21.4
'@babel/helper-hoist-variables': 7.18.6
- '@babel/helper-module-transforms': 7.21.5
+ '@babel/helper-module-transforms': 7.22.1
'@babel/helper-plugin-utils': 7.20.2
'@babel/helper-validator-identifier': 7.19.1
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/plugin-transform-modules-systemjs@7.20.11(@babel/core@7.21.8):
- resolution: {integrity: sha512-vVu5g9BPQKSFEmvt2TA4Da5N+QVS66EX21d8uoOihC+OCpUoGvzVsXeqFdtAEfVa5BILAeFt+U7yVmLbQnAJmw==}
+ /@babel/plugin-transform-modules-systemjs@7.22.3(@babel/core@7.22.1):
+ resolution: {integrity: sha512-V21W3bKLxO3ZjcBJZ8biSvo5gQ85uIXW2vJfh7JSWf/4SLUSr1tOoHX3ruN4+Oqa2m+BKfsxTR1I+PsvkIWvNw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.8
+ '@babel/core': 7.22.1
'@babel/helper-hoist-variables': 7.18.6
- '@babel/helper-module-transforms': 7.21.5
- '@babel/helper-plugin-utils': 7.20.2
+ '@babel/helper-module-transforms': 7.22.1
+ '@babel/helper-plugin-utils': 7.21.5
'@babel/helper-validator-identifier': 7.19.1
transitivePeerDependencies:
- supports-color
@@ -2243,20 +2249,20 @@ packages:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.21.4
- '@babel/helper-module-transforms': 7.21.5
+ '@babel/helper-module-transforms': 7.22.1
'@babel/helper-plugin-utils': 7.20.2
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/plugin-transform-modules-umd@7.18.6(@babel/core@7.21.8):
+ /@babel/plugin-transform-modules-umd@7.18.6(@babel/core@7.22.1):
resolution: {integrity: sha512-dcegErExVeXcRqNtkRU/z8WlBLnvD4MRnHgNs3MytRO1Mn1sHRyhbcpYbVMGclAqOjdW+9cfkdZno9dFdfKLfQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.8
- '@babel/helper-module-transforms': 7.21.5
+ '@babel/core': 7.22.1
+ '@babel/helper-module-transforms': 7.22.1
'@babel/helper-plugin-utils': 7.20.2
transitivePeerDependencies:
- supports-color
@@ -2273,15 +2279,15 @@ packages:
'@babel/helper-plugin-utils': 7.20.2
dev: true
- /@babel/plugin-transform-named-capturing-groups-regex@7.20.5(@babel/core@7.21.8):
- resolution: {integrity: sha512-mOW4tTzi5iTLnw+78iEq3gr8Aoq4WNRGpmSlrogqaiCBoR1HFhpU4JkpQFOHfeYx3ReVIFWOQJS4aZBRvuZ6mA==}
+ /@babel/plugin-transform-named-capturing-groups-regex@7.22.3(@babel/core@7.22.1):
+ resolution: {integrity: sha512-c6HrD/LpUdNNJsISQZpds3TXvfYIAbo+efE9aWmY/PmSRD0agrJ9cPMt4BmArwUQ7ZymEWTFjTyp+yReLJZh0Q==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
dependencies:
- '@babel/core': 7.21.8
- '@babel/helper-create-regexp-features-plugin': 7.21.4(@babel/core@7.21.8)
- '@babel/helper-plugin-utils': 7.20.2
+ '@babel/core': 7.22.1
+ '@babel/helper-create-regexp-features-plugin': 7.22.1(@babel/core@7.22.1)
+ '@babel/helper-plugin-utils': 7.21.5
dev: true
/@babel/plugin-transform-new-target@7.18.6(@babel/core@7.21.4):
@@ -2294,14 +2300,50 @@ packages:
'@babel/helper-plugin-utils': 7.20.2
dev: true
- /@babel/plugin-transform-new-target@7.18.6(@babel/core@7.21.8):
- resolution: {integrity: sha512-DjwFA/9Iu3Z+vrAn+8pBUGcjhxKguSMlsFqeCKbhb9BAV756v0krzVK04CRDi/4aqmk8BsHb4a/gFcaA5joXRw==}
+ /@babel/plugin-transform-new-target@7.22.3(@babel/core@7.22.1):
+ resolution: {integrity: sha512-5RuJdSo89wKdkRTqtM9RVVJzHum9c2s0te9rB7vZC1zKKxcioWIy+xcu4OoIAjyFZhb/bp5KkunuLin1q7Ct+w==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.8
- '@babel/helper-plugin-utils': 7.20.2
+ '@babel/core': 7.22.1
+ '@babel/helper-plugin-utils': 7.21.5
+ dev: true
+
+ /@babel/plugin-transform-nullish-coalescing-operator@7.22.3(@babel/core@7.22.1):
+ resolution: {integrity: sha512-CpaoNp16nX7ROtLONNuCyenYdY/l7ZsR6aoVa7rW7nMWisoNoQNIH5Iay/4LDyRjKMuElMqXiBoOQCDLTMGZiw==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.22.1
+ '@babel/helper-plugin-utils': 7.21.5
+ '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.22.1)
+ dev: true
+
+ /@babel/plugin-transform-numeric-separator@7.22.3(@babel/core@7.22.1):
+ resolution: {integrity: sha512-+AF88fPDJrnseMh5vD9+SH6wq4ZMvpiTMHh58uLs+giMEyASFVhcT3NkoyO+NebFCNnpHJEq5AXO2txV4AGPDQ==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.22.1
+ '@babel/helper-plugin-utils': 7.21.5
+ '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.22.1)
+ dev: true
+
+ /@babel/plugin-transform-object-rest-spread@7.22.3(@babel/core@7.22.1):
+ resolution: {integrity: sha512-38bzTsqMMCI46/TQnJwPPpy33EjLCc1Gsm2hRTF6zTMWnKsN61vdrpuzIEGQyKEhDSYDKyZHrrd5FMj4gcUHhw==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/compat-data': 7.22.3
+ '@babel/core': 7.22.1
+ '@babel/helper-compilation-targets': 7.22.1(@babel/core@7.22.1)
+ '@babel/helper-plugin-utils': 7.21.5
+ '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.22.1)
+ '@babel/plugin-transform-parameters': 7.22.3(@babel/core@7.22.1)
dev: true
/@babel/plugin-transform-object-super@7.18.6(@babel/core@7.21.4):
@@ -2317,19 +2359,42 @@ packages:
- supports-color
dev: true
- /@babel/plugin-transform-object-super@7.18.6(@babel/core@7.21.8):
+ /@babel/plugin-transform-object-super@7.18.6(@babel/core@7.22.1):
resolution: {integrity: sha512-uvGz6zk+pZoS1aTZrOvrbj6Pp/kK2mp45t2B+bTDre2UgsZZ8EZLSJtUg7m/no0zOJUWgFONpB7Zv9W2tSaFlA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.8
+ '@babel/core': 7.22.1
'@babel/helper-plugin-utils': 7.20.2
'@babel/helper-replace-supers': 7.20.7
transitivePeerDependencies:
- supports-color
dev: true
+ /@babel/plugin-transform-optional-catch-binding@7.22.3(@babel/core@7.22.1):
+ resolution: {integrity: sha512-bnDFWXFzWY0BsOyqaoSXvMQ2F35zutQipugog/rqotL2S4ciFOKlRYUu9djt4iq09oh2/34hqfRR2k1dIvuu4g==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.22.1
+ '@babel/helper-plugin-utils': 7.21.5
+ '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.22.1)
+ dev: true
+
+ /@babel/plugin-transform-optional-chaining@7.22.3(@babel/core@7.22.1):
+ resolution: {integrity: sha512-63v3/UFFxhPKT8j8u1jTTGVyITxl7/7AfOqK8C5gz1rHURPUGe3y5mvIf68eYKGoBNahtJnTxBKug4BQOnzeJg==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.22.1
+ '@babel/helper-plugin-utils': 7.21.5
+ '@babel/helper-skip-transparent-expression-wrappers': 7.20.0
+ '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.22.1)
+ dev: true
+
/@babel/plugin-transform-parameters@7.21.3(@babel/core@7.21.4):
resolution: {integrity: sha512-Wxc+TvppQG9xWFYatvCGPvZ6+SIUxQ2ZdiBP+PHYMIjnPXD+uThCshaz4NZOnODAtBjjcVQQ/3OKs9LW28purQ==}
engines: {node: '>=6.9.0'}
@@ -2340,14 +2405,42 @@ packages:
'@babel/helper-plugin-utils': 7.20.2
dev: true
- /@babel/plugin-transform-parameters@7.21.3(@babel/core@7.21.8):
- resolution: {integrity: sha512-Wxc+TvppQG9xWFYatvCGPvZ6+SIUxQ2ZdiBP+PHYMIjnPXD+uThCshaz4NZOnODAtBjjcVQQ/3OKs9LW28purQ==}
+ /@babel/plugin-transform-parameters@7.22.3(@babel/core@7.22.1):
+ resolution: {integrity: sha512-x7QHQJHPuD9VmfpzboyGJ5aHEr9r7DsAsdxdhJiTB3J3j8dyl+NFZ+rX5Q2RWFDCs61c06qBfS4ys2QYn8UkMw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.8
- '@babel/helper-plugin-utils': 7.20.2
+ '@babel/core': 7.22.1
+ '@babel/helper-plugin-utils': 7.21.5
+ dev: true
+
+ /@babel/plugin-transform-private-methods@7.22.3(@babel/core@7.22.1):
+ resolution: {integrity: sha512-fC7jtjBPFqhqpPAE+O4LKwnLq7gGkD3ZmC2E3i4qWH34mH3gOg2Xrq5YMHUq6DM30xhqM1DNftiRaSqVjEG+ug==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.22.1
+ '@babel/helper-create-class-features-plugin': 7.22.1(@babel/core@7.22.1)
+ '@babel/helper-plugin-utils': 7.21.5
+ transitivePeerDependencies:
+ - supports-color
+ dev: true
+
+ /@babel/plugin-transform-private-property-in-object@7.22.3(@babel/core@7.22.1):
+ resolution: {integrity: sha512-C7MMl4qWLpgVCbXfj3UW8rR1xeCnisQ0cU7YJHV//8oNBS0aCIVg1vFnZXxOckHhEpQyqNNkWmvSEWnMLlc+Vw==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.22.1
+ '@babel/helper-annotate-as-pure': 7.18.6
+ '@babel/helper-create-class-features-plugin': 7.22.1(@babel/core@7.22.1)
+ '@babel/helper-plugin-utils': 7.21.5
+ '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.22.1)
+ transitivePeerDependencies:
+ - supports-color
dev: true
/@babel/plugin-transform-property-literals@7.18.6(@babel/core@7.21.4):
@@ -2360,34 +2453,34 @@ packages:
'@babel/helper-plugin-utils': 7.20.2
dev: true
- /@babel/plugin-transform-property-literals@7.18.6(@babel/core@7.21.8):
+ /@babel/plugin-transform-property-literals@7.18.6(@babel/core@7.22.1):
resolution: {integrity: sha512-cYcs6qlgafTud3PAzrrRNbQtfpQ8+y/+M5tKmksS9+M1ckbH6kzY8MrexEM9mcA6JDsukE19iIRvAyYl463sMg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.8
+ '@babel/core': 7.22.1
'@babel/helper-plugin-utils': 7.20.2
dev: true
- /@babel/plugin-transform-react-display-name@7.18.6(@babel/core@7.21.8):
+ /@babel/plugin-transform-react-display-name@7.18.6(@babel/core@7.22.1):
resolution: {integrity: sha512-TV4sQ+T013n61uMoygyMRm+xf04Bd5oqFpv2jAEQwSZ8NwQA7zeRPg1LMVg2PWi3zWBz+CLKD+v5bcpZ/BS0aA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.8
+ '@babel/core': 7.22.1
'@babel/helper-plugin-utils': 7.21.5
dev: true
- /@babel/plugin-transform-react-jsx-development@7.18.6(@babel/core@7.21.8):
+ /@babel/plugin-transform-react-jsx-development@7.18.6(@babel/core@7.22.1):
resolution: {integrity: sha512-SA6HEjwYFKF7WDjWcMcMGUimmw/nhNRDWxr+KaLSCrkD/LMDBvWRmHAYgE1HDeF8KUuI8OAu+RT6EOtKxSW2qA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.8
- '@babel/plugin-transform-react-jsx': 7.21.5(@babel/core@7.21.8)
+ '@babel/core': 7.22.1
+ '@babel/plugin-transform-react-jsx': 7.22.3(@babel/core@7.22.1)
dev: true
/@babel/plugin-transform-react-jsx-self@7.21.0(@babel/core@7.21.4):
@@ -2410,27 +2503,27 @@ packages:
'@babel/helper-plugin-utils': 7.20.2
dev: true
- /@babel/plugin-transform-react-jsx@7.21.5(@babel/core@7.21.8):
- resolution: {integrity: sha512-ELdlq61FpoEkHO6gFRpfj0kUgSwQTGoaEU8eMRoS8Dv3v6e7BjEAj5WMtIBRdHUeAioMhKP5HyxNzNnP+heKbA==}
+ /@babel/plugin-transform-react-jsx@7.22.3(@babel/core@7.22.1):
+ resolution: {integrity: sha512-JEulRWG2f04a7L8VWaOngWiK6p+JOSpB+DAtwfJgOaej1qdbNxqtK7MwTBHjUA10NeFcszlFNqCdbRcirzh2uQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.8
+ '@babel/core': 7.22.1
'@babel/helper-annotate-as-pure': 7.18.6
'@babel/helper-module-imports': 7.21.4
'@babel/helper-plugin-utils': 7.21.5
- '@babel/plugin-syntax-jsx': 7.21.4(@babel/core@7.21.8)
- '@babel/types': 7.21.5
+ '@babel/plugin-syntax-jsx': 7.21.4(@babel/core@7.22.1)
+ '@babel/types': 7.22.4
dev: true
- /@babel/plugin-transform-react-pure-annotations@7.18.6(@babel/core@7.21.8):
+ /@babel/plugin-transform-react-pure-annotations@7.18.6(@babel/core@7.22.1):
resolution: {integrity: sha512-I8VfEPg9r2TRDdvnHgPepTKvuRomzA8+u+nhY7qSI1fR2hRNebasZEETLyM5mAUr0Ku56OkXJ0I7NHJnO6cJiQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.8
+ '@babel/core': 7.22.1
'@babel/helper-annotate-as-pure': 7.18.6
'@babel/helper-plugin-utils': 7.21.5
dev: true
@@ -2446,13 +2539,13 @@ packages:
regenerator-transform: 0.15.1
dev: true
- /@babel/plugin-transform-regenerator@7.21.5(@babel/core@7.21.8):
+ /@babel/plugin-transform-regenerator@7.21.5(@babel/core@7.22.1):
resolution: {integrity: sha512-ZoYBKDb6LyMi5yCsByQ5jmXsHAQDDYeexT1Szvlmui+lADvfSecr5Dxd/PkrTC3pAD182Fcju1VQkB4oCp9M+w==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.8
+ '@babel/core': 7.22.1
'@babel/helper-plugin-utils': 7.21.5
regenerator-transform: 0.15.1
dev: true
@@ -2467,13 +2560,13 @@ packages:
'@babel/helper-plugin-utils': 7.20.2
dev: true
- /@babel/plugin-transform-reserved-words@7.18.6(@babel/core@7.21.8):
+ /@babel/plugin-transform-reserved-words@7.18.6(@babel/core@7.22.1):
resolution: {integrity: sha512-oX/4MyMoypzHjFrT1CdivfKZ+XvIPMFXwwxHp/r0Ddy2Vuomt4HDFGmft1TAY2yiTKiNSsh3kjBAzcM8kSdsjA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.8
+ '@babel/core': 7.22.1
'@babel/helper-plugin-utils': 7.20.2
dev: true
@@ -2504,13 +2597,13 @@ packages:
'@babel/helper-plugin-utils': 7.20.2
dev: true
- /@babel/plugin-transform-shorthand-properties@7.18.6(@babel/core@7.21.8):
+ /@babel/plugin-transform-shorthand-properties@7.18.6(@babel/core@7.22.1):
resolution: {integrity: sha512-eCLXXJqv8okzg86ywZJbRn19YJHU4XUa55oz2wbHhaQVn/MM+XhukiT7SYqp/7o00dg52Rj51Ny+Ecw4oyoygw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.8
+ '@babel/core': 7.22.1
'@babel/helper-plugin-utils': 7.20.2
dev: true
@@ -2525,13 +2618,13 @@ packages:
'@babel/helper-skip-transparent-expression-wrappers': 7.20.0
dev: true
- /@babel/plugin-transform-spread@7.20.7(@babel/core@7.21.8):
+ /@babel/plugin-transform-spread@7.20.7(@babel/core@7.22.1):
resolution: {integrity: sha512-ewBbHQ+1U/VnH1fxltbJqDeWBU1oNLG8Dj11uIv3xVf7nrQu0bPGe5Rf716r7K5Qz+SqtAOVswoVunoiBtGhxw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.8
+ '@babel/core': 7.22.1
'@babel/helper-plugin-utils': 7.20.2
'@babel/helper-skip-transparent-expression-wrappers': 7.20.0
dev: true
@@ -2546,13 +2639,13 @@ packages:
'@babel/helper-plugin-utils': 7.20.2
dev: true
- /@babel/plugin-transform-sticky-regex@7.18.6(@babel/core@7.21.8):
+ /@babel/plugin-transform-sticky-regex@7.18.6(@babel/core@7.22.1):
resolution: {integrity: sha512-kfiDrDQ+PBsQDO85yj1icueWMfGfJFKN1KCkndygtu/C9+XUfydLC8Iv5UYJqRwy4zk8EcplRxEOeLyjq1gm6Q==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.8
+ '@babel/core': 7.22.1
'@babel/helper-plugin-utils': 7.20.2
dev: true
@@ -2566,13 +2659,13 @@ packages:
'@babel/helper-plugin-utils': 7.20.2
dev: true
- /@babel/plugin-transform-template-literals@7.18.9(@babel/core@7.21.8):
+ /@babel/plugin-transform-template-literals@7.18.9(@babel/core@7.22.1):
resolution: {integrity: sha512-S8cOWfT82gTezpYOiVaGHrCbhlHgKhQt8XH5ES46P2XWmX92yisoZywf5km75wv5sYcXDUCLMmMxOLCtthDgMA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.8
+ '@babel/core': 7.22.1
'@babel/helper-plugin-utils': 7.20.2
dev: true
@@ -2586,13 +2679,13 @@ packages:
'@babel/helper-plugin-utils': 7.20.2
dev: true
- /@babel/plugin-transform-typeof-symbol@7.18.9(@babel/core@7.21.8):
+ /@babel/plugin-transform-typeof-symbol@7.18.9(@babel/core@7.22.1):
resolution: {integrity: sha512-SRfwTtF11G2aemAZWivL7PD+C9z52v9EvMqH9BuYbabyPuKUvSWks3oCg6041pT925L4zVFqaVBeECwsmlguEw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.8
+ '@babel/core': 7.22.1
'@babel/helper-plugin-utils': 7.20.2
dev: true
@@ -2611,17 +2704,17 @@ packages:
- supports-color
dev: true
- /@babel/plugin-transform-typescript@7.21.3(@babel/core@7.21.8):
- resolution: {integrity: sha512-RQxPz6Iqt8T0uw/WsJNReuBpWpBqs/n7mNo18sKLoTbMp+UrEekhH+pKSVC7gWz+DNjo9gryfV8YzCiT45RgMw==}
+ /@babel/plugin-transform-typescript@7.22.3(@babel/core@7.22.1):
+ resolution: {integrity: sha512-pyjnCIniO5PNaEuGxT28h0HbMru3qCVrMqVgVOz/krComdIrY9W6FCLBq9NWHY8HDGaUlan+UhmZElDENIfCcw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.8
+ '@babel/core': 7.22.1
'@babel/helper-annotate-as-pure': 7.18.6
- '@babel/helper-create-class-features-plugin': 7.21.8(@babel/core@7.21.8)
+ '@babel/helper-create-class-features-plugin': 7.22.1(@babel/core@7.22.1)
'@babel/helper-plugin-utils': 7.21.5
- '@babel/plugin-syntax-typescript': 7.21.4(@babel/core@7.21.8)
+ '@babel/plugin-syntax-typescript': 7.21.4(@babel/core@7.22.1)
transitivePeerDependencies:
- supports-color
dev: true
@@ -2636,13 +2729,24 @@ packages:
'@babel/helper-plugin-utils': 7.20.2
dev: true
- /@babel/plugin-transform-unicode-escapes@7.21.5(@babel/core@7.21.8):
+ /@babel/plugin-transform-unicode-escapes@7.21.5(@babel/core@7.22.1):
resolution: {integrity: sha512-LYm/gTOwZqsYohlvFUe/8Tujz75LqqVC2w+2qPHLR+WyWHGCZPN1KBpJCJn+4Bk4gOkQy/IXKIge6az5MqwlOg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.8
+ '@babel/core': 7.22.1
+ '@babel/helper-plugin-utils': 7.21.5
+ dev: true
+
+ /@babel/plugin-transform-unicode-property-regex@7.22.3(@babel/core@7.22.1):
+ resolution: {integrity: sha512-5ScJ+OmdX+O6HRuMGW4kv7RL9vIKdtdAj9wuWUKy1wbHY3jaM/UlyIiC1G7J6UJiiyMukjjK0QwL3P0vBd0yYg==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.22.1
+ '@babel/helper-create-regexp-features-plugin': 7.22.1(@babel/core@7.22.1)
'@babel/helper-plugin-utils': 7.21.5
dev: true
@@ -2657,17 +2761,28 @@ packages:
'@babel/helper-plugin-utils': 7.20.2
dev: true
- /@babel/plugin-transform-unicode-regex@7.18.6(@babel/core@7.21.8):
+ /@babel/plugin-transform-unicode-regex@7.18.6(@babel/core@7.22.1):
resolution: {integrity: sha512-gE7A6Lt7YLnNOL3Pb9BNeZvi+d8l7tcRrG4+pwJjK9hD2xX4mEvjlQW60G9EEmfXVYRPv9VRQcyegIVHCql/AA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.8
- '@babel/helper-create-regexp-features-plugin': 7.21.4(@babel/core@7.21.8)
+ '@babel/core': 7.22.1
+ '@babel/helper-create-regexp-features-plugin': 7.21.4(@babel/core@7.22.1)
'@babel/helper-plugin-utils': 7.20.2
dev: true
+ /@babel/plugin-transform-unicode-sets-regex@7.22.3(@babel/core@7.22.1):
+ resolution: {integrity: sha512-hNufLdkF8vqywRp+P55j4FHXqAX2LRUccoZHH7AFn1pq5ZOO2ISKW9w13bFZVjBoTqeve2HOgoJCcaziJVhGNw==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0
+ dependencies:
+ '@babel/core': 7.22.1
+ '@babel/helper-create-regexp-features-plugin': 7.22.1(@babel/core@7.22.1)
+ '@babel/helper-plugin-utils': 7.21.5
+ dev: true
+
/@babel/preset-env@7.21.4(@babel/core@7.21.4):
resolution: {integrity: sha512-2W57zHs2yDLm6GD5ZpvNn71lZ0B/iypSdIeq25OurDKji6AdzV07qp4s3n1/x5BqtiGaTrPN3nerlSCaC5qNTw==}
engines: {node: '>=6.9.0'}
@@ -2744,7 +2859,7 @@ packages:
'@babel/plugin-transform-unicode-escapes': 7.18.10(@babel/core@7.21.4)
'@babel/plugin-transform-unicode-regex': 7.18.6(@babel/core@7.21.4)
'@babel/preset-modules': 0.1.5(@babel/core@7.21.4)
- '@babel/types': 7.21.5
+ '@babel/types': 7.22.4
babel-plugin-polyfill-corejs2: 0.3.3(@babel/core@7.21.4)
babel-plugin-polyfill-corejs3: 0.6.0(@babel/core@7.21.4)
babel-plugin-polyfill-regenerator: 0.4.1(@babel/core@7.21.4)
@@ -2754,87 +2869,91 @@ packages:
- supports-color
dev: true
- /@babel/preset-env@7.21.5(@babel/core@7.21.8):
- resolution: {integrity: sha512-wH00QnTTldTbf/IefEVyChtRdw5RJvODT/Vb4Vcxq1AZvtXj6T0YeX0cAcXhI6/BdGuiP3GcNIL4OQbI2DVNxg==}
+ /@babel/preset-env@7.22.4(@babel/core@7.22.1):
+ resolution: {integrity: sha512-c3lHOjbwBv0TkhYCr+XCR6wKcSZ1QbQTVdSkZUaVpLv8CVWotBMArWUi5UAJrcrQaEnleVkkvaV8F/pmc/STZQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/compat-data': 7.21.7
- '@babel/core': 7.21.8
- '@babel/helper-compilation-targets': 7.21.5(@babel/core@7.21.8)
+ '@babel/compat-data': 7.22.3
+ '@babel/core': 7.22.1
+ '@babel/helper-compilation-targets': 7.22.1(@babel/core@7.22.1)
'@babel/helper-plugin-utils': 7.21.5
'@babel/helper-validator-option': 7.21.0
- '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.18.6(@babel/core@7.21.8)
- '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.20.7(@babel/core@7.21.8)
- '@babel/plugin-proposal-async-generator-functions': 7.20.7(@babel/core@7.21.8)
- '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.21.8)
- '@babel/plugin-proposal-class-static-block': 7.21.0(@babel/core@7.21.8)
- '@babel/plugin-proposal-dynamic-import': 7.18.6(@babel/core@7.21.8)
- '@babel/plugin-proposal-export-namespace-from': 7.18.9(@babel/core@7.21.8)
- '@babel/plugin-proposal-json-strings': 7.18.6(@babel/core@7.21.8)
- '@babel/plugin-proposal-logical-assignment-operators': 7.20.7(@babel/core@7.21.8)
- '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.21.8)
- '@babel/plugin-proposal-numeric-separator': 7.18.6(@babel/core@7.21.8)
- '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@7.21.8)
- '@babel/plugin-proposal-optional-catch-binding': 7.18.6(@babel/core@7.21.8)
- '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.21.8)
- '@babel/plugin-proposal-private-methods': 7.18.6(@babel/core@7.21.8)
- '@babel/plugin-proposal-private-property-in-object': 7.21.0(@babel/core@7.21.8)
- '@babel/plugin-proposal-unicode-property-regex': 7.18.6(@babel/core@7.21.8)
- '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.21.8)
- '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.21.8)
- '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.21.8)
- '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.21.8)
- '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.21.8)
- '@babel/plugin-syntax-import-assertions': 7.20.0(@babel/core@7.21.8)
- '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.21.8)
- '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.21.8)
- '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.21.8)
- '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.21.8)
- '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.21.8)
- '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.21.8)
- '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.21.8)
- '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.21.8)
- '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.21.8)
- '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.21.8)
- '@babel/plugin-transform-arrow-functions': 7.21.5(@babel/core@7.21.8)
- '@babel/plugin-transform-async-to-generator': 7.20.7(@babel/core@7.21.8)
- '@babel/plugin-transform-block-scoped-functions': 7.18.6(@babel/core@7.21.8)
- '@babel/plugin-transform-block-scoping': 7.21.0(@babel/core@7.21.8)
- '@babel/plugin-transform-classes': 7.21.0(@babel/core@7.21.8)
- '@babel/plugin-transform-computed-properties': 7.21.5(@babel/core@7.21.8)
- '@babel/plugin-transform-destructuring': 7.21.3(@babel/core@7.21.8)
- '@babel/plugin-transform-dotall-regex': 7.18.6(@babel/core@7.21.8)
- '@babel/plugin-transform-duplicate-keys': 7.18.9(@babel/core@7.21.8)
- '@babel/plugin-transform-exponentiation-operator': 7.18.6(@babel/core@7.21.8)
- '@babel/plugin-transform-for-of': 7.21.5(@babel/core@7.21.8)
- '@babel/plugin-transform-function-name': 7.18.9(@babel/core@7.21.8)
- '@babel/plugin-transform-literals': 7.18.9(@babel/core@7.21.8)
- '@babel/plugin-transform-member-expression-literals': 7.18.6(@babel/core@7.21.8)
- '@babel/plugin-transform-modules-amd': 7.20.11(@babel/core@7.21.8)
- '@babel/plugin-transform-modules-commonjs': 7.21.5(@babel/core@7.21.8)
- '@babel/plugin-transform-modules-systemjs': 7.20.11(@babel/core@7.21.8)
- '@babel/plugin-transform-modules-umd': 7.18.6(@babel/core@7.21.8)
- '@babel/plugin-transform-named-capturing-groups-regex': 7.20.5(@babel/core@7.21.8)
- '@babel/plugin-transform-new-target': 7.18.6(@babel/core@7.21.8)
- '@babel/plugin-transform-object-super': 7.18.6(@babel/core@7.21.8)
- '@babel/plugin-transform-parameters': 7.21.3(@babel/core@7.21.8)
- '@babel/plugin-transform-property-literals': 7.18.6(@babel/core@7.21.8)
- '@babel/plugin-transform-regenerator': 7.21.5(@babel/core@7.21.8)
- '@babel/plugin-transform-reserved-words': 7.18.6(@babel/core@7.21.8)
- '@babel/plugin-transform-shorthand-properties': 7.18.6(@babel/core@7.21.8)
- '@babel/plugin-transform-spread': 7.20.7(@babel/core@7.21.8)
- '@babel/plugin-transform-sticky-regex': 7.18.6(@babel/core@7.21.8)
- '@babel/plugin-transform-template-literals': 7.18.9(@babel/core@7.21.8)
- '@babel/plugin-transform-typeof-symbol': 7.18.9(@babel/core@7.21.8)
- '@babel/plugin-transform-unicode-escapes': 7.21.5(@babel/core@7.21.8)
- '@babel/plugin-transform-unicode-regex': 7.18.6(@babel/core@7.21.8)
- '@babel/preset-modules': 0.1.5(@babel/core@7.21.8)
- '@babel/types': 7.21.5
- babel-plugin-polyfill-corejs2: 0.3.3(@babel/core@7.21.8)
- babel-plugin-polyfill-corejs3: 0.6.0(@babel/core@7.21.8)
- babel-plugin-polyfill-regenerator: 0.4.1(@babel/core@7.21.8)
+ '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.18.6(@babel/core@7.22.1)
+ '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.22.3(@babel/core@7.22.1)
+ '@babel/plugin-proposal-private-property-in-object': 7.21.11(@babel/core@7.22.1)
+ '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.22.1)
+ '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.22.1)
+ '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.22.1)
+ '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.22.1)
+ '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.22.1)
+ '@babel/plugin-syntax-import-assertions': 7.20.0(@babel/core@7.22.1)
+ '@babel/plugin-syntax-import-attributes': 7.22.3(@babel/core@7.22.1)
+ '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.22.1)
+ '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.22.1)
+ '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.22.1)
+ '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.22.1)
+ '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.22.1)
+ '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.22.1)
+ '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.22.1)
+ '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.22.1)
+ '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.22.1)
+ '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.22.1)
+ '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.22.1)
+ '@babel/plugin-transform-arrow-functions': 7.21.5(@babel/core@7.22.1)
+ '@babel/plugin-transform-async-generator-functions': 7.22.3(@babel/core@7.22.1)
+ '@babel/plugin-transform-async-to-generator': 7.20.7(@babel/core@7.22.1)
+ '@babel/plugin-transform-block-scoped-functions': 7.18.6(@babel/core@7.22.1)
+ '@babel/plugin-transform-block-scoping': 7.21.0(@babel/core@7.22.1)
+ '@babel/plugin-transform-class-properties': 7.22.3(@babel/core@7.22.1)
+ '@babel/plugin-transform-class-static-block': 7.22.3(@babel/core@7.22.1)
+ '@babel/plugin-transform-classes': 7.21.0(@babel/core@7.22.1)
+ '@babel/plugin-transform-computed-properties': 7.21.5(@babel/core@7.22.1)
+ '@babel/plugin-transform-destructuring': 7.21.3(@babel/core@7.22.1)
+ '@babel/plugin-transform-dotall-regex': 7.18.6(@babel/core@7.22.1)
+ '@babel/plugin-transform-duplicate-keys': 7.18.9(@babel/core@7.22.1)
+ '@babel/plugin-transform-dynamic-import': 7.22.1(@babel/core@7.22.1)
+ '@babel/plugin-transform-exponentiation-operator': 7.18.6(@babel/core@7.22.1)
+ '@babel/plugin-transform-export-namespace-from': 7.22.3(@babel/core@7.22.1)
+ '@babel/plugin-transform-for-of': 7.21.5(@babel/core@7.22.1)
+ '@babel/plugin-transform-function-name': 7.18.9(@babel/core@7.22.1)
+ '@babel/plugin-transform-json-strings': 7.22.3(@babel/core@7.22.1)
+ '@babel/plugin-transform-literals': 7.18.9(@babel/core@7.22.1)
+ '@babel/plugin-transform-logical-assignment-operators': 7.22.3(@babel/core@7.22.1)
+ '@babel/plugin-transform-member-expression-literals': 7.18.6(@babel/core@7.22.1)
+ '@babel/plugin-transform-modules-amd': 7.20.11(@babel/core@7.22.1)
+ '@babel/plugin-transform-modules-commonjs': 7.21.5(@babel/core@7.22.1)
+ '@babel/plugin-transform-modules-systemjs': 7.22.3(@babel/core@7.22.1)
+ '@babel/plugin-transform-modules-umd': 7.18.6(@babel/core@7.22.1)
+ '@babel/plugin-transform-named-capturing-groups-regex': 7.22.3(@babel/core@7.22.1)
+ '@babel/plugin-transform-new-target': 7.22.3(@babel/core@7.22.1)
+ '@babel/plugin-transform-nullish-coalescing-operator': 7.22.3(@babel/core@7.22.1)
+ '@babel/plugin-transform-numeric-separator': 7.22.3(@babel/core@7.22.1)
+ '@babel/plugin-transform-object-rest-spread': 7.22.3(@babel/core@7.22.1)
+ '@babel/plugin-transform-object-super': 7.18.6(@babel/core@7.22.1)
+ '@babel/plugin-transform-optional-catch-binding': 7.22.3(@babel/core@7.22.1)
+ '@babel/plugin-transform-optional-chaining': 7.22.3(@babel/core@7.22.1)
+ '@babel/plugin-transform-parameters': 7.22.3(@babel/core@7.22.1)
+ '@babel/plugin-transform-private-methods': 7.22.3(@babel/core@7.22.1)
+ '@babel/plugin-transform-private-property-in-object': 7.22.3(@babel/core@7.22.1)
+ '@babel/plugin-transform-property-literals': 7.18.6(@babel/core@7.22.1)
+ '@babel/plugin-transform-regenerator': 7.21.5(@babel/core@7.22.1)
+ '@babel/plugin-transform-reserved-words': 7.18.6(@babel/core@7.22.1)
+ '@babel/plugin-transform-shorthand-properties': 7.18.6(@babel/core@7.22.1)
+ '@babel/plugin-transform-spread': 7.20.7(@babel/core@7.22.1)
+ '@babel/plugin-transform-sticky-regex': 7.18.6(@babel/core@7.22.1)
+ '@babel/plugin-transform-template-literals': 7.18.9(@babel/core@7.22.1)
+ '@babel/plugin-transform-typeof-symbol': 7.18.9(@babel/core@7.22.1)
+ '@babel/plugin-transform-unicode-escapes': 7.21.5(@babel/core@7.22.1)
+ '@babel/plugin-transform-unicode-property-regex': 7.22.3(@babel/core@7.22.1)
+ '@babel/plugin-transform-unicode-regex': 7.18.6(@babel/core@7.22.1)
+ '@babel/plugin-transform-unicode-sets-regex': 7.22.3(@babel/core@7.22.1)
+ '@babel/preset-modules': 0.1.5(@babel/core@7.22.1)
+ '@babel/types': 7.22.4
+ babel-plugin-polyfill-corejs2: 0.4.3(@babel/core@7.22.1)
+ babel-plugin-polyfill-corejs3: 0.8.1(@babel/core@7.22.1)
+ babel-plugin-polyfill-regenerator: 0.5.0(@babel/core@7.22.1)
core-js-compat: 3.30.2
semver: 6.3.0
transitivePeerDependencies:
@@ -2850,36 +2969,36 @@ packages:
'@babel/helper-plugin-utils': 7.20.2
'@babel/plugin-proposal-unicode-property-regex': 7.18.6(@babel/core@7.21.4)
'@babel/plugin-transform-dotall-regex': 7.18.6(@babel/core@7.21.4)
- '@babel/types': 7.21.5
+ '@babel/types': 7.22.4
esutils: 2.0.3
dev: true
- /@babel/preset-modules@0.1.5(@babel/core@7.21.8):
+ /@babel/preset-modules@0.1.5(@babel/core@7.22.1):
resolution: {integrity: sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.8
- '@babel/helper-plugin-utils': 7.20.2
- '@babel/plugin-proposal-unicode-property-regex': 7.18.6(@babel/core@7.21.8)
- '@babel/plugin-transform-dotall-regex': 7.18.6(@babel/core@7.21.8)
- '@babel/types': 7.21.5
+ '@babel/core': 7.22.1
+ '@babel/helper-plugin-utils': 7.21.5
+ '@babel/plugin-proposal-unicode-property-regex': 7.18.6(@babel/core@7.22.1)
+ '@babel/plugin-transform-dotall-regex': 7.18.6(@babel/core@7.22.1)
+ '@babel/types': 7.22.4
esutils: 2.0.3
dev: true
- /@babel/preset-react@7.18.6(@babel/core@7.21.8):
- resolution: {integrity: sha512-zXr6atUmyYdiWRVLOZahakYmOBHtWc2WGCkP8PYTgZi0iJXDY2CN180TdrIW4OGOAdLc7TifzDIvtx6izaRIzg==}
+ /@babel/preset-react@7.22.3(@babel/core@7.22.1):
+ resolution: {integrity: sha512-lxDz1mnZ9polqClBCVBjIVUypoB4qV3/tZUDb/IlYbW1kiiLaXaX+bInbRjl+lNQ/iUZraQ3+S8daEmoELMWug==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.8
+ '@babel/core': 7.22.1
'@babel/helper-plugin-utils': 7.21.5
'@babel/helper-validator-option': 7.21.0
- '@babel/plugin-transform-react-display-name': 7.18.6(@babel/core@7.21.8)
- '@babel/plugin-transform-react-jsx': 7.21.5(@babel/core@7.21.8)
- '@babel/plugin-transform-react-jsx-development': 7.18.6(@babel/core@7.21.8)
- '@babel/plugin-transform-react-pure-annotations': 7.18.6(@babel/core@7.21.8)
+ '@babel/plugin-transform-react-display-name': 7.18.6(@babel/core@7.22.1)
+ '@babel/plugin-transform-react-jsx': 7.22.3(@babel/core@7.22.1)
+ '@babel/plugin-transform-react-jsx-development': 7.18.6(@babel/core@7.22.1)
+ '@babel/plugin-transform-react-pure-annotations': 7.18.6(@babel/core@7.22.1)
dev: true
/@babel/preset-typescript@7.21.4(@babel/core@7.21.4):
@@ -2898,18 +3017,18 @@ packages:
- supports-color
dev: true
- /@babel/preset-typescript@7.21.5(@babel/core@7.21.8):
+ /@babel/preset-typescript@7.21.5(@babel/core@7.22.1):
resolution: {integrity: sha512-iqe3sETat5EOrORXiQ6rWfoOg2y68Cs75B9wNxdPW4kixJxh7aXQE1KPdWLDniC24T/6dSnguF33W9j/ZZQcmA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.8
+ '@babel/core': 7.22.1
'@babel/helper-plugin-utils': 7.21.5
'@babel/helper-validator-option': 7.21.0
- '@babel/plugin-syntax-jsx': 7.21.4(@babel/core@7.21.8)
- '@babel/plugin-transform-modules-commonjs': 7.21.5(@babel/core@7.21.8)
- '@babel/plugin-transform-typescript': 7.21.3(@babel/core@7.21.8)
+ '@babel/plugin-syntax-jsx': 7.21.4(@babel/core@7.22.1)
+ '@babel/plugin-transform-modules-commonjs': 7.21.5(@babel/core@7.22.1)
+ '@babel/plugin-transform-typescript': 7.22.3(@babel/core@7.22.1)
transitivePeerDependencies:
- supports-color
dev: true
@@ -2925,14 +3044,14 @@ packages:
regenerator-runtime: 0.13.11
dev: true
- /@babel/runtime@7.21.5:
- resolution: {integrity: sha512-8jI69toZqqcsnqGGqwGS4Qb1VwLOEp4hz+CXPywcvjs60u3B4Pom/U/7rm4W8tMOYEB+E9wgD0mW1l3r8qlI9Q==}
+ /@babel/runtime@7.22.3:
+ resolution: {integrity: sha512-XsDuspWKLUsxwCp6r7EhsExHtYfbe5oAGQ19kqngTdCPUoPQzOPdUbD/pB9PJiwb2ptYKQDjSJT3R6dC+EPqfQ==}
engines: {node: '>=6.9.0'}
dependencies:
regenerator-runtime: 0.13.11
- /@babel/standalone@7.21.8:
- resolution: {integrity: sha512-Od6cBJ8dm9wjAt+3olvO7N3s+8UsCkX3hH41Ew3BlFJw1QQtbctplq3kuwzzfk+YcmXE95k8fJCzbnhf32+BxQ==}
+ /@babel/standalone@7.22.4:
+ resolution: {integrity: sha512-QBNy4MzdvdyNMgnGBU8GsOHoJG0ghrQj8NupxV4gMxHo6EhrwozNsICbT3dz0MTRLldqYSYDmTOZQBvYcDVOUQ==}
engines: {node: '>=6.9.0'}
dev: true
@@ -2941,28 +3060,36 @@ packages:
engines: {node: '>=6.9.0'}
dependencies:
'@babel/code-frame': 7.21.4
- '@babel/parser': 7.21.8
- '@babel/types': 7.21.5
+ '@babel/parser': 7.22.4
+ '@babel/types': 7.22.4
- /@babel/traverse@7.21.5:
- resolution: {integrity: sha512-AhQoI3YjWi6u/y/ntv7k48mcrCXmus0t79J9qPNlk/lAsFlCiJ047RmbfMOawySTHtywXhbXgpx/8nXMYd+oFw==}
+ /@babel/template@7.21.9:
+ resolution: {integrity: sha512-MK0X5k8NKOuWRamiEfc3KEJiHMTkGZNUjzMipqCGDDc6ijRl/B7RGSKVGncu4Ro/HdyzzY6cmoXuKI2Gffk7vQ==}
engines: {node: '>=6.9.0'}
dependencies:
'@babel/code-frame': 7.21.4
- '@babel/generator': 7.21.5
- '@babel/helper-environment-visitor': 7.21.5
+ '@babel/parser': 7.22.4
+ '@babel/types': 7.22.4
+
+ /@babel/traverse@7.22.4:
+ resolution: {integrity: sha512-Tn1pDsjIcI+JcLKq1AVlZEr4226gpuAQTsLMorsYg9tuS/kG7nuwwJ4AB8jfQuEgb/COBwR/DqJxmoiYFu5/rQ==}
+ engines: {node: '>=6.9.0'}
+ dependencies:
+ '@babel/code-frame': 7.21.4
+ '@babel/generator': 7.22.3
+ '@babel/helper-environment-visitor': 7.22.1
'@babel/helper-function-name': 7.21.0
'@babel/helper-hoist-variables': 7.18.6
'@babel/helper-split-export-declaration': 7.18.6
- '@babel/parser': 7.21.8
- '@babel/types': 7.21.5
+ '@babel/parser': 7.22.4
+ '@babel/types': 7.22.4
debug: 4.3.4
globals: 11.12.0
transitivePeerDependencies:
- supports-color
- /@babel/types@7.21.5:
- resolution: {integrity: sha512-m4AfNvVF2mVC/F7fDEdH2El3HzUg9It/XsCxZiOTTA3m3qYfcSVSbTfM6Q9xG+hYDniZssYhlXKKUMD5m8tF4Q==}
+ /@babel/types@7.22.4:
+ resolution: {integrity: sha512-Tx9x3UBHTTsMSW85WB2kphxYQVvrZ/t1FxD88IpSgIjiUJlCm9z+xWIDwyo1vffTwSqteqyznB8ZE9vYYk16zA==}
engines: {node: '>=6.9.0'}
dependencies:
'@babel/helper-string-parser': 7.21.5
@@ -3390,13 +3517,13 @@ packages:
dev: true
optional: true
- /@eslint-community/eslint-utils@4.4.0(eslint@8.40.0):
+ /@eslint-community/eslint-utils@4.4.0(eslint@8.42.0):
resolution: {integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || >=8.0.0
dependencies:
- eslint: 8.40.0
+ eslint: 8.42.0
eslint-visitor-keys: 3.4.1
/@eslint-community/regexpp@4.5.1:
@@ -3419,8 +3546,8 @@ packages:
transitivePeerDependencies:
- supports-color
- /@eslint/js@8.40.0:
- resolution: {integrity: sha512-ElyB54bJIhXQYVKjDSvCkPO1iU1tSAeVQJbllWJq1XQSmmA4dgFk8CbiBGpiOPxleE48vDogxCtmMYku4HSVLA==}
+ /@eslint/js@8.42.0:
+ resolution: {integrity: sha512-6SWlXpWU5AvId8Ac7zjzmIOqMOba/JWY8XZ4A7q7Gn1Vlfg/SFFIlrtHXt9nPn4op9ZPAkl91Jao+QQv3r/ukw==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
/@gar/promisify@1.1.3:
@@ -3437,8 +3564,8 @@ packages:
'@hapi/hoek': 9.3.0
dev: true
- /@humanwhocodes/config-array@0.11.8:
- resolution: {integrity: sha512-UybHIJzJnR5Qc/MsD9Kr+RpO2h+/P1GhOwdiLPXK5TWk5sgTdu88bTD9UP+CKbPPh5Rni1u0GjAdYQLemG8g+g==}
+ /@humanwhocodes/config-array@0.11.10:
+ resolution: {integrity: sha512-KVVjQmNUepDVGXNuoRRdmmEjruj0KfiGSbS8LVc12LMsWDQzRXJ0qdhN8L8uUigKpfEHRhlaQFY0ib1tnUbNeQ==}
engines: {node: '>=10.10.0'}
dependencies:
'@humanwhocodes/object-schema': 1.2.1
@@ -3454,16 +3581,16 @@ packages:
/@humanwhocodes/object-schema@1.2.1:
resolution: {integrity: sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==}
- /@icebreakers/eslint-config-basic@1.0.3(@typescript-eslint/eslint-plugin@5.59.6)(@typescript-eslint/parser@5.59.6)(eslint@8.40.0)(jest@29.5.0)(prettier@2.8.8)(typescript@5.0.4):
- resolution: {integrity: sha512-h1ZVP4QClI6ACJj/8DHWMFfxn7mwxq6G4HIAKPJIGEga2UZMTqq3IAn8G6ThHb2Ik82s1HXXpmB7ZsRjJUut2Q==}
+ /@icebreakers/eslint-config-basic@1.1.0(@typescript-eslint/eslint-plugin@5.59.9)(@typescript-eslint/parser@5.59.9)(eslint@8.42.0)(jest@29.5.0)(prettier@2.8.8)(typescript@5.1.3):
+ resolution: {integrity: sha512-ASal2b/tRENvG3QF888dkWGwZPDmlmULkLKzJrkIM3+N5/j3G867Tzc9vD3rOhO1T6aqI2Ahaknay4u+1UoYmw==}
dependencies:
- eslint-config-prettier: 8.8.0(eslint@8.40.0)
- eslint-config-standard: 17.0.0(eslint-plugin-import@2.26.0)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.40.0)
- eslint-plugin-import: 2.26.0(@typescript-eslint/parser@5.59.6)(eslint@8.40.0)
- eslint-plugin-jest: 27.2.1(@typescript-eslint/eslint-plugin@5.59.6)(eslint@8.40.0)(jest@29.5.0)(typescript@5.0.4)
- eslint-plugin-n: 15.7.0(eslint@8.40.0)
- eslint-plugin-prettier: 4.2.1(eslint-config-prettier@8.8.0)(eslint@8.40.0)(prettier@2.8.8)
- eslint-plugin-promise: 6.1.1(eslint@8.40.0)
+ eslint-config-prettier: 8.8.0(eslint@8.42.0)
+ eslint-config-standard: 17.1.0(eslint-plugin-import@2.27.5)(eslint-plugin-n@16.0.0)(eslint-plugin-promise@6.1.1)(eslint@8.42.0)
+ eslint-plugin-import: 2.27.5(@typescript-eslint/parser@5.59.9)(eslint-import-resolver-typescript@3.5.5)(eslint@8.42.0)
+ eslint-plugin-jest: 27.2.1(@typescript-eslint/eslint-plugin@5.59.9)(eslint@8.42.0)(jest@29.5.0)(typescript@5.1.3)
+ eslint-plugin-n: 16.0.0(eslint@8.42.0)
+ eslint-plugin-prettier: 4.2.1(eslint-config-prettier@8.8.0)(eslint@8.42.0)(prettier@2.8.8)
+ eslint-plugin-promise: 6.1.1(eslint@8.42.0)
transitivePeerDependencies:
- '@typescript-eslint/eslint-plugin'
- '@typescript-eslint/parser'
@@ -3476,13 +3603,13 @@ packages:
- typescript
dev: true
- /@icebreakers/eslint-config-ts@1.0.4(eslint@8.40.0)(jest@29.5.0)(prettier@2.8.8)(typescript@5.0.4):
- resolution: {integrity: sha512-D/nRNwv+XxVqJ0I5W9j8iF4jlbUP45N4CFevBne2PK71Xb1uN21mFLhmmNpPjCsg2Ovi1ncI/ueYvd2D8ldVsg==}
+ /@icebreakers/eslint-config-ts@1.1.0(eslint@8.42.0)(jest@29.5.0)(prettier@2.8.8)(typescript@5.1.3):
+ resolution: {integrity: sha512-Dw65nFYqJvD+UbenCLV54ID4xSfM+bEnqlmer8j+WuMtoeOPekSBsbS1uHnkKFAo88PuXMXRY7AGTuGqKoav2w==}
dependencies:
- '@icebreakers/eslint-config-basic': 1.0.3(@typescript-eslint/eslint-plugin@5.59.6)(@typescript-eslint/parser@5.59.6)(eslint@8.40.0)(jest@29.5.0)(prettier@2.8.8)(typescript@5.0.4)
- '@types/jest': 29.5.1
- '@typescript-eslint/eslint-plugin': 5.59.6(@typescript-eslint/parser@5.59.6)(eslint@8.40.0)(typescript@5.0.4)
- '@typescript-eslint/parser': 5.59.6(eslint@8.40.0)(typescript@5.0.4)
+ '@icebreakers/eslint-config-basic': 1.1.0(@typescript-eslint/eslint-plugin@5.59.9)(@typescript-eslint/parser@5.59.9)(eslint@8.42.0)(jest@29.5.0)(prettier@2.8.8)(typescript@5.1.3)
+ '@types/jest': 29.5.2
+ '@typescript-eslint/eslint-plugin': 5.59.9(@typescript-eslint/parser@5.59.9)(eslint@8.42.0)(typescript@5.1.3)
+ '@typescript-eslint/parser': 5.59.9(eslint@8.42.0)(typescript@5.1.3)
transitivePeerDependencies:
- eslint
- eslint-import-resolver-typescript
@@ -3493,16 +3620,16 @@ packages:
- typescript
dev: true
- /@icebreakers/rollup@0.4.0(rollup@3.22.0)(typescript@5.0.4):
+ /@icebreakers/rollup@0.4.0(rollup@3.23.1)(typescript@5.1.3):
resolution: {integrity: sha512-PQU/fiSwgHA1pJJMs/Z/mtgZyH0Js4M01a2a4xvJ3O7VT0qi9BGL5iBfn3QLvPTkTFZaFvdiKUik2mgaEM/a9A==}
dependencies:
- '@rollup/plugin-alias': 5.0.0(rollup@3.22.0)
- '@rollup/plugin-commonjs': 24.1.0(rollup@3.22.0)
- '@rollup/plugin-json': 6.0.0(rollup@3.22.0)
- '@rollup/plugin-node-resolve': 15.0.2(rollup@3.22.0)
- '@rollup/plugin-replace': 5.0.2(rollup@3.22.0)
- '@rollup/plugin-terser': 0.4.1(rollup@3.22.0)
- '@rollup/plugin-typescript': 11.1.0(rollup@3.22.0)(typescript@5.0.4)
+ '@rollup/plugin-alias': 5.0.0(rollup@3.23.1)
+ '@rollup/plugin-commonjs': 24.1.0(rollup@3.23.1)
+ '@rollup/plugin-json': 6.0.0(rollup@3.23.1)
+ '@rollup/plugin-node-resolve': 15.0.2(rollup@3.23.1)
+ '@rollup/plugin-replace': 5.0.2(rollup@3.23.1)
+ '@rollup/plugin-terser': 0.4.1(rollup@3.23.1)
+ '@rollup/plugin-typescript': 11.1.0(rollup@3.23.1)(typescript@5.1.3)
defu: 6.1.2
del: 6.1.1
transitivePeerDependencies:
@@ -3542,7 +3669,7 @@ packages:
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
dependencies:
'@jest/types': 29.5.0
- '@types/node': 20.2.1
+ '@types/node': 20.2.5
chalk: 4.1.2
jest-message-util: 29.5.0
jest-util: 29.5.0
@@ -3563,14 +3690,14 @@ packages:
'@jest/test-result': 29.5.0
'@jest/transform': 29.5.0
'@jest/types': 29.5.0
- '@types/node': 20.2.1
+ '@types/node': 20.2.5
ansi-escapes: 4.3.2
chalk: 4.1.2
ci-info: 3.8.0
exit: 0.1.2
graceful-fs: 4.2.11
jest-changed-files: 29.5.0
- jest-config: 29.5.0(@types/node@20.2.1)(ts-node@10.9.1)
+ jest-config: 29.5.0(@types/node@20.2.5)(ts-node@10.9.1)
jest-haste-map: 29.5.0
jest-message-util: 29.5.0
jest-regex-util: 29.4.3
@@ -3597,7 +3724,7 @@ packages:
dependencies:
'@jest/fake-timers': 29.5.0
'@jest/types': 29.5.0
- '@types/node': 20.2.1
+ '@types/node': 20.2.5
jest-mock: 29.5.0
dev: true
@@ -3624,7 +3751,7 @@ packages:
dependencies:
'@jest/types': 29.5.0
'@sinonjs/fake-timers': 10.0.2
- '@types/node': 20.2.1
+ '@types/node': 20.2.5
jest-message-util: 29.5.0
jest-mock: 29.5.0
jest-util: 29.5.0
@@ -3657,7 +3784,7 @@ packages:
'@jest/transform': 29.5.0
'@jest/types': 29.5.0
'@jridgewell/trace-mapping': 0.3.18
- '@types/node': 20.2.1
+ '@types/node': 20.2.5
chalk: 4.1.2
collect-v8-coverage: 1.0.1
exit: 0.1.2
@@ -3719,7 +3846,7 @@ packages:
resolution: {integrity: sha512-8vbeZWqLJOvHaDfeMuoHITGKSz5qWc9u04lnWrQE3VyuSw604PzQM824ZeX9XSjUCeDiE3GuxZe5UKa8J61NQw==}
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
dependencies:
- '@babel/core': 7.21.8
+ '@babel/core': 7.22.1
'@jest/types': 29.5.0
'@jridgewell/trace-mapping': 0.3.18
babel-plugin-istanbul: 6.1.1
@@ -3745,7 +3872,7 @@ packages:
'@jest/schemas': 29.4.3
'@types/istanbul-lib-coverage': 2.0.4
'@types/istanbul-reports': 3.0.1
- '@types/node': 20.2.1
+ '@types/node': 20.2.5
'@types/yargs': 17.0.24
chalk: 4.1.2
dev: true
@@ -3817,8 +3944,8 @@ packages:
resolution: {integrity: sha512-kXOeFbfCm4fFf2A3WwVEeQj55tMZa8c8/f9AKHMobQMkzNUfUj+antR3fRPaZJawsa1aZiP/Da3ndpZrwEe4rQ==}
dev: false
- /@lit/reactive-element@1.6.1:
- resolution: {integrity: sha512-va15kYZr7KZNNPZdxONGQzpUr+4sxVu7V/VG7a8mRfPPXUyhEYj5RzXCQmGrlP3tAh0L3HHm5AjBMFYRqlM9SA==}
+ /@lit/reactive-element@1.6.2:
+ resolution: {integrity: sha512-rDfl+QnCYjuIGf5xI2sVJWdYIi56CTCwWa+nidKYX6oIuBYwUbT/vX4qbUDlHiZKJ/3FRNQ/tWJui44p6/stSA==}
dependencies:
'@lit-labs/ssr-dom-shim': 1.1.1
dev: false
@@ -3848,18 +3975,18 @@ packages:
is-promise: 4.0.0
dev: true
- /@next/env@13.4.2:
- resolution: {integrity: sha512-Wqvo7lDeS0KGwtwg9TT9wKQ8raelmUxt+TQKWvG/xKfcmDXNOtCuaszcfCF8JzlBG1q0VhpI6CKaRMbVPMDWgw==}
+ /@next/env@13.4.4:
+ resolution: {integrity: sha512-q/y7VZj/9YpgzDe64Zi6rY1xPizx80JjlU2BTevlajtaE3w1LqweH1gGgxou2N7hdFosXHjGrI4OUvtFXXhGLg==}
dev: false
- /@next/eslint-plugin-next@13.4.2:
- resolution: {integrity: sha512-ZeFWgrxwckxTpYM+ANeUL9E7LOGPbZKmI94LJIjbDU69iEIgqd4WD0l2pVbOJMr/+vgoZmJ9Dx1m0WJ7WScXHA==}
+ /@next/eslint-plugin-next@13.4.4:
+ resolution: {integrity: sha512-5jnh7q6I15efnjR/rR+/TGTc9hn53g3JTbEjAMjmeQiExKqEUgIXqrHI5zlTNlNyzCPkBB860/ctxXheZaF2Vw==}
dependencies:
glob: 7.1.7
dev: false
- /@next/swc-darwin-arm64@13.4.2:
- resolution: {integrity: sha512-6BBlqGu3ewgJflv9iLCwO1v1hqlecaIH2AotpKfVUEzUxuuDNJQZ2a4KLb4MBl8T9/vca1YuWhSqtbF6ZuUJJw==}
+ /@next/swc-darwin-arm64@13.4.4:
+ resolution: {integrity: sha512-xfjgXvp4KalNUKZMHmsFxr1Ug+aGmmO6NWP0uoh4G3WFqP/mJ1xxfww0gMOeMeSq/Jyr5k7DvoZ2Pv+XOITTtw==}
engines: {node: '>= 10'}
cpu: [arm64]
os: [darwin]
@@ -3867,8 +3994,8 @@ packages:
dev: false
optional: true
- /@next/swc-darwin-x64@13.4.2:
- resolution: {integrity: sha512-iZuYr7ZvGLPjPmfhhMl0ISm+z8EiyLBC1bLyFwGBxkWmPXqdJ60mzuTaDSr5WezDwv0fz32HB7JHmRC6JVHSZg==}
+ /@next/swc-darwin-x64@13.4.4:
+ resolution: {integrity: sha512-ZY9Ti1hkIwJsxGus3nlubIkvYyB0gNOYxKrfsOrLEqD0I2iCX8D7w8v6QQZ2H+dDl6UT29oeEUdDUNGk4UEpfg==}
engines: {node: '>= 10'}
cpu: [x64]
os: [darwin]
@@ -3876,8 +4003,8 @@ packages:
dev: false
optional: true
- /@next/swc-linux-arm64-gnu@13.4.2:
- resolution: {integrity: sha512-2xVabFtIge6BJTcJrW8YuUnYTuQjh4jEuRuS2mscyNVOj6zUZkom3CQg+egKOoS+zh2rrro66ffSKIS+ztFJTg==}
+ /@next/swc-linux-arm64-gnu@13.4.4:
+ resolution: {integrity: sha512-+KZnDeMShYkpkqAvGCEDeqYTRADJXc6SY1jWXz+Uo6qWQO/Jd9CoyhTJwRSxvQA16MoYzvILkGaDqirkRNctyA==}
engines: {node: '>= 10'}
cpu: [arm64]
os: [linux]
@@ -3886,8 +4013,8 @@ packages:
dev: false
optional: true
- /@next/swc-linux-arm64-musl@13.4.2:
- resolution: {integrity: sha512-wKRCQ27xCUJx5d6IivfjYGq8oVngqIhlhSAJntgXLt7Uo9sRT/3EppMHqUZRfyuNBTbykEre1s5166z+pvRB5A==}
+ /@next/swc-linux-arm64-musl@13.4.4:
+ resolution: {integrity: sha512-evC1twrny2XDT4uOftoubZvW3EG0zs0ZxMwEtu/dDGVRO5n5pT48S8qqEIBGBUZYu/Xx4zzpOkIxx1vpWdE+9A==}
engines: {node: '>= 10'}
cpu: [arm64]
os: [linux]
@@ -3896,8 +4023,8 @@ packages:
dev: false
optional: true
- /@next/swc-linux-x64-gnu@13.4.2:
- resolution: {integrity: sha512-NpCa+UVhhuNeaFVUP1Bftm0uqtvLWq2JTm7+Ta48+2Uqj2mNXrDIvyn1DY/ZEfmW/1yvGBRaUAv9zkMkMRixQA==}
+ /@next/swc-linux-x64-gnu@13.4.4:
+ resolution: {integrity: sha512-PX706XcCHr2FfkyhP2lpf+pX/tUvq6/ke7JYnnr0ykNdEMo+sb7cC/o91gnURh4sPYSiZJhsF2gbIqg9rciOHQ==}
engines: {node: '>= 10'}
cpu: [x64]
os: [linux]
@@ -3906,8 +4033,8 @@ packages:
dev: false
optional: true
- /@next/swc-linux-x64-musl@13.4.2:
- resolution: {integrity: sha512-ZWVC72x0lW4aj44e3khvBrj2oSYj1bD0jESmyah3zG/3DplEy/FOtYkMzbMjHTdDSheso7zH8GIlW6CDQnKhmQ==}
+ /@next/swc-linux-x64-musl@13.4.4:
+ resolution: {integrity: sha512-TKUUx3Ftd95JlHV6XagEnqpT204Y+IsEa3awaYIjayn0MOGjgKZMZibqarK3B1FsMSPaieJf2FEAcu9z0yT5aA==}
engines: {node: '>= 10'}
cpu: [x64]
os: [linux]
@@ -3916,8 +4043,8 @@ packages:
dev: false
optional: true
- /@next/swc-win32-arm64-msvc@13.4.2:
- resolution: {integrity: sha512-pLT+OWYpzJig5K4VKhLttlIfBcVZfr2+Xbjra0Tjs83NQSkFS+y7xx+YhCwvpEmXYLIvaggj2ONPyjbiigOvHQ==}
+ /@next/swc-win32-arm64-msvc@13.4.4:
+ resolution: {integrity: sha512-FP8AadgSq4+HPtim7WBkCMGbhr5vh9FePXiWx9+YOdjwdQocwoCK5ZVC3OW8oh3TWth6iJ0AXJ/yQ1q1cwSZ3A==}
engines: {node: '>= 10'}
cpu: [arm64]
os: [win32]
@@ -3925,8 +4052,8 @@ packages:
dev: false
optional: true
- /@next/swc-win32-ia32-msvc@13.4.2:
- resolution: {integrity: sha512-dhpiksQCyGca4WY0fJyzK3FxMDFoqMb0Cn+uDB+9GYjpU2K5//UGPQlCwiK4JHxuhg8oLMag5Nf3/IPSJNG8jw==}
+ /@next/swc-win32-ia32-msvc@13.4.4:
+ resolution: {integrity: sha512-3WekVmtuA2MCdcAOrgrI+PuFiFURtSyyrN1I3UPtS0ckR2HtLqyqmS334Eulf15g1/bdwMteePdK363X/Y9JMg==}
engines: {node: '>= 10'}
cpu: [ia32]
os: [win32]
@@ -3934,8 +4061,8 @@ packages:
dev: false
optional: true
- /@next/swc-win32-x64-msvc@13.4.2:
- resolution: {integrity: sha512-O7bort1Vld00cu8g0jHZq3cbSTUNMohOEvYqsqE10+yfohhdPHzvzO+ziJRz4Dyyr/fYKREwS7gR4JC0soSOMw==}
+ /@next/swc-win32-x64-msvc@13.4.4:
+ resolution: {integrity: sha512-AHRITu/CrlQ+qzoqQtEMfaTu7GHaQ6bziQln/pVWpOYC1wU+Mq6VQQFlsDtMCnDztPZtppAXdvvbNS7pcfRzlw==}
engines: {node: '>= 10'}
cpu: [x64]
os: [win32]
@@ -4001,11 +4128,11 @@ packages:
resolution: {integrity: sha512-GBzP8zOc7CGWyFQS6dv1lQz8VVpz5C2yRszbXufwG/9zhStTIH50EtD87NmWbTMwXDvZLNg8GIpb1UFdH93JCA==}
dev: true
- /@nuxt/kit@3.5.0(rollup@3.22.0):
- resolution: {integrity: sha512-QqhOPTan5cpaYCksSWdmtpldCGfnsqTd55blztMSF+OPxfGav4GE4BrBD3ZSMn2/5MxieF3GU/w5/tgcDXE3bA==}
+ /@nuxt/kit@3.5.3(rollup@3.23.1):
+ resolution: {integrity: sha512-QzoOGqa1zjKQfg7Y50TrrFAL9DhtIpYYs10gihcM1ISPrn9ROht+VEjqsaMvT+L8JuQbNf8wDYl8qzsdWGU29Q==}
engines: {node: ^14.18.0 || >=16.10.0}
dependencies:
- '@nuxt/schema': 3.5.0(rollup@3.22.0)
+ '@nuxt/schema': 3.5.3(rollup@3.23.1)
c12: 1.4.1
consola: 3.1.0
defu: 6.1.2
@@ -4014,59 +4141,58 @@ packages:
ignore: 5.2.4
jiti: 1.18.2
knitwork: 1.0.0
- lodash.template: 4.5.0
- mlly: 1.2.1
- pathe: 1.1.0
+ mlly: 1.3.0
+ pathe: 1.1.1
pkg-types: 1.0.3
scule: 1.0.0
semver: 7.5.1
- unctx: 2.3.0
- unimport: 3.0.6(rollup@3.22.0)
+ unctx: 2.3.1
+ unimport: 3.0.7(rollup@3.23.1)
untyped: 1.3.2
transitivePeerDependencies:
- rollup
- supports-color
dev: true
- /@nuxt/schema@3.5.0(rollup@3.22.0):
- resolution: {integrity: sha512-zz7S5RTCTGSCAyfNxO0R+TYvgk7WQdHUWJiAiTFQ+iFtqQkb/re1I86Ba9VKTJjZmm3fUI5kT5Y62emJcOLlXw==}
+ /@nuxt/schema@3.5.3(rollup@3.23.1):
+ resolution: {integrity: sha512-Tnon4mYfJZmsCtx4NZ9A+qjwo4DcZ6tERpEhYBY81PX7AiJ+hFPBFR1qR32Tff66/qJjZg5UXj6H9AdzwEYr2w==}
engines: {node: ^14.18.0 || >=16.10.0}
dependencies:
defu: 6.1.2
hookable: 5.5.3
- pathe: 1.1.0
+ pathe: 1.1.1
pkg-types: 1.0.3
postcss-import-resolver: 2.0.0
std-env: 3.3.3
ufo: 1.1.2
- unimport: 3.0.6(rollup@3.22.0)
+ unimport: 3.0.7(rollup@3.23.1)
untyped: 1.3.2
transitivePeerDependencies:
- rollup
- supports-color
dev: true
- /@nuxt/telemetry@2.2.0(rollup@3.22.0):
+ /@nuxt/telemetry@2.2.0(rollup@3.23.1):
resolution: {integrity: sha512-Z2UmPkBy5WjxvHKuUcl1X6vKWnIyWSP+9UGde1F+MzzZxYgAQybFud1uL2B3KCowxZdoqT1hd2WklV7EtyCwrQ==}
hasBin: true
dependencies:
- '@nuxt/kit': 3.5.0(rollup@3.22.0)
+ '@nuxt/kit': 3.5.3(rollup@3.23.1)
chalk: 5.2.0
ci-info: 3.8.0
consola: 3.1.0
create-require: 1.1.1
defu: 6.1.2
destr: 1.2.2
- dotenv: 16.0.3
+ dotenv: 16.1.4
fs-extra: 10.1.0
git-url-parse: 13.1.0
- inquirer: 9.2.4
+ inquirer: 9.2.7
is-docker: 3.0.0
jiti: 1.18.2
mri: 1.2.0
nanoid: 4.0.2
node-fetch: 3.3.1
- ofetch: 1.0.1
+ ofetch: 1.1.0
parse-git-config: 3.0.0
rc9: 2.1.0
std-env: 3.3.3
@@ -4079,45 +4205,46 @@ packages:
resolution: {integrity: sha512-PjVETP7+iZXAs5Q8O4ivl4t6qjWZMZqwiTVogUXHoHGZZcw7GZW3u3tzfYfE1HbzyYJfr236IXqQ02MeR8Fz2w==}
dev: true
- /@nuxt/vite-builder@3.5.0(@types/node@20.2.1)(eslint@8.40.0)(rollup@3.22.0)(typescript@5.0.4)(vue@3.3.4):
- resolution: {integrity: sha512-Z3awoa7laznTP8KjliKAzQH2ECrFW+2Zlmb+H/RSl2NlIAfsRU/WGnjIPBgfoa1N5GEZcqHqChnh2J04iepIKQ==}
+ /@nuxt/vite-builder@3.5.3(@types/node@20.2.5)(eslint@8.42.0)(rollup@3.23.1)(typescript@5.1.3)(vue@3.3.4):
+ resolution: {integrity: sha512-7zEKpGh3iWGRDwbWUa8eRxdLMxZtPzetelmdmXPjtYKGwUebZOcBhpeJ+VgJKOIf4OEj9E7BZS+it/Ji9UG9qw==}
engines: {node: ^14.18.0 || >=16.10.0}
peerDependencies:
- vue: ^3.3.2
+ vue: ^3.3.4
dependencies:
- '@nuxt/kit': 3.5.0(rollup@3.22.0)
- '@rollup/plugin-replace': 5.0.2(rollup@3.22.0)
- '@vitejs/plugin-vue': 4.2.3(vite@4.3.8)(vue@3.3.4)
- '@vitejs/plugin-vue-jsx': 3.0.1(vite@4.3.8)(vue@3.3.4)
- autoprefixer: 10.4.14(postcss@8.4.23)
+ '@nuxt/kit': 3.5.3(rollup@3.23.1)
+ '@rollup/plugin-replace': 5.0.2(rollup@3.23.1)
+ '@vitejs/plugin-vue': 4.2.3(vite@4.3.9)(vue@3.3.4)
+ '@vitejs/plugin-vue-jsx': 3.0.1(vite@4.3.9)(vue@3.3.4)
+ autoprefixer: 10.4.14(postcss@8.4.24)
clear: 0.1.0
- cssnano: 6.0.1(postcss@8.4.23)
+ consola: 3.1.0
+ cssnano: 6.0.1(postcss@8.4.24)
defu: 6.1.2
esbuild: 0.17.19
escape-string-regexp: 5.0.0
estree-walker: 3.0.3
- externality: 1.0.0
+ externality: 1.0.2
fs-extra: 11.1.1
get-port-please: 3.0.1
h3: 1.6.6
knitwork: 1.0.0
magic-string: 0.30.0
- mlly: 1.2.1
+ mlly: 1.3.0
ohash: 1.1.2
- pathe: 1.1.0
+ pathe: 1.1.1
perfect-debounce: 1.0.0
pkg-types: 1.0.3
- postcss: 8.4.23
- postcss-import: 15.1.0(postcss@8.4.23)
- postcss-url: 10.1.3(postcss@8.4.23)
- rollup-plugin-visualizer: 5.9.0(rollup@3.22.0)
+ postcss: 8.4.24
+ postcss-import: 15.1.0(postcss@8.4.24)
+ postcss-url: 10.1.3(postcss@8.4.24)
+ rollup-plugin-visualizer: 5.9.0(rollup@3.23.1)
std-env: 3.3.3
strip-literal: 1.0.1
ufo: 1.1.2
unplugin: 1.3.1
- vite: 4.3.8(@types/node@20.2.1)
- vite-node: 0.31.1(@types/node@20.2.1)
- vite-plugin-checker: 0.6.0(eslint@8.40.0)(typescript@5.0.4)(vite@4.3.8)
+ vite: 4.3.9(@types/node@20.2.5)
+ vite-node: 0.31.4(@types/node@20.2.5)
+ vite-plugin-checker: 0.6.0(eslint@8.42.0)(typescript@5.1.3)(vite@4.3.9)
vue: 3.3.4
vue-bundle-renderer: 1.0.3
transitivePeerDependencies:
@@ -4145,8 +4272,8 @@ packages:
parse5: 7.1.2
dev: true
- /@pkgr/utils@2.4.0:
- resolution: {integrity: sha512-2OCURAmRtdlL8iUDTypMrrxfwe8frXTeXaxGsVOaYtc/wrUyk8Z/0OBetM7cdlsy7ZFWlMX72VogKeh+A4Xcjw==}
+ /@pkgr/utils@2.4.1:
+ resolution: {integrity: sha512-JOqwkgFEyi+OROIyq7l4Jy28h/WwhDnG/cPkXG2Z1iFbubB6jsHW1NDvmyOzTBxHr3yg68YGirmh1JUgMqa+9w==}
engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0}
dependencies:
cross-spawn: 7.0.3
@@ -4154,40 +4281,40 @@ packages:
is-glob: 4.0.3
open: 9.1.0
picocolors: 1.0.0
- tslib: 2.5.1
+ tslib: 2.5.3
/@polka/url@1.0.0-next.21:
resolution: {integrity: sha512-a5Sab1C4/icpTZVzZc5Ghpz88yQtGOyNqYXcZgOssB2uuAr+wF/MvN6bgtW32q7HHrvBki+BsZ0OuNv6EV3K9g==}
dev: true
- /@remix-run/dev@1.16.1(@remix-run/serve@1.16.1)(@types/node@20.2.1)(ts-node@10.9.1):
- resolution: {integrity: sha512-PrCIOa4qkZISW9l2tAX9+KMPSfO9QfMGfBZz6rd79v/GQ9N2bhWgKGWwzWhlGWJoVnnRZT5VRIy6YZsepa52/A==}
+ /@remix-run/dev@1.17.0(@remix-run/serve@1.17.0)(@types/node@20.2.5)(ts-node@10.9.1):
+ resolution: {integrity: sha512-UczyZdcUfQCS8a53VT4UtGFUCLYPKFiMwfvZMMgDL6kbWnYrknvXkXICqG26QbyR3bKDR6JPm5I6wVsmTGp+vQ==}
engines: {node: '>=14'}
hasBin: true
peerDependencies:
- '@remix-run/serve': ^1.16.1
+ '@remix-run/serve': ^1.17.0
peerDependenciesMeta:
'@remix-run/serve':
optional: true
dependencies:
- '@babel/core': 7.21.8
- '@babel/generator': 7.21.5
- '@babel/parser': 7.21.8
- '@babel/plugin-syntax-jsx': 7.21.4(@babel/core@7.21.8)
- '@babel/plugin-syntax-typescript': 7.21.4(@babel/core@7.21.8)
- '@babel/preset-env': 7.21.5(@babel/core@7.21.8)
- '@babel/preset-typescript': 7.21.5(@babel/core@7.21.8)
- '@babel/traverse': 7.21.5
- '@babel/types': 7.21.5
+ '@babel/core': 7.22.1
+ '@babel/generator': 7.22.3
+ '@babel/parser': 7.22.4
+ '@babel/plugin-syntax-jsx': 7.21.4(@babel/core@7.22.1)
+ '@babel/plugin-syntax-typescript': 7.21.4(@babel/core@7.22.1)
+ '@babel/preset-env': 7.22.4(@babel/core@7.22.1)
+ '@babel/preset-typescript': 7.21.5(@babel/core@7.22.1)
+ '@babel/traverse': 7.22.4
+ '@babel/types': 7.22.4
'@npmcli/package-json': 2.0.0
- '@remix-run/serve': 1.16.1
- '@remix-run/server-runtime': 1.16.1
- '@vanilla-extract/integration': 6.2.1(@types/node@20.2.1)
+ '@remix-run/serve': 1.17.0
+ '@remix-run/server-runtime': 1.17.0
+ '@vanilla-extract/integration': 6.2.1(@types/node@20.2.5)
arg: 5.0.2
cacache: 15.3.0
chalk: 4.1.2
chokidar: 3.5.3
- dotenv: 16.0.3
+ dotenv: 16.1.4
esbuild: 0.17.6
esbuild-plugin-polyfill-node: 0.2.0(esbuild@0.17.6)
execa: 5.1.1
@@ -4203,14 +4330,15 @@ packages:
lodash: 4.17.21
lodash.debounce: 4.0.8
lru-cache: 7.18.3
- minimatch: 9.0.0
+ minimatch: 9.0.1
node-fetch: 2.6.11
ora: 5.4.1
- postcss: 8.4.23
- postcss-discard-duplicates: 5.1.0(postcss@8.4.23)
- postcss-load-config: 4.0.1(postcss@8.4.23)(ts-node@10.9.1)
- postcss-modules: 6.0.0(postcss@8.4.23)
- prettier: 2.7.1
+ picomatch: 2.3.1
+ postcss: 8.4.24
+ postcss-discard-duplicates: 5.1.0(postcss@8.4.24)
+ postcss-load-config: 4.0.1(postcss@8.4.24)(ts-node@10.9.1)
+ postcss-modules: 6.0.0(postcss@8.4.24)
+ prettier: 2.8.8
pretty-ms: 7.0.1
proxy-agent: 5.0.0
react-refresh: 0.14.0
@@ -4238,8 +4366,8 @@ packages:
- utf-8-validate
dev: true
- /@remix-run/eslint-config@1.16.1(eslint@8.40.0)(jest@29.5.0)(react@18.2.0)(typescript@5.0.4):
- resolution: {integrity: sha512-oVkkpgVrTM3CcKaaw5ZOwVjV+yGi7DzgEnjD+BCnLVj4CHQNc9KsNOwVW1ub9JqW5mnBdly5MHDcocEft2LJBw==}
+ /@remix-run/eslint-config@1.17.0(eslint@8.42.0)(jest@29.5.0)(react@18.2.0)(typescript@5.1.3):
+ resolution: {integrity: sha512-tOIRQN1knA529DbZab/oCh5v3aMJh34auj6H9L7R/fFeOocqhQPK3EZCqdkw5GDNKjFCrfcSUMFuLVBD8Ye5Zw==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: ^8.0.0
@@ -4249,45 +4377,45 @@ packages:
typescript:
optional: true
dependencies:
- '@babel/core': 7.21.8
- '@babel/eslint-parser': 7.21.8(@babel/core@7.21.8)(eslint@8.40.0)
- '@babel/preset-react': 7.18.6(@babel/core@7.21.8)
- '@rushstack/eslint-patch': 1.2.0
- '@typescript-eslint/eslint-plugin': 5.59.6(@typescript-eslint/parser@5.59.6)(eslint@8.40.0)(typescript@5.0.4)
- '@typescript-eslint/parser': 5.59.6(eslint@8.40.0)(typescript@5.0.4)
- eslint: 8.40.0
+ '@babel/core': 7.22.1
+ '@babel/eslint-parser': 7.21.8(@babel/core@7.22.1)(eslint@8.42.0)
+ '@babel/preset-react': 7.22.3(@babel/core@7.22.1)
+ '@rushstack/eslint-patch': 1.3.0
+ '@typescript-eslint/eslint-plugin': 5.59.9(@typescript-eslint/parser@5.59.9)(eslint@8.42.0)(typescript@5.1.3)
+ '@typescript-eslint/parser': 5.59.9(eslint@8.42.0)(typescript@5.1.3)
+ eslint: 8.42.0
eslint-import-resolver-node: 0.3.7
- eslint-import-resolver-typescript: 3.5.5(@typescript-eslint/parser@5.59.6)(eslint-import-resolver-node@0.3.7)(eslint-plugin-import@2.27.5)(eslint@8.40.0)
- eslint-plugin-import: 2.27.5(@typescript-eslint/parser@5.59.6)(eslint-import-resolver-typescript@3.5.5)(eslint@8.40.0)
- eslint-plugin-jest: 26.9.0(@typescript-eslint/eslint-plugin@5.59.6)(eslint@8.40.0)(jest@29.5.0)(typescript@5.0.4)
- eslint-plugin-jest-dom: 4.0.3(eslint@8.40.0)
- eslint-plugin-jsx-a11y: 6.7.1(eslint@8.40.0)
- eslint-plugin-node: 11.1.0(eslint@8.40.0)
- eslint-plugin-react: 7.32.2(eslint@8.40.0)
- eslint-plugin-react-hooks: 4.6.0(eslint@8.40.0)
- eslint-plugin-testing-library: 5.11.0(eslint@8.40.0)(typescript@5.0.4)
+ eslint-import-resolver-typescript: 3.5.5(@typescript-eslint/parser@5.59.9)(eslint-import-resolver-node@0.3.7)(eslint-plugin-import@2.27.5)(eslint@8.42.0)
+ eslint-plugin-import: 2.27.5(@typescript-eslint/parser@5.59.9)(eslint-import-resolver-typescript@3.5.5)(eslint@8.42.0)
+ eslint-plugin-jest: 26.9.0(@typescript-eslint/eslint-plugin@5.59.9)(eslint@8.42.0)(jest@29.5.0)(typescript@5.1.3)
+ eslint-plugin-jest-dom: 4.0.3(eslint@8.42.0)
+ eslint-plugin-jsx-a11y: 6.7.1(eslint@8.42.0)
+ eslint-plugin-node: 11.1.0(eslint@8.42.0)
+ eslint-plugin-react: 7.32.2(eslint@8.42.0)
+ eslint-plugin-react-hooks: 4.6.0(eslint@8.42.0)
+ eslint-plugin-testing-library: 5.11.0(eslint@8.42.0)(typescript@5.1.3)
react: 18.2.0
- typescript: 5.0.4
+ typescript: 5.1.3
transitivePeerDependencies:
- eslint-import-resolver-webpack
- jest
- supports-color
dev: true
- /@remix-run/express@1.16.1(express@4.18.2):
- resolution: {integrity: sha512-qBIuFiA0qiHCTT36RwnzxhoVaAEwUmg5bihxwSkhj6zIhjM98e1DQHeKJ4f0G9Zf/qxvdl+cRNjzvlauPmocqQ==}
+ /@remix-run/express@1.17.0(express@4.18.2):
+ resolution: {integrity: sha512-n3NlKfX9XrIap7z8Hd2i/U/yN642dxx7UgCSXm5lgQ7NY1Xzb7KbjktqLoOlr5yKm3a9NEn4/LGJP4VZtPi9Dw==}
engines: {node: '>=14'}
peerDependencies:
express: ^4.17.1
dependencies:
- '@remix-run/node': 1.16.1
+ '@remix-run/node': 1.17.0
express: 4.18.2
- /@remix-run/node@1.16.1:
- resolution: {integrity: sha512-Qp9B2htm0bGG0iuxsqezDIl89uVSBZ8xfwq2aKWgRNm1FCa4/GRXzKmTo+sbBcacj7aYe+1r+0sIS6Q1sgaEnA==}
+ /@remix-run/node@1.17.0:
+ resolution: {integrity: sha512-V7RLOwOBZci/gbIi7eALR3BFvJmN3t9RGgCEaZfzU3Cc0OBKf5+/dp4cK6tEwa9eOEagzkLV2YTFl5OA3Zws8Q==}
engines: {node: '>=14'}
dependencies:
- '@remix-run/server-runtime': 1.16.1
+ '@remix-run/server-runtime': 1.17.0
'@remix-run/web-fetch': 4.3.4
'@remix-run/web-file': 3.0.2
'@remix-run/web-stream': 1.0.3
@@ -4297,41 +4425,41 @@ packages:
source-map-support: 0.5.21
stream-slice: 0.1.2
- /@remix-run/react@1.16.1(react-dom@18.2.0)(react@18.2.0):
- resolution: {integrity: sha512-vmqDXL/cHDIg3iKObtH+FltNwG+rviK1lCYgXSHgY17/95fve07hXRQalOr/ctt1jrGvGgaR4o/nlwlW7QMmpQ==}
+ /@remix-run/react@1.17.0(react-dom@18.2.0)(react@18.2.0):
+ resolution: {integrity: sha512-AptrM6QxWQoL23SnaoBH1DP8/3SeKic9U9P+enZoUqiT31+2FVZ5ve4jPhiTaIKUKYKx6sP41zFrSuu1VjrOMg==}
engines: {node: '>=14'}
peerDependencies:
react: '>=16.8'
react-dom: '>=16.8'
dependencies:
- '@remix-run/router': 1.6.2
+ '@remix-run/router': 1.6.3
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
- react-router-dom: 6.11.2(react-dom@18.2.0)(react@18.2.0)
+ react-router-dom: 6.12.0(react-dom@18.2.0)(react@18.2.0)
dev: false
- /@remix-run/router@1.6.2:
- resolution: {integrity: sha512-LzqpSrMK/3JBAVBI9u3NWtOhWNw5AMQfrUFYB0+bDHTSw17z++WJLsPsxAuK+oSddsxk4d7F/JcdDPM1M5YAhA==}
+ /@remix-run/router@1.6.3:
+ resolution: {integrity: sha512-EXJysQ7J3veRECd0kZFQwYYd5sJMcq2O/m60zu1W2l3oVQ9xtub8jTOtYRE0+M2iomyG/W3Ps7+vp2kna0C27Q==}
engines: {node: '>=14'}
- /@remix-run/serve@1.16.1:
- resolution: {integrity: sha512-wpYZcUH6rITI9fnUsHffLhOcq98l6DMQh9MFAiGjUjPpMta7X2c7C/l3xOsL3ioE45b1d7A+tS0F69aV71u+uQ==}
+ /@remix-run/serve@1.17.0:
+ resolution: {integrity: sha512-cRg1D5a2nQDFQU6O78MmOV74+NLYRUcuSkiEQhZfq4qAvq71V0RTDOGuWzPtUUl0ekisvefkmfbmrutugsZj/A==}
engines: {node: '>=14'}
hasBin: true
dependencies:
- '@remix-run/express': 1.16.1(express@4.18.2)
- '@remix-run/node': 1.16.1
+ '@remix-run/express': 1.17.0(express@4.18.2)
+ '@remix-run/node': 1.17.0
compression: 1.7.4
express: 4.18.2
morgan: 1.10.0
transitivePeerDependencies:
- supports-color
- /@remix-run/server-runtime@1.16.1:
- resolution: {integrity: sha512-HG+f3PGE9kzTTPe5i5Hv7UGrJLmFID1Ae4BMohP5e0xXOxbdlKDPj6NN6yGDgE7OqKFuDVliW2B5LlUdJZgUFw==}
+ /@remix-run/server-runtime@1.17.0:
+ resolution: {integrity: sha512-xcUXaOibfIFZlvuyuWouz/t3fYhHCqRoKeGxQFGd1BvQBCmPaiau7B1Ao4aJFKyY7eU/L35KCaGzZBTdIF+d5w==}
engines: {node: '>=14'}
dependencies:
- '@remix-run/router': 1.6.2
+ '@remix-run/router': 1.6.3
'@web3-storage/multipart-parser': 1.0.0
cookie: 0.4.2
set-cookie-parser: 2.6.0
@@ -4370,7 +4498,7 @@ packages:
dependencies:
web-streams-polyfill: 3.2.1
- /@rollup/plugin-alias@5.0.0(rollup@3.22.0):
+ /@rollup/plugin-alias@5.0.0(rollup@3.23.1):
resolution: {integrity: sha512-l9hY5chSCjuFRPsnRm16twWBiSApl2uYFLsepQYwtBuAxNMQ/1dJqADld40P0Jkqm65GRTLy/AC6hnpVebtLsA==}
engines: {node: '>=14.0.0'}
peerDependencies:
@@ -4379,11 +4507,11 @@ packages:
rollup:
optional: true
dependencies:
- rollup: 3.22.0
+ rollup: 3.23.1
slash: 4.0.0
dev: true
- /@rollup/plugin-commonjs@24.1.0(rollup@3.22.0):
+ /@rollup/plugin-commonjs@24.1.0(rollup@3.23.1):
resolution: {integrity: sha512-eSL45hjhCWI0jCCXcNtLVqM5N1JlBGvlFfY0m6oOYnLCJ6N0qEXoZql4sY2MOUArzhH4SA/qBpTxvvZp2Sc+DQ==}
engines: {node: '>=14.0.0'}
peerDependencies:
@@ -4392,16 +4520,16 @@ packages:
rollup:
optional: true
dependencies:
- '@rollup/pluginutils': 5.0.2(rollup@3.22.0)
+ '@rollup/pluginutils': 5.0.2(rollup@3.23.1)
commondir: 1.0.1
estree-walker: 2.0.2
glob: 8.1.0
is-reference: 1.2.1
magic-string: 0.27.0
- rollup: 3.22.0
+ rollup: 3.23.1
dev: true
- /@rollup/plugin-inject@5.0.3(rollup@3.22.0):
+ /@rollup/plugin-inject@5.0.3(rollup@3.23.1):
resolution: {integrity: sha512-411QlbL+z2yXpRWFXSmw/teQRMkXcAAC8aYTemc15gwJRpvEVDQwoe+N/HTFD8RFG8+88Bme9DK2V9CVm7hJdA==}
engines: {node: '>=14.0.0'}
peerDependencies:
@@ -4410,13 +4538,13 @@ packages:
rollup:
optional: true
dependencies:
- '@rollup/pluginutils': 5.0.2(rollup@3.22.0)
+ '@rollup/pluginutils': 5.0.2(rollup@3.23.1)
estree-walker: 2.0.2
magic-string: 0.27.0
- rollup: 3.22.0
+ rollup: 3.23.1
dev: true
- /@rollup/plugin-json@6.0.0(rollup@3.22.0):
+ /@rollup/plugin-json@6.0.0(rollup@3.23.1):
resolution: {integrity: sha512-i/4C5Jrdr1XUarRhVu27EEwjt4GObltD7c+MkCIpO2QIbojw8MUs+CCTqOphQi3Qtg1FLmYt+l+6YeoIf51J7w==}
engines: {node: '>=14.0.0'}
peerDependencies:
@@ -4425,11 +4553,11 @@ packages:
rollup:
optional: true
dependencies:
- '@rollup/pluginutils': 5.0.2(rollup@3.22.0)
- rollup: 3.22.0
+ '@rollup/pluginutils': 5.0.2(rollup@3.23.1)
+ rollup: 3.23.1
dev: true
- /@rollup/plugin-node-resolve@15.0.2(rollup@3.22.0):
+ /@rollup/plugin-node-resolve@15.0.2(rollup@3.23.1):
resolution: {integrity: sha512-Y35fRGUjC3FaurG722uhUuG8YHOJRJQbI6/CkbRkdPotSpDj9NtIN85z1zrcyDcCQIW4qp5mgG72U+gJ0TAFEg==}
engines: {node: '>=14.0.0'}
peerDependencies:
@@ -4438,16 +4566,34 @@ packages:
rollup:
optional: true
dependencies:
- '@rollup/pluginutils': 5.0.2(rollup@3.22.0)
+ '@rollup/pluginutils': 5.0.2(rollup@3.23.1)
+ '@types/resolve': 1.20.2
+ deepmerge: 4.3.1
+ is-builtin-module: 3.2.1
+ is-module: 1.0.0
+ resolve: 1.22.2
+ rollup: 3.23.1
+ dev: true
+
+ /@rollup/plugin-node-resolve@15.1.0(rollup@3.23.1):
+ resolution: {integrity: sha512-xeZHCgsiZ9pzYVgAo9580eCGqwh/XCEUM9q6iQfGNocjgkufHAqC3exA+45URvhiYV8sBF9RlBai650eNs7AsA==}
+ engines: {node: '>=14.0.0'}
+ peerDependencies:
+ rollup: ^2.78.0||^3.0.0
+ peerDependenciesMeta:
+ rollup:
+ optional: true
+ dependencies:
+ '@rollup/pluginutils': 5.0.2(rollup@3.23.1)
'@types/resolve': 1.20.2
deepmerge: 4.3.1
is-builtin-module: 3.2.1
is-module: 1.0.0
resolve: 1.22.2
- rollup: 3.22.0
+ rollup: 3.23.1
dev: true
- /@rollup/plugin-replace@5.0.2(rollup@3.22.0):
+ /@rollup/plugin-replace@5.0.2(rollup@3.23.1):
resolution: {integrity: sha512-M9YXNekv/C/iHHK+cvORzfRYfPbq0RDD8r0G+bMiTXjNGKulPnCT9O3Ss46WfhI6ZOCgApOP7xAdmCQJ+U2LAA==}
engines: {node: '>=14.0.0'}
peerDependencies:
@@ -4456,12 +4602,12 @@ packages:
rollup:
optional: true
dependencies:
- '@rollup/pluginutils': 5.0.2(rollup@3.22.0)
+ '@rollup/pluginutils': 5.0.2(rollup@3.23.1)
magic-string: 0.27.0
- rollup: 3.22.0
+ rollup: 3.23.1
dev: true
- /@rollup/plugin-terser@0.4.1(rollup@3.22.0):
+ /@rollup/plugin-terser@0.4.1(rollup@3.23.1):
resolution: {integrity: sha512-aKS32sw5a7hy+fEXVy+5T95aDIwjpGHCTv833HXVtyKMDoVS7pBr5K3L9hEQoNqbJFjfANPrNpIXlTQ7is00eA==}
engines: {node: '>=14.0.0'}
peerDependencies:
@@ -4470,13 +4616,13 @@ packages:
rollup:
optional: true
dependencies:
- rollup: 3.22.0
+ rollup: 3.23.1
serialize-javascript: 6.0.1
smob: 0.0.6
terser: 5.17.1
dev: true
- /@rollup/plugin-terser@0.4.3(rollup@3.22.0):
+ /@rollup/plugin-terser@0.4.3(rollup@3.23.1):
resolution: {integrity: sha512-EF0oejTMtkyhrkwCdg0HJ0IpkcaVg1MMSf2olHb2Jp+1mnLM04OhjpJWGma4HobiDTF0WCyViWuvadyE9ch2XA==}
engines: {node: '>=14.0.0'}
peerDependencies:
@@ -4485,13 +4631,13 @@ packages:
rollup:
optional: true
dependencies:
- rollup: 3.22.0
+ rollup: 3.23.1
serialize-javascript: 6.0.1
- smob: 1.0.0
- terser: 5.17.4
+ smob: 1.4.0
+ terser: 5.17.7
dev: true
- /@rollup/plugin-typescript@11.1.0(rollup@3.22.0)(typescript@5.0.4):
+ /@rollup/plugin-typescript@11.1.0(rollup@3.23.1)(typescript@5.1.3):
resolution: {integrity: sha512-86flrfE+bSHB69znnTV6kVjkncs2LBMhcTCyxWgRxLyfXfQrxg4UwlAqENnjrrxnSNS/XKCDJCl8EkdFJVHOxw==}
engines: {node: '>=14.0.0'}
peerDependencies:
@@ -4504,13 +4650,13 @@ packages:
tslib:
optional: true
dependencies:
- '@rollup/pluginutils': 5.0.2(rollup@3.22.0)
+ '@rollup/pluginutils': 5.0.2(rollup@3.23.1)
resolve: 1.22.2
- rollup: 3.22.0
- typescript: 5.0.4
+ rollup: 3.23.1
+ typescript: 5.1.3
dev: true
- /@rollup/plugin-wasm@6.1.3(rollup@3.22.0):
+ /@rollup/plugin-wasm@6.1.3(rollup@3.23.1):
resolution: {integrity: sha512-7ItTTeyauE6lwdDtQWceEHZ9+txbi4RRy0mYPFn9BW7rD7YdgBDu7HTHsLtHrRzJc313RM/1m6GKgV3np/aEaw==}
engines: {node: '>=14.0.0'}
peerDependencies:
@@ -4519,7 +4665,7 @@ packages:
rollup:
optional: true
dependencies:
- rollup: 3.22.0
+ rollup: 3.23.1
dev: true
/@rollup/pluginutils@4.2.1:
@@ -4530,7 +4676,7 @@ packages:
picomatch: 2.3.1
dev: true
- /@rollup/pluginutils@5.0.2(rollup@3.22.0):
+ /@rollup/pluginutils@5.0.2(rollup@3.23.1):
resolution: {integrity: sha512-pTd9rIsP92h+B6wWwFbW8RkZv4hiR/xKsqre4SIuAOaOEQRxi0lqLke9k2/7WegC85GgUs9pjmOjCUi3In4vwA==}
engines: {node: '>=14.0.0'}
peerDependencies:
@@ -4542,11 +4688,11 @@ packages:
'@types/estree': 1.0.1
estree-walker: 2.0.2
picomatch: 2.3.1
- rollup: 3.22.0
+ rollup: 3.23.1
dev: true
- /@rushstack/eslint-patch@1.2.0:
- resolution: {integrity: sha512-sXo/qW2/pAcmT43VoRKOJbDOfV3cYpq3szSVfIThQXNt+E4DfKj361vaAt3c88U5tPUxzEswam7GW48PJqtKAg==}
+ /@rushstack/eslint-patch@1.3.0:
+ resolution: {integrity: sha512-IthPJsJR85GhOkp3Hvp8zFOPK5ynKn6STyHa/WZpioK7E1aYDiBzpqQPrngc14DszIUkIrdd3k9Iu0XSzlP/1w==}
/@sideway/address@4.1.4:
resolution: {integrity: sha512-7vwq+rOHVWjyXxVlR76Agnvhy8I9rpzjosTESvmhNeXOXdZZB15Fl+TI9x1SiHZH5Jv2wTGduSxFDIaq0m3DUw==}
@@ -4600,21 +4746,38 @@ packages:
resolution: {integrity: sha512-T7VNNlYVM1SgQ+VsMYhnDkcGmWhQdL0bDyGm5TlQ3GBXnJscEClUUOKduWTmm2zCnvNLC1hc3JpuXjs/nFOc5w==}
dev: true
- /@sveltejs/vite-plugin-svelte@2.2.0(svelte@3.59.1)(vite@4.3.8):
- resolution: {integrity: sha512-KDtdva+FZrZlyug15KlbXuubntAPKcBau0K7QhAIqC5SAy0uDbjZwoexDRx0L0J2T4niEfC6FnA9GuQQJKg+Aw==}
+ /@sveltejs/vite-plugin-svelte-inspector@1.0.2(@sveltejs/vite-plugin-svelte@2.4.1)(svelte@3.59.1)(vite@4.3.9):
+ resolution: {integrity: sha512-Cy1dUMcYCnDVV/hPLXa43YZJ2jGKVW5rA0xuNL9dlmYhT0yoS1g7+FOFSRlgk0BXKk/Oc7grs+8BVA5Iz2fr8A==}
+ engines: {node: ^14.18.0 || >= 16}
+ peerDependencies:
+ '@sveltejs/vite-plugin-svelte': ^2.2.0
+ svelte: ^3.54.0 || ^4.0.0-next.0
+ vite: ^4.0.0
+ dependencies:
+ '@sveltejs/vite-plugin-svelte': 2.4.1(svelte@3.59.1)(vite@4.3.9)
+ debug: 4.3.4
+ svelte: 3.59.1
+ vite: 4.3.9(@types/node@20.2.5)
+ transitivePeerDependencies:
+ - supports-color
+ dev: true
+
+ /@sveltejs/vite-plugin-svelte@2.4.1(svelte@3.59.1)(vite@4.3.9):
+ resolution: {integrity: sha512-bNNKvoRY89ptY7udeBSCmTdCVwkjmMcZ0j/z9J5MuedT8jPjq0zrknAo/jF1sToAza4NVaAgR9AkZoD9oJJmnA==}
engines: {node: ^14.18.0 || >= 16}
peerDependencies:
- svelte: ^3.54.0
+ svelte: ^3.54.0 || ^4.0.0-next.0
vite: ^4.0.0
dependencies:
+ '@sveltejs/vite-plugin-svelte-inspector': 1.0.2(@sveltejs/vite-plugin-svelte@2.4.1)(svelte@3.59.1)(vite@4.3.9)
debug: 4.3.4
deepmerge: 4.3.1
kleur: 4.1.5
magic-string: 0.30.0
svelte: 3.59.1
- svelte-hmr: 0.15.1(svelte@3.59.1)
- vite: 4.3.8(@types/node@20.2.1)
- vitefu: 0.2.4(vite@4.3.8)
+ svelte-hmr: 0.15.2(svelte@3.59.1)
+ vite: 4.3.9(@types/node@20.2.5)
+ vitefu: 0.2.4(vite@4.3.9)
transitivePeerDependencies:
- supports-color
dev: true
@@ -4622,7 +4785,7 @@ packages:
/@swc/helpers@0.5.1:
resolution: {integrity: sha512-sJ902EfIzn1Fa+qYmjdQqh8tPsoxyBz+8yBKC2HKUxyezKJFwPGOn7pv4WY6QuQW//ySQi5lJjA/ZT9sNWWNTg==}
dependencies:
- tslib: 2.5.1
+ tslib: 2.5.3
dev: false
/@szmarczak/http-timer@4.0.6:
@@ -4637,7 +4800,7 @@ packages:
engines: {node: '>=12'}
dependencies:
'@babel/code-frame': 7.21.4
- '@babel/runtime': 7.21.5
+ '@babel/runtime': 7.22.3
'@types/aria-query': 5.0.1
aria-query: 5.1.3
chalk: 4.1.2
@@ -4689,43 +4852,53 @@ packages:
/@types/babel__core@7.20.0:
resolution: {integrity: sha512-+n8dL/9GWblDO0iU6eZAwEIJVr5DWigtle+Q6HLOrh/pdbXOhOtqzq8VPPE2zvNJzSKY4vH/z3iT3tn0A3ypiQ==}
dependencies:
- '@babel/parser': 7.21.5
- '@babel/types': 7.21.5
+ '@babel/parser': 7.22.4
+ '@babel/types': 7.22.4
+ '@types/babel__generator': 7.6.4
+ '@types/babel__template': 7.4.1
+ '@types/babel__traverse': 7.20.1
+ dev: true
+
+ /@types/babel__core@7.20.1:
+ resolution: {integrity: sha512-aACu/U/omhdk15O4Nfb+fHgH/z3QsfQzpnvRZhYhThms83ZnAOZz7zZAWO7mn2yyNQaA4xTO8GLK3uqFU4bYYw==}
+ dependencies:
+ '@babel/parser': 7.22.4
+ '@babel/types': 7.22.4
'@types/babel__generator': 7.6.4
'@types/babel__template': 7.4.1
- '@types/babel__traverse': 7.18.5
+ '@types/babel__traverse': 7.20.1
dev: true
/@types/babel__generator@7.6.4:
resolution: {integrity: sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg==}
dependencies:
- '@babel/types': 7.21.5
+ '@babel/types': 7.22.4
dev: true
/@types/babel__template@7.4.1:
resolution: {integrity: sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==}
dependencies:
- '@babel/parser': 7.21.5
- '@babel/types': 7.21.5
+ '@babel/parser': 7.22.4
+ '@babel/types': 7.22.4
dev: true
- /@types/babel__traverse@7.18.5:
- resolution: {integrity: sha512-enCvTL8m/EHS/zIvJno9nE+ndYPh1/oNFzRYRmtUqJICG2VnCSBzMLW5VN2KCQU91f23tsNKR8v7VJJQMatl7Q==}
+ /@types/babel__traverse@7.20.1:
+ resolution: {integrity: sha512-MitHFXnhtgwsGZWtT68URpOvLN4EREih1u3QtQiN4VdAxWKRVvGCSvw/Qth0M0Qq3pJpnGOu5JaM/ydK7OGbqg==}
dependencies:
- '@babel/types': 7.21.5
+ '@babel/types': 7.22.4
dev: true
/@types/body-parser@1.19.2:
resolution: {integrity: sha512-ALYone6pm6QmwZoAgeyNksccT9Q4AWZQ6PvfwR37GT6r6FWUPguq6sUmNGSMV2Wr761oQoBxwGGa6DR5o1DC9g==}
dependencies:
'@types/connect': 3.4.35
- '@types/node': 20.2.1
+ '@types/node': 20.2.5
dev: true
/@types/bonjour@3.5.10:
resolution: {integrity: sha512-p7ienRMiS41Nu2/igbJxxLDWrSZ0WxM8UQgCeO9KhoVF7cOVFkrKsiDr1EsJIla8vV3oEEjGcz11jc5yimhzZw==}
dependencies:
- '@types/node': 20.2.1
+ '@types/node': 20.2.5
dev: true
/@types/braces@3.0.1:
@@ -4737,7 +4910,7 @@ packages:
dependencies:
'@types/http-cache-semantics': 4.0.1
'@types/keyv': 3.1.4
- '@types/node': 20.2.1
+ '@types/node': 20.2.5
'@types/responselike': 1.0.0
dev: true
@@ -4745,17 +4918,17 @@ packages:
resolution: {integrity: sha512-h8QJa8xSb1WD4fpKBDcATDNGXghFj6/3GRWG6dhmRcu0RX1Ubasur2Uvx5aeEwlf0MwblEC2bMzzMQntxnw/Cw==}
dependencies:
'@types/express-serve-static-core': 4.17.33
- '@types/node': 20.2.1
+ '@types/node': 20.2.5
dev: true
/@types/connect@3.4.35:
resolution: {integrity: sha512-cdeYyv4KWoEgpBISTxWvqYsVy444DOqehiF3fM3ne10AmJ62RSyNkUnxMJXHQWRQQX2eR94m5y1IZyDwBjV9FQ==}
dependencies:
- '@types/node': 20.2.1
+ '@types/node': 20.2.5
dev: true
- /@types/debug@4.1.7:
- resolution: {integrity: sha512-9AonUzyTjXXhEOa0DnqpzZi6VHlqKMswga9EXjpXnnqxwLtdvPPtlO8evrI5D9S6asFRCQ6v+wpiUKbw+vKqyg==}
+ /@types/debug@4.1.8:
+ resolution: {integrity: sha512-/vPO1EPOs306Cvhwv7KfVfYvOJqA/S/AXjaHQiJboCZzcNDb+TIJFN9/2C9DZ//ijSKWioNyUxD792QmDJ+HKQ==}
dependencies:
'@types/ms': 0.7.31
dev: true
@@ -4763,7 +4936,7 @@ packages:
/@types/eslint-scope@3.7.4:
resolution: {integrity: sha512-9K4zoImiZc3HlIp6AVUDE4CWYx22a+lhSZMYNpbjW04+YF0KWj4pJXnEMjdnFTiQibFFmElcsasJXDbdI/EPhA==}
dependencies:
- '@types/eslint': 8.37.0
+ '@types/eslint': 8.40.0
'@types/estree': 1.0.1
dev: true
@@ -4774,6 +4947,13 @@ packages:
'@types/json-schema': 7.0.11
dev: true
+ /@types/eslint@8.40.0:
+ resolution: {integrity: sha512-nbq2mvc/tBrK9zQQuItvjJl++GTN5j06DaPtp3hZCpngmG6Q3xoyEmd0TwZI0gAy/G1X0zhGBbr2imsGFdFV0g==}
+ dependencies:
+ '@types/estree': 1.0.1
+ '@types/json-schema': 7.0.12
+ dev: true
+
/@types/estree-jsx@0.0.1:
resolution: {integrity: sha512-gcLAYiMfQklDCPjQegGn0TBAn9it05ISEsEhlKQUddIk7o2XDokOcTN7HBO8tznM0D9dGezvHEfRZBfZf6me0A==}
dependencies:
@@ -4793,7 +4973,7 @@ packages:
/@types/express-serve-static-core@4.17.33:
resolution: {integrity: sha512-TPBqmR/HRYI3eC2E5hmiivIzv+bidAfXofM+sbonAGvyDhySGw9/PQZFt2BLOrjUUR++4eJVpx6KnLQK1Fk9tA==}
dependencies:
- '@types/node': 20.2.1
+ '@types/node': 20.2.5
'@types/qs': 6.9.7
'@types/range-parser': 1.2.4
dev: true
@@ -4811,13 +4991,13 @@ packages:
resolution: {integrity: sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==}
dependencies:
'@types/minimatch': 5.1.2
- '@types/node': 20.2.1
+ '@types/node': 20.2.5
dev: true
/@types/graceful-fs@4.1.6:
resolution: {integrity: sha512-Sig0SNORX9fdW+bQuTEovKj3uHcUL6LQKbCrrqb1X7J6/ReAbhCXRAhc+SMejhLELFj2QcyuxmUooZ4bt5ReSw==}
dependencies:
- '@types/node': 20.2.1
+ '@types/node': 20.2.5
dev: true
/@types/hast@2.3.4:
@@ -4837,13 +5017,13 @@ packages:
/@types/http-proxy@1.17.10:
resolution: {integrity: sha512-Qs5aULi+zV1bwKAg5z1PWnDXWmsn+LxIvUGv6E2+OOMYhclZMO+OXd9pYVf2gLykf2I7IV2u7oTHwChPNsvJ7g==}
dependencies:
- '@types/node': 20.2.1
+ '@types/node': 20.2.5
dev: true
/@types/http-proxy@1.17.11:
resolution: {integrity: sha512-HC8G7c1WmaF2ekqpnFq626xd3Zz0uvaqFmBJNRZCGEZCXkvSdJoNFn/8Ygbd9fKNQj8UzLdCETaI0UWPAjK7IA==}
dependencies:
- '@types/node': 20.2.1
+ '@types/node': 20.2.5
dev: true
/@types/istanbul-lib-coverage@2.0.4:
@@ -4862,8 +5042,8 @@ packages:
'@types/istanbul-lib-report': 3.0.0
dev: true
- /@types/jest@29.5.1:
- resolution: {integrity: sha512-tEuVcHrpaixS36w7hpsfLBLpjtMRJUE09/MHXn923LOVojDwyC14cWcfc0rDs0VEfUyYmt/+iX1kxxp+gZMcaQ==}
+ /@types/jest@29.5.2:
+ resolution: {integrity: sha512-mSoZVJF5YzGVCk+FsDxzDuH7s+SCkzrgKZzf0Z0T2WudhBUPoF6ktoTPC4R0ZoCPCV5xUvuU6ias5NvxcBcMMg==}
dependencies:
expect: 29.5.0
pretty-format: 29.5.0
@@ -4873,13 +5053,17 @@ packages:
resolution: {integrity: sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==}
dev: true
+ /@types/json-schema@7.0.12:
+ resolution: {integrity: sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA==}
+ dev: true
+
/@types/json5@0.0.29:
resolution: {integrity: sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==}
/@types/keyv@3.1.4:
resolution: {integrity: sha512-BQ5aZNSCpj7D6K2ksrRCTmKRLEpnPvWDiLPfoGyhZ++8YtiK9d/3DBKPJgry359X/P1PfruyYwvnvwFjuEiEIg==}
dependencies:
- '@types/node': 20.2.1
+ '@types/node': 20.2.5
dev: true
/@types/mdast@3.0.11:
@@ -4914,8 +5098,8 @@ packages:
resolution: {integrity: sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA==}
dev: true
- /@types/node@20.2.1:
- resolution: {integrity: sha512-DqJociPbZP1lbZ5SQPk4oag6W7AyaGMO6gSfRwq3PWl4PXTwJpRQJhDq4W0kzrg3w6tJ1SwlvGZ5uKFHY13LIg==}
+ /@types/node@20.2.5:
+ resolution: {integrity: sha512-JJulVEQXmiY9Px5axXHeYGLSjhkZEnD+MDPDGbCbIAbMslkKwmygtZFy1X6s/075Yo94sf8GuSlFfPzysQrWZQ==}
/@types/normalize-package-data@2.4.1:
resolution: {integrity: sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==}
@@ -4947,10 +5131,10 @@ packages:
/@types/react-dom@18.2.4:
resolution: {integrity: sha512-G2mHoTMTL4yoydITgOGwWdWMVd8sNgyEP85xVmMKAPUBwQWm9wBPQUmvbeF4V3WBY1P7mmL4BkjQ0SqUpf1snw==}
dependencies:
- '@types/react': 18.2.6
+ '@types/react': 18.2.8
- /@types/react@18.2.6:
- resolution: {integrity: sha512-wRZClXn//zxCFW+ye/D2qY65UsYP1Fpex2YXorHc8awoNamkMZSvBxwxdYVInsHOZZd2Ppq8isnSzJL5Mpf8OA==}
+ /@types/react@18.2.8:
+ resolution: {integrity: sha512-lTyWUNrd8ntVkqycEEplasWy2OxNlShj3zqS0LuB1ENUGis5HodmhM7DtCoUGbxj3VW/WsGA0DUhpG6XrM7gPA==}
dependencies:
'@types/prop-types': 15.7.5
'@types/scheduler': 0.16.3
@@ -4963,7 +5147,7 @@ packages:
/@types/responselike@1.0.0:
resolution: {integrity: sha512-85Y2BjiufFzaMIlvJDvTTB8Fxl2xfLo4HgmHzVBz08w4wDePCTjYw66PdrolO0kzli3yam/YCgRufyo1DdQVTA==}
dependencies:
- '@types/node': 20.2.1
+ '@types/node': 20.2.5
dev: true
/@types/retry@0.12.0:
@@ -4987,13 +5171,13 @@ packages:
resolution: {integrity: sha512-NUo5XNiAdULrJENtJXZZ3fHtfMolzZwczzBbnAeBbqBwG+LaG6YaJtuwzwGSQZ2wsCrxjEhNNjAkKigy3n8teQ==}
dependencies:
'@types/mime': 3.0.1
- '@types/node': 20.2.1
+ '@types/node': 20.2.5
dev: true
/@types/sockjs@0.3.33:
resolution: {integrity: sha512-f0KEEe05NvUnat+boPTZ0dgaLZ4SfSouXUgv5noUiefG2ajgKjmETo9ZJyuqsl7dfl2aHlLJUiki6B4ZYldiiw==}
dependencies:
- '@types/node': 20.2.1
+ '@types/node': 20.2.5
dev: true
/@types/stack-utils@2.0.1:
@@ -5015,7 +5199,7 @@ packages:
/@types/ws@8.5.4:
resolution: {integrity: sha512-zdQDHKUgcX/zBc4GrwsE/7dVdAD8JR4EuiAXiiUhhfyIJXXb2+PrGshFyeXWQPMmmZ2XxgaqclgpIC7eTXc1mg==}
dependencies:
- '@types/node': 20.2.1
+ '@types/node': 20.2.5
dev: true
/@types/yargs-parser@21.0.0:
@@ -5028,8 +5212,8 @@ packages:
'@types/yargs-parser': 21.0.0
dev: true
- /@typescript-eslint/eslint-plugin@5.59.6(@typescript-eslint/parser@5.59.6)(eslint@8.40.0)(typescript@5.0.4):
- resolution: {integrity: sha512-sXtOgJNEuRU5RLwPUb1jxtToZbgvq3M6FPpY4QENxoOggK+UpTxUBpj6tD8+Qh2g46Pi9We87E+eHnUw8YcGsw==}
+ /@typescript-eslint/eslint-plugin@5.59.9(@typescript-eslint/parser@5.59.9)(eslint@8.42.0)(typescript@5.1.3):
+ resolution: {integrity: sha512-4uQIBq1ffXd2YvF7MAvehWKW3zVv/w+mSfRAu+8cKbfj3nwzyqJLNcZJpQ/WZ1HLbJDiowwmQ6NO+63nCA+fqA==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
'@typescript-eslint/parser': ^5.0.0
@@ -5040,44 +5224,24 @@ packages:
optional: true
dependencies:
'@eslint-community/regexpp': 4.5.1
- '@typescript-eslint/parser': 5.59.6(eslint@8.40.0)(typescript@5.0.4)
- '@typescript-eslint/scope-manager': 5.59.6
- '@typescript-eslint/type-utils': 5.59.6(eslint@8.40.0)(typescript@5.0.4)
- '@typescript-eslint/utils': 5.59.6(eslint@8.40.0)(typescript@5.0.4)
+ '@typescript-eslint/parser': 5.59.9(eslint@8.42.0)(typescript@5.1.3)
+ '@typescript-eslint/scope-manager': 5.59.9
+ '@typescript-eslint/type-utils': 5.59.9(eslint@8.42.0)(typescript@5.1.3)
+ '@typescript-eslint/utils': 5.59.9(eslint@8.42.0)(typescript@5.1.3)
debug: 4.3.4
- eslint: 8.40.0
+ eslint: 8.42.0
grapheme-splitter: 1.0.4
ignore: 5.2.4
natural-compare-lite: 1.4.0
semver: 7.5.1
- tsutils: 3.21.0(typescript@5.0.4)
- typescript: 5.0.4
+ tsutils: 3.21.0(typescript@5.1.3)
+ typescript: 5.1.3
transitivePeerDependencies:
- supports-color
dev: true
- /@typescript-eslint/parser@5.59.5(eslint@8.40.0)(typescript@5.0.4):
- resolution: {integrity: sha512-NJXQC4MRnF9N9yWqQE2/KLRSOLvrrlZb48NGVfBa+RuPMN6B7ZcK5jZOvhuygv4D64fRKnZI4L4p8+M+rfeQuw==}
- engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
- peerDependencies:
- eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
- typescript: '*'
- peerDependenciesMeta:
- typescript:
- optional: true
- dependencies:
- '@typescript-eslint/scope-manager': 5.59.5
- '@typescript-eslint/types': 5.59.5
- '@typescript-eslint/typescript-estree': 5.59.5(typescript@5.0.4)
- debug: 4.3.4
- eslint: 8.40.0
- typescript: 5.0.4
- transitivePeerDependencies:
- - supports-color
- dev: false
-
- /@typescript-eslint/parser@5.59.6(eslint@8.40.0)(typescript@5.0.4):
- resolution: {integrity: sha512-7pCa6al03Pv1yf/dUg/s1pXz/yGMUBAw5EeWqNTFiSueKvRNonze3hma3lhdsOrQcaOXhbk5gKu2Fludiho9VA==}
+ /@typescript-eslint/parser@5.59.9(eslint@8.42.0)(typescript@5.1.3):
+ resolution: {integrity: sha512-FsPkRvBtcLQ/eVK1ivDiNYBjn3TGJdXy2fhXX+rc7czWl4ARwnpArwbihSOHI2Peg9WbtGHrbThfBUkZZGTtvQ==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
@@ -5086,32 +5250,24 @@ packages:
typescript:
optional: true
dependencies:
- '@typescript-eslint/scope-manager': 5.59.6
- '@typescript-eslint/types': 5.59.6
- '@typescript-eslint/typescript-estree': 5.59.6(typescript@5.0.4)
+ '@typescript-eslint/scope-manager': 5.59.9
+ '@typescript-eslint/types': 5.59.9
+ '@typescript-eslint/typescript-estree': 5.59.9(typescript@5.1.3)
debug: 4.3.4
- eslint: 8.40.0
- typescript: 5.0.4
+ eslint: 8.42.0
+ typescript: 5.1.3
transitivePeerDependencies:
- supports-color
- /@typescript-eslint/scope-manager@5.59.5:
- resolution: {integrity: sha512-jVecWwnkX6ZgutF+DovbBJirZcAxgxC0EOHYt/niMROf8p4PwxxG32Qdhj/iIQQIuOflLjNkxoXyArkcIP7C3A==}
- engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
- dependencies:
- '@typescript-eslint/types': 5.59.5
- '@typescript-eslint/visitor-keys': 5.59.5
- dev: false
-
- /@typescript-eslint/scope-manager@5.59.6:
- resolution: {integrity: sha512-gLbY3Le9Dxcb8KdpF0+SJr6EQ+hFGYFl6tVY8VxLPFDfUZC7BHFw+Vq7bM5lE9DwWPfx4vMWWTLGXgpc0mAYyQ==}
+ /@typescript-eslint/scope-manager@5.59.9:
+ resolution: {integrity: sha512-8RA+E+w78z1+2dzvK/tGZ2cpGigBZ58VMEHDZtpE1v+LLjzrYGc8mMaTONSxKyEkz3IuXFM0IqYiGHlCsmlZxQ==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dependencies:
- '@typescript-eslint/types': 5.59.6
- '@typescript-eslint/visitor-keys': 5.59.6
+ '@typescript-eslint/types': 5.59.9
+ '@typescript-eslint/visitor-keys': 5.59.9
- /@typescript-eslint/type-utils@5.59.6(eslint@8.40.0)(typescript@5.0.4):
- resolution: {integrity: sha512-A4tms2Mp5yNvLDlySF+kAThV9VTBPCvGf0Rp8nl/eoDX9Okun8byTKoj3fJ52IJitjWOk0fKPNQhXEB++eNozQ==}
+ /@typescript-eslint/type-utils@5.59.9(eslint@8.42.0)(typescript@5.1.3):
+ resolution: {integrity: sha512-ksEsT0/mEHg9e3qZu98AlSrONAQtrSTljL3ow9CGej8eRo7pe+yaC/mvTjptp23Xo/xIf2mLZKC6KPv4Sji26Q==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: '*'
@@ -5120,48 +5276,22 @@ packages:
typescript:
optional: true
dependencies:
- '@typescript-eslint/typescript-estree': 5.59.6(typescript@5.0.4)
- '@typescript-eslint/utils': 5.59.6(eslint@8.40.0)(typescript@5.0.4)
+ '@typescript-eslint/typescript-estree': 5.59.9(typescript@5.1.3)
+ '@typescript-eslint/utils': 5.59.9(eslint@8.42.0)(typescript@5.1.3)
debug: 4.3.4
- eslint: 8.40.0
- tsutils: 3.21.0(typescript@5.0.4)
- typescript: 5.0.4
+ eslint: 8.42.0
+ tsutils: 3.21.0(typescript@5.1.3)
+ typescript: 5.1.3
transitivePeerDependencies:
- supports-color
dev: true
- /@typescript-eslint/types@5.59.5:
- resolution: {integrity: sha512-xkfRPHbqSH4Ggx4eHRIO/eGL8XL4Ysb4woL8c87YuAo8Md7AUjyWKa9YMwTL519SyDPrfEgKdewjkxNCVeJW7w==}
- engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
- dev: false
-
- /@typescript-eslint/types@5.59.6:
- resolution: {integrity: sha512-tH5lBXZI7T2MOUgOWFdVNUILsI02shyQvfzG9EJkoONWugCG77NDDa1EeDGw7oJ5IvsTAAGVV8I3Tk2PNu9QfA==}
+ /@typescript-eslint/types@5.59.9:
+ resolution: {integrity: sha512-uW8H5NRgTVneSVTfiCVffBb8AbwWSKg7qcA4Ot3JI3MPCJGsB4Db4BhvAODIIYE5mNj7Q+VJkK7JxmRhk2Lyjw==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
- /@typescript-eslint/typescript-estree@5.59.5(typescript@5.0.4):
- resolution: {integrity: sha512-+XXdLN2CZLZcD/mO7mQtJMvCkzRfmODbeSKuMY/yXbGkzvA9rJyDY5qDYNoiz2kP/dmyAxXquL2BvLQLJFPQIg==}
- engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
- peerDependencies:
- typescript: '*'
- peerDependenciesMeta:
- typescript:
- optional: true
- dependencies:
- '@typescript-eslint/types': 5.59.5
- '@typescript-eslint/visitor-keys': 5.59.5
- debug: 4.3.4
- globby: 11.1.0
- is-glob: 4.0.3
- semver: 7.5.1
- tsutils: 3.21.0(typescript@5.0.4)
- typescript: 5.0.4
- transitivePeerDependencies:
- - supports-color
- dev: false
-
- /@typescript-eslint/typescript-estree@5.59.6(typescript@5.0.4):
- resolution: {integrity: sha512-vW6JP3lMAs/Tq4KjdI/RiHaaJSO7IUsbkz17it/Rl9Q+WkQ77EOuOnlbaU8kKfVIOJxMhnRiBG+olE7f3M16DA==}
+ /@typescript-eslint/typescript-estree@5.59.9(typescript@5.1.3):
+ resolution: {integrity: sha512-pmM0/VQ7kUhd1QyIxgS+aRvMgw+ZljB3eDb+jYyp6d2bC0mQWLzUDF+DLwCTkQ3tlNyVsvZRXjFyV0LkU/aXjA==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
typescript: '*'
@@ -5169,30 +5299,30 @@ packages:
typescript:
optional: true
dependencies:
- '@typescript-eslint/types': 5.59.6
- '@typescript-eslint/visitor-keys': 5.59.6
+ '@typescript-eslint/types': 5.59.9
+ '@typescript-eslint/visitor-keys': 5.59.9
debug: 4.3.4
globby: 11.1.0
is-glob: 4.0.3
semver: 7.5.1
- tsutils: 3.21.0(typescript@5.0.4)
- typescript: 5.0.4
+ tsutils: 3.21.0(typescript@5.1.3)
+ typescript: 5.1.3
transitivePeerDependencies:
- supports-color
- /@typescript-eslint/utils@5.59.6(eslint@8.40.0)(typescript@5.0.4):
- resolution: {integrity: sha512-vzaaD6EXbTS29cVH0JjXBdzMt6VBlv+hE31XktDRMX1j3462wZCJa7VzO2AxXEXcIl8GQqZPcOPuW/Z1tZVogg==}
+ /@typescript-eslint/utils@5.59.9(eslint@8.42.0)(typescript@5.1.3):
+ resolution: {integrity: sha512-1PuMYsju/38I5Ggblaeb98TOoUvjhRvLpLa1DoTOFaLWqaXl/1iQ1eGurTXgBY58NUdtfTXKP5xBq7q9NDaLKg==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
dependencies:
- '@eslint-community/eslint-utils': 4.4.0(eslint@8.40.0)
- '@types/json-schema': 7.0.11
+ '@eslint-community/eslint-utils': 4.4.0(eslint@8.42.0)
+ '@types/json-schema': 7.0.12
'@types/semver': 7.5.0
- '@typescript-eslint/scope-manager': 5.59.6
- '@typescript-eslint/types': 5.59.6
- '@typescript-eslint/typescript-estree': 5.59.6(typescript@5.0.4)
- eslint: 8.40.0
+ '@typescript-eslint/scope-manager': 5.59.9
+ '@typescript-eslint/types': 5.59.9
+ '@typescript-eslint/typescript-estree': 5.59.9(typescript@5.1.3)
+ eslint: 8.42.0
eslint-scope: 5.1.1
semver: 7.5.1
transitivePeerDependencies:
@@ -5200,76 +5330,68 @@ packages:
- typescript
dev: true
- /@typescript-eslint/visitor-keys@5.59.5:
- resolution: {integrity: sha512-qL+Oz+dbeBRTeyJTIy0eniD3uvqU7x+y1QceBismZ41hd4aBSRh8UAw4pZP0+XzLuPZmx4raNMq/I+59W2lXKA==}
- engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
- dependencies:
- '@typescript-eslint/types': 5.59.5
- eslint-visitor-keys: 3.4.1
- dev: false
-
- /@typescript-eslint/visitor-keys@5.59.6:
- resolution: {integrity: sha512-zEfbFLzB9ETcEJ4HZEEsCR9HHeNku5/Qw1jSS5McYJv5BR+ftYXwFFAH5Al+xkGaZEqowMwl7uoJjQb1YSPF8Q==}
+ /@typescript-eslint/visitor-keys@5.59.9:
+ resolution: {integrity: sha512-bT7s0td97KMaLwpEBckbzj/YohnvXtqbe2XgqNvTl6RJVakY5mvENOTPvw5u66nljfZxthESpDozs86U+oLY8Q==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dependencies:
- '@typescript-eslint/types': 5.59.6
+ '@typescript-eslint/types': 5.59.9
eslint-visitor-keys: 3.4.1
- /@unhead/dom@1.1.26:
- resolution: {integrity: sha512-6I8z170OAO19h/AslASN4Xw0hqItQFMKhRJQtplQs1BZ62LsDmNKuqJiYueX39U+IfIvIV3j/q1mQwt9lgMwTw==}
+ /@unhead/dom@1.1.27:
+ resolution: {integrity: sha512-sUrzpKIVvFp8TFx1mgp5t0k5ts1+KmgjMgRRuvRTZMBMVeGQRLSuL3uo34iwuFmKxeI6BXT5lVBk5H02c1XdGg==}
dependencies:
- '@unhead/schema': 1.1.26
- '@unhead/shared': 1.1.26
+ '@unhead/schema': 1.1.27
+ '@unhead/shared': 1.1.27
dev: true
- /@unhead/schema@1.1.26:
- resolution: {integrity: sha512-l93zaizm+pu36uMssdtzSC2Y61ncZaBBouZn0pB8rVI14V0hPxeXuSNIuPh2WjAm8wfb8EnCSE3LNguoqTar7g==}
+ /@unhead/schema@1.1.27:
+ resolution: {integrity: sha512-S+xhPoBxBXDrsW9ltcF9Cv3cntMbSx+dfSmE7RNyDhogqHd3+lDEV2dnQpHKWTGjujwwMCALV5SADunAn785bw==}
dependencies:
hookable: 5.5.3
zhead: 2.0.4
dev: true
- /@unhead/shared@1.1.26:
- resolution: {integrity: sha512-gnUfNrl8w7hQHke9P0au7klcG9bHVOXqbDvya2uARA/8TyxNz87i0uakraO+P6/+zf484dw3b3MYkXq0thK2eg==}
+ /@unhead/shared@1.1.27:
+ resolution: {integrity: sha512-ElZ5WcMnhVlg44OAwTNq4XBkNePcL/BHZk7WKFcqpeGTJrEvSfs40lGJoo4sMsgDAd+XQdhJDd4dJu48jQB3kg==}
dependencies:
- '@unhead/schema': 1.1.26
+ '@unhead/schema': 1.1.27
dev: true
- /@unhead/ssr@1.1.26:
- resolution: {integrity: sha512-KYJDGgVNtU2i+NHu17o2zFXqsoLukOFEz81XrWQ8nQdY5+VNjy7IiTLp1dlx3umn1ohZjHySz4LXQCT4zUApSw==}
+ /@unhead/ssr@1.1.27:
+ resolution: {integrity: sha512-lKXH2ofs8L+yAbHgkRP17bIQ45XaG2RSl5UCMsSIW2Ev4kiTGPbbcQKOBgsi2uEllgdMk5peKDyaWD9xheYlEA==}
dependencies:
- '@unhead/schema': 1.1.26
- '@unhead/shared': 1.1.26
+ '@unhead/schema': 1.1.27
+ '@unhead/shared': 1.1.27
dev: true
- /@unhead/vue@1.1.26(vue@3.3.4):
- resolution: {integrity: sha512-UpxQ0KGmOoiN+Dg19zto5KTcnGV5chBmgiVJTDqUF4BPfr24vRrR65sZGdMoNV7weuD3AD/K0osk2ru+vXxRrA==}
+ /@unhead/vue@1.1.27(vue@3.3.4):
+ resolution: {integrity: sha512-ibe7/QW4ZtyCI/et/fI3CnwC+oxqp+7LrhmuLUS93ib1Sl70D51dcAy9eAvh0MG7wWUyMUrf3T95MRifJo7uzA==}
peerDependencies:
vue: '>=2.7 || >=3'
dependencies:
- '@unhead/schema': 1.1.26
- '@unhead/shared': 1.1.26
+ '@unhead/schema': 1.1.27
+ '@unhead/shared': 1.1.27
hookable: 5.5.3
- unhead: 1.1.26
+ unhead: 1.1.27
vue: 3.3.4
dev: true
/@vanilla-extract/babel-plugin-debug-ids@1.0.3:
resolution: {integrity: sha512-vm4jYu1xhSa6ofQ9AhIpR3DkAp4c+eoR1Rpm8/TQI4DmWbmGbOjYRcqV0aWsfaIlNhN4kFuxFMKBNN9oG6iRzA==}
dependencies:
- '@babel/core': 7.21.8
+ '@babel/core': 7.22.1
transitivePeerDependencies:
- supports-color
dev: true
- /@vanilla-extract/css@1.11.0:
- resolution: {integrity: sha512-uohj+8cGWbnrVzTfrjlJeXqdGjH3d3TcscdQxKe3h5bb5QQXTpPSq+c+SeWADIGiZybzcW0CBvZV8jsy1ywY9w==}
+ /@vanilla-extract/css@1.11.1:
+ resolution: {integrity: sha512-iLalh4K4sXgkfzsiFUsiek4IY1/N4jtJKdr1ubpyszPE7W7G2v+DAl8KcmKkRA6vS7k5mFNW34e4fNki6T2cbQ==}
dependencies:
'@emotion/hash': 0.9.1
'@vanilla-extract/private': 1.0.3
ahocorasick: 1.0.2
chalk: 4.1.2
- css-what: 5.1.0
+ css-what: 6.1.0
cssesc: 3.0.0
csstype: 3.1.2
deep-object-diff: 1.1.9
@@ -5278,22 +5400,22 @@ packages:
outdent: 0.8.0
dev: true
- /@vanilla-extract/integration@6.2.1(@types/node@20.2.1):
+ /@vanilla-extract/integration@6.2.1(@types/node@20.2.5):
resolution: {integrity: sha512-+xYJz07G7TFAMZGrOqArOsURG+xcYvqctujEkANjw2McCBvGEK505RxQqOuNiA9Mi9hgGdNp2JedSa94f3eoLg==}
dependencies:
- '@babel/core': 7.21.8
- '@babel/plugin-syntax-typescript': 7.21.4(@babel/core@7.21.8)
+ '@babel/core': 7.22.1
+ '@babel/plugin-syntax-typescript': 7.21.4(@babel/core@7.22.1)
'@vanilla-extract/babel-plugin-debug-ids': 1.0.3
- '@vanilla-extract/css': 1.11.0
+ '@vanilla-extract/css': 1.11.1
esbuild: 0.17.6
eval: 0.1.6
find-up: 5.0.0
javascript-stringify: 2.1.0
lodash: 4.17.21
- mlly: 1.2.1
+ mlly: 1.3.0
outdent: 0.8.0
- vite: 4.3.8(@types/node@20.2.1)
- vite-node: 0.28.5(@types/node@20.2.1)
+ vite: 4.3.9(@types/node@20.2.5)
+ vite-node: 0.28.5(@types/node@20.2.5)
transitivePeerDependencies:
- '@types/node'
- less
@@ -5329,7 +5451,7 @@ packages:
- supports-color
dev: true
- /@vitejs/plugin-react@4.0.0(vite@4.3.8):
+ /@vitejs/plugin-react@4.0.0(vite@4.3.9):
resolution: {integrity: sha512-HX0XzMjL3hhOYm+0s95pb0Z7F8O81G7joUHgfDd/9J/ZZf5k4xX6QAMFkKsHFxaHlf6X7GD7+XuaZ66ULiJuhQ==}
engines: {node: ^14.18.0 || >=16.0.0}
peerDependencies:
@@ -5339,35 +5461,35 @@ packages:
'@babel/plugin-transform-react-jsx-self': 7.21.0(@babel/core@7.21.4)
'@babel/plugin-transform-react-jsx-source': 7.19.6(@babel/core@7.21.4)
react-refresh: 0.14.0
- vite: 4.3.8(@types/node@20.2.1)
+ vite: 4.3.9(@types/node@20.2.5)
transitivePeerDependencies:
- supports-color
dev: true
- /@vitejs/plugin-vue-jsx@3.0.1(vite@4.3.8)(vue@3.3.4):
+ /@vitejs/plugin-vue-jsx@3.0.1(vite@4.3.9)(vue@3.3.4):
resolution: {integrity: sha512-+Jb7ggL48FSPS1uhPnJbJwWa9Sr90vQ+d0InW+AhBM22n+cfuYqJZDckBc+W3QSHe1WDvewMZfa4wZOtk5pRgw==}
engines: {node: ^14.18.0 || >=16.0.0}
peerDependencies:
vite: ^4.0.0
vue: ^3.0.0
dependencies:
- '@babel/core': 7.21.8
- '@babel/plugin-transform-typescript': 7.21.3(@babel/core@7.21.8)
- '@vue/babel-plugin-jsx': 1.1.1(@babel/core@7.21.8)
- vite: 4.3.8(@types/node@20.2.1)
+ '@babel/core': 7.22.1
+ '@babel/plugin-transform-typescript': 7.22.3(@babel/core@7.22.1)
+ '@vue/babel-plugin-jsx': 1.1.1(@babel/core@7.22.1)
+ vite: 4.3.9(@types/node@20.2.5)
vue: 3.3.4
transitivePeerDependencies:
- supports-color
dev: true
- /@vitejs/plugin-vue@4.2.3(vite@4.3.8)(vue@3.3.4):
+ /@vitejs/plugin-vue@4.2.3(vite@4.3.9)(vue@3.3.4):
resolution: {integrity: sha512-R6JDUfiZbJA9cMiguQ7jxALsgiprjBeHL5ikpXfJCH62pPHtI+JdJ5xWj6Ev73yXSlYl86+blXn1kZHQ7uElxw==}
engines: {node: ^14.18.0 || >=16.0.0}
peerDependencies:
vite: ^4.0.0
vue: ^3.2.25
dependencies:
- vite: 4.3.8(@types/node@20.2.1)
+ vite: 4.3.9(@types/node@20.2.5)
vue: 3.3.4
dev: true
@@ -5383,13 +5505,13 @@ packages:
muggle-string: 0.2.2
dev: true
- /@volar/typescript@1.4.1-patch.2(typescript@5.0.4):
+ /@volar/typescript@1.4.1-patch.2(typescript@5.1.3):
resolution: {integrity: sha512-lPFYaGt8OdMEzNGJJChF40uYqMO4Z/7Q9fHPQC/NRVtht43KotSXLrkPandVVMf9aPbiJ059eAT+fwHGX16k4w==}
peerDependencies:
typescript: '*'
dependencies:
'@volar/language-core': 1.4.1
- typescript: 5.0.4
+ typescript: 5.1.3
dev: true
/@volar/vue-language-core@1.6.5:
@@ -5401,32 +5523,32 @@ packages:
'@vue/compiler-sfc': 3.3.4
'@vue/reactivity': 3.3.4
'@vue/shared': 3.3.4
- minimatch: 9.0.0
+ minimatch: 9.0.1
muggle-string: 0.2.2
vue-template-compiler: 2.7.14
dev: true
- /@volar/vue-typescript@1.6.5(typescript@5.0.4):
+ /@volar/vue-typescript@1.6.5(typescript@5.1.3):
resolution: {integrity: sha512-er9rVClS4PHztMUmtPMDTl+7c7JyrxweKSAEe/o/Noeq2bQx6v3/jZHVHBe8ZNUti5ubJL/+Tg8L3bzmlalV8A==}
peerDependencies:
typescript: '*'
dependencies:
- '@volar/typescript': 1.4.1-patch.2(typescript@5.0.4)
+ '@volar/typescript': 1.4.1-patch.2(typescript@5.1.3)
'@volar/vue-language-core': 1.6.5
- typescript: 5.0.4
+ typescript: 5.1.3
dev: true
- /@vue-macros/common@1.3.1(rollup@3.22.0)(vue@3.3.4):
- resolution: {integrity: sha512-Lc5aP/8HNJD1XrnvpeNuWcCf82bZdR3auN/chA1b/1rKZgSnmQkH9f33tKO9qLwXSy+u4hpCi8Rw+oUuF1KCeg==}
- engines: {node: '>=14.19.0'}
+ /@vue-macros/common@1.3.3(rollup@3.23.1)(vue@3.3.4):
+ resolution: {integrity: sha512-bjHomaf3mu+ARMD4DX22C/lLVVocbmwgcLH7bg1rK4kB5ghesgShZTQIrNR6ZjifQmdGc/2jjZ/25kSb364uEA==}
+ engines: {node: '>=16.14.0'}
peerDependencies:
vue: ^2.7.0 || ^3.2.25
peerDependenciesMeta:
vue:
optional: true
dependencies:
- '@babel/types': 7.21.5
- '@rollup/pluginutils': 5.0.2(rollup@3.22.0)
+ '@babel/types': 7.22.4
+ '@rollup/pluginutils': 5.0.2(rollup@3.23.1)
'@vue/compiler-sfc': 3.3.4
local-pkg: 0.4.3
magic-string-ast: 0.1.2
@@ -5449,8 +5571,8 @@ packages:
'@babel/helper-module-imports': 7.21.4
'@babel/plugin-syntax-jsx': 7.21.4(@babel/core@7.21.4)
'@babel/template': 7.20.7
- '@babel/traverse': 7.21.5
- '@babel/types': 7.21.5
+ '@babel/traverse': 7.22.4
+ '@babel/types': 7.22.4
'@vue/babel-helper-vue-transform-on': 1.0.2
camelcase: 6.3.0
html-tags: 3.3.1
@@ -5460,14 +5582,14 @@ packages:
- supports-color
dev: true
- /@vue/babel-plugin-jsx@1.1.1(@babel/core@7.21.8):
+ /@vue/babel-plugin-jsx@1.1.1(@babel/core@7.22.1):
resolution: {integrity: sha512-j2uVfZjnB5+zkcbc/zsOc0fSNGCMMjaEXP52wdwdIfn0qjFfEYpYZBFKFg+HHnQeJCVrjOeO0YxgaL7DMrym9w==}
dependencies:
'@babel/helper-module-imports': 7.21.4
- '@babel/plugin-syntax-jsx': 7.21.4(@babel/core@7.21.8)
+ '@babel/plugin-syntax-jsx': 7.21.4(@babel/core@7.22.1)
'@babel/template': 7.20.7
- '@babel/traverse': 7.21.5
- '@babel/types': 7.21.5
+ '@babel/traverse': 7.22.4
+ '@babel/types': 7.22.4
'@vue/babel-helper-vue-transform-on': 1.0.2
camelcase: 6.3.0
html-tags: 3.3.1
@@ -5617,7 +5739,7 @@ packages:
dependencies:
'@babel/core': 7.21.4
'@vue/babel-preset-app': 5.0.8(@babel/core@7.21.4)(core-js@3.30.2)(vue@3.3.4)
- '@vue/cli-service': 5.0.8(@babel/core@7.21.8)(sass-loader@13.2.2)(vue@3.3.4)
+ '@vue/cli-service': 5.0.8(@babel/core@7.22.1)(sass-loader@13.3.1)(vue@3.3.4)
'@vue/cli-shared-utils': 5.0.8
babel-loader: 8.3.0(@babel/core@7.21.4)(webpack@5.79.0)
thread-loader: 3.0.4(webpack@5.79.0)
@@ -5633,16 +5755,16 @@ packages:
- webpack-cli
dev: true
- /@vue/cli-plugin-eslint@5.0.8(@vue/cli-service@5.0.8)(eslint@8.40.0):
+ /@vue/cli-plugin-eslint@5.0.8(@vue/cli-service@5.0.8)(eslint@8.42.0):
resolution: {integrity: sha512-d11+I5ONYaAPW1KyZj9GlrV/E6HZePq5L5eAF5GgoVdu6sxr6bDgEoxzhcS1Pk2eh8rn1MxG/FyyR+eCBj/CNg==}
peerDependencies:
'@vue/cli-service': ^3.0.0 || ^4.0.0 || ^5.0.0-0
eslint: '>=7.5.0'
dependencies:
- '@vue/cli-service': 5.0.8(@babel/core@7.21.8)(sass-loader@13.2.2)(vue@3.3.4)
+ '@vue/cli-service': 5.0.8(@babel/core@7.22.1)(sass-loader@13.3.1)(vue@3.3.4)
'@vue/cli-shared-utils': 5.0.8
- eslint: 8.40.0
- eslint-webpack-plugin: 3.2.0(eslint@8.40.0)(webpack@5.79.0)
+ eslint: 8.42.0
+ eslint-webpack-plugin: 3.2.0(eslint@8.42.0)(webpack@5.79.0)
globby: 11.1.0
webpack: 5.79.0
yorkie: 2.0.0
@@ -5659,13 +5781,13 @@ packages:
peerDependencies:
'@vue/cli-service': ^3.0.0 || ^4.0.0 || ^5.0.0-0
dependencies:
- '@vue/cli-service': 5.0.8(@babel/core@7.21.8)(sass-loader@13.2.2)(vue@3.3.4)
+ '@vue/cli-service': 5.0.8(@babel/core@7.22.1)(sass-loader@13.3.1)(vue@3.3.4)
'@vue/cli-shared-utils': 5.0.8
transitivePeerDependencies:
- encoding
dev: true
- /@vue/cli-plugin-typescript@5.0.8(@vue/cli-service@5.0.8)(eslint@8.40.0)(typescript@5.0.4)(vue@3.3.4):
+ /@vue/cli-plugin-typescript@5.0.8(@vue/cli-service@5.0.8)(eslint@8.42.0)(typescript@5.1.3)(vue@3.3.4):
resolution: {integrity: sha512-JKJOwzJshBqsmp4yLBexwVMebOZ4VGJgbnYvmHVxasJOStF2RxwyW28ZF+zIvASGdat4sAUuo/3mAQyVhm7JHg==}
peerDependencies:
'@vue/cli-service': ^3.0.0 || ^4.0.0 || ^5.0.0-0
@@ -5681,14 +5803,14 @@ packages:
dependencies:
'@babel/core': 7.21.4
'@types/webpack-env': 1.18.0
- '@vue/cli-service': 5.0.8(@babel/core@7.21.8)(sass-loader@13.2.2)(vue@3.3.4)
+ '@vue/cli-service': 5.0.8(@babel/core@7.22.1)(sass-loader@13.3.1)(vue@3.3.4)
'@vue/cli-shared-utils': 5.0.8
babel-loader: 8.3.0(@babel/core@7.21.4)(webpack@5.79.0)
- fork-ts-checker-webpack-plugin: 6.5.3(eslint@8.40.0)(typescript@5.0.4)(webpack@5.79.0)
+ fork-ts-checker-webpack-plugin: 6.5.3(eslint@8.42.0)(typescript@5.1.3)(webpack@5.79.0)
globby: 11.1.0
thread-loader: 3.0.4(webpack@5.79.0)
- ts-loader: 9.4.2(typescript@5.0.4)(webpack@5.79.0)
- typescript: 5.0.4
+ ts-loader: 9.4.2(typescript@5.1.3)(webpack@5.79.0)
+ typescript: 5.1.3
vue: 3.3.4
webpack: 5.79.0
transitivePeerDependencies:
@@ -5706,10 +5828,10 @@ packages:
peerDependencies:
'@vue/cli-service': ^3.0.0 || ^4.0.0 || ^5.0.0-0
dependencies:
- '@vue/cli-service': 5.0.8(@babel/core@7.21.8)(sass-loader@13.2.2)(vue@3.3.4)
+ '@vue/cli-service': 5.0.8(@babel/core@7.22.1)(sass-loader@13.3.1)(vue@3.3.4)
dev: true
- /@vue/cli-service@5.0.8(@babel/core@7.21.8)(sass-loader@13.2.2)(vue@3.3.4):
+ /@vue/cli-service@5.0.8(@babel/core@7.22.1)(sass-loader@13.3.1)(vue@3.3.4):
resolution: {integrity: sha512-nV7tYQLe7YsTtzFrfOMIHc5N2hp5lHG2rpYr0aNja9rNljdgcPZLyQRb2YRivTHqTv7lI962UXFURcpStHgyFw==}
engines: {node: ^12.0.0 || >= 14.0.0}
hasBin: true
@@ -5740,7 +5862,7 @@ packages:
webpack-sources:
optional: true
dependencies:
- '@babel/helper-compilation-targets': 7.21.4(@babel/core@7.21.8)
+ '@babel/helper-compilation-targets': 7.21.4(@babel/core@7.22.1)
'@soda/friendly-errors-webpack-plugin': 1.8.1(webpack@5.79.0)
'@soda/get-current-script': 1.0.2
'@types/minimist': 1.2.2
@@ -5754,16 +5876,16 @@ packages:
acorn: 8.8.2
acorn-walk: 8.2.0
address: 1.2.2
- autoprefixer: 10.4.14(postcss@8.4.23)
+ autoprefixer: 10.4.14(postcss@8.4.24)
browserslist: 4.21.5
case-sensitive-paths-webpack-plugin: 2.4.0
cli-highlight: 2.1.11
clipboardy: 2.3.0
cliui: 7.0.4
copy-webpack-plugin: 9.1.0(webpack@5.79.0)
- css-loader: 6.7.3(webpack@5.83.1)
+ css-loader: 6.7.3(webpack@5.85.1)
css-minimizer-webpack-plugin: 3.4.1(webpack@5.79.0)
- cssnano: 5.1.15(postcss@8.4.23)
+ cssnano: 5.1.15(postcss@8.4.24)
debug: 4.3.4
default-gateway: 6.0.3
dotenv: 10.0.0
@@ -5780,10 +5902,10 @@ packages:
minimist: 1.2.8
module-alias: 2.2.2
portfinder: 1.0.32
- postcss: 8.4.23
- postcss-loader: 6.2.1(postcss@8.4.23)(webpack@5.79.0)
+ postcss: 8.4.24
+ postcss-loader: 6.2.1(postcss@8.4.24)(webpack@5.79.0)
progress-webpack-plugin: 1.0.16(webpack@5.79.0)
- sass-loader: 13.2.2(sass@1.62.1)(webpack@5.83.1)
+ sass-loader: 13.3.1(sass@1.62.1)(webpack@5.85.1)
ssri: 8.0.1
terser-webpack-plugin: 5.3.7(webpack@5.79.0)
thread-loader: 3.0.4(webpack@5.79.0)
@@ -5888,7 +6010,7 @@ packages:
/@vue/compiler-core@3.3.4:
resolution: {integrity: sha512-cquyDNvZ6jTbf/+x+AgM2Arrp6G4Dzbb0R64jiG804HRMfRiFXWI6kqUVqZ6ZR0bQhIoQjB4+2bhNtVwndW15g==}
dependencies:
- '@babel/parser': 7.21.8
+ '@babel/parser': 7.22.4
'@vue/shared': 3.3.4
estree-walker: 2.0.2
source-map-js: 1.0.2
@@ -5902,7 +6024,7 @@ packages:
/@vue/compiler-sfc@3.3.4:
resolution: {integrity: sha512-6y/d8uw+5TkCuzBkgLS0v3lSM3hJDntFEiUORM11pQ/hKvkhSKZrXW6i69UyXlJQisJxuUEJKAWEqWbWsLeNKQ==}
dependencies:
- '@babel/parser': 7.21.8
+ '@babel/parser': 7.22.4
'@vue/compiler-core': 3.3.4
'@vue/compiler-dom': 3.3.4
'@vue/compiler-ssr': 3.3.4
@@ -5910,7 +6032,7 @@ packages:
'@vue/shared': 3.3.4
estree-walker: 2.0.2
magic-string: 0.30.0
- postcss: 8.4.23
+ postcss: 8.4.24
source-map-js: 1.0.2
/@vue/compiler-ssr@3.3.4:
@@ -5991,20 +6113,20 @@ packages:
/@vue/devtools-api@6.5.0:
resolution: {integrity: sha512-o9KfBeaBmCKl10usN4crU53fYtC1r7jJwdGKjPT24t348rHxgfpZ0xL3Xm/gLUYnc0oTp8LAmrxOeLyu6tbk2Q==}
- /@vue/eslint-config-standard@8.0.1(@typescript-eslint/parser@5.59.6)(eslint-plugin-vue@9.13.0)(eslint@8.40.0):
+ /@vue/eslint-config-standard@8.0.1(@typescript-eslint/parser@5.59.9)(eslint-plugin-vue@9.14.1)(eslint@8.42.0):
resolution: {integrity: sha512-+FsTb8kOf2GSbXXTwbigRBRRur/byMbwL6Ijii2JoXW4hsLB4arl9lbgV54OUOV5o20INLHDmBVONO16rP/a1g==}
peerDependencies:
eslint: ^8.0.1
eslint-plugin-vue: ^9.2.0
dependencies:
- eslint: 8.40.0
- eslint-config-standard: 17.0.0(eslint-plugin-import@2.27.5)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.40.0)
+ eslint: 8.42.0
+ eslint-config-standard: 17.0.0(eslint-plugin-import@2.27.5)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.42.0)
eslint-import-resolver-custom-alias: 1.3.0(eslint-plugin-import@2.27.5)
eslint-import-resolver-node: 0.3.7
- eslint-plugin-import: 2.27.5(@typescript-eslint/parser@5.59.6)(eslint-import-resolver-typescript@3.5.5)(eslint@8.40.0)
- eslint-plugin-n: 15.7.0(eslint@8.40.0)
- eslint-plugin-promise: 6.1.1(eslint@8.40.0)
- eslint-plugin-vue: 9.13.0(eslint@8.40.0)
+ eslint-plugin-import: 2.27.5(@typescript-eslint/parser@5.59.9)(eslint-import-resolver-typescript@3.5.5)(eslint@8.42.0)
+ eslint-plugin-n: 15.7.0(eslint@8.42.0)
+ eslint-plugin-promise: 6.1.1(eslint@8.42.0)
+ eslint-plugin-vue: 9.14.1(eslint@8.42.0)
transitivePeerDependencies:
- '@typescript-eslint/parser'
- eslint-import-resolver-typescript
@@ -6012,7 +6134,7 @@ packages:
- supports-color
dev: true
- /@vue/eslint-config-typescript@11.0.3(eslint-plugin-vue@9.13.0)(eslint@8.40.0)(typescript@5.0.4):
+ /@vue/eslint-config-typescript@11.0.3(eslint-plugin-vue@9.14.1)(eslint@8.42.0)(typescript@5.1.3):
resolution: {integrity: sha512-dkt6W0PX6H/4Xuxg/BlFj5xHvksjpSlVjtkQCpaYJBIEuKj2hOVU7r+TIe+ysCwRYFz/lGqvklntRkCAibsbPw==}
engines: {node: ^14.17.0 || >=16.0.0}
peerDependencies:
@@ -6023,12 +6145,12 @@ packages:
typescript:
optional: true
dependencies:
- '@typescript-eslint/eslint-plugin': 5.59.6(@typescript-eslint/parser@5.59.6)(eslint@8.40.0)(typescript@5.0.4)
- '@typescript-eslint/parser': 5.59.6(eslint@8.40.0)(typescript@5.0.4)
- eslint: 8.40.0
- eslint-plugin-vue: 9.13.0(eslint@8.40.0)
- typescript: 5.0.4
- vue-eslint-parser: 9.1.1(eslint@8.40.0)
+ '@typescript-eslint/eslint-plugin': 5.59.9(@typescript-eslint/parser@5.59.9)(eslint@8.42.0)(typescript@5.1.3)
+ '@typescript-eslint/parser': 5.59.9(eslint@8.42.0)(typescript@5.1.3)
+ eslint: 8.42.0
+ eslint-plugin-vue: 9.14.1(eslint@8.42.0)
+ typescript: 5.1.3
+ vue-eslint-parser: 9.1.1(eslint@8.42.0)
transitivePeerDependencies:
- supports-color
dev: true
@@ -6036,7 +6158,7 @@ packages:
/@vue/reactivity-transform@3.3.4:
resolution: {integrity: sha512-MXgwjako4nu5WFLAjpBnCj/ieqcjE2aJBINUNQzkZQfzIZA4xn+0fV1tIYBJvvva3N3OvKGofRLvQIwEQPpaXw==}
dependencies:
- '@babel/parser': 7.21.8
+ '@babel/parser': 7.22.4
'@vue/compiler-core': 3.3.4
'@vue/shared': 3.3.4
estree-walker: 2.0.2
@@ -6606,7 +6728,7 @@ packages:
define-properties: 1.2.0
es-abstract: 1.21.2
es-shim-unscopables: 1.0.0
- get-intrinsic: 1.2.0
+ get-intrinsic: 1.2.1
/ast-types-flow@0.0.7:
resolution: {integrity: sha512-eBvWn1lvIApYMhzQMsu9ciLfkBY499mFZlNqG+/9WR7PVlroQw0vG30cOQQbaKz3sCEc44TAOu2ykzqXSNnwag==}
@@ -6615,26 +6737,26 @@ packages:
resolution: {integrity: sha512-x1FCFnFifvYDDzTaLII71vG5uvDwgtmDTEVWAxrgeiR8VjMONcCXJx7E+USjDtHlwFmt9MysbqgF9b9Vjr6w+w==}
engines: {node: '>=4'}
dependencies:
- tslib: 2.5.1
+ tslib: 2.5.3
dev: true
/ast-types@0.15.2:
resolution: {integrity: sha512-c27loCv9QkZinsa5ProX751khO9DJl/AcB5c2KNtA6NRvHKS0PgLfcftz72KVq504vB0Gku5s2kUZzDBvQWvHg==}
engines: {node: '>=4'}
dependencies:
- tslib: 2.5.1
+ tslib: 2.5.3
dev: true
- /ast-walker-scope@0.4.1:
- resolution: {integrity: sha512-Ro3nmapMxi/remlJdzFH0tiA7A59KDbxVoLlKWaLDrPELiftb9b8w+CCyWRM+sXZH5KHRAgv8feedW6mihvCHA==}
- engines: {node: '>=14.19.0'}
+ /ast-walker-scope@0.4.2:
+ resolution: {integrity: sha512-vdCU9JvpsrxWxvJiRHAr8If8cu07LWJXDPhkqLiP4ErbN1fu/mK623QGmU4Qbn2Nq4Mx0vR/Q017B6+HcHg1aQ==}
+ engines: {node: '>=16.14.0'}
dependencies:
- '@babel/parser': 7.21.8
- '@babel/types': 7.21.5
+ '@babel/parser': 7.22.4
+ '@babel/types': 7.22.4
dev: true
- /astring@1.8.4:
- resolution: {integrity: sha512-97a+l2LBU3Op3bBQEff79i/E4jMD2ZLFD8rHx9B6mXyB2uQwhJQYfiDqUwtfjF4QA1F2qs//N6Cw8LetMbQjcw==}
+ /astring@1.8.6:
+ resolution: {integrity: sha512-ISvCdHdlTDlH5IpxQJIex7BWBywFWgjJSVdwst+/iQCoEYnyOaQ95+X1JGshuBjGp6nxKUy1jMgE3zPqN7fQdg==}
hasBin: true
dev: true
@@ -6657,7 +6779,7 @@ packages:
engines: {node: '>= 4.0.0'}
dev: true
- /autoprefixer@10.4.14(postcss@8.4.23):
+ /autoprefixer@10.4.14(postcss@8.4.24):
resolution: {integrity: sha512-FQzyfOsTlwVzjHxKEqRIAdJx9niO6VCBCoEwax/VLSoQF29ggECcPuBqUMZ+u8jCZOPSy8b8/8KnuFbp0SaFZQ==}
engines: {node: ^10 || ^12 || >=14}
hasBin: true
@@ -6669,15 +6791,15 @@ packages:
fraction.js: 4.2.0
normalize-range: 0.1.2
picocolors: 1.0.0
- postcss: 8.4.23
+ postcss: 8.4.24
postcss-value-parser: 4.2.0
/available-typed-arrays@1.0.5:
resolution: {integrity: sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==}
engines: {node: '>= 0.4'}
- /axe-core@4.7.0:
- resolution: {integrity: sha512-M0JtH+hlOL5pLQwHOLNYZaXuhqmvS8oExsqB1SBYgA4Dk7u/xx+YdGHXaK5pyUfed5mYXdlYiphWq3G8cRi5JQ==}
+ /axe-core@4.7.2:
+ resolution: {integrity: sha512-zIURGIS1E1Q4pcrMjp+nnEh+16G56eG/MUllJH8yEvw7asDo7Ac9uhC9KIH5jzpITueEZolfYglnCGIuSBz39g==}
engines: {node: '>=4'}
/axobject-query@3.1.1:
@@ -6685,17 +6807,17 @@ packages:
dependencies:
deep-equal: 2.2.1
- /babel-jest@29.5.0(@babel/core@7.21.8):
+ /babel-jest@29.5.0(@babel/core@7.22.1):
resolution: {integrity: sha512-mA4eCDh5mSo2EcA9xQjVTpmbbNk32Zb3Q3QFQsNhaK56Q+yoXowzFodLux30HRgyOho5rsQ6B0P9QpMkvvnJ0Q==}
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
peerDependencies:
'@babel/core': ^7.8.0
dependencies:
- '@babel/core': 7.21.8
+ '@babel/core': 7.22.1
'@jest/transform': 29.5.0
- '@types/babel__core': 7.20.0
+ '@types/babel__core': 7.20.1
babel-plugin-istanbul: 6.1.1
- babel-preset-jest: 29.5.0(@babel/core@7.21.8)
+ babel-preset-jest: 29.5.0(@babel/core@7.22.1)
chalk: 4.1.2
graceful-fs: 4.2.11
slash: 3.0.0
@@ -6741,10 +6863,10 @@ packages:
resolution: {integrity: sha512-zSuuuAlTMT4mzLj2nPnUm6fsE6270vdOfnpbJ+RmruU75UhLFvL0N2NgI7xpeS7NaB6hGqmd5pVpGTDYvi4Q3w==}
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
dependencies:
- '@babel/template': 7.20.7
- '@babel/types': 7.21.5
- '@types/babel__core': 7.20.0
- '@types/babel__traverse': 7.18.5
+ '@babel/template': 7.21.9
+ '@babel/types': 7.22.4
+ '@types/babel__core': 7.20.1
+ '@types/babel__traverse': 7.20.1
dev: true
/babel-plugin-jsx-dom-expressions@0.36.10(@babel/core@7.21.4):
@@ -6755,7 +6877,7 @@ packages:
'@babel/core': 7.21.4
'@babel/helper-module-imports': 7.18.6
'@babel/plugin-syntax-jsx': 7.21.4(@babel/core@7.21.4)
- '@babel/types': 7.21.5
+ '@babel/types': 7.22.4
html-entities: 2.3.3
validate-html-nesting: 1.2.1
dev: true
@@ -6773,14 +6895,14 @@ packages:
- supports-color
dev: true
- /babel-plugin-polyfill-corejs2@0.3.3(@babel/core@7.21.8):
- resolution: {integrity: sha512-8hOdmFYFSZhqg2C/JgLUQ+t52o5nirNwaWM2B9LWteozwIvM14VSwdsCAUET10qT+kmySAlseadmfeeSWFCy+Q==}
+ /babel-plugin-polyfill-corejs2@0.4.3(@babel/core@7.22.1):
+ resolution: {integrity: sha512-bM3gHc337Dta490gg+/AseNB9L4YLHxq1nGKZZSHbhXv4aTYU2MD2cjza1Ru4S6975YLTaL1K8uJf6ukJhhmtw==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/compat-data': 7.21.7
- '@babel/core': 7.21.8
- '@babel/helper-define-polyfill-provider': 0.3.3(@babel/core@7.21.8)
+ '@babel/compat-data': 7.22.3
+ '@babel/core': 7.22.1
+ '@babel/helper-define-polyfill-provider': 0.4.0(@babel/core@7.22.1)
semver: 6.3.0
transitivePeerDependencies:
- supports-color
@@ -6798,14 +6920,14 @@ packages:
- supports-color
dev: true
- /babel-plugin-polyfill-corejs3@0.6.0(@babel/core@7.21.8):
- resolution: {integrity: sha512-+eHqR6OPcBhJOGgsIar7xoAB1GcSwVUA3XjAd7HJNzOXT4wv6/H7KIdA/Nc60cvUlDbKApmqNvD1B1bzOt4nyA==}
+ /babel-plugin-polyfill-corejs3@0.8.1(@babel/core@7.22.1):
+ resolution: {integrity: sha512-ikFrZITKg1xH6pLND8zT14UPgjKHiGLqex7rGEZCH2EvhsneJaJPemmpQaIZV5AL03II+lXylw3UmddDK8RU5Q==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.8
- '@babel/helper-define-polyfill-provider': 0.3.3(@babel/core@7.21.8)
- core-js-compat: 3.30.1
+ '@babel/core': 7.22.1
+ '@babel/helper-define-polyfill-provider': 0.4.0(@babel/core@7.22.1)
+ core-js-compat: 3.30.2
transitivePeerDependencies:
- supports-color
dev: true
@@ -6821,46 +6943,46 @@ packages:
- supports-color
dev: true
- /babel-plugin-polyfill-regenerator@0.4.1(@babel/core@7.21.8):
- resolution: {integrity: sha512-NtQGmyQDXjQqQ+IzRkBVwEOz9lQ4zxAQZgoAYEtU9dJjnl1Oc98qnN7jcp+bE7O7aYzVpavXE3/VKXNzUbh7aw==}
+ /babel-plugin-polyfill-regenerator@0.5.0(@babel/core@7.22.1):
+ resolution: {integrity: sha512-hDJtKjMLVa7Z+LwnTCxoDLQj6wdc+B8dun7ayF2fYieI6OzfuvcLMB32ihJZ4UhCBwNYGl5bg/x/P9cMdnkc2g==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.8
- '@babel/helper-define-polyfill-provider': 0.3.3(@babel/core@7.21.8)
+ '@babel/core': 7.22.1
+ '@babel/helper-define-polyfill-provider': 0.4.0(@babel/core@7.22.1)
transitivePeerDependencies:
- supports-color
dev: true
- /babel-preset-current-node-syntax@1.0.1(@babel/core@7.21.8):
+ /babel-preset-current-node-syntax@1.0.1(@babel/core@7.22.1):
resolution: {integrity: sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==}
peerDependencies:
'@babel/core': ^7.0.0
dependencies:
- '@babel/core': 7.21.8
- '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.21.8)
- '@babel/plugin-syntax-bigint': 7.8.3(@babel/core@7.21.8)
- '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.21.8)
- '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.21.8)
- '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.21.8)
- '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.21.8)
- '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.21.8)
- '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.21.8)
- '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.21.8)
- '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.21.8)
- '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.21.8)
- '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.21.8)
- dev: true
-
- /babel-preset-jest@29.5.0(@babel/core@7.21.8):
+ '@babel/core': 7.22.1
+ '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.22.1)
+ '@babel/plugin-syntax-bigint': 7.8.3(@babel/core@7.22.1)
+ '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.22.1)
+ '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.22.1)
+ '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.22.1)
+ '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.22.1)
+ '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.22.1)
+ '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.22.1)
+ '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.22.1)
+ '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.22.1)
+ '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.22.1)
+ '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.22.1)
+ dev: true
+
+ /babel-preset-jest@29.5.0(@babel/core@7.22.1):
resolution: {integrity: sha512-JOMloxOqdiBSxMAzjRaH023/vvcaSaec49zvg+2LmNsktC7ei39LTJGw02J+9uUtTZUq6xbLyJ4dxe9sSmIuAg==}
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
peerDependencies:
'@babel/core': ^7.0.0
dependencies:
- '@babel/core': 7.21.8
+ '@babel/core': 7.22.1
babel-plugin-jest-hoist: 29.5.0
- babel-preset-current-node-syntax: 1.0.1(@babel/core@7.21.8)
+ babel-preset-current-node-syntax: 1.0.1(@babel/core@7.22.1)
dev: true
/babel-preset-solid@1.7.3(@babel/core@7.21.4):
@@ -7009,6 +7131,16 @@ packages:
node-releases: 2.0.10
update-browserslist-db: 1.0.10(browserslist@4.21.5)
+ /browserslist@4.21.7:
+ resolution: {integrity: sha512-BauCXrQ7I2ftSqd2mvKHGo85XR0u7Ru3C/Hxsy/0TkfCtjrmAbPdzLGasmoiBxplpDXlPvdjX9u7srIMfgasNA==}
+ engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
+ hasBin: true
+ dependencies:
+ caniuse-lite: 1.0.30001495
+ electron-to-chromium: 1.4.422
+ node-releases: 2.0.12
+ update-browserslist-db: 1.0.11(browserslist@4.21.7)
+
/bs-logger@0.2.6:
resolution: {integrity: sha512-pd8DCoxmbgc7hyPKOvxtqNcjYoOsABPQdcCUjGp3d42VR2CX1ORhk2A87oqqu5R1kk+76nsxZupkmyd+MVtCog==}
engines: {node: '>= 6'}
@@ -7047,8 +7179,8 @@ packages:
semver: 7.5.1
dev: true
- /bumpp@9.1.0:
- resolution: {integrity: sha512-m3+YD8uoa0VttG+RV4oKr3lK60gkUn1yPDaBTFwT7xrdJUsy7Jm0VYgx457HI3VPAOX8szLmy1x2y1QcvB+M8Q==}
+ /bumpp@9.1.1:
+ resolution: {integrity: sha512-T7/2QmRNhHRkH2+HgDs/xk4keom3nlCjwQn6kHdz0I0dQMVrs+YMOH5HyuhV0R3tha/tTYP030RG9uQKpQ9CRg==}
engines: {node: '>=10'}
hasBin: true
dependencies:
@@ -7087,12 +7219,12 @@ packages:
dependencies:
chokidar: 3.5.3
defu: 6.1.2
- dotenv: 16.0.3
+ dotenv: 16.1.4
giget: 1.1.2
jiti: 1.18.2
- mlly: 1.2.1
+ mlly: 1.3.0
ohash: 1.1.2
- pathe: 1.1.0
+ pathe: 1.1.1
perfect-debounce: 0.1.3
pkg-types: 1.0.3
rc9: 2.1.0
@@ -7167,7 +7299,7 @@ packages:
resolution: {integrity: sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==}
dependencies:
pascal-case: 3.1.2
- tslib: 2.5.1
+ tslib: 2.5.3
dev: true
/camelcase-css@2.0.1:
@@ -7188,7 +7320,7 @@ packages:
resolution: {integrity: sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==}
dependencies:
browserslist: 4.21.5
- caniuse-lite: 1.0.30001486
+ caniuse-lite: 1.0.30001495
lodash.memoize: 4.1.2
lodash.uniq: 4.5.0
dev: true
@@ -7196,8 +7328,8 @@ packages:
/caniuse-lite@1.0.30001481:
resolution: {integrity: sha512-KCqHwRnaa1InZBtqXzP98LPg0ajCVujMKjqKDhZEthIpAsJl/YEIa3YvXjGXPVqzZVguccuu7ga9KOE1J9rKPQ==}
- /caniuse-lite@1.0.30001486:
- resolution: {integrity: sha512-uv7/gXuHi10Whlj0pp5q/tsK/32J2QSqVRKQhs2j8VsDCjgyruAh/eEXHF822VqO9yT6iZKw3nRwZRSPBE9OQg==}
+ /caniuse-lite@1.0.30001495:
+ resolution: {integrity: sha512-F6x5IEuigtUfU5ZMQK2jsy5JqUUlEFRVZq8bO2a+ysq5K7jD6PPc9YXZj78xDNS3uNchesp1Jw47YXEqr+Viyg==}
/case-sensitive-paths-webpack-plugin@2.4.0:
resolution: {integrity: sha512-roIFONhcxog0JSSWbvVAh3OocukmSgpqOH6YpMkCvav/ySIV3JKg4Dc8vYtQjYi/UxpNE36r/9v+VqTQqgkYmw==}
@@ -7768,7 +7900,7 @@ packages:
/core-js-compat@3.30.2:
resolution: {integrity: sha512-nriW1nuJjUgvkEjIot1Spwakz52V9YkYHZAQG6A1eCgC8AA1p0zngrQEP9R0+V6hji5XilWKG1Bd0YRppmGimA==}
dependencies:
- browserslist: 4.21.5
+ browserslist: 4.21.7
dev: true
/core-js@3.30.2:
@@ -7853,30 +7985,30 @@ packages:
shebang-command: 2.0.0
which: 2.0.2
- /css-declaration-sorter@6.4.0(postcss@8.4.23):
+ /css-declaration-sorter@6.4.0(postcss@8.4.24):
resolution: {integrity: sha512-jDfsatwWMWN0MODAFuHszfjphEXfNw9JUAhmY4pLu3TyTU+ohUpsbVtbU+1MZn4a47D9kqh03i4eyOm+74+zew==}
engines: {node: ^10 || ^12 || >=14}
peerDependencies:
postcss: ^8.0.9
dependencies:
- postcss: 8.4.23
+ postcss: 8.4.24
dev: true
- /css-loader@6.7.3(webpack@5.83.1):
+ /css-loader@6.7.3(webpack@5.85.1):
resolution: {integrity: sha512-qhOH1KlBMnZP8FzRO6YCH9UHXQhVMcEGLyNdb7Hv2cpcmJbW0YrddO+tG1ab5nT41KpHIYGsbeHqxB9xPu1pKQ==}
engines: {node: '>= 12.13.0'}
peerDependencies:
webpack: ^5.0.0
dependencies:
- icss-utils: 5.1.0(postcss@8.4.23)
- postcss: 8.4.23
- postcss-modules-extract-imports: 3.0.0(postcss@8.4.23)
- postcss-modules-local-by-default: 4.0.0(postcss@8.4.23)
- postcss-modules-scope: 3.0.0(postcss@8.4.23)
- postcss-modules-values: 4.0.0(postcss@8.4.23)
+ icss-utils: 5.1.0(postcss@8.4.24)
+ postcss: 8.4.24
+ postcss-modules-extract-imports: 3.0.0(postcss@8.4.24)
+ postcss-modules-local-by-default: 4.0.0(postcss@8.4.24)
+ postcss-modules-scope: 3.0.0(postcss@8.4.24)
+ postcss-modules-values: 4.0.0(postcss@8.4.24)
postcss-value-parser: 4.2.0
semver: 7.5.1
- webpack: 5.83.1
+ webpack: 5.85.1
dev: true
/css-minimizer-webpack-plugin@3.4.1(webpack@5.79.0):
@@ -7898,9 +8030,9 @@ packages:
esbuild:
optional: true
dependencies:
- cssnano: 5.1.15(postcss@8.4.23)
+ cssnano: 5.1.15(postcss@8.4.24)
jest-worker: 27.5.1
- postcss: 8.4.23
+ postcss: 8.4.24
schema-utils: 4.0.1
serialize-javascript: 6.0.1
source-map: 0.6.1
@@ -7951,11 +8083,6 @@ packages:
source-map-js: 1.0.2
dev: true
- /css-what@5.1.0:
- resolution: {integrity: sha512-arSMRWIIFY0hV8pIxZMEfmMI47Wj3R/aWpZDDxWYCPEiOMv6tfOrnpDtgxBYPEQD4V0Y/958+1TdC3iWTFcUPw==}
- engines: {node: '>= 6'}
- dev: true
-
/css-what@6.1.0:
resolution: {integrity: sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==}
engines: {node: '>= 6'}
@@ -7966,121 +8093,121 @@ packages:
engines: {node: '>=4'}
hasBin: true
- /cssnano-preset-default@5.2.14(postcss@8.4.23):
+ /cssnano-preset-default@5.2.14(postcss@8.4.24):
resolution: {integrity: sha512-t0SFesj/ZV2OTylqQVOrFgEh5uanxbO6ZAdeCrNsUQ6fVuXwYTxJPNAGvGTxHbD68ldIJNec7PyYZDBrfDQ+6A==}
engines: {node: ^10 || ^12 || >=14.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
- css-declaration-sorter: 6.4.0(postcss@8.4.23)
- cssnano-utils: 3.1.0(postcss@8.4.23)
- postcss: 8.4.23
- postcss-calc: 8.2.4(postcss@8.4.23)
- postcss-colormin: 5.3.1(postcss@8.4.23)
- postcss-convert-values: 5.1.3(postcss@8.4.23)
- postcss-discard-comments: 5.1.2(postcss@8.4.23)
- postcss-discard-duplicates: 5.1.0(postcss@8.4.23)
- postcss-discard-empty: 5.1.1(postcss@8.4.23)
- postcss-discard-overridden: 5.1.0(postcss@8.4.23)
- postcss-merge-longhand: 5.1.7(postcss@8.4.23)
- postcss-merge-rules: 5.1.4(postcss@8.4.23)
- postcss-minify-font-values: 5.1.0(postcss@8.4.23)
- postcss-minify-gradients: 5.1.1(postcss@8.4.23)
- postcss-minify-params: 5.1.4(postcss@8.4.23)
- postcss-minify-selectors: 5.2.1(postcss@8.4.23)
- postcss-normalize-charset: 5.1.0(postcss@8.4.23)
- postcss-normalize-display-values: 5.1.0(postcss@8.4.23)
- postcss-normalize-positions: 5.1.1(postcss@8.4.23)
- postcss-normalize-repeat-style: 5.1.1(postcss@8.4.23)
- postcss-normalize-string: 5.1.0(postcss@8.4.23)
- postcss-normalize-timing-functions: 5.1.0(postcss@8.4.23)
- postcss-normalize-unicode: 5.1.1(postcss@8.4.23)
- postcss-normalize-url: 5.1.0(postcss@8.4.23)
- postcss-normalize-whitespace: 5.1.1(postcss@8.4.23)
- postcss-ordered-values: 5.1.3(postcss@8.4.23)
- postcss-reduce-initial: 5.1.2(postcss@8.4.23)
- postcss-reduce-transforms: 5.1.0(postcss@8.4.23)
- postcss-svgo: 5.1.0(postcss@8.4.23)
- postcss-unique-selectors: 5.1.1(postcss@8.4.23)
- dev: true
-
- /cssnano-preset-default@6.0.1(postcss@8.4.23):
+ css-declaration-sorter: 6.4.0(postcss@8.4.24)
+ cssnano-utils: 3.1.0(postcss@8.4.24)
+ postcss: 8.4.24
+ postcss-calc: 8.2.4(postcss@8.4.24)
+ postcss-colormin: 5.3.1(postcss@8.4.24)
+ postcss-convert-values: 5.1.3(postcss@8.4.24)
+ postcss-discard-comments: 5.1.2(postcss@8.4.24)
+ postcss-discard-duplicates: 5.1.0(postcss@8.4.24)
+ postcss-discard-empty: 5.1.1(postcss@8.4.24)
+ postcss-discard-overridden: 5.1.0(postcss@8.4.24)
+ postcss-merge-longhand: 5.1.7(postcss@8.4.24)
+ postcss-merge-rules: 5.1.4(postcss@8.4.24)
+ postcss-minify-font-values: 5.1.0(postcss@8.4.24)
+ postcss-minify-gradients: 5.1.1(postcss@8.4.24)
+ postcss-minify-params: 5.1.4(postcss@8.4.24)
+ postcss-minify-selectors: 5.2.1(postcss@8.4.24)
+ postcss-normalize-charset: 5.1.0(postcss@8.4.24)
+ postcss-normalize-display-values: 5.1.0(postcss@8.4.24)
+ postcss-normalize-positions: 5.1.1(postcss@8.4.24)
+ postcss-normalize-repeat-style: 5.1.1(postcss@8.4.24)
+ postcss-normalize-string: 5.1.0(postcss@8.4.24)
+ postcss-normalize-timing-functions: 5.1.0(postcss@8.4.24)
+ postcss-normalize-unicode: 5.1.1(postcss@8.4.24)
+ postcss-normalize-url: 5.1.0(postcss@8.4.24)
+ postcss-normalize-whitespace: 5.1.1(postcss@8.4.24)
+ postcss-ordered-values: 5.1.3(postcss@8.4.24)
+ postcss-reduce-initial: 5.1.2(postcss@8.4.24)
+ postcss-reduce-transforms: 5.1.0(postcss@8.4.24)
+ postcss-svgo: 5.1.0(postcss@8.4.24)
+ postcss-unique-selectors: 5.1.1(postcss@8.4.24)
+ dev: true
+
+ /cssnano-preset-default@6.0.1(postcss@8.4.24):
resolution: {integrity: sha512-7VzyFZ5zEB1+l1nToKyrRkuaJIx0zi/1npjvZfbBwbtNTzhLtlvYraK/7/uqmX2Wb2aQtd983uuGw79jAjLSuQ==}
engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
- css-declaration-sorter: 6.4.0(postcss@8.4.23)
- cssnano-utils: 4.0.0(postcss@8.4.23)
- postcss: 8.4.23
- postcss-calc: 9.0.1(postcss@8.4.23)
- postcss-colormin: 6.0.0(postcss@8.4.23)
- postcss-convert-values: 6.0.0(postcss@8.4.23)
- postcss-discard-comments: 6.0.0(postcss@8.4.23)
- postcss-discard-duplicates: 6.0.0(postcss@8.4.23)
- postcss-discard-empty: 6.0.0(postcss@8.4.23)
- postcss-discard-overridden: 6.0.0(postcss@8.4.23)
- postcss-merge-longhand: 6.0.0(postcss@8.4.23)
- postcss-merge-rules: 6.0.1(postcss@8.4.23)
- postcss-minify-font-values: 6.0.0(postcss@8.4.23)
- postcss-minify-gradients: 6.0.0(postcss@8.4.23)
- postcss-minify-params: 6.0.0(postcss@8.4.23)
- postcss-minify-selectors: 6.0.0(postcss@8.4.23)
- postcss-normalize-charset: 6.0.0(postcss@8.4.23)
- postcss-normalize-display-values: 6.0.0(postcss@8.4.23)
- postcss-normalize-positions: 6.0.0(postcss@8.4.23)
- postcss-normalize-repeat-style: 6.0.0(postcss@8.4.23)
- postcss-normalize-string: 6.0.0(postcss@8.4.23)
- postcss-normalize-timing-functions: 6.0.0(postcss@8.4.23)
- postcss-normalize-unicode: 6.0.0(postcss@8.4.23)
- postcss-normalize-url: 6.0.0(postcss@8.4.23)
- postcss-normalize-whitespace: 6.0.0(postcss@8.4.23)
- postcss-ordered-values: 6.0.0(postcss@8.4.23)
- postcss-reduce-initial: 6.0.0(postcss@8.4.23)
- postcss-reduce-transforms: 6.0.0(postcss@8.4.23)
- postcss-svgo: 6.0.0(postcss@8.4.23)
- postcss-unique-selectors: 6.0.0(postcss@8.4.23)
- dev: true
-
- /cssnano-utils@3.1.0(postcss@8.4.23):
+ css-declaration-sorter: 6.4.0(postcss@8.4.24)
+ cssnano-utils: 4.0.0(postcss@8.4.24)
+ postcss: 8.4.24
+ postcss-calc: 9.0.1(postcss@8.4.24)
+ postcss-colormin: 6.0.0(postcss@8.4.24)
+ postcss-convert-values: 6.0.0(postcss@8.4.24)
+ postcss-discard-comments: 6.0.0(postcss@8.4.24)
+ postcss-discard-duplicates: 6.0.0(postcss@8.4.24)
+ postcss-discard-empty: 6.0.0(postcss@8.4.24)
+ postcss-discard-overridden: 6.0.0(postcss@8.4.24)
+ postcss-merge-longhand: 6.0.0(postcss@8.4.24)
+ postcss-merge-rules: 6.0.1(postcss@8.4.24)
+ postcss-minify-font-values: 6.0.0(postcss@8.4.24)
+ postcss-minify-gradients: 6.0.0(postcss@8.4.24)
+ postcss-minify-params: 6.0.0(postcss@8.4.24)
+ postcss-minify-selectors: 6.0.0(postcss@8.4.24)
+ postcss-normalize-charset: 6.0.0(postcss@8.4.24)
+ postcss-normalize-display-values: 6.0.0(postcss@8.4.24)
+ postcss-normalize-positions: 6.0.0(postcss@8.4.24)
+ postcss-normalize-repeat-style: 6.0.0(postcss@8.4.24)
+ postcss-normalize-string: 6.0.0(postcss@8.4.24)
+ postcss-normalize-timing-functions: 6.0.0(postcss@8.4.24)
+ postcss-normalize-unicode: 6.0.0(postcss@8.4.24)
+ postcss-normalize-url: 6.0.0(postcss@8.4.24)
+ postcss-normalize-whitespace: 6.0.0(postcss@8.4.24)
+ postcss-ordered-values: 6.0.0(postcss@8.4.24)
+ postcss-reduce-initial: 6.0.0(postcss@8.4.24)
+ postcss-reduce-transforms: 6.0.0(postcss@8.4.24)
+ postcss-svgo: 6.0.0(postcss@8.4.24)
+ postcss-unique-selectors: 6.0.0(postcss@8.4.24)
+ dev: true
+
+ /cssnano-utils@3.1.0(postcss@8.4.24):
resolution: {integrity: sha512-JQNR19/YZhz4psLX/rQ9M83e3z2Wf/HdJbryzte4a3NSuafyp9w/I4U+hx5C2S9g41qlstH7DEWnZaaj83OuEA==}
engines: {node: ^10 || ^12 || >=14.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
- postcss: 8.4.23
+ postcss: 8.4.24
dev: true
- /cssnano-utils@4.0.0(postcss@8.4.23):
+ /cssnano-utils@4.0.0(postcss@8.4.24):
resolution: {integrity: sha512-Z39TLP+1E0KUcd7LGyF4qMfu8ZufI0rDzhdyAMsa/8UyNUU8wpS0fhdBxbQbv32r64ea00h4878gommRVg2BHw==}
engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
- postcss: 8.4.23
+ postcss: 8.4.24
dev: true
- /cssnano@5.1.15(postcss@8.4.23):
+ /cssnano@5.1.15(postcss@8.4.24):
resolution: {integrity: sha512-j+BKgDcLDQA+eDifLx0EO4XSA56b7uut3BQFH+wbSaSTuGLuiyTa/wbRYthUXX8LC9mLg+WWKe8h+qJuwTAbHw==}
engines: {node: ^10 || ^12 || >=14.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
- cssnano-preset-default: 5.2.14(postcss@8.4.23)
+ cssnano-preset-default: 5.2.14(postcss@8.4.24)
lilconfig: 2.1.0
- postcss: 8.4.23
+ postcss: 8.4.24
yaml: 1.10.2
dev: true
- /cssnano@6.0.1(postcss@8.4.23):
+ /cssnano@6.0.1(postcss@8.4.24):
resolution: {integrity: sha512-fVO1JdJ0LSdIGJq68eIxOqFpIJrZqXUsBt8fkrBcztCQqAjQD51OhZp7tc0ImcbwXD4k7ny84QTV90nZhmqbkg==}
engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
- cssnano-preset-default: 6.0.1(postcss@8.4.23)
+ cssnano-preset-default: 6.0.1(postcss@8.4.24)
lilconfig: 2.1.0
- postcss: 8.4.23
+ postcss: 8.4.24
dev: true
/csso@4.2.0:
@@ -8184,7 +8311,7 @@ packages:
array-buffer-byte-length: 1.0.0
call-bind: 1.0.2
es-get-iterator: 1.1.3
- get-intrinsic: 1.2.0
+ get-intrinsic: 1.2.1
is-arguments: 1.1.1
is-array-buffer: 3.0.2
is-date-object: 1.0.5
@@ -8345,8 +8472,8 @@ packages:
resolution: {integrity: sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==}
dev: true
- /devalue@4.3.1:
- resolution: {integrity: sha512-Kc0TSP9IUU9eg55au5Q3YtqaYI2cgntVpunJV9Exbm9nvlBeTE5p2NqYHfpuXK6+VF2hF5PI+BPFPUti7e2N1g==}
+ /devalue@4.3.2:
+ resolution: {integrity: sha512-KqFl6pOgOW+Y6wJgu80rHpo2/3H07vr8ntR9rkkFIRETewbf5GaYYcakYfiKz89K+sLsuPkQIZaXDMjUObZwWg==}
dev: true
/didyoumean@1.2.2:
@@ -8462,7 +8589,7 @@ packages:
resolution: {integrity: sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==}
dependencies:
no-case: 3.0.4
- tslib: 2.5.1
+ tslib: 2.5.3
dev: true
/dot-prop@7.2.0:
@@ -8481,8 +8608,8 @@ packages:
engines: {node: '>=10'}
dev: true
- /dotenv@16.0.3:
- resolution: {integrity: sha512-7GO6HghkA5fYG9TYnNxi14/7K9f5occMlp3zXAuSxn7CKCxt9xbNWG7yF8hTCSUchlfWSe3uLmlPfigevRItzQ==}
+ /dotenv@16.1.4:
+ resolution: {integrity: sha512-m55RtE8AsPeJBpOIFKihEmqUcoVncQIwo7x9U8ZwLEZw9ZpXboz2c+rvog+jUaJvVrZ5kBOeYQBX5+8Aa/OZQw==}
engines: {node: '>=12'}
dev: true
@@ -8510,6 +8637,9 @@ packages:
/electron-to-chromium@1.4.355:
resolution: {integrity: sha512-056hxzEE4l667YeOccgjhRr5fTiwZ6EIJ4FpzGps4k3YcS8iAhiaBYUBrv5E2LDQJsussscv9EEUwAYKnv+ZKg==}
+ /electron-to-chromium@1.4.422:
+ resolution: {integrity: sha512-OQMid0IRbJv27BhlPiBK8CfGzjeq4ZCBSmpwNi1abyS8w17/BajOUu7hBI49ptDTBCz9NRFbORhWvt41dF7dwg==}
+
/emittery@0.13.1:
resolution: {integrity: sha512-DeWwawk6r5yR9jFgnDKYt4sLS0LmHJJi3ZOnb5/JdbYwj3nW+FxQnHIjhBKz8YLC7oRNPVM9NQ47I3CVx34eqQ==}
engines: {node: '>=12'}
@@ -8554,8 +8684,8 @@ packages:
tapable: 2.2.1
dev: true
- /enhanced-resolve@5.14.0:
- resolution: {integrity: sha512-+DCows0XNwLDcUhbFJPdlQEVnT2zXlCv7hPxemTz86/O+B/hCQ+mb7ydkPKiflpVraqLPCAfu7lDy+hBXueojw==}
+ /enhanced-resolve@5.14.1:
+ resolution: {integrity: sha512-Vklwq2vDKtl0y/vtwjSesgJ5MYS7Etuk5txS8VdKL4AOS1aUlD96zqIfsOSLQsdv3xgMRbtkWM8eG9XDfKUPow==}
engines: {node: '>=10.13.0'}
dependencies:
graceful-fs: 4.2.11
@@ -8631,7 +8761,7 @@ packages:
resolution: {integrity: sha512-sPZmqHBe6JIiTfN5q2pEi//TwxmAFHwj/XEuYjTuse78i8KxaqMTTzxPoFKuzRpDpTJ+0NAbpfenkmH2rePtuw==}
dependencies:
call-bind: 1.0.2
- get-intrinsic: 1.2.0
+ get-intrinsic: 1.2.1
has-symbols: 1.0.3
is-arguments: 1.1.1
is-map: 2.0.2
@@ -8777,8 +8907,8 @@ packages:
source-map: 0.6.1
dev: true
- /eslint-config-next@13.4.2(eslint@8.40.0)(typescript@5.0.4):
- resolution: {integrity: sha512-zjLJ9B9bbeWSo5q+iHfdt8gVYyT+y2BpWDfjR6XMBtFRSMKRGjllDKxnuKBV1q2Y/QpwLM2PXHJTMRyblCmRAg==}
+ /eslint-config-next@13.4.4(eslint@8.42.0)(typescript@5.1.3):
+ resolution: {integrity: sha512-z/PMbm6L0iC/fwISULxe8IVy4DtNqZk2wQY711o35klenq70O6ns82A8yuMVCFjHC0DIyB2lyugesRtuk9u8dQ==}
peerDependencies:
eslint: ^7.23.0 || ^8.0.0
typescript: '>=3.3.1'
@@ -8786,32 +8916,32 @@ packages:
typescript:
optional: true
dependencies:
- '@next/eslint-plugin-next': 13.4.2
- '@rushstack/eslint-patch': 1.2.0
- '@typescript-eslint/parser': 5.59.5(eslint@8.40.0)(typescript@5.0.4)
- eslint: 8.40.0
+ '@next/eslint-plugin-next': 13.4.4
+ '@rushstack/eslint-patch': 1.3.0
+ '@typescript-eslint/parser': 5.59.9(eslint@8.42.0)(typescript@5.1.3)
+ eslint: 8.42.0
eslint-import-resolver-node: 0.3.7
- eslint-import-resolver-typescript: 3.5.5(@typescript-eslint/parser@5.59.5)(eslint-import-resolver-node@0.3.7)(eslint-plugin-import@2.27.5)(eslint@8.40.0)
- eslint-plugin-import: 2.27.5(@typescript-eslint/parser@5.59.6)(eslint-import-resolver-typescript@3.5.5)(eslint@8.40.0)
- eslint-plugin-jsx-a11y: 6.7.1(eslint@8.40.0)
- eslint-plugin-react: 7.32.2(eslint@8.40.0)
- eslint-plugin-react-hooks: 4.6.0(eslint@8.40.0)
- typescript: 5.0.4
+ eslint-import-resolver-typescript: 3.5.5(@typescript-eslint/parser@5.59.9)(eslint-import-resolver-node@0.3.7)(eslint-plugin-import@2.27.5)(eslint@8.42.0)
+ eslint-plugin-import: 2.27.5(@typescript-eslint/parser@5.59.9)(eslint-import-resolver-typescript@3.5.5)(eslint@8.42.0)
+ eslint-plugin-jsx-a11y: 6.7.1(eslint@8.42.0)
+ eslint-plugin-react: 7.32.2(eslint@8.42.0)
+ eslint-plugin-react-hooks: 4.6.0(eslint@8.42.0)
+ typescript: 5.1.3
transitivePeerDependencies:
- eslint-import-resolver-webpack
- supports-color
dev: false
- /eslint-config-prettier@8.8.0(eslint@8.40.0):
+ /eslint-config-prettier@8.8.0(eslint@8.42.0):
resolution: {integrity: sha512-wLbQiFre3tdGgpDv67NQKnJuTlcUVYHas3k+DZCc2U2BadthoEY4B7hLPvAxaqdyOGCzuLfii2fqGph10va7oA==}
hasBin: true
peerDependencies:
eslint: '>=7.0.0'
dependencies:
- eslint: 8.40.0
+ eslint: 8.42.0
dev: true
- /eslint-config-standard@17.0.0(eslint-plugin-import@2.26.0)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.40.0):
+ /eslint-config-standard@17.0.0(eslint-plugin-import@2.27.5)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.42.0):
resolution: {integrity: sha512-/2ks1GKyqSOkH7JFvXJicu0iMpoojkwB+f5Du/1SC0PtBL+s8v30k9njRZ21pm2drKYm2342jFnGWzttxPmZVg==}
peerDependencies:
eslint: ^8.0.1
@@ -8819,24 +8949,25 @@ packages:
eslint-plugin-n: ^15.0.0
eslint-plugin-promise: ^6.0.0
dependencies:
- eslint: 8.40.0
- eslint-plugin-import: 2.26.0(@typescript-eslint/parser@5.59.6)(eslint@8.40.0)
- eslint-plugin-n: 15.7.0(eslint@8.40.0)
- eslint-plugin-promise: 6.1.1(eslint@8.40.0)
+ eslint: 8.42.0
+ eslint-plugin-import: 2.27.5(@typescript-eslint/parser@5.59.9)(eslint-import-resolver-typescript@3.5.5)(eslint@8.42.0)
+ eslint-plugin-n: 15.7.0(eslint@8.42.0)
+ eslint-plugin-promise: 6.1.1(eslint@8.42.0)
dev: true
- /eslint-config-standard@17.0.0(eslint-plugin-import@2.27.5)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.40.0):
- resolution: {integrity: sha512-/2ks1GKyqSOkH7JFvXJicu0iMpoojkwB+f5Du/1SC0PtBL+s8v30k9njRZ21pm2drKYm2342jFnGWzttxPmZVg==}
+ /eslint-config-standard@17.1.0(eslint-plugin-import@2.27.5)(eslint-plugin-n@16.0.0)(eslint-plugin-promise@6.1.1)(eslint@8.42.0):
+ resolution: {integrity: sha512-IwHwmaBNtDK4zDHQukFDW5u/aTb8+meQWZvNFWkiGmbWjD6bqyuSSBxxXKkCftCUzc1zwCH2m/baCNDLGmuO5Q==}
+ engines: {node: '>=12.0.0'}
peerDependencies:
eslint: ^8.0.1
eslint-plugin-import: ^2.25.2
- eslint-plugin-n: ^15.0.0
+ eslint-plugin-n: '^15.0.0 || ^16.0.0 '
eslint-plugin-promise: ^6.0.0
dependencies:
- eslint: 8.40.0
- eslint-plugin-import: 2.27.5(@typescript-eslint/parser@5.59.6)(eslint-import-resolver-typescript@3.5.5)(eslint@8.40.0)
- eslint-plugin-n: 15.7.0(eslint@8.40.0)
- eslint-plugin-promise: 6.1.1(eslint@8.40.0)
+ eslint: 8.42.0
+ eslint-plugin-import: 2.27.5(@typescript-eslint/parser@5.59.9)(eslint-import-resolver-typescript@3.5.5)(eslint@8.42.0)
+ eslint-plugin-n: 16.0.0(eslint@8.42.0)
+ eslint-plugin-promise: 6.1.1(eslint@8.42.0)
dev: true
/eslint-import-resolver-custom-alias@1.3.0(eslint-plugin-import@2.27.5):
@@ -8844,7 +8975,7 @@ packages:
peerDependencies:
eslint-plugin-import: '>=2.2.0'
dependencies:
- eslint-plugin-import: 2.27.5(@typescript-eslint/parser@5.59.6)(eslint-import-resolver-typescript@3.5.5)(eslint@8.40.0)
+ eslint-plugin-import: 2.27.5(@typescript-eslint/parser@5.59.9)(eslint-import-resolver-typescript@3.5.5)(eslint@8.42.0)
glob-parent: 5.1.2
resolve: 1.22.2
dev: true
@@ -8853,36 +8984,12 @@ packages:
resolution: {integrity: sha512-gozW2blMLJCeFpBwugLTGyvVjNoeo1knonXAcatC6bjPBZitotxdWf7Gimr25N4c0AAOo4eOUfaG82IJPDpqCA==}
dependencies:
debug: 3.2.7
- is-core-module: 2.12.0
- resolve: 1.22.2
- transitivePeerDependencies:
- - supports-color
-
- /eslint-import-resolver-typescript@3.5.5(@typescript-eslint/parser@5.59.5)(eslint-import-resolver-node@0.3.7)(eslint-plugin-import@2.27.5)(eslint@8.40.0):
- resolution: {integrity: sha512-TdJqPHs2lW5J9Zpe17DZNQuDnox4xo2o+0tE7Pggain9Rbc19ik8kFtXdxZ250FVx2kF4vlt2RSf4qlUpG7bhw==}
- engines: {node: ^14.18.0 || >=16.0.0}
- peerDependencies:
- eslint: '*'
- eslint-plugin-import: '*'
- dependencies:
- debug: 4.3.4
- enhanced-resolve: 5.14.0
- eslint: 8.40.0
- eslint-module-utils: 2.8.0(@typescript-eslint/parser@5.59.5)(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@3.5.5)(eslint@8.40.0)
- eslint-plugin-import: 2.27.5(@typescript-eslint/parser@5.59.6)(eslint-import-resolver-typescript@3.5.5)(eslint@8.40.0)
- get-tsconfig: 4.5.0
- globby: 13.1.4
is-core-module: 2.12.1
- is-glob: 4.0.3
- synckit: 0.8.5
+ resolve: 1.22.2
transitivePeerDependencies:
- - '@typescript-eslint/parser'
- - eslint-import-resolver-node
- - eslint-import-resolver-webpack
- supports-color
- dev: false
- /eslint-import-resolver-typescript@3.5.5(@typescript-eslint/parser@5.59.6)(eslint-import-resolver-node@0.3.7)(eslint-plugin-import@2.27.5)(eslint@8.40.0):
+ /eslint-import-resolver-typescript@3.5.5(@typescript-eslint/parser@5.59.9)(eslint-import-resolver-node@0.3.7)(eslint-plugin-import@2.27.5)(eslint@8.42.0):
resolution: {integrity: sha512-TdJqPHs2lW5J9Zpe17DZNQuDnox4xo2o+0tE7Pggain9Rbc19ik8kFtXdxZ250FVx2kF4vlt2RSf4qlUpG7bhw==}
engines: {node: ^14.18.0 || >=16.0.0}
peerDependencies:
@@ -8890,11 +8997,11 @@ packages:
eslint-plugin-import: '*'
dependencies:
debug: 4.3.4
- enhanced-resolve: 5.14.0
- eslint: 8.40.0
- eslint-module-utils: 2.8.0(@typescript-eslint/parser@5.59.6)(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@3.5.5)(eslint@8.40.0)
- eslint-plugin-import: 2.27.5(@typescript-eslint/parser@5.59.6)(eslint-import-resolver-typescript@3.5.5)(eslint@8.40.0)
- get-tsconfig: 4.5.0
+ enhanced-resolve: 5.14.1
+ eslint: 8.42.0
+ eslint-module-utils: 2.8.0(@typescript-eslint/parser@5.59.9)(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@3.5.5)(eslint@8.42.0)
+ eslint-plugin-import: 2.27.5(@typescript-eslint/parser@5.59.9)(eslint-import-resolver-typescript@3.5.5)(eslint@8.42.0)
+ get-tsconfig: 4.6.0
globby: 13.1.4
is-core-module: 2.12.1
is-glob: 4.0.3
@@ -8905,7 +9012,7 @@ packages:
- eslint-import-resolver-webpack
- supports-color
- /eslint-module-utils@2.8.0(@typescript-eslint/parser@5.59.5)(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@3.5.5)(eslint@8.40.0):
+ /eslint-module-utils@2.8.0(@typescript-eslint/parser@5.59.9)(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@3.5.5)(eslint@8.42.0):
resolution: {integrity: sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==}
engines: {node: '>=4'}
peerDependencies:
@@ -8926,98 +9033,48 @@ packages:
eslint-import-resolver-webpack:
optional: true
dependencies:
- '@typescript-eslint/parser': 5.59.5(eslint@8.40.0)(typescript@5.0.4)
+ '@typescript-eslint/parser': 5.59.9(eslint@8.42.0)(typescript@5.1.3)
debug: 3.2.7
- eslint: 8.40.0
+ eslint: 8.42.0
eslint-import-resolver-node: 0.3.7
- eslint-import-resolver-typescript: 3.5.5(@typescript-eslint/parser@5.59.5)(eslint-import-resolver-node@0.3.7)(eslint-plugin-import@2.27.5)(eslint@8.40.0)
+ eslint-import-resolver-typescript: 3.5.5(@typescript-eslint/parser@5.59.9)(eslint-import-resolver-node@0.3.7)(eslint-plugin-import@2.27.5)(eslint@8.42.0)
transitivePeerDependencies:
- supports-color
- dev: false
- /eslint-module-utils@2.8.0(@typescript-eslint/parser@5.59.6)(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@3.5.5)(eslint@8.40.0):
- resolution: {integrity: sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==}
- engines: {node: '>=4'}
+ /eslint-plugin-es-x@6.2.1(eslint@8.42.0):
+ resolution: {integrity: sha512-uR34zUhZ9EBoiSD2DdV5kHLpydVEvwWqjteUr9sXRgJknwbKZJZhdJ7uFnaTtd+Nr/2G3ceJHnHXrFhJ67n3Tw==}
+ engines: {node: ^14.18.0 || >=16.0.0}
peerDependencies:
- '@typescript-eslint/parser': '*'
- eslint: '*'
- eslint-import-resolver-node: '*'
- eslint-import-resolver-typescript: '*'
- eslint-import-resolver-webpack: '*'
- peerDependenciesMeta:
- '@typescript-eslint/parser':
- optional: true
- eslint:
- optional: true
- eslint-import-resolver-node:
- optional: true
- eslint-import-resolver-typescript:
- optional: true
- eslint-import-resolver-webpack:
- optional: true
+ eslint: '>=8'
dependencies:
- '@typescript-eslint/parser': 5.59.6(eslint@8.40.0)(typescript@5.0.4)
- debug: 3.2.7
- eslint: 8.40.0
- eslint-import-resolver-node: 0.3.7
- eslint-import-resolver-typescript: 3.5.5(@typescript-eslint/parser@5.59.6)(eslint-import-resolver-node@0.3.7)(eslint-plugin-import@2.27.5)(eslint@8.40.0)
- transitivePeerDependencies:
- - supports-color
+ '@eslint-community/eslint-utils': 4.4.0(eslint@8.42.0)
+ '@eslint-community/regexpp': 4.5.1
+ eslint: 8.42.0
+ dev: true
- /eslint-plugin-es@3.0.1(eslint@8.40.0):
+ /eslint-plugin-es@3.0.1(eslint@8.42.0):
resolution: {integrity: sha512-GUmAsJaN4Fc7Gbtl8uOBlayo2DqhwWvEzykMHSCZHU3XdJ+NSzzZcVhXh3VxX5icqQ+oQdIEawXX8xkR3mIFmQ==}
engines: {node: '>=8.10.0'}
peerDependencies:
eslint: '>=4.19.1'
dependencies:
- eslint: 8.40.0
+ eslint: 8.42.0
eslint-utils: 2.1.0
regexpp: 3.2.0
dev: true
- /eslint-plugin-es@4.1.0(eslint@8.40.0):
+ /eslint-plugin-es@4.1.0(eslint@8.42.0):
resolution: {integrity: sha512-GILhQTnjYE2WorX5Jyi5i4dz5ALWxBIdQECVQavL6s7cI76IZTDWleTHkxz/QT3kvcs2QlGHvKLYsSlPOlPXnQ==}
engines: {node: '>=8.10.0'}
peerDependencies:
eslint: '>=4.19.1'
dependencies:
- eslint: 8.40.0
+ eslint: 8.42.0
eslint-utils: 2.1.0
regexpp: 3.2.0
dev: true
- /eslint-plugin-import@2.26.0(@typescript-eslint/parser@5.59.6)(eslint@8.40.0):
- resolution: {integrity: sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==}
- engines: {node: '>=4'}
- peerDependencies:
- '@typescript-eslint/parser': '*'
- eslint: ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8
- peerDependenciesMeta:
- '@typescript-eslint/parser':
- optional: true
- dependencies:
- '@typescript-eslint/parser': 5.59.6(eslint@8.40.0)(typescript@5.0.4)
- array-includes: 3.1.6
- array.prototype.flat: 1.3.1
- debug: 2.6.9
- doctrine: 2.1.0
- eslint: 8.40.0
- eslint-import-resolver-node: 0.3.7
- eslint-module-utils: 2.8.0(@typescript-eslint/parser@5.59.6)(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@3.5.5)(eslint@8.40.0)
- has: 1.0.3
- is-core-module: 2.12.1
- is-glob: 4.0.3
- minimatch: 3.1.2
- object.values: 1.1.6
- resolve: 1.22.2
- tsconfig-paths: 3.14.2
- transitivePeerDependencies:
- - eslint-import-resolver-typescript
- - eslint-import-resolver-webpack
- - supports-color
- dev: true
-
- /eslint-plugin-import@2.27.5(@typescript-eslint/parser@5.59.6)(eslint-import-resolver-typescript@3.5.5)(eslint@8.40.0):
+ /eslint-plugin-import@2.27.5(@typescript-eslint/parser@5.59.9)(eslint-import-resolver-typescript@3.5.5)(eslint@8.42.0):
resolution: {integrity: sha512-LmEt3GVofgiGuiE+ORpnvP+kAm3h6MLZJ4Q5HCyHADofsb4VzXFsRiWj3c0OFiV+3DWFh0qg3v9gcPlfc3zRow==}
engines: {node: '>=4'}
peerDependencies:
@@ -9027,17 +9084,17 @@ packages:
'@typescript-eslint/parser':
optional: true
dependencies:
- '@typescript-eslint/parser': 5.59.6(eslint@8.40.0)(typescript@5.0.4)
+ '@typescript-eslint/parser': 5.59.9(eslint@8.42.0)(typescript@5.1.3)
array-includes: 3.1.6
array.prototype.flat: 1.3.1
array.prototype.flatmap: 1.3.1
debug: 3.2.7
doctrine: 2.1.0
- eslint: 8.40.0
+ eslint: 8.42.0
eslint-import-resolver-node: 0.3.7
- eslint-module-utils: 2.8.0(@typescript-eslint/parser@5.59.6)(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@3.5.5)(eslint@8.40.0)
+ eslint-module-utils: 2.8.0(@typescript-eslint/parser@5.59.9)(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@3.5.5)(eslint@8.42.0)
has: 1.0.3
- is-core-module: 2.12.0
+ is-core-module: 2.12.1
is-glob: 4.0.3
minimatch: 3.1.2
object.values: 1.1.6
@@ -9049,19 +9106,19 @@ packages:
- eslint-import-resolver-webpack
- supports-color
- /eslint-plugin-jest-dom@4.0.3(eslint@8.40.0):
+ /eslint-plugin-jest-dom@4.0.3(eslint@8.42.0):
resolution: {integrity: sha512-9j+n8uj0+V0tmsoS7bYC7fLhQmIvjRqRYEcbDSi+TKPsTThLLXCyj5swMSSf/hTleeMktACnn+HFqXBr5gbcbA==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0, npm: '>=6', yarn: '>=1'}
peerDependencies:
eslint: ^6.8.0 || ^7.0.0 || ^8.0.0
dependencies:
- '@babel/runtime': 7.21.5
+ '@babel/runtime': 7.22.3
'@testing-library/dom': 8.20.0
- eslint: 8.40.0
+ eslint: 8.42.0
requireindex: 1.2.0
dev: true
- /eslint-plugin-jest@26.9.0(@typescript-eslint/eslint-plugin@5.59.6)(eslint@8.40.0)(jest@29.5.0)(typescript@5.0.4):
+ /eslint-plugin-jest@26.9.0(@typescript-eslint/eslint-plugin@5.59.9)(eslint@8.42.0)(jest@29.5.0)(typescript@5.1.3):
resolution: {integrity: sha512-TWJxWGp1J628gxh2KhaH1H1paEdgE2J61BBF1I59c6xWeL5+D1BzMxGDN/nXAfX+aSkR5u80K+XhskK6Gwq9ng==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
@@ -9074,16 +9131,16 @@ packages:
jest:
optional: true
dependencies:
- '@typescript-eslint/eslint-plugin': 5.59.6(@typescript-eslint/parser@5.59.6)(eslint@8.40.0)(typescript@5.0.4)
- '@typescript-eslint/utils': 5.59.6(eslint@8.40.0)(typescript@5.0.4)
- eslint: 8.40.0
- jest: 29.5.0(@types/node@20.2.1)(ts-node@10.9.1)
+ '@typescript-eslint/eslint-plugin': 5.59.9(@typescript-eslint/parser@5.59.9)(eslint@8.42.0)(typescript@5.1.3)
+ '@typescript-eslint/utils': 5.59.9(eslint@8.42.0)(typescript@5.1.3)
+ eslint: 8.42.0
+ jest: 29.5.0(@types/node@20.2.5)(ts-node@10.9.1)
transitivePeerDependencies:
- supports-color
- typescript
dev: true
- /eslint-plugin-jest@27.2.1(@typescript-eslint/eslint-plugin@5.59.6)(eslint@8.40.0)(jest@29.5.0)(typescript@5.0.4):
+ /eslint-plugin-jest@27.2.1(@typescript-eslint/eslint-plugin@5.59.9)(eslint@8.42.0)(jest@29.5.0)(typescript@5.1.3):
resolution: {integrity: sha512-l067Uxx7ZT8cO9NJuf+eJHvt6bqJyz2Z29wykyEdz/OtmcELQl2MQGQLX8J94O1cSJWAwUSEvCjwjA7KEK3Hmg==}
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
peerDependencies:
@@ -9096,31 +9153,31 @@ packages:
jest:
optional: true
dependencies:
- '@typescript-eslint/eslint-plugin': 5.59.6(@typescript-eslint/parser@5.59.6)(eslint@8.40.0)(typescript@5.0.4)
- '@typescript-eslint/utils': 5.59.6(eslint@8.40.0)(typescript@5.0.4)
- eslint: 8.40.0
- jest: 29.5.0(@types/node@20.2.1)(ts-node@10.9.1)
+ '@typescript-eslint/eslint-plugin': 5.59.9(@typescript-eslint/parser@5.59.9)(eslint@8.42.0)(typescript@5.1.3)
+ '@typescript-eslint/utils': 5.59.9(eslint@8.42.0)(typescript@5.1.3)
+ eslint: 8.42.0
+ jest: 29.5.0(@types/node@20.2.5)(ts-node@10.9.1)
transitivePeerDependencies:
- supports-color
- typescript
dev: true
- /eslint-plugin-jsx-a11y@6.7.1(eslint@8.40.0):
+ /eslint-plugin-jsx-a11y@6.7.1(eslint@8.42.0):
resolution: {integrity: sha512-63Bog4iIethyo8smBklORknVjB0T2dwB8Mr/hIC+fBS0uyHdYYpzM/Ed+YC8VxTjlXHEWFOdmgwcDn1U2L9VCA==}
engines: {node: '>=4.0'}
peerDependencies:
eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8
dependencies:
- '@babel/runtime': 7.21.5
+ '@babel/runtime': 7.22.3
aria-query: 5.1.3
array-includes: 3.1.6
array.prototype.flatmap: 1.3.1
ast-types-flow: 0.0.7
- axe-core: 4.7.0
+ axe-core: 4.7.2
axobject-query: 3.1.1
damerau-levenshtein: 1.0.8
emoji-regex: 9.2.2
- eslint: 8.40.0
+ eslint: 8.42.0
has: 1.0.3
jsx-ast-utils: 3.3.3
language-tags: 1.0.5
@@ -9129,16 +9186,16 @@ packages:
object.fromentries: 2.0.6
semver: 6.3.0
- /eslint-plugin-n@15.7.0(eslint@8.40.0):
+ /eslint-plugin-n@15.7.0(eslint@8.42.0):
resolution: {integrity: sha512-jDex9s7D/Qial8AGVIHq4W7NswpUD5DPDL2RH8Lzd9EloWUuvUkHfv4FRLMipH5q2UtyurorBkPeNi1wVWNh3Q==}
engines: {node: '>=12.22.0'}
peerDependencies:
eslint: '>=7.0.0'
dependencies:
builtins: 5.0.1
- eslint: 8.40.0
- eslint-plugin-es: 4.1.0(eslint@8.40.0)
- eslint-utils: 3.0.0(eslint@8.40.0)
+ eslint: 8.42.0
+ eslint-plugin-es: 4.1.0(eslint@8.42.0)
+ eslint-utils: 3.0.0(eslint@8.42.0)
ignore: 5.2.4
is-core-module: 2.12.0
minimatch: 3.1.2
@@ -9146,14 +9203,31 @@ packages:
semver: 7.5.1
dev: true
- /eslint-plugin-node@11.1.0(eslint@8.40.0):
+ /eslint-plugin-n@16.0.0(eslint@8.42.0):
+ resolution: {integrity: sha512-akkZTE3hsHBrq6CwmGuYCzQREbVUrA855kzcHqe6i0FLBkeY7Y/6tThCVkjUnjhvRBAlc+8lILcSe5QvvDpeZQ==}
+ engines: {node: '>=16.0.0'}
+ peerDependencies:
+ eslint: '>=7.0.0'
+ dependencies:
+ '@eslint-community/eslint-utils': 4.4.0(eslint@8.42.0)
+ builtins: 5.0.1
+ eslint: 8.42.0
+ eslint-plugin-es-x: 6.2.1(eslint@8.42.0)
+ ignore: 5.2.4
+ is-core-module: 2.12.1
+ minimatch: 3.1.2
+ resolve: 1.22.2
+ semver: 7.5.1
+ dev: true
+
+ /eslint-plugin-node@11.1.0(eslint@8.42.0):
resolution: {integrity: sha512-oUwtPJ1W0SKD0Tr+wqu92c5xuCeQqB3hSCHasn/ZgjFdA9iDGNkNf2Zi9ztY7X+hNuMib23LNGRm6+uN+KLE3g==}
engines: {node: '>=8.10.0'}
peerDependencies:
eslint: '>=5.16.0'
dependencies:
- eslint: 8.40.0
- eslint-plugin-es: 3.0.1(eslint@8.40.0)
+ eslint: 8.42.0
+ eslint-plugin-es: 3.0.1(eslint@8.42.0)
eslint-utils: 2.1.0
ignore: 5.2.4
minimatch: 3.1.2
@@ -9161,7 +9235,7 @@ packages:
semver: 6.3.0
dev: true
- /eslint-plugin-prettier@4.2.1(eslint-config-prettier@8.8.0)(eslint@8.40.0)(prettier@2.8.8):
+ /eslint-plugin-prettier@4.2.1(eslint-config-prettier@8.8.0)(eslint@8.42.0)(prettier@2.8.8):
resolution: {integrity: sha512-f/0rXLXUt0oFYs8ra4w49wYZBG5GKZpAYsJSm6rnYL5uVDjd+zowwMwVZHnAjf4edNrKpCDYfXDgmRE/Ak7QyQ==}
engines: {node: '>=12.0.0'}
peerDependencies:
@@ -9172,30 +9246,30 @@ packages:
eslint-config-prettier:
optional: true
dependencies:
- eslint: 8.40.0
- eslint-config-prettier: 8.8.0(eslint@8.40.0)
+ eslint: 8.42.0
+ eslint-config-prettier: 8.8.0(eslint@8.42.0)
prettier: 2.8.8
prettier-linter-helpers: 1.0.0
dev: true
- /eslint-plugin-promise@6.1.1(eslint@8.40.0):
+ /eslint-plugin-promise@6.1.1(eslint@8.42.0):
resolution: {integrity: sha512-tjqWDwVZQo7UIPMeDReOpUgHCmCiH+ePnVT+5zVapL0uuHnegBUs2smM13CzOs2Xb5+MHMRFTs9v24yjba4Oig==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: ^7.0.0 || ^8.0.0
dependencies:
- eslint: 8.40.0
+ eslint: 8.42.0
dev: true
- /eslint-plugin-react-hooks@4.6.0(eslint@8.40.0):
+ /eslint-plugin-react-hooks@4.6.0(eslint@8.42.0):
resolution: {integrity: sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==}
engines: {node: '>=10'}
peerDependencies:
eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0
dependencies:
- eslint: 8.40.0
+ eslint: 8.42.0
- /eslint-plugin-react@7.32.2(eslint@8.40.0):
+ /eslint-plugin-react@7.32.2(eslint@8.42.0):
resolution: {integrity: sha512-t2fBMa+XzonrrNkyVirzKlvn5RXzzPwRHtMvLAtVZrt8oxgnTQaYbU6SXTOO1mwQgp1y5+toMSKInnzGr0Knqg==}
engines: {node: '>=4'}
peerDependencies:
@@ -9205,7 +9279,7 @@ packages:
array.prototype.flatmap: 1.3.1
array.prototype.tosorted: 1.1.1
doctrine: 2.1.0
- eslint: 8.40.0
+ eslint: 8.42.0
estraverse: 5.3.0
jsx-ast-utils: 3.3.3
minimatch: 3.1.2
@@ -9218,32 +9292,32 @@ packages:
semver: 6.3.0
string.prototype.matchall: 4.0.8
- /eslint-plugin-testing-library@5.11.0(eslint@8.40.0)(typescript@5.0.4):
+ /eslint-plugin-testing-library@5.11.0(eslint@8.42.0)(typescript@5.1.3):
resolution: {integrity: sha512-ELY7Gefo+61OfXKlQeXNIDVVLPcvKTeiQOoMZG9TeuWa7Ln4dUNRv8JdRWBQI9Mbb427XGlVB1aa1QPZxBJM8Q==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0, npm: '>=6'}
peerDependencies:
eslint: ^7.5.0 || ^8.0.0
dependencies:
- '@typescript-eslint/utils': 5.59.6(eslint@8.40.0)(typescript@5.0.4)
- eslint: 8.40.0
+ '@typescript-eslint/utils': 5.59.9(eslint@8.42.0)(typescript@5.1.3)
+ eslint: 8.42.0
transitivePeerDependencies:
- supports-color
- typescript
dev: true
- /eslint-plugin-vue@9.13.0(eslint@8.40.0):
- resolution: {integrity: sha512-aBz9A8WB4wmpnVv0pYUt86cmH9EkcwWzgEwecBxMoRNhQjTL5i4sqadnwShv/hOdr8Hbl8XANGV7dtX9UQIAyA==}
+ /eslint-plugin-vue@9.14.1(eslint@8.42.0):
+ resolution: {integrity: sha512-LQazDB1qkNEKejLe/b5a9VfEbtbczcOaui5lQ4Qw0tbRBbQYREyxxOV5BQgNDTqGPs9pxqiEpbMi9ywuIaF7vw==}
engines: {node: ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: ^6.2.0 || ^7.0.0 || ^8.0.0
dependencies:
- '@eslint-community/eslint-utils': 4.4.0(eslint@8.40.0)
- eslint: 8.40.0
+ '@eslint-community/eslint-utils': 4.4.0(eslint@8.42.0)
+ eslint: 8.42.0
natural-compare: 1.4.0
nth-check: 2.1.1
postcss-selector-parser: 6.0.13
semver: 7.5.1
- vue-eslint-parser: 9.3.0(eslint@8.40.0)
+ vue-eslint-parser: 9.3.0(eslint@8.42.0)
xml-name-validator: 4.0.0
transitivePeerDependencies:
- supports-color
@@ -9271,13 +9345,13 @@ packages:
eslint-visitor-keys: 1.3.0
dev: true
- /eslint-utils@3.0.0(eslint@8.40.0):
+ /eslint-utils@3.0.0(eslint@8.42.0):
resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==}
engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0}
peerDependencies:
eslint: '>=5'
dependencies:
- eslint: 8.40.0
+ eslint: 8.42.0
eslint-visitor-keys: 2.1.0
dev: true
@@ -9295,7 +9369,7 @@ packages:
resolution: {integrity: sha512-pZnmmLwYzf+kWaM/Qgrvpen51upAktaaiI01nsJD/Yr3lMOdNtq0cxkrrg16w64VtisN6okbs7Q8AfGqj4c9fA==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
- /eslint-webpack-plugin@3.2.0(eslint@8.40.0)(webpack@5.79.0):
+ /eslint-webpack-plugin@3.2.0(eslint@8.42.0)(webpack@5.79.0):
resolution: {integrity: sha512-avrKcGncpPbPSUHX6B3stNGzkKFto3eL+DKM4+VyMrVnhPc3vRczVlCq3uhuFOdRvDHTVXuzwk1ZKUrqDQHQ9w==}
engines: {node: '>= 12.13.0'}
peerDependencies:
@@ -9303,7 +9377,7 @@ packages:
webpack: ^5.0.0
dependencies:
'@types/eslint': 8.37.0
- eslint: 8.40.0
+ eslint: 8.42.0
jest-worker: 28.1.3
micromatch: 4.0.5
normalize-path: 3.0.0
@@ -9311,16 +9385,16 @@ packages:
webpack: 5.79.0
dev: true
- /eslint@8.40.0:
- resolution: {integrity: sha512-bvR+TsP9EHL3TqNtj9sCNJVAFK3fBN8Q7g5waghxyRsPLIMwL73XSKnZFK0hk/O2ANC+iAoq6PWMQ+IfBAJIiQ==}
+ /eslint@8.42.0:
+ resolution: {integrity: sha512-ulg9Ms6E1WPf67PHaEY4/6E2tEn5/f7FXGzr3t9cBMugOmf1INYvuUwwh1aXQN4MfJ6a5K2iNwP3w4AColvI9A==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
hasBin: true
dependencies:
- '@eslint-community/eslint-utils': 4.4.0(eslint@8.40.0)
+ '@eslint-community/eslint-utils': 4.4.0(eslint@8.42.0)
'@eslint-community/regexpp': 4.5.1
'@eslint/eslintrc': 2.0.3
- '@eslint/js': 8.40.0
- '@humanwhocodes/config-array': 0.11.8
+ '@eslint/js': 8.42.0
+ '@humanwhocodes/config-array': 0.11.10
'@humanwhocodes/module-importer': 1.0.1
'@nodelib/fs.walk': 1.2.8
ajv: 6.12.6
@@ -9339,13 +9413,12 @@ packages:
find-up: 5.0.0
glob-parent: 6.0.2
globals: 13.20.0
- grapheme-splitter: 1.0.4
+ graphemer: 1.4.0
ignore: 5.2.4
import-fresh: 3.3.0
imurmurhash: 0.1.4
is-glob: 4.0.3
is-path-inside: 3.0.3
- js-sdsl: 4.4.0
js-yaml: 4.1.0
json-stable-stringify-without-jsonify: 1.0.1
levn: 0.4.1
@@ -9598,20 +9671,20 @@ packages:
tmp: 0.0.33
dev: true
- /externality@1.0.0:
- resolution: {integrity: sha512-MAU9ci3XdpqOX1aoIoyL2DMzW97P8LYeJxIUkfXhOfsrkH4KLHFaYDwKN0B2l6tqedVJWiTIJtWmxmZfa05vOQ==}
+ /externality@1.0.2:
+ resolution: {integrity: sha512-LyExtJWKxtgVzmgtEHyQtLFpw1KFhQphF9nTG8TpAIVkiI/xQ3FJh75tRFLYl4hkn7BNIIdLJInuDAavX35pMw==}
dependencies:
- enhanced-resolve: 5.14.0
- mlly: 1.2.1
- pathe: 1.1.0
+ enhanced-resolve: 5.14.1
+ mlly: 1.3.0
+ pathe: 1.1.1
ufo: 1.1.2
dev: true
/fast-deep-equal@3.1.3:
resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==}
- /fast-diff@1.2.0:
- resolution: {integrity: sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w==}
+ /fast-diff@1.3.0:
+ resolution: {integrity: sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw==}
dev: true
/fast-glob@3.2.11:
@@ -9786,7 +9859,7 @@ packages:
dependencies:
is-callable: 1.2.7
- /fork-ts-checker-webpack-plugin@6.5.3(eslint@8.40.0)(typescript@5.0.4)(webpack@5.79.0):
+ /fork-ts-checker-webpack-plugin@6.5.3(eslint@8.42.0)(typescript@5.1.3)(webpack@5.79.0):
resolution: {integrity: sha512-SbH/l9ikmMWycd5puHJKTkZJKddF4iRLyW3DeZ08HTI7NGyLS38MXd/KGgeWumQO7YNQbW2u/NtPT2YowbPaGQ==}
engines: {node: '>=10', yarn: '>=1.0.0'}
peerDependencies:
@@ -9806,7 +9879,7 @@ packages:
chokidar: 3.5.3
cosmiconfig: 6.0.0
deepmerge: 4.3.1
- eslint: 8.40.0
+ eslint: 8.42.0
fs-extra: 9.1.0
glob: 7.2.3
memfs: 3.5.0
@@ -9814,7 +9887,7 @@ packages:
schema-utils: 2.7.0
semver: 7.5.1
tapable: 1.1.3
- typescript: 5.0.4
+ typescript: 5.1.3
webpack: 5.79.0
dev: true
@@ -9963,6 +10036,14 @@ packages:
has: 1.0.3
has-symbols: 1.0.3
+ /get-intrinsic@1.2.1:
+ resolution: {integrity: sha512-2DcsyfABl+gVHEfCOaTrWgyt+tb6MSEGmKq+kI5HwLbIYgjgmMcV8KQ41uaKz1xxUcn9tJtgFbQUEVcEbd0FYw==}
+ dependencies:
+ function-bind: 1.1.1
+ has: 1.0.3
+ has-proto: 1.0.1
+ has-symbols: 1.0.3
+
/get-package-type@0.1.0:
resolution: {integrity: sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==}
engines: {node: '>=8.0.0'}
@@ -10007,8 +10088,10 @@ packages:
call-bind: 1.0.2
get-intrinsic: 1.2.0
- /get-tsconfig@4.5.0:
- resolution: {integrity: sha512-MjhiaIWCJ1sAU4pIQ5i5OfOuHHxVo1oYeNsWTON7jxYkod8pHocXeh+SSbmu5OZZZK73B6cbJ2XADzXehLyovQ==}
+ /get-tsconfig@4.6.0:
+ resolution: {integrity: sha512-lgbo68hHTQnFddybKbbs/RDRJnJT5YyGy2kQzVwbq+g67X73i+5MVTval34QxGkOe9X5Ujf1UYpCaphLyltjEg==}
+ dependencies:
+ resolve-pkg-maps: 1.0.0
/get-uri@3.0.2:
resolution: {integrity: sha512-+5s0SJbGoyiJTZZ2JTpFPLMPSch72KEqGOTvQsBqg0RBWvwhWUSYZFAtz3TPW0GXJuLBJPts1E241iHg+VRfhg==}
@@ -10032,8 +10115,8 @@ packages:
defu: 6.1.2
https-proxy-agent: 5.0.1
mri: 1.2.0
- node-fetch-native: 1.1.0
- pathe: 1.1.0
+ node-fetch-native: 1.2.0
+ pathe: 1.1.1
tar: 6.1.15
transitivePeerDependencies:
- supports-color
@@ -10197,6 +10280,10 @@ packages:
/grapheme-splitter@1.0.4:
resolution: {integrity: sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==}
+ dev: true
+
+ /graphemer@1.4.0:
+ resolution: {integrity: sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==}
/gunzip-maybe@1.4.2:
resolution: {integrity: sha512-4haO1M4mLO91PW57BMsDFf75UmwoRX0GkdD+Faw+Lr+r/OZrOCS0pIBwOL1xCKQqnQzbNFGgK2V2CpBUPeFNTw==}
@@ -10233,7 +10320,7 @@ packages:
iron-webcrypto: 0.7.0
radix3: 1.0.1
ufo: 1.1.2
- uncrypto: 0.1.2
+ uncrypto: 0.1.3
dev: true
/handle-thing@2.0.1:
@@ -10288,8 +10375,8 @@ packages:
resolution: {integrity: sha512-WdZTbAByD+pHfl/g9QSsBIIwy8IT+EsPiKDs0KNX+zSHhdDLFKdZu0BQHljvO+0QI/BasbMSUa8wYNCZTvhslg==}
dev: true
- /hast-util-to-estree@2.3.2:
- resolution: {integrity: sha512-YYDwATNdnvZi3Qi84iatPIl1lWpXba1MeNrNbDfJfVzEBZL8uUmtR7mt7bxKBC8kuAuvb0bkojXYZzsNHyHCLg==}
+ /hast-util-to-estree@2.3.3:
+ resolution: {integrity: sha512-ihhPIUPxN0v0w6M5+IiAZZrn0LH2uZomeWwhn7uP7avZC6TE7lIiEh2yBMPr5+zi1aUCXq6VoYRgs2Bw9xmycQ==}
dependencies:
'@types/estree': 1.0.1
'@types/estree-jsx': 1.0.0
@@ -10359,7 +10446,7 @@ packages:
he: 1.2.0
param-case: 3.0.4
relateurl: 0.2.7
- terser: 5.17.1
+ terser: 5.17.7
dev: true
/html-tags@2.0.0:
@@ -10505,13 +10592,13 @@ packages:
dependencies:
safer-buffer: 2.1.2
- /icss-utils@5.1.0(postcss@8.4.23):
+ /icss-utils@5.1.0(postcss@8.4.24):
resolution: {integrity: sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==}
engines: {node: ^10 || ^12 || >= 14}
peerDependencies:
postcss: ^8.1.0
dependencies:
- postcss: 8.4.23
+ postcss: 8.4.24
dev: true
/ieee754@1.2.1:
@@ -10601,8 +10688,8 @@ packages:
wrap-ansi: 7.0.0
dev: true
- /inquirer@9.2.4:
- resolution: {integrity: sha512-Q2KnguYUxC/GqkAWJBTWpXH1E3Qqh5VZaCqxK5HYYnQmaePKGLgscVfb3L3/32oF6NRW5VpGqUr75uDjtHHqRw==}
+ /inquirer@9.2.7:
+ resolution: {integrity: sha512-Bf52lnfvNxGPJPltiNO2tLBp3zC339KNlGMqOkW+dsvNikBhcVDK5kqU2lVX2FTPzuXUFX5WJDlsw//w3ZwoTw==}
engines: {node: '>=14.18.0'}
dependencies:
ansi-escapes: 4.3.2
@@ -10986,7 +11073,7 @@ packages:
resolution: {integrity: sha512-t2yVvttHkQktwnNNmBQ98AhENLdPUTDTE21uPqAQ0ARwQfGeQKRVS0NNurH7bTf7RrvcVn1OOge45CnBeHCSmg==}
dependencies:
call-bind: 1.0.2
- get-intrinsic: 1.2.0
+ get-intrinsic: 1.2.1
/is-what@4.1.8:
resolution: {integrity: sha512-yq8gMao5upkPoGEU9LsB2P+K3Kt8Q3fQFCGyNCWOAnJAMzEXVV9drYb0TXr42TTliLLhKIBvulgAXgtLLnwzGA==}
@@ -11032,8 +11119,8 @@ packages:
resolution: {integrity: sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==}
engines: {node: '>=8'}
dependencies:
- '@babel/core': 7.21.8
- '@babel/parser': 7.21.8
+ '@babel/core': 7.22.1
+ '@babel/parser': 7.22.4
'@istanbuljs/schema': 0.1.3
istanbul-lib-coverage: 3.2.0
semver: 6.3.0
@@ -11089,7 +11176,7 @@ packages:
'@jest/expect': 29.5.0
'@jest/test-result': 29.5.0
'@jest/types': 29.5.0
- '@types/node': 20.2.1
+ '@types/node': 20.2.5
chalk: 4.1.2
co: 4.6.0
dedent: 0.7.0
@@ -11109,7 +11196,7 @@ packages:
- supports-color
dev: true
- /jest-cli@29.5.0(@types/node@20.2.1)(ts-node@10.9.1):
+ /jest-cli@29.5.0(@types/node@20.2.5)(ts-node@10.9.1):
resolution: {integrity: sha512-L1KcP1l4HtfwdxXNFCL5bmUbLQiKrakMUriBEcc1Vfz6gx31ORKdreuWvmQVBit+1ss9NNR3yxjwfwzZNdQXJw==}
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
hasBin: true
@@ -11126,7 +11213,7 @@ packages:
exit: 0.1.2
graceful-fs: 4.2.11
import-local: 3.1.0
- jest-config: 29.5.0(@types/node@20.2.1)(ts-node@10.9.1)
+ jest-config: 29.5.0(@types/node@20.2.5)(ts-node@10.9.1)
jest-util: 29.5.0
jest-validate: 29.5.0
prompts: 2.4.2
@@ -11137,7 +11224,7 @@ packages:
- ts-node
dev: true
- /jest-config@29.5.0(@types/node@20.2.1)(ts-node@10.9.1):
+ /jest-config@29.5.0(@types/node@20.2.5)(ts-node@10.9.1):
resolution: {integrity: sha512-kvDUKBnNJPNBmFFOhDbm59iu1Fii1Q6SxyhXfvylq3UTHbg6o7j/g8k2dZyXWLvfdKB1vAPxNZnMgtKJcmu3kA==}
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
peerDependencies:
@@ -11149,11 +11236,11 @@ packages:
ts-node:
optional: true
dependencies:
- '@babel/core': 7.21.8
+ '@babel/core': 7.22.1
'@jest/test-sequencer': 29.5.0
'@jest/types': 29.5.0
- '@types/node': 20.2.1
- babel-jest: 29.5.0(@babel/core@7.21.8)
+ '@types/node': 20.2.5
+ babel-jest: 29.5.0(@babel/core@7.22.1)
chalk: 4.1.2
ci-info: 3.8.0
deepmerge: 4.3.1
@@ -11172,7 +11259,7 @@ packages:
pretty-format: 29.5.0
slash: 3.0.0
strip-json-comments: 3.1.1
- ts-node: 10.9.1(@types/node@20.2.1)(typescript@5.0.4)
+ ts-node: 10.9.1(@types/node@20.2.5)(typescript@5.1.3)
transitivePeerDependencies:
- supports-color
dev: true
@@ -11212,7 +11299,7 @@ packages:
'@jest/environment': 29.5.0
'@jest/fake-timers': 29.5.0
'@jest/types': 29.5.0
- '@types/node': 20.2.1
+ '@types/node': 20.2.5
jest-mock: 29.5.0
jest-util: 29.5.0
dev: true
@@ -11228,7 +11315,7 @@ packages:
dependencies:
'@jest/types': 29.5.0
'@types/graceful-fs': 4.1.6
- '@types/node': 20.2.1
+ '@types/node': 20.2.5
anymatch: 3.1.3
fb-watchman: 2.0.2
graceful-fs: 4.2.11
@@ -11279,7 +11366,7 @@ packages:
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
dependencies:
'@jest/types': 29.5.0
- '@types/node': 20.2.1
+ '@types/node': 20.2.5
jest-util: 29.5.0
dev: true
@@ -11334,7 +11421,7 @@ packages:
'@jest/test-result': 29.5.0
'@jest/transform': 29.5.0
'@jest/types': 29.5.0
- '@types/node': 20.2.1
+ '@types/node': 20.2.5
chalk: 4.1.2
emittery: 0.13.1
graceful-fs: 4.2.11
@@ -11365,7 +11452,7 @@ packages:
'@jest/test-result': 29.5.0
'@jest/transform': 29.5.0
'@jest/types': 29.5.0
- '@types/node': 20.2.1
+ '@types/node': 20.2.5
chalk: 4.1.2
cjs-module-lexer: 1.2.2
collect-v8-coverage: 1.0.1
@@ -11388,18 +11475,18 @@ packages:
resolution: {integrity: sha512-x7Wolra5V0tt3wRs3/ts3S6ciSQVypgGQlJpz2rsdQYoUKxMxPNaoHMGJN6qAuPJqS+2iQ1ZUn5kl7HCyls84g==}
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
dependencies:
- '@babel/core': 7.21.8
- '@babel/generator': 7.21.5
- '@babel/plugin-syntax-jsx': 7.21.4(@babel/core@7.21.8)
- '@babel/plugin-syntax-typescript': 7.21.4(@babel/core@7.21.8)
- '@babel/traverse': 7.21.5
- '@babel/types': 7.21.5
+ '@babel/core': 7.22.1
+ '@babel/generator': 7.22.3
+ '@babel/plugin-syntax-jsx': 7.21.4(@babel/core@7.22.1)
+ '@babel/plugin-syntax-typescript': 7.21.4(@babel/core@7.22.1)
+ '@babel/traverse': 7.22.4
+ '@babel/types': 7.22.4
'@jest/expect-utils': 29.5.0
'@jest/transform': 29.5.0
'@jest/types': 29.5.0
- '@types/babel__traverse': 7.18.5
+ '@types/babel__traverse': 7.20.1
'@types/prettier': 2.7.2
- babel-preset-current-node-syntax: 1.0.1(@babel/core@7.21.8)
+ babel-preset-current-node-syntax: 1.0.1(@babel/core@7.22.1)
chalk: 4.1.2
expect: 29.5.0
graceful-fs: 4.2.11
@@ -11420,7 +11507,7 @@ packages:
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
dependencies:
'@jest/types': 29.5.0
- '@types/node': 20.2.1
+ '@types/node': 20.2.5
chalk: 4.1.2
ci-info: 3.8.0
graceful-fs: 4.2.11
@@ -11445,7 +11532,7 @@ packages:
dependencies:
'@jest/test-result': 29.5.0
'@jest/types': 29.5.0
- '@types/node': 20.2.1
+ '@types/node': 20.2.5
ansi-escapes: 4.3.2
chalk: 4.1.2
emittery: 0.13.1
@@ -11457,7 +11544,7 @@ packages:
resolution: {integrity: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==}
engines: {node: '>= 10.13.0'}
dependencies:
- '@types/node': 20.2.1
+ '@types/node': 20.2.5
merge-stream: 2.0.0
supports-color: 8.1.1
dev: true
@@ -11466,7 +11553,7 @@ packages:
resolution: {integrity: sha512-CqRA220YV/6jCo8VWvAt1KKx6eek1VIHMPeLEbpcfSfkEeWyBNppynM/o6q+Wmw+sOhos2ml34wZbSX3G13//g==}
engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0}
dependencies:
- '@types/node': 20.2.1
+ '@types/node': 20.2.5
merge-stream: 2.0.0
supports-color: 8.1.1
dev: true
@@ -11475,13 +11562,13 @@ packages:
resolution: {integrity: sha512-NcrQnevGoSp4b5kg+akIpthoAFHxPBcb5P6mYPY0fUNT+sSvmtu6jlkEle3anczUKIKEbMxFimk9oTP/tpIPgA==}
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
dependencies:
- '@types/node': 20.2.1
+ '@types/node': 20.2.5
jest-util: 29.5.0
merge-stream: 2.0.0
supports-color: 8.1.1
dev: true
- /jest@29.5.0(@types/node@20.2.1)(ts-node@10.9.1):
+ /jest@29.5.0(@types/node@20.2.5)(ts-node@10.9.1):
resolution: {integrity: sha512-juMg3he2uru1QoXX078zTa7pO85QyB9xajZc6bU+d9yEGwrKX6+vGmJQ3UdVZsvTEUARIdObzH68QItim6OSSQ==}
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
hasBin: true
@@ -11494,7 +11581,7 @@ packages:
'@jest/core': 29.5.0(ts-node@10.9.1)
'@jest/types': 29.5.0
import-local: 3.1.0
- jest-cli: 29.5.0(@types/node@20.2.1)(ts-node@10.9.1)
+ jest-cli: 29.5.0(@types/node@20.2.5)(ts-node@10.9.1)
transitivePeerDependencies:
- '@types/node'
- supports-color
@@ -11520,9 +11607,6 @@ packages:
engines: {node: '>=0.6.0'}
dev: true
- /js-sdsl@4.4.0:
- resolution: {integrity: sha512-FfVSdx6pJ41Oa+CF7RDaFmTnCaFhua+SNYQX74riGOpl96x+2jQCqEfQ2bnXu/5DPCqlRuiqyvTJM0Qjz26IVg==}
-
/js-tokens@4.0.0:
resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==}
@@ -11716,7 +11800,7 @@ packages:
resolution: {integrity: sha512-xXAeVWKGr4/njq0rGC9dethMnYCq5hpKYrgQZYTzawt9YQhMiXfD+T1RgrdY3NamOxwq2aXlb0vOI6e29CKgVQ==}
dependencies:
'@lit-labs/ssr-dom-shim': 1.1.1
- '@lit/reactive-element': 1.6.1
+ '@lit/reactive-element': 1.6.2
lit-html: 2.7.4
dev: false
@@ -11726,10 +11810,10 @@ packages:
'@types/trusted-types': 2.0.3
dev: false
- /lit@2.7.4:
- resolution: {integrity: sha512-cgD7xrZoYr21mbrkZIuIrj98YTMw/snJPg52deWVV4A8icLyNHI3bF70xsJeAgwTuiq5Kkd+ZR8gybSJDCPB7g==}
+ /lit@2.7.5:
+ resolution: {integrity: sha512-i/cH7Ye6nBDUASMnfwcictBnsTN91+aBjXoTHF2xARghXScKxpD4F4WYI+VLXg9lqbMinDfvoI7VnZXjyHgdfQ==}
dependencies:
- '@lit/reactive-element': 1.6.1
+ '@lit/reactive-element': 1.6.2
lit-element: 3.3.2
lit-html: 2.7.4
dev: false
@@ -11780,10 +11864,6 @@ packages:
dependencies:
p-locate: 5.0.0
- /lodash._reinterpolate@3.0.0:
- resolution: {integrity: sha512-xYHt68QRoYGjeeM/XOE1uJtvXQAgvszfBhjV4yvsQH0u2i9I6cI6c6/eG4Hh3UAOVn0y/xAXwmTzEay49Q//HA==}
- dev: true
-
/lodash.camelcase@4.3.0:
resolution: {integrity: sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==}
dev: true
@@ -11835,19 +11915,6 @@ packages:
resolution: {integrity: sha512-hXt6Ul/5yWjfklSGvLQl8vM//l3FtyHZeuelpzK6mm99pNvN9yTDruNZPEJZD1oWrqo+izBmB7oUfWgcCX7s4Q==}
dev: true
- /lodash.template@4.5.0:
- resolution: {integrity: sha512-84vYFxIkmidUiFxidA/KjjH9pAycqW+h980j7Fuz5qxRtO9pgB7MDFTdys1N7A5mcucRiDyEq4fusljItR1T/A==}
- dependencies:
- lodash._reinterpolate: 3.0.0
- lodash.templatesettings: 4.2.0
- dev: true
-
- /lodash.templatesettings@4.2.0:
- resolution: {integrity: sha512-stgLz+i3Aa9mZgnjr/O+v9ruKZsPsndy7qPZOchbqk2cnTU1ZaldKK+v7m54WoKIyxiuMZTKT2H81F8BeAc3ZQ==}
- dependencies:
- lodash._reinterpolate: 3.0.0
- dev: true
-
/lodash.union@4.6.0:
resolution: {integrity: sha512-c4pB2CdGrGdjMKYLA+XiRDO7Y0PRQbm/Gzg8qMj+QH+pFVAoTp5sBpO0odL3FjoPCGjK96p6qsP+yQoiLoOBcw==}
dev: true
@@ -11890,7 +11957,7 @@ packages:
/lower-case@2.0.2:
resolution: {integrity: sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==}
dependencies:
- tslib: 2.5.1
+ tslib: 2.5.3
dev: true
/lowercase-keys@2.0.0:
@@ -11921,8 +11988,8 @@ packages:
engines: {node: '>=12'}
dev: true
- /lru-cache@9.1.1:
- resolution: {integrity: sha512-65/Jky17UwSb0BuB9V+MyDpsOtXKmYwzhyl+cOa9XUiI4uV2Ouy/2voFP3+al0BjZbJgMBD8FojMpAf+Z+qn4A==}
+ /lru-cache@9.1.2:
+ resolution: {integrity: sha512-ERJq3FOzJTxBbFjZ7iDs+NiK4VI9Wz+RdrrAB8dio1oV+YvdPzUEE4QNiT2VD51DkIbCYRUUzCRkssXCHqSnKQ==}
engines: {node: 14 || >=16.14}
dev: true
@@ -11980,19 +12047,19 @@ packages:
unist-util-visit: 4.1.2
dev: true
- /mdast-util-from-markdown@1.3.0:
- resolution: {integrity: sha512-HN3W1gRIuN/ZW295c7zi7g9lVBllMgZE40RxCX37wrTPWXCWtpvOZdfnuK+1WNpvZje6XuJeI3Wnb4TJEUem+g==}
+ /mdast-util-from-markdown@1.3.1:
+ resolution: {integrity: sha512-4xTO/M8c82qBcnQc1tgpNtubGUW/Y1tBQ1B0i5CtSoelOLKFYlElIr3bvgREYYO5iRqbMY1YuqZng0GVOI8Qww==}
dependencies:
'@types/mdast': 3.0.11
'@types/unist': 2.0.6
decode-named-character-reference: 1.0.2
mdast-util-to-string: 3.2.0
- micromark: 3.1.0
- micromark-util-decode-numeric-character-reference: 1.0.0
- micromark-util-decode-string: 1.0.2
- micromark-util-normalize-identifier: 1.0.0
- micromark-util-symbol: 1.0.1
- micromark-util-types: 1.0.2
+ micromark: 3.2.0
+ micromark-util-decode-numeric-character-reference: 1.1.0
+ micromark-util-decode-string: 1.1.0
+ micromark-util-normalize-identifier: 1.1.0
+ micromark-util-symbol: 1.1.0
+ micromark-util-types: 1.1.0
unist-util-stringify-position: 3.0.3
uvu: 0.5.6
transitivePeerDependencies:
@@ -12004,7 +12071,7 @@ packages:
dependencies:
'@types/mdast': 3.0.11
mdast-util-to-markdown: 1.5.0
- micromark-extension-frontmatter: 1.1.0
+ micromark-extension-frontmatter: 1.1.1
dev: true
/mdast-util-mdx-expression@1.3.2:
@@ -12013,7 +12080,7 @@ packages:
'@types/estree-jsx': 1.0.0
'@types/hast': 2.3.4
'@types/mdast': 3.0.11
- mdast-util-from-markdown: 1.3.0
+ mdast-util-from-markdown: 1.3.1
mdast-util-to-markdown: 1.5.0
transitivePeerDependencies:
- supports-color
@@ -12048,7 +12115,7 @@ packages:
'@types/estree-jsx': 1.0.0
'@types/hast': 2.3.4
'@types/mdast': 3.0.11
- mdast-util-from-markdown: 1.3.0
+ mdast-util-from-markdown: 1.3.1
mdast-util-to-markdown: 1.5.0
transitivePeerDependencies:
- supports-color
@@ -12083,7 +12150,7 @@ packages:
longest-streak: 3.1.0
mdast-util-phrasing: 3.0.1
mdast-util-to-string: 3.2.0
- micromark-util-decode-string: 1.0.2
+ micromark-util-decode-string: 1.1.0
unist-util-visit: 4.1.2
zwitch: 2.0.4
dev: true
@@ -12113,7 +12180,7 @@ packages:
/media-query-parser@2.0.2:
resolution: {integrity: sha512-1N4qp+jE0pL5Xv4uEcwVUhIkwdUO3S/9gML90nqKA7v7FcOS5vUtatfzok9S9U1EJU8dHWlcv95WLnKmmxZI9w==}
dependencies:
- '@babel/runtime': 7.21.5
+ '@babel/runtime': 7.22.3
dev: true
/media-typer@0.3.0:
@@ -12162,58 +12229,60 @@ packages:
resolution: {integrity: sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==}
engines: {node: '>= 0.6'}
- /micromark-core-commonmark@1.0.6:
- resolution: {integrity: sha512-K+PkJTxqjFfSNkfAhp4GB+cZPfQd6dxtTXnf+RjZOV7T4EEXnvgzOcnp+eSTmpGk9d1S9sL6/lqrgSNn/s0HZA==}
+ /micromark-core-commonmark@1.1.0:
+ resolution: {integrity: sha512-BgHO1aRbolh2hcrzL2d1La37V0Aoz73ymF8rAcKnohLy93titmv62E0gP8Hrx9PKcKrqCZ1BbLGbP3bEhoXYlw==}
dependencies:
decode-named-character-reference: 1.0.2
- micromark-factory-destination: 1.0.0
- micromark-factory-label: 1.0.2
- micromark-factory-space: 1.0.0
- micromark-factory-title: 1.0.2
- micromark-factory-whitespace: 1.0.0
- micromark-util-character: 1.1.0
- micromark-util-chunked: 1.0.0
- micromark-util-classify-character: 1.0.0
- micromark-util-html-tag-name: 1.1.0
- micromark-util-normalize-identifier: 1.0.0
- micromark-util-resolve-all: 1.0.0
- micromark-util-subtokenize: 1.0.2
- micromark-util-symbol: 1.0.1
- micromark-util-types: 1.0.2
+ micromark-factory-destination: 1.1.0
+ micromark-factory-label: 1.1.0
+ micromark-factory-space: 1.1.0
+ micromark-factory-title: 1.1.0
+ micromark-factory-whitespace: 1.1.0
+ micromark-util-character: 1.2.0
+ micromark-util-chunked: 1.1.0
+ micromark-util-classify-character: 1.1.0
+ micromark-util-html-tag-name: 1.2.0
+ micromark-util-normalize-identifier: 1.1.0
+ micromark-util-resolve-all: 1.1.0
+ micromark-util-subtokenize: 1.1.0
+ micromark-util-symbol: 1.1.0
+ micromark-util-types: 1.1.0
uvu: 0.5.6
dev: true
- /micromark-extension-frontmatter@1.1.0:
- resolution: {integrity: sha512-0nLelmvXR5aZ+F2IL6/Ed4cDnHLpL/VD/EELKuclsTWHrLI8UgxGHEmeoumeX2FXiM6z2WrBIOEcbKUZR8RYNg==}
+ /micromark-extension-frontmatter@1.1.1:
+ resolution: {integrity: sha512-m2UH9a7n3W8VAH9JO9y01APpPKmNNNs71P0RbknEmYSaZU5Ghogv38BYO94AI5Xw6OYfxZRdHZZ2nYjs/Z+SZQ==}
dependencies:
fault: 2.0.1
- micromark-util-character: 1.1.0
- micromark-util-symbol: 1.0.1
- micromark-util-types: 1.0.2
+ micromark-util-character: 1.2.0
+ micromark-util-symbol: 1.1.0
+ micromark-util-types: 1.1.0
dev: true
- /micromark-extension-mdx-expression@1.0.5:
- resolution: {integrity: sha512-/ruJEj+Qpgar/P+b6z0firNIbY5VMHFdL3MJDvsnVVY+RnecmGNpN7YUZhb51NfBtk7iQnNCl5xeb4E5cWxXvw==}
+ /micromark-extension-mdx-expression@1.0.8:
+ resolution: {integrity: sha512-zZpeQtc5wfWKdzDsHRBY003H2Smg+PUi2REhqgIhdzAa5xonhP03FcXxqFSerFiNUr5AWmHpaNPQTBVOS4lrXw==}
dependencies:
- micromark-factory-mdx-expression: 1.0.8
- micromark-factory-space: 1.0.0
- micromark-util-character: 1.1.0
+ '@types/estree': 1.0.1
+ micromark-factory-mdx-expression: 1.0.9
+ micromark-factory-space: 1.1.0
+ micromark-util-character: 1.2.0
micromark-util-events-to-acorn: 1.2.3
- micromark-util-symbol: 1.0.1
- micromark-util-types: 1.0.2
+ micromark-util-symbol: 1.1.0
+ micromark-util-types: 1.1.0
uvu: 0.5.6
dev: true
- /micromark-extension-mdx-jsx@1.0.4:
- resolution: {integrity: sha512-Jq4O738s2PvxJJSMZhV+y/7uq+pGI/ugQvHJBQelWpE3ECYvJMtF2duwfHQoAuUnIKSvg8b0dU1D+EXTAYE5ww==}
+ /micromark-extension-mdx-jsx@1.0.5:
+ resolution: {integrity: sha512-gPH+9ZdmDflbu19Xkb8+gheqEDqkSpdCEubQyxuz/Hn8DOXiXvrXeikOoBA71+e8Pfi0/UYmU3wW3H58kr7akA==}
dependencies:
'@types/acorn': 4.0.6
+ '@types/estree': 1.0.1
estree-util-is-identifier-name: 2.1.0
- micromark-factory-mdx-expression: 1.0.8
- micromark-factory-space: 1.0.0
- micromark-util-character: 1.1.0
- micromark-util-symbol: 1.0.1
- micromark-util-types: 1.0.2
+ micromark-factory-mdx-expression: 1.0.9
+ micromark-factory-space: 1.1.0
+ micromark-util-character: 1.2.0
+ micromark-util-symbol: 1.1.0
+ micromark-util-types: 1.1.0
uvu: 0.5.6
vfile-message: 3.1.4
dev: true
@@ -12221,17 +12290,18 @@ packages:
/micromark-extension-mdx-md@1.0.1:
resolution: {integrity: sha512-7MSuj2S7xjOQXAjjkbjBsHkMtb+mDGVW6uI2dBL9snOBCbZmoNgDAeZ0nSn9j3T42UE/g2xVNMn18PJxZvkBEA==}
dependencies:
- micromark-util-types: 1.0.2
+ micromark-util-types: 1.1.0
dev: true
- /micromark-extension-mdxjs-esm@1.0.4:
- resolution: {integrity: sha512-mmyCf6baCbLf+OHTCZdj+f8lDY8GBae4qhbffrJDqM1KltghsZz2k3nbvRfEwm301G62nhrlom9M9OheQwrssg==}
+ /micromark-extension-mdxjs-esm@1.0.5:
+ resolution: {integrity: sha512-xNRBw4aoURcyz/S69B19WnZAkWJMxHMT5hE36GtDAyhoyn/8TuAeqjFJQlwk+MKQsUD7b3l7kFX+vlfVWgcX1w==}
dependencies:
- micromark-core-commonmark: 1.0.6
- micromark-util-character: 1.1.0
+ '@types/estree': 1.0.1
+ micromark-core-commonmark: 1.1.0
+ micromark-util-character: 1.2.0
micromark-util-events-to-acorn: 1.2.3
- micromark-util-symbol: 1.0.1
- micromark-util-types: 1.0.2
+ micromark-util-symbol: 1.1.0
+ micromark-util-types: 1.1.0
unist-util-position-from-estree: 1.1.2
uvu: 0.5.6
vfile-message: 3.1.4
@@ -12242,115 +12312,114 @@ packages:
dependencies:
acorn: 8.8.2
acorn-jsx: 5.3.2(acorn@8.8.2)
- micromark-extension-mdx-expression: 1.0.5
- micromark-extension-mdx-jsx: 1.0.4
+ micromark-extension-mdx-expression: 1.0.8
+ micromark-extension-mdx-jsx: 1.0.5
micromark-extension-mdx-md: 1.0.1
- micromark-extension-mdxjs-esm: 1.0.4
- micromark-util-combine-extensions: 1.0.0
- micromark-util-types: 1.0.2
+ micromark-extension-mdxjs-esm: 1.0.5
+ micromark-util-combine-extensions: 1.1.0
+ micromark-util-types: 1.1.0
dev: true
- /micromark-factory-destination@1.0.0:
- resolution: {integrity: sha512-eUBA7Rs1/xtTVun9TmV3gjfPz2wEwgK5R5xcbIM5ZYAtvGF6JkyaDsj0agx8urXnO31tEO6Ug83iVH3tdedLnw==}
+ /micromark-factory-destination@1.1.0:
+ resolution: {integrity: sha512-XaNDROBgx9SgSChd69pjiGKbV+nfHGDPVYFs5dOoDd7ZnMAE+Cuu91BCpsY8RT2NP9vo/B8pds2VQNCLiu0zhg==}
dependencies:
- micromark-util-character: 1.1.0
- micromark-util-symbol: 1.0.1
- micromark-util-types: 1.0.2
+ micromark-util-character: 1.2.0
+ micromark-util-symbol: 1.1.0
+ micromark-util-types: 1.1.0
dev: true
- /micromark-factory-label@1.0.2:
- resolution: {integrity: sha512-CTIwxlOnU7dEshXDQ+dsr2n+yxpP0+fn271pu0bwDIS8uqfFcumXpj5mLn3hSC8iw2MUr6Gx8EcKng1dD7i6hg==}
+ /micromark-factory-label@1.1.0:
+ resolution: {integrity: sha512-OLtyez4vZo/1NjxGhcpDSbHQ+m0IIGnT8BoPamh+7jVlzLJBH98zzuCoUeMxvM6WsNeh8wx8cKvqLiPHEACn0w==}
dependencies:
- micromark-util-character: 1.1.0
- micromark-util-symbol: 1.0.1
- micromark-util-types: 1.0.2
+ micromark-util-character: 1.2.0
+ micromark-util-symbol: 1.1.0
+ micromark-util-types: 1.1.0
uvu: 0.5.6
dev: true
- /micromark-factory-mdx-expression@1.0.8:
- resolution: {integrity: sha512-/GWj6h6bDFCDCkxOCb/xXpgKGonhBXEqMnhTThVo0nlIN/i8z6L6YrmRq+N91oerxY97fEz7vHSCSIcW7fGFhQ==}
+ /micromark-factory-mdx-expression@1.0.9:
+ resolution: {integrity: sha512-jGIWzSmNfdnkJq05c7b0+Wv0Kfz3NJ3N4cBjnbO4zjXIlxJr+f8lk+5ZmwFvqdAbUy2q6B5rCY//g0QAAaXDWA==}
dependencies:
'@types/estree': 1.0.1
- micromark-util-character: 1.1.0
+ micromark-util-character: 1.2.0
micromark-util-events-to-acorn: 1.2.3
- micromark-util-symbol: 1.0.1
- micromark-util-types: 1.0.2
+ micromark-util-symbol: 1.1.0
+ micromark-util-types: 1.1.0
unist-util-position-from-estree: 1.1.2
uvu: 0.5.6
vfile-message: 3.1.4
dev: true
- /micromark-factory-space@1.0.0:
- resolution: {integrity: sha512-qUmqs4kj9a5yBnk3JMLyjtWYN6Mzfcx8uJfi5XAveBniDevmZasdGBba5b4QsvRcAkmvGo5ACmSUmyGiKTLZew==}
+ /micromark-factory-space@1.1.0:
+ resolution: {integrity: sha512-cRzEj7c0OL4Mw2v6nwzttyOZe8XY/Z8G0rzmWQZTBi/jjwyw/U4uqKtUORXQrR5bAZZnbTI/feRV/R7hc4jQYQ==}
dependencies:
- micromark-util-character: 1.1.0
- micromark-util-types: 1.0.2
+ micromark-util-character: 1.2.0
+ micromark-util-types: 1.1.0
dev: true
- /micromark-factory-title@1.0.2:
- resolution: {integrity: sha512-zily+Nr4yFqgMGRKLpTVsNl5L4PMu485fGFDOQJQBl2NFpjGte1e86zC0da93wf97jrc4+2G2GQudFMHn3IX+A==}
+ /micromark-factory-title@1.1.0:
+ resolution: {integrity: sha512-J7n9R3vMmgjDOCY8NPw55jiyaQnH5kBdV2/UXCtZIpnHH3P6nHUKaH7XXEYuWwx/xUJcawa8plLBEjMPU24HzQ==}
dependencies:
- micromark-factory-space: 1.0.0
- micromark-util-character: 1.1.0
- micromark-util-symbol: 1.0.1
- micromark-util-types: 1.0.2
- uvu: 0.5.6
+ micromark-factory-space: 1.1.0
+ micromark-util-character: 1.2.0
+ micromark-util-symbol: 1.1.0
+ micromark-util-types: 1.1.0
dev: true
- /micromark-factory-whitespace@1.0.0:
- resolution: {integrity: sha512-Qx7uEyahU1lt1RnsECBiuEbfr9INjQTGa6Err+gF3g0Tx4YEviPbqqGKNv/NrBaE7dVHdn1bVZKM/n5I/Bak7A==}
+ /micromark-factory-whitespace@1.1.0:
+ resolution: {integrity: sha512-v2WlmiymVSp5oMg+1Q0N1Lxmt6pMhIHD457whWM7/GUlEks1hI9xj5w3zbc4uuMKXGisksZk8DzP2UyGbGqNsQ==}
dependencies:
- micromark-factory-space: 1.0.0
- micromark-util-character: 1.1.0
- micromark-util-symbol: 1.0.1
- micromark-util-types: 1.0.2
+ micromark-factory-space: 1.1.0
+ micromark-util-character: 1.2.0
+ micromark-util-symbol: 1.1.0
+ micromark-util-types: 1.1.0
dev: true
- /micromark-util-character@1.1.0:
- resolution: {integrity: sha512-agJ5B3unGNJ9rJvADMJ5ZiYjBRyDpzKAOk01Kpi1TKhlT1APx3XZk6eN7RtSz1erbWHC2L8T3xLZ81wdtGRZzg==}
+ /micromark-util-character@1.2.0:
+ resolution: {integrity: sha512-lXraTwcX3yH/vMDaFWCQJP1uIszLVebzUa3ZHdrgxr7KEU/9mL4mVgCpGbyhvNLNlauROiNUq7WN5u7ndbY6xg==}
dependencies:
- micromark-util-symbol: 1.0.1
- micromark-util-types: 1.0.2
+ micromark-util-symbol: 1.1.0
+ micromark-util-types: 1.1.0
dev: true
- /micromark-util-chunked@1.0.0:
- resolution: {integrity: sha512-5e8xTis5tEZKgesfbQMKRCyzvffRRUX+lK/y+DvsMFdabAicPkkZV6gO+FEWi9RfuKKoxxPwNL+dFF0SMImc1g==}
+ /micromark-util-chunked@1.1.0:
+ resolution: {integrity: sha512-Ye01HXpkZPNcV6FiyoW2fGZDUw4Yc7vT0E9Sad83+bEDiCJ1uXu0S3mr8WLpsz3HaG3x2q0HM6CTuPdcZcluFQ==}
dependencies:
- micromark-util-symbol: 1.0.1
+ micromark-util-symbol: 1.1.0
dev: true
- /micromark-util-classify-character@1.0.0:
- resolution: {integrity: sha512-F8oW2KKrQRb3vS5ud5HIqBVkCqQi224Nm55o5wYLzY/9PwHGXC01tr3d7+TqHHz6zrKQ72Okwtvm/xQm6OVNZA==}
+ /micromark-util-classify-character@1.1.0:
+ resolution: {integrity: sha512-SL0wLxtKSnklKSUplok1WQFoGhUdWYKggKUiqhX+Swala+BtptGCu5iPRc+xvzJ4PXE/hwM3FNXsfEVgoZsWbw==}
dependencies:
- micromark-util-character: 1.1.0
- micromark-util-symbol: 1.0.1
- micromark-util-types: 1.0.2
+ micromark-util-character: 1.2.0
+ micromark-util-symbol: 1.1.0
+ micromark-util-types: 1.1.0
dev: true
- /micromark-util-combine-extensions@1.0.0:
- resolution: {integrity: sha512-J8H058vFBdo/6+AsjHp2NF7AJ02SZtWaVUjsayNFeAiydTxUwViQPxN0Hf8dp4FmCQi0UUFovFsEyRSUmFH3MA==}
+ /micromark-util-combine-extensions@1.1.0:
+ resolution: {integrity: sha512-Q20sp4mfNf9yEqDL50WwuWZHUrCO4fEyeDCnMGmG5Pr0Cz15Uo7KBs6jq+dq0EgX4DPwwrh9m0X+zPV1ypFvUA==}
dependencies:
- micromark-util-chunked: 1.0.0
- micromark-util-types: 1.0.2
+ micromark-util-chunked: 1.1.0
+ micromark-util-types: 1.1.0
dev: true
- /micromark-util-decode-numeric-character-reference@1.0.0:
- resolution: {integrity: sha512-OzO9AI5VUtrTD7KSdagf4MWgHMtET17Ua1fIpXTpuhclCqD8egFWo85GxSGvxgkGS74bEahvtM0WP0HjvV0e4w==}
+ /micromark-util-decode-numeric-character-reference@1.1.0:
+ resolution: {integrity: sha512-m9V0ExGv0jB1OT21mrWcuf4QhP46pH1KkfWy9ZEezqHKAxkj4mPCy3nIH1rkbdMlChLHX531eOrymlwyZIf2iw==}
dependencies:
- micromark-util-symbol: 1.0.1
+ micromark-util-symbol: 1.1.0
dev: true
- /micromark-util-decode-string@1.0.2:
- resolution: {integrity: sha512-DLT5Ho02qr6QWVNYbRZ3RYOSSWWFuH3tJexd3dgN1odEuPNxCngTCXJum7+ViRAd9BbdxCvMToPOD/IvVhzG6Q==}
+ /micromark-util-decode-string@1.1.0:
+ resolution: {integrity: sha512-YphLGCK8gM1tG1bd54azwyrQRjCFcmgj2S2GoJDNnh4vYtnL38JS8M4gpxzOPNyHdNEpheyWXCTnnTDY3N+NVQ==}
dependencies:
decode-named-character-reference: 1.0.2
- micromark-util-character: 1.1.0
- micromark-util-decode-numeric-character-reference: 1.0.0
- micromark-util-symbol: 1.0.1
+ micromark-util-character: 1.2.0
+ micromark-util-decode-numeric-character-reference: 1.1.0
+ micromark-util-symbol: 1.1.0
dev: true
- /micromark-util-encode@1.0.1:
- resolution: {integrity: sha512-U2s5YdnAYexjKDel31SVMPbfi+eF8y1U4pfiRW/Y8EFVCy/vgxk/2wWTxzcqE71LHtCuCzlBDRU2a5CQ5j+mQA==}
+ /micromark-util-encode@1.1.0:
+ resolution: {integrity: sha512-EuEzTWSTAj9PA5GOAs992GzNh2dGQO52UvAbtSOMvXTxv3Criqb6IOzJUBCmEqrrXSblJIJBbFFv6zPxpreiJw==}
dev: true
/micromark-util-events-to-acorn@1.2.3:
@@ -12360,72 +12429,72 @@ packages:
'@types/estree': 1.0.1
'@types/unist': 2.0.6
estree-util-visit: 1.2.1
- micromark-util-symbol: 1.0.1
- micromark-util-types: 1.0.2
+ micromark-util-symbol: 1.1.0
+ micromark-util-types: 1.1.0
uvu: 0.5.6
vfile-message: 3.1.4
dev: true
- /micromark-util-html-tag-name@1.1.0:
- resolution: {integrity: sha512-BKlClMmYROy9UiV03SwNmckkjn8QHVaWkqoAqzivabvdGcwNGMMMH/5szAnywmsTBUzDsU57/mFi0sp4BQO6dA==}
+ /micromark-util-html-tag-name@1.2.0:
+ resolution: {integrity: sha512-VTQzcuQgFUD7yYztuQFKXT49KghjtETQ+Wv/zUjGSGBioZnkA4P1XXZPT1FHeJA6RwRXSF47yvJ1tsJdoxwO+Q==}
dev: true
- /micromark-util-normalize-identifier@1.0.0:
- resolution: {integrity: sha512-yg+zrL14bBTFrQ7n35CmByWUTFsgst5JhA4gJYoty4Dqzj4Z4Fr/DHekSS5aLfH9bdlfnSvKAWsAgJhIbogyBg==}
+ /micromark-util-normalize-identifier@1.1.0:
+ resolution: {integrity: sha512-N+w5vhqrBihhjdpM8+5Xsxy71QWqGn7HYNUvch71iV2PM7+E3uWGox1Qp90loa1ephtCxG2ftRV/Conitc6P2Q==}
dependencies:
- micromark-util-symbol: 1.0.1
+ micromark-util-symbol: 1.1.0
dev: true
- /micromark-util-resolve-all@1.0.0:
- resolution: {integrity: sha512-CB/AGk98u50k42kvgaMM94wzBqozSzDDaonKU7P7jwQIuH2RU0TeBqGYJz2WY1UdihhjweivStrJ2JdkdEmcfw==}
+ /micromark-util-resolve-all@1.1.0:
+ resolution: {integrity: sha512-b/G6BTMSg+bX+xVCshPTPyAu2tmA0E4X98NSR7eIbeC6ycCqCeE7wjfDIgzEbkzdEVJXRtOG4FbEm/uGbCRouA==}
dependencies:
- micromark-util-types: 1.0.2
+ micromark-util-types: 1.1.0
dev: true
- /micromark-util-sanitize-uri@1.1.0:
- resolution: {integrity: sha512-RoxtuSCX6sUNtxhbmsEFQfWzs8VN7cTctmBPvYivo98xb/kDEoTCtJQX5wyzIYEmk/lvNFTat4hL8oW0KndFpg==}
+ /micromark-util-sanitize-uri@1.2.0:
+ resolution: {integrity: sha512-QO4GXv0XZfWey4pYFndLUKEAktKkG5kZTdUNaTAkzbuJxn2tNBOr+QtxR2XpWaMhbImT2dPzyLrPXLlPhph34A==}
dependencies:
- micromark-util-character: 1.1.0
- micromark-util-encode: 1.0.1
- micromark-util-symbol: 1.0.1
+ micromark-util-character: 1.2.0
+ micromark-util-encode: 1.1.0
+ micromark-util-symbol: 1.1.0
dev: true
- /micromark-util-subtokenize@1.0.2:
- resolution: {integrity: sha512-d90uqCnXp/cy4G881Ub4psE57Sf8YD0pim9QdjCRNjfas2M1u6Lbt+XZK9gnHL2XFhnozZiEdCa9CNfXSfQ6xA==}
+ /micromark-util-subtokenize@1.1.0:
+ resolution: {integrity: sha512-kUQHyzRoxvZO2PuLzMt2P/dwVsTiivCK8icYTeR+3WgbuPqfHgPPy7nFKbeqRivBvn/3N3GBiNC+JRTMSxEC7A==}
dependencies:
- micromark-util-chunked: 1.0.0
- micromark-util-symbol: 1.0.1
- micromark-util-types: 1.0.2
+ micromark-util-chunked: 1.1.0
+ micromark-util-symbol: 1.1.0
+ micromark-util-types: 1.1.0
uvu: 0.5.6
dev: true
- /micromark-util-symbol@1.0.1:
- resolution: {integrity: sha512-oKDEMK2u5qqAptasDAwWDXq0tG9AssVwAx3E9bBF3t/shRIGsWIRG+cGafs2p/SnDSOecnt6hZPCE2o6lHfFmQ==}
+ /micromark-util-symbol@1.1.0:
+ resolution: {integrity: sha512-uEjpEYY6KMs1g7QfJ2eX1SQEV+ZT4rUD3UcF6l57acZvLNK7PBZL+ty82Z1qhK1/yXIY4bdx04FKMgR0g4IAag==}
dev: true
- /micromark-util-types@1.0.2:
- resolution: {integrity: sha512-DCfg/T8fcrhrRKTPjRrw/5LLvdGV7BHySf/1LOZx7TzWZdYRjogNtyNq885z3nNallwr3QUKARjqvHqX1/7t+w==}
+ /micromark-util-types@1.1.0:
+ resolution: {integrity: sha512-ukRBgie8TIAcacscVHSiddHjO4k/q3pnedmzMQ4iwDcK0FtFCohKOlFbaOL/mPgfnPsL3C1ZyxJa4sbWrBl3jg==}
dev: true
- /micromark@3.1.0:
- resolution: {integrity: sha512-6Mj0yHLdUZjHnOPgr5xfWIMqMWS12zDN6iws9SLuSz76W8jTtAv24MN4/CL7gJrl5vtxGInkkqDv/JIoRsQOvA==}
+ /micromark@3.2.0:
+ resolution: {integrity: sha512-uD66tJj54JLYq0De10AhWycZWGQNUvDI55xPgk2sQM5kn1JYlhbCMTtEeT27+vAhW2FBQxLlOmS3pmA7/2z4aA==}
dependencies:
- '@types/debug': 4.1.7
+ '@types/debug': 4.1.8
debug: 4.3.4
decode-named-character-reference: 1.0.2
- micromark-core-commonmark: 1.0.6
- micromark-factory-space: 1.0.0
- micromark-util-character: 1.1.0
- micromark-util-chunked: 1.0.0
- micromark-util-combine-extensions: 1.0.0
- micromark-util-decode-numeric-character-reference: 1.0.0
- micromark-util-encode: 1.0.1
- micromark-util-normalize-identifier: 1.0.0
- micromark-util-resolve-all: 1.0.0
- micromark-util-sanitize-uri: 1.1.0
- micromark-util-subtokenize: 1.0.2
- micromark-util-symbol: 1.0.1
- micromark-util-types: 1.0.2
+ micromark-core-commonmark: 1.1.0
+ micromark-factory-space: 1.1.0
+ micromark-util-character: 1.2.0
+ micromark-util-chunked: 1.1.0
+ micromark-util-combine-extensions: 1.1.0
+ micromark-util-decode-numeric-character-reference: 1.1.0
+ micromark-util-encode: 1.1.0
+ micromark-util-normalize-identifier: 1.1.0
+ micromark-util-resolve-all: 1.1.0
+ micromark-util-sanitize-uri: 1.2.0
+ micromark-util-subtokenize: 1.1.0
+ micromark-util-symbol: 1.1.0
+ micromark-util-types: 1.1.0
uvu: 0.5.6
transitivePeerDependencies:
- supports-color
@@ -12525,8 +12594,8 @@ packages:
brace-expansion: 2.0.1
dev: true
- /minimatch@9.0.0:
- resolution: {integrity: sha512-0jJj8AvgKqWN05mrwuqi8QYKx1WmYSUoKSxu5Qhs9prezTz10sxAHGNZe9J9cqIJzta8DWsleh2KaVaLl6Ru2w==}
+ /minimatch@9.0.1:
+ resolution: {integrity: sha512-0jWhJpD/MdhPXwPuiRkCbfYfSKp2qnn2eOc279qI7f+osl/l+prKSrvhg157zSYvx/1nmgn2NqdT6k2Z7zSH9w==}
engines: {node: '>=16 || 14 >=14.17'}
dependencies:
brace-expansion: 2.0.1
@@ -12602,6 +12671,15 @@ packages:
ufo: 1.1.2
dev: true
+ /mlly@1.3.0:
+ resolution: {integrity: sha512-HT5mcgIQKkOrZecOjOX3DJorTikWXwsBfpcr/MGBkhfWcjiqvnaL/9ppxvIUXfjT6xt4DVIAsN9fMUz1ev4bIw==}
+ dependencies:
+ acorn: 8.8.2
+ pathe: 1.1.1
+ pkg-types: 1.0.3
+ ufo: 1.1.2
+ dev: true
+
/module-alias@2.2.2:
resolution: {integrity: sha512-A/78XjoX2EmNvppVWEhM2oGk3x4lLxnkEA4jTbaK97QKSDjkIoOsKQlfylt/d3kKKi596Qy3NP5XrXJ6fZIC9Q==}
dev: true
@@ -12695,14 +12773,13 @@ packages:
engines: {node: '>= 0.4.0'}
dev: true
- /next@13.4.2(@babel/core@7.21.8)(react-dom@18.2.0)(react@18.2.0):
- resolution: {integrity: sha512-aNFqLs3a3nTGvLWlO9SUhCuMUHVPSFQC0+tDNGAsDXqx+WJDFSbvc233gOJ5H19SBc7nw36A9LwQepOJ2u/8Kg==}
+ /next@13.4.4(@babel/core@7.22.1)(react-dom@18.2.0)(react@18.2.0):
+ resolution: {integrity: sha512-C5S0ysM0Ily9McL4Jb48nOQHT1BukOWI59uC3X/xCMlYIh9rJZCv7nzG92J6e1cOBqQbKovlpgvHWFmz4eKKEA==}
engines: {node: '>=16.8.0'}
hasBin: true
peerDependencies:
'@opentelemetry/api': ^1.1.0
fibers: '>= 3.1.0'
- node-sass: ^6.0.0 || ^7.0.0
react: ^18.2.0
react-dom: ^18.2.0
sass: ^1.3.0
@@ -12711,30 +12788,28 @@ packages:
optional: true
fibers:
optional: true
- node-sass:
- optional: true
sass:
optional: true
dependencies:
- '@next/env': 13.4.2
+ '@next/env': 13.4.4
'@swc/helpers': 0.5.1
busboy: 1.6.0
- caniuse-lite: 1.0.30001486
+ caniuse-lite: 1.0.30001495
postcss: 8.4.14
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
- styled-jsx: 5.1.1(@babel/core@7.21.8)(react@18.2.0)
+ styled-jsx: 5.1.1(@babel/core@7.22.1)(react@18.2.0)
zod: 3.21.4
optionalDependencies:
- '@next/swc-darwin-arm64': 13.4.2
- '@next/swc-darwin-x64': 13.4.2
- '@next/swc-linux-arm64-gnu': 13.4.2
- '@next/swc-linux-arm64-musl': 13.4.2
- '@next/swc-linux-x64-gnu': 13.4.2
- '@next/swc-linux-x64-musl': 13.4.2
- '@next/swc-win32-arm64-msvc': 13.4.2
- '@next/swc-win32-ia32-msvc': 13.4.2
- '@next/swc-win32-x64-msvc': 13.4.2
+ '@next/swc-darwin-arm64': 13.4.4
+ '@next/swc-darwin-x64': 13.4.4
+ '@next/swc-linux-arm64-gnu': 13.4.4
+ '@next/swc-linux-arm64-musl': 13.4.4
+ '@next/swc-linux-x64-gnu': 13.4.4
+ '@next/swc-linux-x64-musl': 13.4.4
+ '@next/swc-win32-arm64-msvc': 13.4.4
+ '@next/swc-win32-ia32-msvc': 13.4.4
+ '@next/swc-win32-x64-msvc': 13.4.4
transitivePeerDependencies:
- '@babel/core'
- babel-plugin-macros
@@ -12751,15 +12826,15 @@ packages:
dependencies:
'@cloudflare/kv-asset-handler': 0.3.0
'@netlify/functions': 1.6.0
- '@rollup/plugin-alias': 5.0.0(rollup@3.22.0)
- '@rollup/plugin-commonjs': 24.1.0(rollup@3.22.0)
- '@rollup/plugin-inject': 5.0.3(rollup@3.22.0)
- '@rollup/plugin-json': 6.0.0(rollup@3.22.0)
- '@rollup/plugin-node-resolve': 15.0.2(rollup@3.22.0)
- '@rollup/plugin-replace': 5.0.2(rollup@3.22.0)
- '@rollup/plugin-terser': 0.4.3(rollup@3.22.0)
- '@rollup/plugin-wasm': 6.1.3(rollup@3.22.0)
- '@rollup/pluginutils': 5.0.2(rollup@3.22.0)
+ '@rollup/plugin-alias': 5.0.0(rollup@3.23.1)
+ '@rollup/plugin-commonjs': 24.1.0(rollup@3.23.1)
+ '@rollup/plugin-inject': 5.0.3(rollup@3.23.1)
+ '@rollup/plugin-json': 6.0.0(rollup@3.23.1)
+ '@rollup/plugin-node-resolve': 15.1.0(rollup@3.23.1)
+ '@rollup/plugin-replace': 5.0.2(rollup@3.23.1)
+ '@rollup/plugin-terser': 0.4.3(rollup@3.23.1)
+ '@rollup/plugin-wasm': 6.1.3(rollup@3.23.1)
+ '@rollup/pluginutils': 5.0.2(rollup@3.23.1)
'@types/http-proxy': 1.17.11
'@vercel/nft': 0.22.6
archiver: 5.3.1
@@ -12787,19 +12862,19 @@ packages:
knitwork: 1.0.0
listhen: 1.0.4
mime: 3.0.0
- mlly: 1.2.1
+ mlly: 1.3.0
mri: 1.2.0
- node-fetch-native: 1.1.1
- ofetch: 1.0.1
+ node-fetch-native: 1.2.0
+ ofetch: 1.1.0
ohash: 1.1.2
- openapi-typescript: 6.2.4
- pathe: 1.1.0
+ openapi-typescript: 6.2.6
+ pathe: 1.1.1
perfect-debounce: 1.0.0
pkg-types: 1.0.3
pretty-bytes: 6.1.0
radix3: 1.0.1
- rollup: 3.22.0
- rollup-plugin-visualizer: 5.9.0(rollup@3.22.0)
+ rollup: 3.23.1
+ rollup-plugin-visualizer: 5.9.0(rollup@3.23.1)
scule: 1.0.0
semver: 7.5.1
serve-placeholder: 2.0.1
@@ -12807,9 +12882,9 @@ packages:
source-map-support: 0.5.21
std-env: 3.3.3
ufo: 1.1.2
- unenv: 1.4.1
- unimport: 3.0.6(rollup@3.22.0)
- unstorage: 1.6.0
+ unenv: 1.5.1
+ unimport: 3.0.7(rollup@3.23.1)
+ unstorage: 1.6.1
transitivePeerDependencies:
- '@azure/app-configuration'
- '@azure/cosmos'
@@ -12829,7 +12904,7 @@ packages:
resolution: {integrity: sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==}
dependencies:
lower-case: 2.0.2
- tslib: 2.5.1
+ tslib: 2.5.3
dev: true
/node-addon-api@1.7.2:
@@ -12842,12 +12917,8 @@ packages:
engines: {node: '>=10.5.0'}
dev: true
- /node-fetch-native@1.1.0:
- resolution: {integrity: sha512-nl5goFCig93JZ9FIV8GHT9xpNqXbxQUzkOmKIMKmncsBH9jhg7qKex8hirpymkBFmNQ114chEEG5lS4wgK2I+Q==}
- dev: true
-
- /node-fetch-native@1.1.1:
- resolution: {integrity: sha512-9VvspTSUp2Sxbl+9vbZTlFGq9lHwE8GDVVekxx6YsNd1YH59sb3Ba8v3Y3cD8PkLNcileGGcA21PFjVl0jzDaw==}
+ /node-fetch-native@1.2.0:
+ resolution: {integrity: sha512-5IAMBTl9p6PaAjYCnMv5FmqIF6GcZnawAVnzaCG0rX2aYZJ4CxEkZNtVPuTRug7fL7wyM5BQYTlAzcyMPi6oTQ==}
dev: true
/node-fetch@2.6.11:
@@ -12900,6 +12971,9 @@ packages:
/node-releases@2.0.10:
resolution: {integrity: sha512-5GFldHPXVG/YZmFzJvKK2zDSzPKhEp0+ZR5SVaoSag9fsL5YgHbUHDfnG5494ISANDcK4KwPXAx2xqVEydmd7w==}
+ /node-releases@2.0.12:
+ resolution: {integrity: sha512-QzsYKWhXTWx8h1kIvqfnC++o0pEmpRQA/aenALsL2F4pqNVr7YzcdMlDij5WBnwftRbJCNJL/O7zdKaxKPHqgQ==}
+
/nopt@5.0.0:
resolution: {integrity: sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ==}
engines: {node: '>=6'}
@@ -12969,16 +13043,16 @@ packages:
boolbase: 1.0.0
dev: true
- /nuxi@3.5.0:
- resolution: {integrity: sha512-PQ2dhnKZBpnSbHx5pW/21nA9/X9T4P0mIStqWRX3/3qUnFwELp9DAQq4e14kwaXY6mkSohpplPr1kaasgGB2ZA==}
+ /nuxi@3.5.3:
+ resolution: {integrity: sha512-H0/Nj0ulUN8PrSvr6H433Awt4hNT5uaN57041QfknYVXlUce7yEbl/NcpNtnneAHYn2hMUZL9/nJCVkZ1xTvHA==}
engines: {node: ^14.18.0 || >=16.10.0}
hasBin: true
optionalDependencies:
fsevents: 2.3.2
dev: true
- /nuxt@3.5.0(@types/node@20.2.1)(eslint@8.40.0)(rollup@3.22.0)(typescript@5.0.4):
- resolution: {integrity: sha512-luUmzwnywpBhA5KSJr0IulBAK36mY4XWgtq/sJXYBCthPrdEhq6yIEHFRv7xSrYso1griMIVq+ivIFKSMe/QUw==}
+ /nuxt@3.5.3(@types/node@20.2.5)(eslint@8.42.0)(rollup@3.23.1)(typescript@5.1.3):
+ resolution: {integrity: sha512-fG39BZ5N5ATtmx2vuxN8APQPSlSsCDpfkJ0k581gMc7eFztqrBzPncZX5w3RQLW7AiGBE2yYEfqiwC6AVODBBg==}
engines: {node: ^14.18.0 || >=16.10.0}
hasBin: true
peerDependencies:
@@ -12989,21 +13063,21 @@ packages:
optional: true
dependencies:
'@nuxt/devalue': 2.0.2
- '@nuxt/kit': 3.5.0(rollup@3.22.0)
- '@nuxt/schema': 3.5.0(rollup@3.22.0)
- '@nuxt/telemetry': 2.2.0(rollup@3.22.0)
+ '@nuxt/kit': 3.5.3(rollup@3.23.1)
+ '@nuxt/schema': 3.5.3(rollup@3.23.1)
+ '@nuxt/telemetry': 2.2.0(rollup@3.23.1)
'@nuxt/ui-templates': 1.1.1
- '@nuxt/vite-builder': 3.5.0(@types/node@20.2.1)(eslint@8.40.0)(rollup@3.22.0)(typescript@5.0.4)(vue@3.3.4)
- '@types/node': 20.2.1
- '@unhead/ssr': 1.1.26
- '@unhead/vue': 1.1.26(vue@3.3.4)
+ '@nuxt/vite-builder': 3.5.3(@types/node@20.2.5)(eslint@8.42.0)(rollup@3.23.1)(typescript@5.1.3)(vue@3.3.4)
+ '@types/node': 20.2.5
+ '@unhead/ssr': 1.1.27
+ '@unhead/vue': 1.1.27(vue@3.3.4)
'@vue/shared': 3.3.4
c12: 1.4.1
chokidar: 3.5.3
cookie-es: 1.0.0
defu: 6.1.2
destr: 1.2.2
- devalue: 4.3.1
+ devalue: 4.3.2
escape-string-regexp: 5.0.0
estree-walker: 3.0.3
fs-extra: 11.1.1
@@ -13015,30 +13089,30 @@ packages:
knitwork: 1.0.0
local-pkg: 0.4.3
magic-string: 0.30.0
- mlly: 1.2.1
+ mlly: 1.3.0
nitropack: 2.4.1
- nuxi: 3.5.0
- nypm: 0.2.0
- ofetch: 1.0.1
+ nuxi: 3.5.3
+ nypm: 0.2.1
+ ofetch: 1.1.0
ohash: 1.1.2
- pathe: 1.1.0
+ pathe: 1.1.1
perfect-debounce: 1.0.0
prompts: 2.4.2
scule: 1.0.0
strip-literal: 1.0.1
ufo: 1.1.2
ultrahtml: 1.2.0
- uncrypto: 0.1.2
- unctx: 2.3.0
- unenv: 1.4.1
- unimport: 3.0.6(rollup@3.22.0)
+ uncrypto: 0.1.3
+ unctx: 2.3.1
+ unenv: 1.5.1
+ unimport: 3.0.7(rollup@3.23.1)
unplugin: 1.3.1
- unplugin-vue-router: 0.6.4(rollup@3.22.0)(vue-router@4.2.0)(vue@3.3.4)
+ unplugin-vue-router: 0.6.4(rollup@3.23.1)(vue-router@4.2.2)(vue@3.3.4)
untyped: 1.3.2
vue: 3.3.4
vue-bundle-renderer: 1.0.3
vue-devtools-stub: 0.1.0
- vue-router: 4.2.0(vue@3.3.4)
+ vue-router: 4.2.2(vue@3.3.4)
transitivePeerDependencies:
- '@azure/app-configuration'
- '@azure/cosmos'
@@ -13068,9 +13142,9 @@ packages:
- vue-tsc
dev: true
- /nypm@0.2.0:
- resolution: {integrity: sha512-auBv78LkHyU9TywBE91N+RTkanVyFLsVayZaHW+YYvJDJ3u2PCwLaYB3eecPQD9tgCIXGuH871HlHTdKSf6rtw==}
- engines: {node: ^14.16.0 || ^16.10.0 || ^17.0.0 || ^18.0.0 || ^19.0.0}
+ /nypm@0.2.1:
+ resolution: {integrity: sha512-5XKv4OKlnL+qkeWU4ywu35iyT1p8TmFJ5vD9BfVn8tHU3g/X0lDLV8TqZ4dNHwkoo9mtHUpQ8W8ert0XPqwbow==}
+ engines: {node: ^14.16.0 || >=16.10.0}
dependencies:
execa: 7.1.1
dev: true
@@ -13140,11 +13214,11 @@ packages:
resolution: {integrity: sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==}
dev: true
- /ofetch@1.0.1:
- resolution: {integrity: sha512-icBz2JYfEpt+wZz1FRoGcrMigjNKjzvufE26m9+yUiacRQRHwnNlGRPiDnW4op7WX/MR6aniwS8xw8jyVelF2g==}
+ /ofetch@1.1.0:
+ resolution: {integrity: sha512-yjq2ZUUMto1ITpge2J5vNlUfteLzxfHn9aJC55WtVGD3okKwSfPoLaKpcHXmmKd2kZZUGo+jdkFuuj09Blyeig==}
dependencies:
destr: 1.2.2
- node-fetch-native: 1.1.1
+ node-fetch-native: 1.2.0
ufo: 1.1.2
dev: true
@@ -13218,8 +13292,8 @@ packages:
is-inside-container: 1.0.0
is-wsl: 2.2.0
- /openapi-typescript@6.2.4:
- resolution: {integrity: sha512-P/VK7oJ3TnIS67o1UzuS1pMnry4mzNzeQG0ZjLdPGT04mN9FeeTgHw1bN6MiANFN0tO6BcRavSL5tUFAh6iiwg==}
+ /openapi-typescript@6.2.6:
+ resolution: {integrity: sha512-UKLdIwn5Yo0NXx+33H4trIihn/cZAYZo5U+PYD4uYWvBD+mRsEBbXz3gUbeNdgP4Uyv9X6Z8FMx7C08PQI3lcw==}
hasBin: true
dependencies:
ansi-colors: 4.1.3
@@ -13372,7 +13446,7 @@ packages:
resolution: {integrity: sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==}
dependencies:
dot-case: 3.0.4
- tslib: 2.5.1
+ tslib: 2.5.3
dev: true
/parent-module@1.0.1:
@@ -13456,7 +13530,7 @@ packages:
resolution: {integrity: sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==}
dependencies:
no-case: 3.0.4
- tslib: 2.5.1
+ tslib: 2.5.3
dev: true
/path-exists@4.0.0:
@@ -13494,6 +13568,10 @@ packages:
resolution: {integrity: sha512-ODbEPR0KKHqECXW1GoxdDb+AZvULmXjVPy4rt+pGo2+TnjJTIPJQSVS6N63n8T2Ip+syHhbn52OewKicV0373w==}
dev: true
+ /pathe@1.1.1:
+ resolution: {integrity: sha512-d+RQGp0MAYTIaDBIMmOfMwz3E+LOZnxx1HZd5R18mmCZY0QBlK0LDZfPc8FW8Ed2DlvsuE6PRjroDY+wg4+j/Q==}
+ dev: true
+
/peek-stream@1.1.3:
resolution: {integrity: sha512-FhJ+YbOSBb9/rIl2ZeE/QHEsWn7PqNYt8ARAY3kIgNGOk13g9FGyIY6JIl/xB/3TFRVoTv5as0l11weORrTekA==}
dependencies:
@@ -13563,28 +13641,28 @@ packages:
- supports-color
dev: true
- /postcss-calc@8.2.4(postcss@8.4.23):
+ /postcss-calc@8.2.4(postcss@8.4.24):
resolution: {integrity: sha512-SmWMSJmB8MRnnULldx0lQIyhSNvuDl9HfrZkaqqE/WHAhToYsAvDq+yAsA/kIyINDszOp3Rh0GFoNuH5Ypsm3Q==}
peerDependencies:
postcss: ^8.2.2
dependencies:
- postcss: 8.4.23
+ postcss: 8.4.24
postcss-selector-parser: 6.0.13
postcss-value-parser: 4.2.0
dev: true
- /postcss-calc@9.0.1(postcss@8.4.23):
+ /postcss-calc@9.0.1(postcss@8.4.24):
resolution: {integrity: sha512-TipgjGyzP5QzEhsOZUaIkeO5mKeMFpebWzRogWG/ysonUlnHcq5aJe0jOjpfzUU8PeSaBQnrE8ehR0QA5vs8PQ==}
engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
postcss: ^8.2.2
dependencies:
- postcss: 8.4.23
+ postcss: 8.4.24
postcss-selector-parser: 6.0.13
postcss-value-parser: 4.2.0
dev: true
- /postcss-colormin@5.3.1(postcss@8.4.23):
+ /postcss-colormin@5.3.1(postcss@8.4.24):
resolution: {integrity: sha512-UsWQG0AqTFQmpBegeLLc1+c3jIqBNB0zlDGRWR+dQ3pRKJL1oeMzyqmH3o2PIfn9MBdNrVPWhDbT769LxCTLJQ==}
engines: {node: ^10 || ^12 || >=14.0}
peerDependencies:
@@ -13593,115 +13671,115 @@ packages:
browserslist: 4.21.5
caniuse-api: 3.0.0
colord: 2.9.3
- postcss: 8.4.23
+ postcss: 8.4.24
postcss-value-parser: 4.2.0
dev: true
- /postcss-colormin@6.0.0(postcss@8.4.23):
+ /postcss-colormin@6.0.0(postcss@8.4.24):
resolution: {integrity: sha512-EuO+bAUmutWoZYgHn2T1dG1pPqHU6L4TjzPlu4t1wZGXQ/fxV16xg2EJmYi0z+6r+MGV1yvpx1BHkUaRrPa2bw==}
engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
- browserslist: 4.21.5
+ browserslist: 4.21.7
caniuse-api: 3.0.0
colord: 2.9.3
- postcss: 8.4.23
+ postcss: 8.4.24
postcss-value-parser: 4.2.0
dev: true
- /postcss-convert-values@5.1.3(postcss@8.4.23):
+ /postcss-convert-values@5.1.3(postcss@8.4.24):
resolution: {integrity: sha512-82pC1xkJZtcJEfiLw6UXnXVXScgtBrjlO5CBmuDQc+dlb88ZYheFsjTn40+zBVi3DkfF7iezO0nJUPLcJK3pvA==}
engines: {node: ^10 || ^12 || >=14.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
browserslist: 4.21.5
- postcss: 8.4.23
+ postcss: 8.4.24
postcss-value-parser: 4.2.0
dev: true
- /postcss-convert-values@6.0.0(postcss@8.4.23):
+ /postcss-convert-values@6.0.0(postcss@8.4.24):
resolution: {integrity: sha512-U5D8QhVwqT++ecmy8rnTb+RL9n/B806UVaS3m60lqle4YDFcpbS3ae5bTQIh3wOGUSDHSEtMYLs/38dNG7EYFw==}
engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
- browserslist: 4.21.5
- postcss: 8.4.23
+ browserslist: 4.21.7
+ postcss: 8.4.24
postcss-value-parser: 4.2.0
dev: true
- /postcss-discard-comments@5.1.2(postcss@8.4.23):
+ /postcss-discard-comments@5.1.2(postcss@8.4.24):
resolution: {integrity: sha512-+L8208OVbHVF2UQf1iDmRcbdjJkuBF6IS29yBDSiWUIzpYaAhtNl6JYnYm12FnkeCwQqF5LeklOu6rAqgfBZqQ==}
engines: {node: ^10 || ^12 || >=14.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
- postcss: 8.4.23
+ postcss: 8.4.24
dev: true
- /postcss-discard-comments@6.0.0(postcss@8.4.23):
+ /postcss-discard-comments@6.0.0(postcss@8.4.24):
resolution: {integrity: sha512-p2skSGqzPMZkEQvJsgnkBhCn8gI7NzRH2683EEjrIkoMiwRELx68yoUJ3q3DGSGuQ8Ug9Gsn+OuDr46yfO+eFw==}
engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
- postcss: 8.4.23
+ postcss: 8.4.24
dev: true
- /postcss-discard-duplicates@5.1.0(postcss@8.4.23):
+ /postcss-discard-duplicates@5.1.0(postcss@8.4.24):
resolution: {integrity: sha512-zmX3IoSI2aoenxHV6C7plngHWWhUOV3sP1T8y2ifzxzbtnuhk1EdPwm0S1bIUNaJ2eNbWeGLEwzw8huPD67aQw==}
engines: {node: ^10 || ^12 || >=14.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
- postcss: 8.4.23
+ postcss: 8.4.24
dev: true
- /postcss-discard-duplicates@6.0.0(postcss@8.4.23):
+ /postcss-discard-duplicates@6.0.0(postcss@8.4.24):
resolution: {integrity: sha512-bU1SXIizMLtDW4oSsi5C/xHKbhLlhek/0/yCnoMQany9k3nPBq+Ctsv/9oMmyqbR96HYHxZcHyK2HR5P/mqoGA==}
engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
- postcss: 8.4.23
+ postcss: 8.4.24
dev: true
- /postcss-discard-empty@5.1.1(postcss@8.4.23):
+ /postcss-discard-empty@5.1.1(postcss@8.4.24):
resolution: {integrity: sha512-zPz4WljiSuLWsI0ir4Mcnr4qQQ5e1Ukc3i7UfE2XcrwKK2LIPIqE5jxMRxO6GbI3cv//ztXDsXwEWT3BHOGh3A==}
engines: {node: ^10 || ^12 || >=14.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
- postcss: 8.4.23
+ postcss: 8.4.24
dev: true
- /postcss-discard-empty@6.0.0(postcss@8.4.23):
+ /postcss-discard-empty@6.0.0(postcss@8.4.24):
resolution: {integrity: sha512-b+h1S1VT6dNhpcg+LpyiUrdnEZfICF0my7HAKgJixJLW7BnNmpRH34+uw/etf5AhOlIhIAuXApSzzDzMI9K/gQ==}
engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
- postcss: 8.4.23
+ postcss: 8.4.24
dev: true
- /postcss-discard-overridden@5.1.0(postcss@8.4.23):
+ /postcss-discard-overridden@5.1.0(postcss@8.4.24):
resolution: {integrity: sha512-21nOL7RqWR1kasIVdKs8HNqQJhFxLsyRfAnUDm4Fe4t4mCWL9OJiHvlHPjcd8zc5Myu89b/7wZDnOSjFgeWRtw==}
engines: {node: ^10 || ^12 || >=14.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
- postcss: 8.4.23
+ postcss: 8.4.24
dev: true
- /postcss-discard-overridden@6.0.0(postcss@8.4.23):
+ /postcss-discard-overridden@6.0.0(postcss@8.4.24):
resolution: {integrity: sha512-4VELwssYXDFigPYAZ8vL4yX4mUepF/oCBeeIT4OXsJPYOtvJumyz9WflmJWTfDwCUcpDR+z0zvCWBXgTx35SVw==}
engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
- postcss: 8.4.23
+ postcss: 8.4.24
dev: true
/postcss-import-resolver@2.0.0:
@@ -13710,27 +13788,27 @@ packages:
enhanced-resolve: 4.5.0
dev: true
- /postcss-import@15.1.0(postcss@8.4.23):
+ /postcss-import@15.1.0(postcss@8.4.24):
resolution: {integrity: sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==}
engines: {node: '>=14.0.0'}
peerDependencies:
postcss: ^8.0.0
dependencies:
- postcss: 8.4.23
+ postcss: 8.4.24
postcss-value-parser: 4.2.0
read-cache: 1.0.0
resolve: 1.22.2
- /postcss-js@4.0.1(postcss@8.4.23):
+ /postcss-js@4.0.1(postcss@8.4.24):
resolution: {integrity: sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw==}
engines: {node: ^12 || ^14 || >= 16}
peerDependencies:
postcss: ^8.4.21
dependencies:
camelcase-css: 2.0.1
- postcss: 8.4.23
+ postcss: 8.4.24
- /postcss-load-config@4.0.1(postcss@8.4.23)(ts-node@10.9.1):
+ /postcss-load-config@4.0.1(postcss@8.4.24)(ts-node@10.9.1):
resolution: {integrity: sha512-vEJIc8RdiBRu3oRAI0ymerOn+7rPuMvRXslTvZUKZonDHFIczxztIyJ1urxM1x9JXEikvpWWTUUqal5j/8QgvA==}
engines: {node: '>= 14'}
peerDependencies:
@@ -13743,11 +13821,11 @@ packages:
optional: true
dependencies:
lilconfig: 2.1.0
- postcss: 8.4.23
- ts-node: 10.9.1(@types/node@20.2.1)(typescript@5.0.4)
+ postcss: 8.4.24
+ ts-node: 10.9.1(@types/node@20.2.5)(typescript@5.1.3)
yaml: 2.2.2
- /postcss-loader@6.2.1(postcss@8.4.23)(webpack@5.79.0):
+ /postcss-loader@6.2.1(postcss@8.4.24)(webpack@5.79.0):
resolution: {integrity: sha512-WbbYpmAaKcux/P66bZ40bpWsBucjx/TTgVVzRZ9yUO8yQfVBlameJ0ZGVaPfH64hNSBh63a+ICP5nqOpBA0w+Q==}
engines: {node: '>= 12.13.0'}
peerDependencies:
@@ -13756,34 +13834,34 @@ packages:
dependencies:
cosmiconfig: 7.1.0
klona: 2.0.6
- postcss: 8.4.23
+ postcss: 8.4.24
semver: 7.5.1
webpack: 5.79.0
dev: true
- /postcss-merge-longhand@5.1.7(postcss@8.4.23):
+ /postcss-merge-longhand@5.1.7(postcss@8.4.24):
resolution: {integrity: sha512-YCI9gZB+PLNskrK0BB3/2OzPnGhPkBEwmwhfYk1ilBHYVAZB7/tkTHFBAnCrvBBOmeYyMYw3DMjT55SyxMBzjQ==}
engines: {node: ^10 || ^12 || >=14.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
- postcss: 8.4.23
+ postcss: 8.4.24
postcss-value-parser: 4.2.0
- stylehacks: 5.1.1(postcss@8.4.23)
+ stylehacks: 5.1.1(postcss@8.4.24)
dev: true
- /postcss-merge-longhand@6.0.0(postcss@8.4.23):
+ /postcss-merge-longhand@6.0.0(postcss@8.4.24):
resolution: {integrity: sha512-4VSfd1lvGkLTLYcxFuISDtWUfFS4zXe0FpF149AyziftPFQIWxjvFSKhA4MIxMe4XM3yTDgQMbSNgzIVxChbIg==}
engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
- postcss: 8.4.23
+ postcss: 8.4.24
postcss-value-parser: 4.2.0
- stylehacks: 6.0.0(postcss@8.4.23)
+ stylehacks: 6.0.0(postcss@8.4.24)
dev: true
- /postcss-merge-rules@5.1.4(postcss@8.4.23):
+ /postcss-merge-rules@5.1.4(postcss@8.4.24):
resolution: {integrity: sha512-0R2IuYpgU93y9lhVbO/OylTtKMVcHb67zjWIfCiKR9rWL3GUk1677LAqD/BcHizukdZEjT8Ru3oHRoAYoJy44g==}
engines: {node: ^10 || ^12 || >=14.0}
peerDependencies:
@@ -13791,382 +13869,394 @@ packages:
dependencies:
browserslist: 4.21.5
caniuse-api: 3.0.0
- cssnano-utils: 3.1.0(postcss@8.4.23)
- postcss: 8.4.23
+ cssnano-utils: 3.1.0(postcss@8.4.24)
+ postcss: 8.4.24
postcss-selector-parser: 6.0.13
dev: true
- /postcss-merge-rules@6.0.1(postcss@8.4.23):
+ /postcss-merge-rules@6.0.1(postcss@8.4.24):
resolution: {integrity: sha512-a4tlmJIQo9SCjcfiCcCMg/ZCEe0XTkl/xK0XHBs955GWg9xDX3NwP9pwZ78QUOWB8/0XCjZeJn98Dae0zg6AAw==}
engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
- browserslist: 4.21.5
+ browserslist: 4.21.7
caniuse-api: 3.0.0
- cssnano-utils: 4.0.0(postcss@8.4.23)
- postcss: 8.4.23
+ cssnano-utils: 4.0.0(postcss@8.4.24)
+ postcss: 8.4.24
postcss-selector-parser: 6.0.13
dev: true
- /postcss-minify-font-values@5.1.0(postcss@8.4.23):
+ /postcss-minify-font-values@5.1.0(postcss@8.4.24):
resolution: {integrity: sha512-el3mYTgx13ZAPPirSVsHqFzl+BBBDrXvbySvPGFnQcTI4iNslrPaFq4muTkLZmKlGk4gyFAYUBMH30+HurREyA==}
engines: {node: ^10 || ^12 || >=14.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
- postcss: 8.4.23
+ postcss: 8.4.24
postcss-value-parser: 4.2.0
dev: true
- /postcss-minify-font-values@6.0.0(postcss@8.4.23):
+ /postcss-minify-font-values@6.0.0(postcss@8.4.24):
resolution: {integrity: sha512-zNRAVtyh5E8ndZEYXA4WS8ZYsAp798HiIQ1V2UF/C/munLp2r1UGHwf1+6JFu7hdEhJFN+W1WJQKBrtjhFgEnA==}
engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
- postcss: 8.4.23
+ postcss: 8.4.24
postcss-value-parser: 4.2.0
dev: true
- /postcss-minify-gradients@5.1.1(postcss@8.4.23):
+ /postcss-minify-gradients@5.1.1(postcss@8.4.24):
resolution: {integrity: sha512-VGvXMTpCEo4qHTNSa9A0a3D+dxGFZCYwR6Jokk+/3oB6flu2/PnPXAh2x7x52EkY5xlIHLm+Le8tJxe/7TNhzw==}
engines: {node: ^10 || ^12 || >=14.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
colord: 2.9.3
- cssnano-utils: 3.1.0(postcss@8.4.23)
- postcss: 8.4.23
+ cssnano-utils: 3.1.0(postcss@8.4.24)
+ postcss: 8.4.24
postcss-value-parser: 4.2.0
dev: true
- /postcss-minify-gradients@6.0.0(postcss@8.4.23):
+ /postcss-minify-gradients@6.0.0(postcss@8.4.24):
resolution: {integrity: sha512-wO0F6YfVAR+K1xVxF53ueZJza3L+R3E6cp0VwuXJQejnNUH0DjcAFe3JEBeTY1dLwGa0NlDWueCA1VlEfiKgAA==}
engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
colord: 2.9.3
- cssnano-utils: 4.0.0(postcss@8.4.23)
- postcss: 8.4.23
+ cssnano-utils: 4.0.0(postcss@8.4.24)
+ postcss: 8.4.24
postcss-value-parser: 4.2.0
dev: true
- /postcss-minify-params@5.1.4(postcss@8.4.23):
+ /postcss-minify-params@5.1.4(postcss@8.4.24):
resolution: {integrity: sha512-+mePA3MgdmVmv6g+30rn57USjOGSAyuxUmkfiWpzalZ8aiBkdPYjXWtHuwJGm1v5Ojy0Z0LaSYhHaLJQB0P8Jw==}
engines: {node: ^10 || ^12 || >=14.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
browserslist: 4.21.5
- cssnano-utils: 3.1.0(postcss@8.4.23)
- postcss: 8.4.23
+ cssnano-utils: 3.1.0(postcss@8.4.24)
+ postcss: 8.4.24
postcss-value-parser: 4.2.0
dev: true
- /postcss-minify-params@6.0.0(postcss@8.4.23):
+ /postcss-minify-params@6.0.0(postcss@8.4.24):
resolution: {integrity: sha512-Fz/wMQDveiS0n5JPcvsMeyNXOIMrwF88n7196puSuQSWSa+/Ofc1gDOSY2xi8+A4PqB5dlYCKk/WfqKqsI+ReQ==}
engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
- browserslist: 4.21.5
- cssnano-utils: 4.0.0(postcss@8.4.23)
- postcss: 8.4.23
+ browserslist: 4.21.7
+ cssnano-utils: 4.0.0(postcss@8.4.24)
+ postcss: 8.4.24
postcss-value-parser: 4.2.0
dev: true
- /postcss-minify-selectors@5.2.1(postcss@8.4.23):
+ /postcss-minify-selectors@5.2.1(postcss@8.4.24):
resolution: {integrity: sha512-nPJu7OjZJTsVUmPdm2TcaiohIwxP+v8ha9NehQ2ye9szv4orirRU3SDdtUmKH+10nzn0bAyOXZ0UEr7OpvLehg==}
engines: {node: ^10 || ^12 || >=14.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
- postcss: 8.4.23
+ postcss: 8.4.24
postcss-selector-parser: 6.0.13
dev: true
- /postcss-minify-selectors@6.0.0(postcss@8.4.23):
+ /postcss-minify-selectors@6.0.0(postcss@8.4.24):
resolution: {integrity: sha512-ec/q9JNCOC2CRDNnypipGfOhbYPuUkewGwLnbv6omue/PSASbHSU7s6uSQ0tcFRVv731oMIx8k0SP4ZX6be/0g==}
engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
- postcss: 8.4.23
+ postcss: 8.4.24
postcss-selector-parser: 6.0.13
dev: true
- /postcss-modules-extract-imports@3.0.0(postcss@8.4.23):
+ /postcss-modules-extract-imports@3.0.0(postcss@8.4.24):
resolution: {integrity: sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw==}
engines: {node: ^10 || ^12 || >= 14}
peerDependencies:
postcss: ^8.1.0
dependencies:
- postcss: 8.4.23
+ postcss: 8.4.24
dev: true
- /postcss-modules-local-by-default@4.0.0(postcss@8.4.23):
+ /postcss-modules-local-by-default@4.0.0(postcss@8.4.24):
resolution: {integrity: sha512-sT7ihtmGSF9yhm6ggikHdV0hlziDTX7oFoXtuVWeDd3hHObNkcHRo9V3yg7vCAY7cONyxJC/XXCmmiHHcvX7bQ==}
engines: {node: ^10 || ^12 || >= 14}
peerDependencies:
postcss: ^8.1.0
dependencies:
- icss-utils: 5.1.0(postcss@8.4.23)
- postcss: 8.4.23
+ icss-utils: 5.1.0(postcss@8.4.24)
+ postcss: 8.4.24
+ postcss-selector-parser: 6.0.13
+ postcss-value-parser: 4.2.0
+ dev: true
+
+ /postcss-modules-local-by-default@4.0.3(postcss@8.4.24):
+ resolution: {integrity: sha512-2/u2zraspoACtrbFRnTijMiQtb4GW4BvatjaG/bCjYQo8kLTdevCUlwuBHx2sCnSyrI3x3qj4ZK1j5LQBgzmwA==}
+ engines: {node: ^10 || ^12 || >= 14}
+ peerDependencies:
+ postcss: ^8.1.0
+ dependencies:
+ icss-utils: 5.1.0(postcss@8.4.24)
+ postcss: 8.4.24
postcss-selector-parser: 6.0.13
postcss-value-parser: 4.2.0
dev: true
- /postcss-modules-scope@3.0.0(postcss@8.4.23):
+ /postcss-modules-scope@3.0.0(postcss@8.4.24):
resolution: {integrity: sha512-hncihwFA2yPath8oZ15PZqvWGkWf+XUfQgUGamS4LqoP1anQLOsOJw0vr7J7IwLpoY9fatA2qiGUGmuZL0Iqlg==}
engines: {node: ^10 || ^12 || >= 14}
peerDependencies:
postcss: ^8.1.0
dependencies:
- postcss: 8.4.23
+ postcss: 8.4.24
postcss-selector-parser: 6.0.13
dev: true
- /postcss-modules-values@4.0.0(postcss@8.4.23):
+ /postcss-modules-values@4.0.0(postcss@8.4.24):
resolution: {integrity: sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==}
engines: {node: ^10 || ^12 || >= 14}
peerDependencies:
postcss: ^8.1.0
dependencies:
- icss-utils: 5.1.0(postcss@8.4.23)
- postcss: 8.4.23
+ icss-utils: 5.1.0(postcss@8.4.24)
+ postcss: 8.4.24
dev: true
- /postcss-modules@6.0.0(postcss@8.4.23):
+ /postcss-modules@6.0.0(postcss@8.4.24):
resolution: {integrity: sha512-7DGfnlyi/ju82BRzTIjWS5C4Tafmzl3R79YP/PASiocj+aa6yYphHhhKUOEoXQToId5rgyFgJ88+ccOUydjBXQ==}
peerDependencies:
postcss: ^8.0.0
dependencies:
generic-names: 4.0.0
- icss-utils: 5.1.0(postcss@8.4.23)
+ icss-utils: 5.1.0(postcss@8.4.24)
lodash.camelcase: 4.3.0
- postcss: 8.4.23
- postcss-modules-extract-imports: 3.0.0(postcss@8.4.23)
- postcss-modules-local-by-default: 4.0.0(postcss@8.4.23)
- postcss-modules-scope: 3.0.0(postcss@8.4.23)
- postcss-modules-values: 4.0.0(postcss@8.4.23)
+ postcss: 8.4.24
+ postcss-modules-extract-imports: 3.0.0(postcss@8.4.24)
+ postcss-modules-local-by-default: 4.0.3(postcss@8.4.24)
+ postcss-modules-scope: 3.0.0(postcss@8.4.24)
+ postcss-modules-values: 4.0.0(postcss@8.4.24)
string-hash: 1.1.3
dev: true
- /postcss-nested@6.0.1(postcss@8.4.23):
+ /postcss-nested@6.0.1(postcss@8.4.24):
resolution: {integrity: sha512-mEp4xPMi5bSWiMbsgoPfcP74lsWLHkQbZc3sY+jWYd65CUwXrUaTp0fmNpa01ZcETKlIgUdFN/MpS2xZtqL9dQ==}
engines: {node: '>=12.0'}
peerDependencies:
postcss: ^8.2.14
dependencies:
- postcss: 8.4.23
+ postcss: 8.4.24
postcss-selector-parser: 6.0.11
- /postcss-normalize-charset@5.1.0(postcss@8.4.23):
+ /postcss-normalize-charset@5.1.0(postcss@8.4.24):
resolution: {integrity: sha512-mSgUJ+pd/ldRGVx26p2wz9dNZ7ji6Pn8VWBajMXFf8jk7vUoSrZ2lt/wZR7DtlZYKesmZI680qjr2CeFF2fbUg==}
engines: {node: ^10 || ^12 || >=14.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
- postcss: 8.4.23
+ postcss: 8.4.24
dev: true
- /postcss-normalize-charset@6.0.0(postcss@8.4.23):
+ /postcss-normalize-charset@6.0.0(postcss@8.4.24):
resolution: {integrity: sha512-cqundwChbu8yO/gSWkuFDmKrCZ2vJzDAocheT2JTd0sFNA4HMGoKMfbk2B+J0OmO0t5GUkiAkSM5yF2rSLUjgQ==}
engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
- postcss: 8.4.23
+ postcss: 8.4.24
dev: true
- /postcss-normalize-display-values@5.1.0(postcss@8.4.23):
+ /postcss-normalize-display-values@5.1.0(postcss@8.4.24):
resolution: {integrity: sha512-WP4KIM4o2dazQXWmFaqMmcvsKmhdINFblgSeRgn8BJ6vxaMyaJkwAzpPpuvSIoG/rmX3M+IrRZEz2H0glrQNEA==}
engines: {node: ^10 || ^12 || >=14.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
- postcss: 8.4.23
+ postcss: 8.4.24
postcss-value-parser: 4.2.0
dev: true
- /postcss-normalize-display-values@6.0.0(postcss@8.4.23):
+ /postcss-normalize-display-values@6.0.0(postcss@8.4.24):
resolution: {integrity: sha512-Qyt5kMrvy7dJRO3OjF7zkotGfuYALETZE+4lk66sziWSPzlBEt7FrUshV6VLECkI4EN8Z863O6Nci4NXQGNzYw==}
engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
- postcss: 8.4.23
+ postcss: 8.4.24
postcss-value-parser: 4.2.0
dev: true
- /postcss-normalize-positions@5.1.1(postcss@8.4.23):
+ /postcss-normalize-positions@5.1.1(postcss@8.4.24):
resolution: {integrity: sha512-6UpCb0G4eofTCQLFVuI3EVNZzBNPiIKcA1AKVka+31fTVySphr3VUgAIULBhxZkKgwLImhzMR2Bw1ORK+37INg==}
engines: {node: ^10 || ^12 || >=14.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
- postcss: 8.4.23
+ postcss: 8.4.24
postcss-value-parser: 4.2.0
dev: true
- /postcss-normalize-positions@6.0.0(postcss@8.4.23):
+ /postcss-normalize-positions@6.0.0(postcss@8.4.24):
resolution: {integrity: sha512-mPCzhSV8+30FZyWhxi6UoVRYd3ZBJgTRly4hOkaSifo0H+pjDYcii/aVT4YE6QpOil15a5uiv6ftnY3rm0igPg==}
engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
- postcss: 8.4.23
+ postcss: 8.4.24
postcss-value-parser: 4.2.0
dev: true
- /postcss-normalize-repeat-style@5.1.1(postcss@8.4.23):
+ /postcss-normalize-repeat-style@5.1.1(postcss@8.4.24):
resolution: {integrity: sha512-mFpLspGWkQtBcWIRFLmewo8aC3ImN2i/J3v8YCFUwDnPu3Xz4rLohDO26lGjwNsQxB3YF0KKRwspGzE2JEuS0g==}
engines: {node: ^10 || ^12 || >=14.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
- postcss: 8.4.23
+ postcss: 8.4.24
postcss-value-parser: 4.2.0
dev: true
- /postcss-normalize-repeat-style@6.0.0(postcss@8.4.23):
+ /postcss-normalize-repeat-style@6.0.0(postcss@8.4.24):
resolution: {integrity: sha512-50W5JWEBiOOAez2AKBh4kRFm2uhrT3O1Uwdxz7k24aKtbD83vqmcVG7zoIwo6xI2FZ/HDlbrCopXhLeTpQib1A==}
engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
- postcss: 8.4.23
+ postcss: 8.4.24
postcss-value-parser: 4.2.0
dev: true
- /postcss-normalize-string@5.1.0(postcss@8.4.23):
+ /postcss-normalize-string@5.1.0(postcss@8.4.24):
resolution: {integrity: sha512-oYiIJOf4T9T1N4i+abeIc7Vgm/xPCGih4bZz5Nm0/ARVJ7K6xrDlLwvwqOydvyL3RHNf8qZk6vo3aatiw/go3w==}
engines: {node: ^10 || ^12 || >=14.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
- postcss: 8.4.23
+ postcss: 8.4.24
postcss-value-parser: 4.2.0
dev: true
- /postcss-normalize-string@6.0.0(postcss@8.4.23):
+ /postcss-normalize-string@6.0.0(postcss@8.4.24):
resolution: {integrity: sha512-KWkIB7TrPOiqb8ZZz6homet2KWKJwIlysF5ICPZrXAylGe2hzX/HSf4NTX2rRPJMAtlRsj/yfkrWGavFuB+c0w==}
engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
- postcss: 8.4.23
+ postcss: 8.4.24
postcss-value-parser: 4.2.0
dev: true
- /postcss-normalize-timing-functions@5.1.0(postcss@8.4.23):
+ /postcss-normalize-timing-functions@5.1.0(postcss@8.4.24):
resolution: {integrity: sha512-DOEkzJ4SAXv5xkHl0Wa9cZLF3WCBhF3o1SKVxKQAa+0pYKlueTpCgvkFAHfk+Y64ezX9+nITGrDZeVGgITJXjg==}
engines: {node: ^10 || ^12 || >=14.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
- postcss: 8.4.23
+ postcss: 8.4.24
postcss-value-parser: 4.2.0
dev: true
- /postcss-normalize-timing-functions@6.0.0(postcss@8.4.23):
+ /postcss-normalize-timing-functions@6.0.0(postcss@8.4.24):
resolution: {integrity: sha512-tpIXWciXBp5CiFs8sem90IWlw76FV4oi6QEWfQwyeREVwUy39VSeSqjAT7X0Qw650yAimYW5gkl2Gd871N5SQg==}
engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
- postcss: 8.4.23
+ postcss: 8.4.24
postcss-value-parser: 4.2.0
dev: true
- /postcss-normalize-unicode@5.1.1(postcss@8.4.23):
+ /postcss-normalize-unicode@5.1.1(postcss@8.4.24):
resolution: {integrity: sha512-qnCL5jzkNUmKVhZoENp1mJiGNPcsJCs1aaRmURmeJGES23Z/ajaln+EPTD+rBeNkSryI+2WTdW+lwcVdOikrpA==}
engines: {node: ^10 || ^12 || >=14.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
browserslist: 4.21.5
- postcss: 8.4.23
+ postcss: 8.4.24
postcss-value-parser: 4.2.0
dev: true
- /postcss-normalize-unicode@6.0.0(postcss@8.4.23):
+ /postcss-normalize-unicode@6.0.0(postcss@8.4.24):
resolution: {integrity: sha512-ui5crYkb5ubEUDugDc786L/Me+DXp2dLg3fVJbqyAl0VPkAeALyAijF2zOsnZyaS1HyfPuMH0DwyY18VMFVNkg==}
engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
- browserslist: 4.21.5
- postcss: 8.4.23
+ browserslist: 4.21.7
+ postcss: 8.4.24
postcss-value-parser: 4.2.0
dev: true
- /postcss-normalize-url@5.1.0(postcss@8.4.23):
+ /postcss-normalize-url@5.1.0(postcss@8.4.24):
resolution: {integrity: sha512-5upGeDO+PVthOxSmds43ZeMeZfKH+/DKgGRD7TElkkyS46JXAUhMzIKiCa7BabPeIy3AQcTkXwVVN7DbqsiCew==}
engines: {node: ^10 || ^12 || >=14.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
normalize-url: 6.1.0
- postcss: 8.4.23
+ postcss: 8.4.24
postcss-value-parser: 4.2.0
dev: true
- /postcss-normalize-url@6.0.0(postcss@8.4.23):
+ /postcss-normalize-url@6.0.0(postcss@8.4.24):
resolution: {integrity: sha512-98mvh2QzIPbb02YDIrYvAg4OUzGH7s1ZgHlD3fIdTHLgPLRpv1ZTKJDnSAKr4Rt21ZQFzwhGMXxpXlfrUBKFHw==}
engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
- postcss: 8.4.23
+ postcss: 8.4.24
postcss-value-parser: 4.2.0
dev: true
- /postcss-normalize-whitespace@5.1.1(postcss@8.4.23):
+ /postcss-normalize-whitespace@5.1.1(postcss@8.4.24):
resolution: {integrity: sha512-83ZJ4t3NUDETIHTa3uEg6asWjSBYL5EdkVB0sDncx9ERzOKBVJIUeDO9RyA9Zwtig8El1d79HBp0JEi8wvGQnA==}
engines: {node: ^10 || ^12 || >=14.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
- postcss: 8.4.23
+ postcss: 8.4.24
postcss-value-parser: 4.2.0
dev: true
- /postcss-normalize-whitespace@6.0.0(postcss@8.4.23):
+ /postcss-normalize-whitespace@6.0.0(postcss@8.4.24):
resolution: {integrity: sha512-7cfE1AyLiK0+ZBG6FmLziJzqQCpTQY+8XjMhMAz8WSBSCsCNNUKujgIgjCAmDT3cJ+3zjTXFkoD15ZPsckArVw==}
engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
- postcss: 8.4.23
+ postcss: 8.4.24
postcss-value-parser: 4.2.0
dev: true
- /postcss-ordered-values@5.1.3(postcss@8.4.23):
+ /postcss-ordered-values@5.1.3(postcss@8.4.24):
resolution: {integrity: sha512-9UO79VUhPwEkzbb3RNpqqghc6lcYej1aveQteWY+4POIwlqkYE21HKWaLDF6lWNuqCobEAyTovVhtI32Rbv2RQ==}
engines: {node: ^10 || ^12 || >=14.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
- cssnano-utils: 3.1.0(postcss@8.4.23)
- postcss: 8.4.23
+ cssnano-utils: 3.1.0(postcss@8.4.24)
+ postcss: 8.4.24
postcss-value-parser: 4.2.0
dev: true
- /postcss-ordered-values@6.0.0(postcss@8.4.23):
+ /postcss-ordered-values@6.0.0(postcss@8.4.24):
resolution: {integrity: sha512-K36XzUDpvfG/nWkjs6d1hRBydeIxGpKS2+n+ywlKPzx1nMYDYpoGbcjhj5AwVYJK1qV2/SDoDEnHzlPD6s3nMg==}
engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
- cssnano-utils: 4.0.0(postcss@8.4.23)
- postcss: 8.4.23
+ cssnano-utils: 4.0.0(postcss@8.4.24)
+ postcss: 8.4.24
postcss-value-parser: 4.2.0
dev: true
- /postcss-reduce-initial@5.1.2(postcss@8.4.23):
+ /postcss-reduce-initial@5.1.2(postcss@8.4.24):
resolution: {integrity: sha512-dE/y2XRaqAi6OvjzD22pjTUQ8eOfc6m/natGHgKFBK9DxFmIm69YmaRVQrGgFlEfc1HePIurY0TmDeROK05rIg==}
engines: {node: ^10 || ^12 || >=14.0}
peerDependencies:
@@ -14174,37 +14264,37 @@ packages:
dependencies:
browserslist: 4.21.5
caniuse-api: 3.0.0
- postcss: 8.4.23
+ postcss: 8.4.24
dev: true
- /postcss-reduce-initial@6.0.0(postcss@8.4.23):
+ /postcss-reduce-initial@6.0.0(postcss@8.4.24):
resolution: {integrity: sha512-s2UOnidpVuXu6JiiI5U+fV2jamAw5YNA9Fdi/GRK0zLDLCfXmSGqQtzpUPtfN66RtCbb9fFHoyZdQaxOB3WxVA==}
engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
- browserslist: 4.21.5
+ browserslist: 4.21.7
caniuse-api: 3.0.0
- postcss: 8.4.23
+ postcss: 8.4.24
dev: true
- /postcss-reduce-transforms@5.1.0(postcss@8.4.23):
+ /postcss-reduce-transforms@5.1.0(postcss@8.4.24):
resolution: {integrity: sha512-2fbdbmgir5AvpW9RLtdONx1QoYG2/EtqpNQbFASDlixBbAYuTcJ0dECwlqNqH7VbaUnEnh8SrxOe2sRIn24XyQ==}
engines: {node: ^10 || ^12 || >=14.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
- postcss: 8.4.23
+ postcss: 8.4.24
postcss-value-parser: 4.2.0
dev: true
- /postcss-reduce-transforms@6.0.0(postcss@8.4.23):
+ /postcss-reduce-transforms@6.0.0(postcss@8.4.24):
resolution: {integrity: sha512-FQ9f6xM1homnuy1wLe9lP1wujzxnwt1EwiigtWwuyf8FsqqXUDUp2Ulxf9A5yjlUOTdCJO6lonYjg1mgqIIi2w==}
engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
- postcss: 8.4.23
+ postcss: 8.4.24
postcss-value-parser: 4.2.0
dev: true
@@ -14222,49 +14312,49 @@ packages:
cssesc: 3.0.0
util-deprecate: 1.0.2
- /postcss-svgo@5.1.0(postcss@8.4.23):
+ /postcss-svgo@5.1.0(postcss@8.4.24):
resolution: {integrity: sha512-D75KsH1zm5ZrHyxPakAxJWtkyXew5qwS70v56exwvw542d9CRtTo78K0WeFxZB4G7JXKKMbEZtZayTGdIky/eA==}
engines: {node: ^10 || ^12 || >=14.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
- postcss: 8.4.23
+ postcss: 8.4.24
postcss-value-parser: 4.2.0
svgo: 2.8.0
dev: true
- /postcss-svgo@6.0.0(postcss@8.4.23):
+ /postcss-svgo@6.0.0(postcss@8.4.24):
resolution: {integrity: sha512-r9zvj/wGAoAIodn84dR/kFqwhINp5YsJkLoujybWG59grR/IHx+uQ2Zo+IcOwM0jskfYX3R0mo+1Kip1VSNcvw==}
engines: {node: ^14 || ^16 || >= 18}
peerDependencies:
postcss: ^8.2.15
dependencies:
- postcss: 8.4.23
+ postcss: 8.4.24
postcss-value-parser: 4.2.0
svgo: 3.0.2
dev: true
- /postcss-unique-selectors@5.1.1(postcss@8.4.23):
+ /postcss-unique-selectors@5.1.1(postcss@8.4.24):
resolution: {integrity: sha512-5JiODlELrz8L2HwxfPnhOWZYWDxVHWL83ufOv84NrcgipI7TaeRsatAhK4Tr2/ZiYldpK/wBvw5BD3qfaK96GA==}
engines: {node: ^10 || ^12 || >=14.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
- postcss: 8.4.23
+ postcss: 8.4.24
postcss-selector-parser: 6.0.13
dev: true
- /postcss-unique-selectors@6.0.0(postcss@8.4.23):
+ /postcss-unique-selectors@6.0.0(postcss@8.4.24):
resolution: {integrity: sha512-EPQzpZNxOxP7777t73RQpZE5e9TrnCrkvp7AH7a0l89JmZiPnS82y216JowHXwpBCQitfyxrof9TK3rYbi7/Yw==}
engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
- postcss: 8.4.23
+ postcss: 8.4.24
postcss-selector-parser: 6.0.13
dev: true
- /postcss-url@10.1.3(postcss@8.4.23):
+ /postcss-url@10.1.3(postcss@8.4.24):
resolution: {integrity: sha512-FUzyxfI5l2tKmXdYc6VTu3TWZsInayEKPbiyW+P6vmmIrrb4I6CGX0BFoewgYHLK+oIL5FECEK02REYRpBvUCw==}
engines: {node: '>=10'}
peerDependencies:
@@ -14273,7 +14363,7 @@ packages:
make-dir: 3.1.0
mime: 2.5.2
minimatch: 3.0.8
- postcss: 8.4.23
+ postcss: 8.4.24
xxhashjs: 0.2.2
dev: true
@@ -14297,8 +14387,8 @@ packages:
source-map-js: 1.0.2
dev: false
- /postcss@8.4.23:
- resolution: {integrity: sha512-bQ3qMcpF6A/YjR55xtoTr0jGOlnPOKAIMdOWiv0EIT6HVPEaJiJB4NLljSbiHoC2RX7DN5Uvjtpbg1NPdwv1oA==}
+ /postcss@8.4.24:
+ resolution: {integrity: sha512-M0RzbcI0sO/XJNucsGjvWU9ERWxb/ytp1w6dKtxTKgixdtQDq4rmx/g8W1hnaheq9jgwL/oyEdH5Bc4WwJKMqg==}
engines: {node: ^10 || ^12 || >=14}
dependencies:
nanoid: 3.3.6
@@ -14318,13 +14408,7 @@ packages:
resolution: {integrity: sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w==}
engines: {node: '>=6.0.0'}
dependencies:
- fast-diff: 1.2.0
- dev: true
-
- /prettier@2.7.1:
- resolution: {integrity: sha512-ujppO+MkdPqoVINuDFDRLClm7D78qbDt0/NR+wp5FqEZOoTNAjPHWj17QRhu7geIHJfcNhRk1XVQmF8Bp3ye+g==}
- engines: {node: '>=10.13.0'}
- hasBin: true
+ fast-diff: 1.3.0
dev: true
/prettier@2.8.8:
@@ -14564,26 +14648,26 @@ packages:
engines: {node: '>=0.10.0'}
dev: true
- /react-router-dom@6.11.2(react-dom@18.2.0)(react@18.2.0):
- resolution: {integrity: sha512-JNbKtAeh1VSJQnH6RvBDNhxNwemRj7KxCzc5jb7zvDSKRnPWIFj9pO+eXqjM69gQJ0r46hSz1x4l9y0651DKWw==}
+ /react-router-dom@6.12.0(react-dom@18.2.0)(react@18.2.0):
+ resolution: {integrity: sha512-UzLwZ3ZVaDr6YV0HdjwxuwtDKgwpJx9o1ea9fU0HV4tTvzdB8WPHzlLFMo5orchpIS84e8G4Erlhu7Rl84XDFQ==}
engines: {node: '>=14'}
peerDependencies:
react: '>=16.8'
react-dom: '>=16.8'
dependencies:
- '@remix-run/router': 1.6.2
+ '@remix-run/router': 1.6.3
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
- react-router: 6.11.2(react@18.2.0)
+ react-router: 6.12.0(react@18.2.0)
dev: false
- /react-router@6.11.2(react@18.2.0):
- resolution: {integrity: sha512-74z9xUSaSX07t3LM+pS6Un0T55ibUE/79CzfZpy5wsPDZaea1F8QkrsiyRnA2YQ7LwE/umaydzXZV80iDCPkMg==}
+ /react-router@6.12.0(react@18.2.0):
+ resolution: {integrity: sha512-/tCGtLq9umxRvbYeIx3j94CmpQfue0E3qnetVm9luKhu58cR4t+3O4ZrQXBdXfJrBATOAj+wF/1ihJJQI8AoTw==}
engines: {node: '>=14'}
peerDependencies:
react: '>=16.8'
dependencies:
- '@remix-run/router': 1.6.2
+ '@remix-run/router': 1.6.3
react: 18.2.0
dev: false
@@ -14666,7 +14750,7 @@ packages:
ast-types: 0.15.2
esprima: 4.0.1
source-map: 0.6.1
- tslib: 2.5.1
+ tslib: 2.5.3
dev: true
/redis-errors@1.2.0:
@@ -14743,7 +14827,7 @@ packages:
dependencies:
'@types/mdast': 3.0.11
mdast-util-frontmatter: 1.0.1
- micromark-extension-frontmatter: 1.1.0
+ micromark-extension-frontmatter: 1.1.1
unified: 10.1.2
dev: true
@@ -14761,7 +14845,7 @@ packages:
resolution: {integrity: sha512-3ydxgHa/ZQzG8LvC7jTXccARYDcRld3VfcgIIFs7bI6vbRSxJJmzgLEIIoYKyrfhaY+ujuWaf/PJiMZXoiCXgw==}
dependencies:
'@types/mdast': 3.0.11
- mdast-util-from-markdown: 1.3.0
+ mdast-util-from-markdown: 1.3.1
unified: 10.1.2
transitivePeerDependencies:
- supports-color
@@ -14829,6 +14913,9 @@ packages:
engines: {node: '>=8'}
dev: true
+ /resolve-pkg-maps@1.0.0:
+ resolution: {integrity: sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==}
+
/resolve.exports@2.0.2:
resolution: {integrity: sha512-X2UW6Nw3n/aMgDVy+0rSqgHlv39WZAlZrXCdnbyEiKm17DSqHX4MmQMaST3FbeWR5FTuRcUwYAziZajji0Y7mg==}
engines: {node: '>=10'}
@@ -14846,7 +14933,7 @@ packages:
resolution: {integrity: sha512-iMDbmAWtfU+MHpxt/I5iWI7cY6YVEZUQ3MBgPQ++XD1PELuJHIl82xBmObyP2KyQmkNB2dsqF7seoQQiAn5yDQ==}
hasBin: true
dependencies:
- is-core-module: 2.12.0
+ is-core-module: 2.12.1
path-parse: 1.0.7
supports-preserve-symlinks-flag: 1.0.0
@@ -14894,7 +14981,7 @@ packages:
dependencies:
glob: 7.2.3
- /rollup-plugin-visualizer@5.9.0(rollup@3.22.0):
+ /rollup-plugin-visualizer@5.9.0(rollup@3.23.1):
resolution: {integrity: sha512-bbDOv47+Bw4C/cgs0czZqfm8L82xOZssk4ayZjG40y9zbXclNk7YikrZTDao6p7+HDiGxrN0b65SgZiVm9k1Cg==}
engines: {node: '>=14'}
hasBin: true
@@ -14906,13 +14993,13 @@ packages:
dependencies:
open: 8.4.2
picomatch: 2.3.1
- rollup: 3.22.0
+ rollup: 3.23.1
source-map: 0.7.4
yargs: 17.7.2
dev: true
- /rollup@3.22.0:
- resolution: {integrity: sha512-imsigcWor5Y/dC0rz2q0bBt9PabcL3TORry2hAa6O6BuMvY71bqHyfReAz5qyAqiQATD1m70qdntqBfBQjVWpQ==}
+ /rollup@3.23.1:
+ resolution: {integrity: sha512-ybRdFVHOoljGEFILHLd2g/qateqUdjE6YS41WXq4p3C/WwD3xtWxV4FYWETA1u9TeXQc5K8L8zHE5d/scOvrOQ==}
engines: {node: '>=14.18.0', npm: '>=8.0.0'}
hasBin: true
optionalDependencies:
@@ -14943,7 +15030,7 @@ packages:
/rxjs@7.8.1:
resolution: {integrity: sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==}
dependencies:
- tslib: 2.5.1
+ tslib: 2.5.3
dev: true
/sade@1.8.1:
@@ -14978,12 +15065,12 @@ packages:
rimraf: 2.7.1
dev: true
- /sass-loader@13.2.2(sass@1.62.1)(webpack@5.83.1):
- resolution: {integrity: sha512-nrIdVAAte3B9icfBiGWvmMhT/D+eCDwnk+yA7VE/76dp/WkHX+i44Q/pfo71NYbwj0Ap+PGsn0ekOuU1WFJ2AA==}
+ /sass-loader@13.3.1(sass@1.62.1)(webpack@5.85.1):
+ resolution: {integrity: sha512-cBTxmgyVA1nXPvIK4brjJMXOMJ2v2YrQEuHqLw3LylGb3gsR6jAvdjHMcy/+JGTmmIF9SauTrLLR7bsWDMWqgg==}
engines: {node: '>= 14.15.0'}
peerDependencies:
fibers: '>= 3.1.0'
- node-sass: ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0
+ node-sass: ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0
sass: ^1.3.0
sass-embedded: '*'
webpack: ^5.0.0
@@ -15000,7 +15087,7 @@ packages:
klona: 2.0.6
neo-async: 2.6.2
sass: 1.62.1
- webpack: 5.83.1
+ webpack: 5.85.1
dev: true
/sass@1.62.1:
@@ -15041,7 +15128,7 @@ packages:
resolution: {integrity: sha512-pvjEHOgWc9OWA/f/DE3ohBWTD6EleVLf7iFUkoSwAxttdBhB9QUebQgxER2kWueOvRJXPHNnyrvvh9eZINB8Eg==}
engines: {node: '>= 10.13.0'}
dependencies:
- '@types/json-schema': 7.0.11
+ '@types/json-schema': 7.0.12
ajv: 6.12.6
ajv-keywords: 3.5.2(ajv@6.12.6)
dev: true
@@ -15242,8 +15329,8 @@ packages:
resolution: {integrity: sha512-V21+XeNni+tTyiST1MHsa84AQhT1aFZipzPpOFAVB8DkHzwJyjjAmt9bgwnuZiZWnIbMo2duE29wybxv/7HWUw==}
dev: true
- /smob@1.0.0:
- resolution: {integrity: sha512-fnePEPpgGjAdBDk0nV7L9jcStbbcUsKS5TC+RYambCSU9Dm1k2rqDivdg5LBRVWF/NXe0Rq8yfnKKQI08kSXIg==}
+ /smob@1.4.0:
+ resolution: {integrity: sha512-MqR3fVulhjWuRNSMydnTlweu38UhQ0HXM4buStD/S3mc/BzX3CuM9OmhyQpmtYCvoYdl5ris6TI0ZqH355Ymqg==}
dev: true
/sockjs@0.3.24:
@@ -15273,21 +15360,21 @@ packages:
smart-buffer: 4.2.0
dev: true
- /solid-js@1.7.5:
- resolution: {integrity: sha512-GfJ8na1e9FG1oAF5xC24BM+ATLym0sfH+ZblkbBFpueYdq3fWAoA5Ve+jGeIeLI7jmMGfa0rUaKruszNm2sH8w==}
+ /solid-js@1.7.6:
+ resolution: {integrity: sha512-DXVOTjUh/bIAhE0fIqu3ezGLyQaez7v8EOw3uPLIi87DmLjg+hsuCAgKyNIZ+o4jUetOk3ZORccvJmE1yZUk8g==}
dependencies:
csstype: 3.1.2
seroval: 0.5.1
- /solid-refresh@0.5.2(solid-js@1.7.5):
+ /solid-refresh@0.5.2(solid-js@1.7.6):
resolution: {integrity: sha512-I69HmFj0LsGRJ3n8CEMVjyQFgVtuM2bSjznu2hCnsY+i5oOxh8ioWj00nnHBv0UYD3WpE/Sq4Q3TNw2IKmKN7A==}
peerDependencies:
solid-js: ^1.3
dependencies:
- '@babel/generator': 7.21.5
+ '@babel/generator': 7.22.3
'@babel/helper-module-imports': 7.21.4
- '@babel/types': 7.21.5
- solid-js: 1.7.5
+ '@babel/types': 7.22.4
+ solid-js: 1.7.6
dev: true
/sorcery@0.11.0:
@@ -15494,7 +15581,7 @@ packages:
call-bind: 1.0.2
define-properties: 1.2.0
es-abstract: 1.21.2
- get-intrinsic: 1.2.0
+ get-intrinsic: 1.2.1
has-symbols: 1.0.3
internal-slot: 1.0.5
regexp.prototype.flags: 1.5.0
@@ -15608,7 +15695,7 @@ packages:
inline-style-parser: 0.1.1
dev: true
- /styled-jsx@5.1.1(@babel/core@7.21.8)(react@18.2.0):
+ /styled-jsx@5.1.1(@babel/core@7.22.1)(react@18.2.0):
resolution: {integrity: sha512-pW7uC1l4mBZ8ugbiZrcIsiIvVx1UmTfw7UkC3Um2tmfUq9Bhk8IiyEIPl6F8agHgjzku6j0xQEZbfA5uSgSaCw==}
engines: {node: '>= 12.0.0'}
peerDependencies:
@@ -15621,30 +15708,30 @@ packages:
babel-plugin-macros:
optional: true
dependencies:
- '@babel/core': 7.21.8
+ '@babel/core': 7.22.1
client-only: 0.0.1
react: 18.2.0
dev: false
- /stylehacks@5.1.1(postcss@8.4.23):
+ /stylehacks@5.1.1(postcss@8.4.24):
resolution: {integrity: sha512-sBpcd5Hx7G6seo7b1LkpttvTz7ikD0LlH5RmdcBNb6fFR0Fl7LQwHDFr300q4cwUqi+IYrFGmsIHieMBfnN/Bw==}
engines: {node: ^10 || ^12 || >=14.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
browserslist: 4.21.5
- postcss: 8.4.23
+ postcss: 8.4.24
postcss-selector-parser: 6.0.13
dev: true
- /stylehacks@6.0.0(postcss@8.4.23):
+ /stylehacks@6.0.0(postcss@8.4.24):
resolution: {integrity: sha512-+UT589qhHPwz6mTlCLSt/vMNTJx8dopeJlZAlBMJPWA3ORqu6wmQY7FBXf+qD+FsqoBJODyqNxOUP3jdntFRdw==}
engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
- browserslist: 4.21.5
- postcss: 8.4.23
+ browserslist: 4.21.7
+ postcss: 8.4.24
postcss-selector-parser: 6.0.13
dev: true
@@ -15689,11 +15776,11 @@ packages:
resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==}
engines: {node: '>= 0.4'}
- /svelte-check@3.3.2(@babel/core@7.21.8)(postcss@8.4.23)(svelte@3.59.1):
- resolution: {integrity: sha512-67j3rI0LDc2DvL0ON/2pvCasVVD3nHDrTkZNr4eITNfo2oFXdw7SIyMOiFj4swu+pjmFQAigytBK1IWyik8dBw==}
+ /svelte-check@3.4.3(@babel/core@7.22.1)(postcss@8.4.24)(svelte@3.59.1):
+ resolution: {integrity: sha512-O07soQFY3X0VDt+bcGc6D5naz0cLtjwnmNP9JsEBPVyMemFEqUhL2OdLqvkl5H/u8Jwm50EiAU4BPRn5iin/kg==}
hasBin: true
peerDependencies:
- svelte: ^3.55.0
+ svelte: ^3.55.0 || ^4.0.0-next.0 || ^4.0.0
dependencies:
'@jridgewell/trace-mapping': 0.3.18
chokidar: 3.5.3
@@ -15702,8 +15789,8 @@ packages:
picocolors: 1.0.0
sade: 1.8.1
svelte: 3.59.1
- svelte-preprocess: 5.0.3(@babel/core@7.21.8)(postcss@8.4.23)(svelte@3.59.1)(typescript@5.0.4)
- typescript: 5.0.4
+ svelte-preprocess: 5.0.4(@babel/core@7.22.1)(postcss@8.4.24)(svelte@3.59.1)(typescript@5.1.3)
+ typescript: 5.1.3
transitivePeerDependencies:
- '@babel/core'
- coffeescript
@@ -15716,17 +15803,17 @@ packages:
- sugarss
dev: true
- /svelte-hmr@0.15.1(svelte@3.59.1):
- resolution: {integrity: sha512-BiKB4RZ8YSwRKCNVdNxK/GfY+r4Kjgp9jCLEy0DuqAKfmQtpL38cQK3afdpjw4sqSs4PLi3jIPJIFp259NkZtA==}
+ /svelte-hmr@0.15.2(svelte@3.59.1):
+ resolution: {integrity: sha512-q/bAruCvFLwvNbeE1x3n37TYFb3mTBJ6TrCq6p2CoFbSTNhDE9oAtEfpy+wmc9So8AG0Tja+X0/mJzX9tSfvIg==}
engines: {node: ^12.20 || ^14.13.1 || >= 16}
peerDependencies:
- svelte: '>=3.19.0'
+ svelte: ^3.19.0 || ^4.0.0-next.0
dependencies:
svelte: 3.59.1
dev: true
- /svelte-preprocess@5.0.3(@babel/core@7.21.8)(postcss@8.4.23)(svelte@3.59.1)(typescript@5.0.4):
- resolution: {integrity: sha512-GrHF1rusdJVbOZOwgPWtpqmaexkydznKzy5qIC2FabgpFyKN57bjMUUUqPRfbBXK5igiEWn1uO/DXsa2vJ5VHA==}
+ /svelte-preprocess@5.0.4(@babel/core@7.22.1)(postcss@8.4.24)(svelte@3.59.1)(typescript@5.1.3):
+ resolution: {integrity: sha512-ABia2QegosxOGsVlsSBJvoWeXy1wUKSfF7SWJdTjLAbx/Y3SrVevvvbFNQqrSJw89+lNSsM58SipmZJ5SRi5iw==}
engines: {node: '>= 14.10.0'}
requiresBuild: true
peerDependencies:
@@ -15739,7 +15826,7 @@ packages:
sass: ^1.26.8
stylus: ^0.55.0
sugarss: ^2.0.0 || ^3.0.0 || ^4.0.0
- svelte: ^3.23.0
+ svelte: ^3.23.0 || ^4.0.0-next.0 || ^4.0.0
typescript: '>=3.9.5 || ^4.0.0 || ^5.0.0'
peerDependenciesMeta:
'@babel/core':
@@ -15763,15 +15850,15 @@ packages:
typescript:
optional: true
dependencies:
- '@babel/core': 7.21.8
+ '@babel/core': 7.22.1
'@types/pug': 2.0.6
detect-indent: 6.1.0
magic-string: 0.27.0
- postcss: 8.4.23
+ postcss: 8.4.24
sorcery: 0.11.0
strip-indent: 3.0.0
svelte: 3.59.1
- typescript: 5.0.4
+ typescript: 5.1.3
dev: true
/svelte@3.59.1:
@@ -15814,8 +15901,8 @@ packages:
resolution: {integrity: sha512-L1dapNV6vu2s/4Sputv8xGsCdAVlb5nRDMFU/E27D44l5U6cw1g0dGd45uLc+OXjNMmF4ntiMdCimzcjFKQI8Q==}
engines: {node: ^14.18.0 || >=16.0.0}
dependencies:
- '@pkgr/utils': 2.4.0
- tslib: 2.5.1
+ '@pkgr/utils': 2.4.1
+ tslib: 2.5.3
/tailwindcss@3.3.2(ts-node@10.9.1):
resolution: {integrity: sha512-9jPkMiIBXvPc2KywkraqsUfbfj+dHDb+JPWtSJa9MLFdrPyazI7q6WX2sUrm7R9eVR7qqv3Pas7EvQFzxKnI6w==}
@@ -15836,11 +15923,11 @@ packages:
normalize-path: 3.0.0
object-hash: 3.0.0
picocolors: 1.0.0
- postcss: 8.4.23
- postcss-import: 15.1.0(postcss@8.4.23)
- postcss-js: 4.0.1(postcss@8.4.23)
- postcss-load-config: 4.0.1(postcss@8.4.23)(ts-node@10.9.1)
- postcss-nested: 6.0.1(postcss@8.4.23)
+ postcss: 8.4.24
+ postcss-import: 15.1.0(postcss@8.4.24)
+ postcss-js: 4.0.1(postcss@8.4.24)
+ postcss-load-config: 4.0.1(postcss@8.4.24)(ts-node@10.9.1)
+ postcss-nested: 6.0.1(postcss@8.4.24)
postcss-selector-parser: 6.0.11
postcss-value-parser: 4.2.0
resolve: 1.22.2
@@ -15918,7 +16005,7 @@ packages:
webpack: 5.79.0
dev: true
- /terser-webpack-plugin@5.3.9(webpack@5.83.1):
+ /terser-webpack-plugin@5.3.9(webpack@5.85.1):
resolution: {integrity: sha512-ZuXsqE07EcggTWQjXUj+Aot/OMcD0bMKGgF63f7UxYcu5/AJF53aIpK1YoP5xR9l6s/Hy2b+t1AM0bLNPRuhwA==}
engines: {node: '>= 10.13.0'}
peerDependencies:
@@ -15938,8 +16025,8 @@ packages:
jest-worker: 27.5.1
schema-utils: 3.1.2
serialize-javascript: 6.0.1
- terser: 5.17.4
- webpack: 5.83.1
+ terser: 5.17.7
+ webpack: 5.85.1
dev: true
/terser@5.17.1:
@@ -15953,8 +16040,8 @@ packages:
source-map-support: 0.5.21
dev: true
- /terser@5.17.4:
- resolution: {integrity: sha512-jcEKZw6UPrgugz/0Tuk/PVyLAPfMBJf5clnGueo45wTweoV8yh7Q7PEkhkJ5uuUbC7zAxEcG3tqNr1bstkQ8nw==}
+ /terser@5.17.7:
+ resolution: {integrity: sha512-/bi0Zm2C6VAexlGgLlVxA0P2lru/sdLyfCVaRMfKVo9nWxbmz7f/sD8VPybPeSUJaJcwmCJis9pBIhcVcG1QcQ==}
engines: {node: '>=10'}
hasBin: true
dependencies:
@@ -16069,7 +16156,7 @@ packages:
/ts-interface-checker@0.1.13:
resolution: {integrity: sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==}
- /ts-jest@29.1.0(@babel/core@7.21.8)(jest@29.5.0)(typescript@5.0.4):
+ /ts-jest@29.1.0(@babel/core@7.22.1)(jest@29.5.0)(typescript@5.1.3):
resolution: {integrity: sha512-ZhNr7Z4PcYa+JjMl62ir+zPiNJfXJN6E8hSLnaUKhOgqcn8vb3e537cpkd0FuAfRK3sR1LSqM1MOhliXNgOFPA==}
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
hasBin: true
@@ -16090,20 +16177,20 @@ packages:
esbuild:
optional: true
dependencies:
- '@babel/core': 7.21.8
+ '@babel/core': 7.22.1
bs-logger: 0.2.6
fast-json-stable-stringify: 2.1.0
- jest: 29.5.0(@types/node@20.2.1)(ts-node@10.9.1)
+ jest: 29.5.0(@types/node@20.2.5)(ts-node@10.9.1)
jest-util: 29.5.0
json5: 2.2.3
lodash.memoize: 4.1.2
make-error: 1.3.6
semver: 7.5.1
- typescript: 5.0.4
+ typescript: 5.1.3
yargs-parser: 21.1.1
dev: true
- /ts-loader@9.4.2(typescript@5.0.4)(webpack@5.79.0):
+ /ts-loader@9.4.2(typescript@5.1.3)(webpack@5.79.0):
resolution: {integrity: sha512-OmlC4WVmFv5I0PpaxYb+qGeGOdm5giHU7HwDDUjw59emP2UYMHy9fFSDcYgSNoH8sXcj4hGCSEhlDZ9ULeDraA==}
engines: {node: '>=12.0.0'}
peerDependencies:
@@ -16114,11 +16201,11 @@ packages:
enhanced-resolve: 5.13.0
micromatch: 4.0.5
semver: 7.5.1
- typescript: 5.0.4
+ typescript: 5.1.3
webpack: 5.79.0
dev: true
- /ts-node@10.9.1(@types/node@20.2.1)(typescript@5.0.4):
+ /ts-node@10.9.1(@types/node@20.2.5)(typescript@5.1.3):
resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==}
hasBin: true
peerDependencies:
@@ -16137,14 +16224,14 @@ packages:
'@tsconfig/node12': 1.0.11
'@tsconfig/node14': 1.0.3
'@tsconfig/node16': 1.0.3
- '@types/node': 20.2.1
+ '@types/node': 20.2.5
acorn: 8.8.2
acorn-walk: 8.2.0
arg: 4.1.3
create-require: 1.1.1
diff: 4.0.2
make-error: 1.3.6
- typescript: 5.0.4
+ typescript: 5.1.3
v8-compile-cache-lib: 3.0.1
yn: 3.1.1
@@ -16168,17 +16255,17 @@ packages:
/tslib@1.14.1:
resolution: {integrity: sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==}
- /tslib@2.5.1:
- resolution: {integrity: sha512-KaI6gPil5m9vF7DKaoXxx1ia9fxS4qG5YveErRRVknPDXXriu5M8h48YRjB6h5ZUOKuAKlSJYb0GaDe8I39fRw==}
+ /tslib@2.5.3:
+ resolution: {integrity: sha512-mSxlJJwl3BMEQCUNnxXBU9jP4JBktcEGhURcPR6VQVlnP0FdDEsIaz0C35dXNGLyRfrATNofF0F5p2KPxQgB+w==}
- /tsutils@3.21.0(typescript@5.0.4):
+ /tsutils@3.21.0(typescript@5.1.3):
resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==}
engines: {node: '>= 6'}
peerDependencies:
typescript: '>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta'
dependencies:
tslib: 1.14.1
- typescript: 5.0.4
+ typescript: 5.1.3
/type-check@0.3.2:
resolution: {integrity: sha512-ZCmOJdvOWDBYJlzAoFkC+Q0+bUyEOS1ltgp1MGU03fqHG+dbi9tBFU2Rd9QKiDZFAYrhPh2JUf7rZRIuHRKtOg==}
@@ -16236,9 +16323,9 @@ packages:
for-each: 0.3.3
is-typed-array: 1.1.10
- /typescript@5.0.4:
- resolution: {integrity: sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw==}
- engines: {node: '>=12.20'}
+ /typescript@5.1.3:
+ resolution: {integrity: sha512-XH627E9vkeqhlZFQuL+UsyAXEnibT0kWR2FWONlr4sTjvxyJYnyefgrkyECLzM5NenmKzRAy2rR/OlYLA1HkZw==}
+ engines: {node: '>=14.17'}
hasBin: true
/ufo@1.1.2:
@@ -16257,12 +16344,12 @@ packages:
has-symbols: 1.0.3
which-boxed-primitive: 1.0.2
- /uncrypto@0.1.2:
- resolution: {integrity: sha512-kuZwRKV615lEw/Xx3Iz56FKk3nOeOVGaVmw0eg+x4Mne28lCotNFbBhDW7dEBCBKyKbRQiCadEZeNAFPVC5cgw==}
+ /uncrypto@0.1.3:
+ resolution: {integrity: sha512-Ql87qFHB3s/De2ClA9e0gsnS6zXG27SkTiSJwjCc9MebbfapQfuPzumMIUMi38ezPZVNFcHI9sUIepeQfw8J8Q==}
dev: true
- /unctx@2.3.0:
- resolution: {integrity: sha512-xs79V1T5JEQ/5aQ3j4ipbQEaReMosMz/ktOdsZMEtKv1PfbdRrKY/PaU0CxdspkX3zEink2keQU4nRzAXgui1A==}
+ /unctx@2.3.1:
+ resolution: {integrity: sha512-PhKke8ZYauiqh3FEMVNm7ljvzQiph0Mt3GBRve03IJm7ukfaON2OBK795tLwhbyfzknuRRkW0+Ze+CQUmzOZ+A==}
dependencies:
acorn: 8.8.2
estree-walker: 3.0.3
@@ -16277,21 +16364,22 @@ packages:
busboy: 1.6.0
dev: true
- /unenv@1.4.1:
- resolution: {integrity: sha512-DuFZUDfaBC92zy3fW7QqKTLdYJIPkpwTN0yGZtaxnpOI7HvIfl41NYh9NVv4zcqhT8CGXJ1ELpvO2tecaB6NfA==}
+ /unenv@1.5.1:
+ resolution: {integrity: sha512-tQHlmQUPyIoyGc2bF8phugmQd6wVatkVe5FqxxhM1vHfmPKWTiogSVTHA0mO8gNztDKZLpBEJx3M3CJrTZyExg==}
dependencies:
+ consola: 3.1.0
defu: 6.1.2
mime: 3.0.0
- node-fetch-native: 1.1.1
- pathe: 1.1.0
+ node-fetch-native: 1.2.0
+ pathe: 1.1.1
dev: true
- /unhead@1.1.26:
- resolution: {integrity: sha512-MshcPoPLXSGRgYtczddGvMgLUISTbt2pxihqD5kZVXKmY2FZLj1OQIY111aX45Xq47XJxjvYavvoyeUFroKQcg==}
+ /unhead@1.1.27:
+ resolution: {integrity: sha512-KnE4xeV/mZLxnXG1VAp1nsaO2vzMq9Ch5uN4Y2SJAG4fXLEBi/A8evr3Vd81c+oAwQZjDXKFW60HDCJCkwo/Cw==}
dependencies:
- '@unhead/dom': 1.1.26
- '@unhead/schema': 1.1.26
- '@unhead/shared': 1.1.26
+ '@unhead/dom': 1.1.27
+ '@unhead/schema': 1.1.27
+ '@unhead/shared': 1.1.27
hookable: 5.5.3
dev: true
@@ -16330,16 +16418,16 @@ packages:
vfile: 5.3.7
dev: true
- /unimport@3.0.6(rollup@3.22.0):
- resolution: {integrity: sha512-GYxGJ1Bri1oqx8VFDjdgooGzeK7jBk3bvhXmamTIpu3nONOcUMGwZbX7X0L5RA7OWMXpR4vzpSQP7pXUzJg1/Q==}
+ /unimport@3.0.7(rollup@3.23.1):
+ resolution: {integrity: sha512-2dVQUxJEGcrSZ0U4qtwJVODrlfyGcwmIOoHVqbAFFUx7kPoEN5JWr1cZFhLwoAwTmZOvqAm3YIkzv1engIQocg==}
dependencies:
- '@rollup/pluginutils': 5.0.2(rollup@3.22.0)
+ '@rollup/pluginutils': 5.0.2(rollup@3.23.1)
escape-string-regexp: 5.0.0
fast-glob: 3.2.12
local-pkg: 0.4.3
magic-string: 0.30.0
- mlly: 1.2.1
- pathe: 1.1.0
+ mlly: 1.3.0
+ pathe: 1.1.1
pkg-types: 1.0.3
scule: 1.0.0
strip-literal: 1.0.1
@@ -16430,7 +16518,7 @@ packages:
resolution: {integrity: sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==}
engines: {node: '>= 0.8'}
- /unplugin-vue-router@0.6.4(rollup@3.22.0)(vue-router@4.2.0)(vue@3.3.4):
+ /unplugin-vue-router@0.6.4(rollup@3.23.1)(vue-router@4.2.2)(vue@3.3.4):
resolution: {integrity: sha512-9THVhhtbVFxbsIibjK59oPwMI1UCxRWRPX7azSkTUABsxovlOXJys5SJx0kd/0oKIqNJuYgkRfAgPuO77SqCOg==}
peerDependencies:
vue-router: ^4.1.0
@@ -16438,20 +16526,20 @@ packages:
vue-router:
optional: true
dependencies:
- '@babel/types': 7.21.5
- '@rollup/pluginutils': 5.0.2(rollup@3.22.0)
- '@vue-macros/common': 1.3.1(rollup@3.22.0)(vue@3.3.4)
- ast-walker-scope: 0.4.1
+ '@babel/types': 7.22.4
+ '@rollup/pluginutils': 5.0.2(rollup@3.23.1)
+ '@vue-macros/common': 1.3.3(rollup@3.23.1)(vue@3.3.4)
+ ast-walker-scope: 0.4.2
chokidar: 3.5.3
fast-glob: 3.2.12
json5: 2.2.3
local-pkg: 0.4.3
- mlly: 1.2.1
- pathe: 1.1.0
+ mlly: 1.3.0
+ pathe: 1.1.1
scule: 1.0.0
unplugin: 1.3.1
- vue-router: 4.2.0(vue@3.3.4)
- yaml: 2.2.2
+ vue-router: 4.2.2(vue@3.3.4)
+ yaml: 2.3.1
transitivePeerDependencies:
- rollup
- vue
@@ -16465,18 +16553,18 @@ packages:
webpack-sources: 3.2.3
webpack-virtual-modules: 0.5.0
- /unstorage@1.6.0:
- resolution: {integrity: sha512-lWRPiW7WlIybZL96xt7V07P5y129CAc+sveSTR9SA/OeduOisOH7zWFNj6WqULLPetA5qP2PeTjNjpTUqyLh0w==}
+ /unstorage@1.6.1:
+ resolution: {integrity: sha512-GUJzwbP5IStEGZy9/0peRqef5CY9icqApsSu8vxj13admjISyz1g5eYk2wPRBjmZhQ3DUMQ36q+zwTbe68khew==}
peerDependencies:
'@azure/app-configuration': ^1.4.1
'@azure/cosmos': ^3.17.3
'@azure/data-tables': ^13.2.2
- '@azure/identity': ^3.1.4
+ '@azure/identity': ^3.2.2
'@azure/keyvault-secrets': ^4.7.0
'@azure/storage-blob': ^12.14.0
'@planetscale/database': ^1.7.0
- '@upstash/redis': ^1.20.5
- '@vercel/kv': ^0.1.1
+ '@upstash/redis': ^1.20.6
+ '@vercel/kv': ^0.2.1
peerDependenciesMeta:
'@azure/app-configuration':
optional: true
@@ -16503,10 +16591,10 @@ packages:
h3: 1.6.6
ioredis: 5.3.2
listhen: 1.0.4
- lru-cache: 9.1.1
+ lru-cache: 9.1.2
mri: 1.2.0
- node-fetch-native: 1.1.1
- ofetch: 1.0.1
+ node-fetch-native: 1.2.0
+ ofetch: 1.1.0
ufo: 1.1.2
transitivePeerDependencies:
- supports-color
@@ -16520,9 +16608,9 @@ packages:
resolution: {integrity: sha512-z219Z65rOGD6jXIvIhpZFfwWdqQckB8sdZec2NO+TkcH1Bph7gL0hwLzRJs1KsOo4Jz4mF9guBXhsEnyEBGVfw==}
hasBin: true
dependencies:
- '@babel/core': 7.21.8
- '@babel/standalone': 7.21.8
- '@babel/types': 7.21.5
+ '@babel/core': 7.22.1
+ '@babel/standalone': 7.22.4
+ '@babel/types': 7.22.4
defu: 6.1.2
jiti: 1.18.2
mri: 1.2.0
@@ -16541,6 +16629,16 @@ packages:
escalade: 3.1.1
picocolors: 1.0.0
+ /update-browserslist-db@1.0.11(browserslist@4.21.7):
+ resolution: {integrity: sha512-dCwEFf0/oT85M1fHBg4F0jtLwJrutGoHSQXCh7u4o2t1drG+c0a9Flnqww6XUKSfQMPpJBRjU8d4RXB09qtvaA==}
+ hasBin: true
+ peerDependencies:
+ browserslist: '>= 4.21.0'
+ dependencies:
+ browserslist: 4.21.7
+ escalade: 3.1.1
+ picocolors: 1.0.0
+
/uri-js@4.4.1:
resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==}
dependencies:
@@ -16625,19 +16723,19 @@ packages:
vfile-message: 3.1.4
dev: true
- /vite-node@0.28.5(@types/node@20.2.1):
+ /vite-node@0.28.5(@types/node@20.2.5):
resolution: {integrity: sha512-LmXb9saMGlrMZbXTvOveJKwMTBTNUH66c8rJnQ0ZPNX+myPEol64+szRzXtV5ORb0Hb/91yq+/D3oERoyAt6LA==}
engines: {node: '>=v14.16.0'}
hasBin: true
dependencies:
cac: 6.7.14
debug: 4.3.4
- mlly: 1.2.1
- pathe: 1.1.0
+ mlly: 1.3.0
+ pathe: 1.1.1
picocolors: 1.0.0
source-map: 0.6.1
source-map-support: 0.5.21
- vite: 4.3.8(@types/node@20.2.1)
+ vite: 4.3.9(@types/node@20.2.5)
transitivePeerDependencies:
- '@types/node'
- less
@@ -16648,17 +16746,17 @@ packages:
- terser
dev: true
- /vite-node@0.31.1(@types/node@20.2.1):
- resolution: {integrity: sha512-BajE/IsNQ6JyizPzu9zRgHrBwczkAs0erQf/JRpgTIESpKvNj9/Gd0vxX905klLkb0I0SJVCKbdrl5c6FnqYKA==}
+ /vite-node@0.31.4(@types/node@20.2.5):
+ resolution: {integrity: sha512-uzL377GjJtTbuc5KQxVbDu2xfU/x0wVjUtXQR2ihS21q/NK6ROr4oG0rsSkBBddZUVCwzfx22in76/0ZZHXgkQ==}
engines: {node: '>=v14.18.0'}
hasBin: true
dependencies:
cac: 6.7.14
debug: 4.3.4
- mlly: 1.2.1
- pathe: 1.1.0
+ mlly: 1.3.0
+ pathe: 1.1.1
picocolors: 1.0.0
- vite: 4.3.8(@types/node@20.2.1)
+ vite: 4.3.9(@types/node@20.2.5)
transitivePeerDependencies:
- '@types/node'
- less
@@ -16669,7 +16767,7 @@ packages:
- terser
dev: true
- /vite-plugin-checker@0.6.0(eslint@8.40.0)(typescript@5.0.4)(vite@4.3.8):
+ /vite-plugin-checker@0.6.0(eslint@8.42.0)(typescript@5.1.3)(vite@4.3.9):
resolution: {integrity: sha512-DWZ9Hv2TkpjviPxAelNUt4Q3IhSGrx7xrwdM64NI+Q4dt8PaMWJJh4qGNtSrfEuiuIzWWo00Ksvh5It4Y3L9xQ==}
engines: {node: '>=14.16'}
peerDependencies:
@@ -16705,7 +16803,7 @@ packages:
chalk: 4.1.2
chokidar: 3.5.3
commander: 8.3.0
- eslint: 8.40.0
+ eslint: 8.42.0
fast-glob: 3.2.12
fs-extra: 11.1.1
lodash.debounce: 4.0.8
@@ -16714,15 +16812,15 @@ packages:
semver: 7.5.1
strip-ansi: 6.0.1
tiny-invariant: 1.3.1
- typescript: 5.0.4
- vite: 4.3.8(@types/node@20.2.1)
+ typescript: 5.1.3
+ vite: 4.3.9(@types/node@20.2.5)
vscode-languageclient: 7.0.0
vscode-languageserver: 7.0.0
vscode-languageserver-textdocument: 1.0.8
vscode-uri: 3.0.7
dev: true
- /vite-plugin-solid@2.7.0(solid-js@1.7.5)(vite@4.3.8):
+ /vite-plugin-solid@2.7.0(solid-js@1.7.6)(vite@4.3.9):
resolution: {integrity: sha512-avp/Jl5zOp/Itfo67xtDB2O61U7idviaIp4mLsjhCa13PjKNasz+IID0jYTyqUp9SFx6/PmBr6v4KgDppqompg==}
peerDependencies:
solid-js: ^1.7.2
@@ -16733,16 +16831,16 @@ packages:
'@types/babel__core': 7.20.0
babel-preset-solid: 1.7.3(@babel/core@7.21.4)
merge-anything: 5.1.4
- solid-js: 1.7.5
- solid-refresh: 0.5.2(solid-js@1.7.5)
- vite: 4.3.8(@types/node@20.2.1)
- vitefu: 0.2.4(vite@4.3.8)
+ solid-js: 1.7.6
+ solid-refresh: 0.5.2(solid-js@1.7.6)
+ vite: 4.3.9(@types/node@20.2.5)
+ vitefu: 0.2.4(vite@4.3.9)
transitivePeerDependencies:
- supports-color
dev: true
- /vite@4.3.8(@types/node@20.2.1):
- resolution: {integrity: sha512-uYB8PwN7hbMrf4j1xzGDk/lqjsZvCDbt/JC5dyfxc19Pg8kRm14LinK/uq+HSLNswZEoKmweGdtpbnxRtrAXiQ==}
+ /vite@4.3.9(@types/node@20.2.5):
+ resolution: {integrity: sha512-qsTNZjO9NoJNW7KnOrgYwczm0WctJ8m/yqYAMAK9Lxt4SoySUfS5S8ia9K7JHpa3KEeMfyF8LoJ3c5NeBJy6pg==}
engines: {node: ^14.18.0 || >=16.0.0}
hasBin: true
peerDependencies:
@@ -16766,15 +16864,15 @@ packages:
terser:
optional: true
dependencies:
- '@types/node': 20.2.1
+ '@types/node': 20.2.5
esbuild: 0.17.19
- postcss: 8.4.23
- rollup: 3.22.0
+ postcss: 8.4.24
+ rollup: 3.23.1
optionalDependencies:
fsevents: 2.3.2
dev: true
- /vitefu@0.2.4(vite@4.3.8):
+ /vitefu@0.2.4(vite@4.3.9):
resolution: {integrity: sha512-fanAXjSaf9xXtOOeno8wZXIhgia+CZury481LsDaV++lSvcU2R9Ch2bPh3PYFyoHW+w9LqAeYRISVQjUIew14g==}
peerDependencies:
vite: ^3.0.0 || ^4.0.0
@@ -16782,7 +16880,7 @@ packages:
vite:
optional: true
dependencies:
- vite: 4.3.8(@types/node@20.2.1)
+ vite: 4.3.9(@types/node@20.2.5)
dev: true
/vm2@3.9.19:
@@ -16844,14 +16942,14 @@ packages:
resolution: {integrity: sha512-RutnB7X8c5hjq39NceArgXg28WZtZpGc3+J16ljMiYnFhKvd8hITxSWQSQ5bvldxMDU6gG5mkxl1MTQLXckVSQ==}
dev: true
- /vue-eslint-parser@9.1.1(eslint@8.40.0):
+ /vue-eslint-parser@9.1.1(eslint@8.42.0):
resolution: {integrity: sha512-C2aI/r85Q6tYcz4dpgvrs4wH/MqVrRAVIdpYedrxnATDHHkb+TroeRcDpKWGZCx/OcECMWfz7tVwQ8e+Opy6rA==}
engines: {node: ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: '>=6.0.0'
dependencies:
debug: 4.3.4
- eslint: 8.40.0
+ eslint: 8.42.0
eslint-scope: 7.2.0
eslint-visitor-keys: 3.4.1
espree: 9.5.2
@@ -16862,14 +16960,14 @@ packages:
- supports-color
dev: true
- /vue-eslint-parser@9.3.0(eslint@8.40.0):
+ /vue-eslint-parser@9.3.0(eslint@8.42.0):
resolution: {integrity: sha512-48IxT9d0+wArT1+3wNIy0tascRoywqSUe2E1YalIC1L8jsUGe5aJQItWfRok7DVFGz3UYvzEI7n5wiTXsCMAcQ==}
engines: {node: ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: '>=6.0.0'
dependencies:
debug: 4.3.4
- eslint: 8.40.0
+ eslint: 8.42.0
eslint-scope: 7.2.0
eslint-visitor-keys: 3.4.1
espree: 9.5.2
@@ -16901,7 +16999,7 @@ packages:
optional: true
dependencies:
'@vue/component-compiler-utils': 3.3.0
- css-loader: 6.7.3(webpack@5.83.1)
+ css-loader: 6.7.3(webpack@5.85.1)
hash-sum: 1.0.2
loader-utils: 1.4.2
vue-hot-reload-api: 2.3.4
@@ -16982,8 +17080,8 @@ packages:
webpack: 5.79.0
dev: true
- /vue-router@4.2.0(vue@3.3.4):
- resolution: {integrity: sha512-c+usESa6ZoWsm4PPdzRSyenp5A4dsUtnDJnrI03fY1IpIihA9TK3x5ffgkFDpjhLJZewsXoKURapNLFdZjuqTg==}
+ /vue-router@4.2.2(vue@3.3.4):
+ resolution: {integrity: sha512-cChBPPmAflgBGmy3tBsjeoe3f3VOSG6naKyY5pjtrqLGbNEXdzCigFUHgBvp9e3ysAtFtEx7OLqcSDh/1Cq2TQ==}
peerDependencies:
vue: ^3.2.0
dependencies:
@@ -17008,16 +17106,16 @@ packages:
resolution: {integrity: sha512-4gDntzrifFnCEvyoO8PqyJDmguXgVPxKiIxrBKjIowvL9l+N66196+72XVYR8BBf1Uv1Fgt3bGevJ+sEmxfZzw==}
dev: true
- /vue-tsc@1.6.5(typescript@5.0.4):
+ /vue-tsc@1.6.5(typescript@5.1.3):
resolution: {integrity: sha512-Wtw3J7CC+JM2OR56huRd5iKlvFWpvDiU+fO1+rqyu4V2nMTotShz4zbOZpW5g9fUOcjnyZYfBo5q5q+D/q27JA==}
hasBin: true
peerDependencies:
typescript: '*'
dependencies:
'@volar/vue-language-core': 1.6.5
- '@volar/vue-typescript': 1.6.5(typescript@5.0.4)
+ '@volar/vue-typescript': 1.6.5(typescript@5.1.3)
semver: 7.5.1
- typescript: 5.0.4
+ typescript: 5.1.3
dev: true
/vue@3.3.4:
@@ -17222,8 +17320,8 @@ packages:
- uglify-js
dev: true
- /webpack@5.83.1:
- resolution: {integrity: sha512-TNsG9jDScbNuB+Lb/3+vYolPplCS3bbEaJf+Bj0Gw4DhP3ioAflBb1flcRt9zsWITyvOhM96wMQNRWlSX52DgA==}
+ /webpack@5.85.1:
+ resolution: {integrity: sha512-xTb7MRf4LY8Z5rzn7aIx4TDrwYJrjcHnIfU1TqtyZOoObyuGSpAUwIvVuqq5wPnv7WEgQr8UvO1q/dgoGG4HjA==}
engines: {node: '>=10.13.0'}
hasBin: true
peerDependencies:
@@ -17239,9 +17337,9 @@ packages:
'@webassemblyjs/wasm-parser': 1.11.6
acorn: 8.8.2
acorn-import-assertions: 1.9.0(acorn@8.8.2)
- browserslist: 4.21.5
+ browserslist: 4.21.7
chrome-trace-event: 1.0.3
- enhanced-resolve: 5.14.0
+ enhanced-resolve: 5.14.1
es-module-lexer: 1.2.1
eslint-scope: 5.1.1
events: 3.3.0
@@ -17253,7 +17351,7 @@ packages:
neo-async: 2.6.2
schema-utils: 3.1.2
tapable: 2.2.1
- terser-webpack-plugin: 5.3.9(webpack@5.83.1)
+ terser-webpack-plugin: 5.3.9(webpack@5.85.1)
watchpack: 2.4.0
webpack-sources: 3.2.3
transitivePeerDependencies:
@@ -17423,12 +17521,12 @@ packages:
dependencies:
'@rollup/pluginutils': 4.2.1
'@types/estree-jsx': 0.0.1
- astring: 1.8.4
+ astring: 1.8.6
estree-util-build-jsx: 2.2.2
estree-util-is-identifier-name: 2.1.0
estree-walker: 3.0.3
got: 11.8.6
- hast-util-to-estree: 2.3.2
+ hast-util-to-estree: 2.3.3
loader-utils: 2.0.4
markdown-extensions: 1.1.1
mdast-util-mdx: 1.1.0
@@ -17492,6 +17590,11 @@ packages:
resolution: {integrity: sha512-CBKFWExMn46Foo4cldiChEzn7S7SRV+wqiluAb6xmueD/fGyRHIhX8m14vVGgeFWjN540nKCNVj6P21eQjgTuA==}
engines: {node: '>= 14'}
+ /yaml@2.3.1:
+ resolution: {integrity: sha512-2eHWfjaoXgTBC2jNM1LRef62VQa0umtvRiDSk6HSzW7RvS5YtkabJrwYLLEKWBc8a5U2PTSCs+dJjUTJdlHsWQ==}
+ engines: {node: '>= 14'}
+ dev: true
+
/yargs-parser@20.2.9:
resolution: {integrity: sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==}
engines: {node: '>=10'}