diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 59a37e6dc3..ed5aa72ca4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -33,7 +33,7 @@ jobs: with: fetch-depth: 0 # All history - run: corepack enable - - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0 + - uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3.7.0 with: node-version: ${{ matrix.node }} cache: "yarn" @@ -65,7 +65,7 @@ jobs: steps: - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 - run: corepack enable - - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0 + - uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3.7.0 with: node-version: ${{ matrix.node }} cache: "yarn" @@ -98,7 +98,7 @@ jobs: steps: - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 - run: corepack enable - - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0 + - uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3.7.0 with: node-version: ${{ matrix.node }} cache: "yarn" @@ -129,7 +129,7 @@ jobs: steps: - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 - run: corepack enable - - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0 + - uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3.7.0 with: node-version: ${{ matrix.node }} cache: "yarn" @@ -169,7 +169,7 @@ jobs: steps: - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 - run: corepack enable - - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0 + - uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3.7.0 with: node-version: ${{ matrix.node }} cache: "yarn" @@ -205,7 +205,7 @@ jobs: steps: - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 - run: corepack enable - - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0 + - uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3.7.0 with: node-version: ${{ matrix.node }} cache: "yarn" @@ -242,7 +242,7 @@ jobs: steps: - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 - run: corepack enable - - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0 + - uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3.7.0 with: node-version: ${{ matrix.node }} cache: "yarn" @@ -279,7 +279,7 @@ jobs: steps: - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 - run: corepack enable - - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0 + - uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3.7.0 with: node-version: ${{ matrix.node }} cache: "yarn" @@ -333,7 +333,7 @@ jobs: packages/*/dist key: ${{ matrix.os }}-node-v${{ matrix.node }}-nuxt-${{ github.sha }} - - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0 + - uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3.7.0 with: node-version: ${{ matrix.node }} cache: "yarn" diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index a8f519764d..db477bb6fc 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -30,7 +30,7 @@ jobs: steps: - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 - run: corepack enable - - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0 + - uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3.7.0 with: node-version: ${{ matrix.node }} cache: "yarn" @@ -62,7 +62,7 @@ jobs: steps: - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 - run: corepack enable - - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0 + - uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3.7.0 with: node-version: ${{ matrix.node }} cache: "yarn" @@ -96,7 +96,7 @@ jobs: steps: - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 - run: corepack enable - - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0 + - uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3.7.0 with: node-version: ${{ matrix.node }} cache: "yarn" @@ -135,7 +135,7 @@ jobs: steps: - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 - run: corepack enable - - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0 + - uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3.7.0 with: node-version: ${{ matrix.node }} cache: "yarn" diff --git a/jest.config.js b/jest.config.js index db08cbf6ef..9c9e93c1ab 100644 --- a/jest.config.js +++ b/jest.config.js @@ -56,7 +56,7 @@ module.exports = { ], moduleNameMapper: { - [`consola$`]: '/node_modules/consola/dist/index.basic.cjs', + [`consola$`]: '/node_modules/consola/dist/index.cjs', [`@nuxt/(${corePackages.join('|')})(/?.*)$`]: '/packages/$1/src/$2' } } diff --git a/package.json b/package.json index 1b1f89cef7..9897363380 100644 --- a/package.json +++ b/package.json @@ -33,9 +33,9 @@ "test:unit": "jest packages --forceExit" }, "devDependencies": { - "@babel/core": "7.22.5", - "@babel/preset-env": "7.22.5", - "@ls-lint/ls-lint": "2.0.0", + "@babel/core": "7.22.8", + "@babel/preset-env": "7.22.7", + "@ls-lint/ls-lint": "2.0.1", "@nuxtjs/eslint-config": "12.0.0", "@nuxtjs/eslint-config-typescript": "12.0.0", "@rollup/plugin-alias": "5.0.0", @@ -44,18 +44,18 @@ "@rollup/plugin-node-resolve": "15.1.0", "@rollup/plugin-replace": "5.0.2", "@types/jest": "29.5.2", - "@typescript-eslint/eslint-plugin": "5.60.1", - "@typescript-eslint/parser": "5.60.1", + "@typescript-eslint/eslint-plugin": "5.61.0", + "@typescript-eslint/parser": "5.61.0", "@vue/server-test-utils": "1.3.0", "@vue/test-utils": "1.3.6", "@vue/vue2-jest": "29.2.4", - "babel-jest": "29.5.0", + "babel-jest": "29.6.1", "chrome-launcher": "0.15.2", - "consola": "3.1.0", + "consola": "3.2.3", "create-require": "1.1.1", "cross-spawn": "7.0.3", - "esbuild": "0.18.10", - "eslint": "8.43.0", + "esbuild": "0.18.11", + "eslint": "8.44.0", "eslint-multiplexer": "2.0.0", "eslint-plugin-jest": "27.2.2", "execa": "^5.1.1", @@ -66,26 +66,26 @@ "glob": "8.1.0", "got": "13.0.0", "improved-yarn-audit": "3.0.0", - "jest": "29.5.0", - "jest-environment-jsdom": "29.5.0", - "jest-util": "29.5.0", - "jiti": "1.18.2", + "jest": "29.6.1", + "jest-environment-jsdom": "29.6.1", + "jest-util": "29.6.1", + "jiti": "1.19.1", "jsdom": "22.1.0", "jsonfile": "6.1.0", "klaw-sync": "6.0.0", - "lerna": "7.1.0", + "lerna": "7.1.1", "lodash": "4.17.21", "node-fetch-native": "1.2.0", - "puppeteer-core": "20.7.3", + "puppeteer-core": "20.8.0", "request": "2.88.2", "rimraf": "4.4.1", - "rollup": "3.25.3", + "rollup": "3.26.2", "rollup-plugin-esbuild": "5.0.0", "rollup-plugin-license": "3.0.1", "sass": "1.63.6", "sass-loader": "^10.1.1", - "sort-package-json": "2.4.1", - "typescript": "5.1.3", + "sort-package-json": "2.5.0", + "typescript": "5.1.6", "vue-jest": "4.0.1" }, "packageManager": "yarn@1.22.19" diff --git a/packages/babel-preset-app/package.json b/packages/babel-preset-app/package.json index c7b2d02fe7..2f71363e6d 100644 --- a/packages/babel-preset-app/package.json +++ b/packages/babel-preset-app/package.json @@ -10,22 +10,22 @@ ], "main": "src/index.js", "dependencies": { - "@babel/compat-data": "^7.22.5", - "@babel/core": "^7.22.5", - "@babel/helper-compilation-targets": "^7.22.5", + "@babel/compat-data": "^7.22.6", + "@babel/core": "^7.22.8", + "@babel/helper-compilation-targets": "^7.22.6", "@babel/helper-module-imports": "^7.22.5", "@babel/plugin-proposal-class-properties": "^7.18.6", - "@babel/plugin-proposal-decorators": "^7.22.5", + "@babel/plugin-proposal-decorators": "^7.22.7", "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6", "@babel/plugin-proposal-optional-chaining": "^7.21.0", "@babel/plugin-proposal-private-methods": "^7.18.6", "@babel/plugin-proposal-private-property-in-object": "^7.21.11", - "@babel/plugin-transform-runtime": "^7.22.5", - "@babel/preset-env": "^7.22.5", - "@babel/runtime": "^7.22.5", + "@babel/plugin-transform-runtime": "^7.22.7", + "@babel/preset-env": "^7.22.7", + "@babel/runtime": "^7.22.6", "@vue/babel-preset-jsx": "^1.4.0", - "core-js": "^3.31.0", - "core-js-compat": "^3.31.0", + "core-js": "^3.31.1", + "core-js-compat": "^3.31.1", "regenerator-runtime": "^0.13.11" }, "engines": { diff --git a/packages/builder/package.json b/packages/builder/package.json index d4ac2fc68c..01a23cfa3b 100644 --- a/packages/builder/package.json +++ b/packages/builder/package.json @@ -14,7 +14,7 @@ "@nuxt/webpack": "2.17.0", "chalk": "^4.1.2", "chokidar": "^3.5.3", - "consola": "^3.1.0", + "consola": "^3.2.3", "fs-extra": "^10.1.0", "glob": "^8.1.0", "hash-sum": "^2.0.0", diff --git a/packages/cli/package.json b/packages/cli/package.json index d1e63ac234..528e1c998a 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -18,7 +18,7 @@ "chalk": "^4.1.2", "compression": "^1.7.4", "connect": "^3.7.0", - "consola": "^3.1.0", + "consola": "^3.2.3", "crc": "^4.3.2", "defu": "^6.1.2", "destr": "^2.0.0", diff --git a/packages/cli/test/unit/__snapshots__/webpack.test.js.snap b/packages/cli/test/unit/__snapshots__/webpack.test.js.snap index 22003ecb0d..617e7f151f 100644 --- a/packages/cli/test/unit/__snapshots__/webpack.test.js.snap +++ b/packages/cli/test/unit/__snapshots__/webpack.test.js.snap @@ -123,69 +123,10 @@ exports[`webpack nuxt webpack module.rules 1`] = ` }, Object { "plugins": Array [ - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-clamp", - }, - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-color-function", - }, - Object { - "postcssPlugin": "postcss-normalize-display-values", - "prepare": [Function prepare], - }, - Object { - "Declaration": Object { - "clear": [Function makeTransform], - "float": [Function makeTransform], - }, - "postcssPlugin": "postcss-logical-float-and-clear", - }, - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-ic-unit", - }, - Object { - "Declaration": Object { - "resize": [Function anonymous], - }, - "postcssPlugin": "postcss-logical-resize", - }, - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-logical-viewport-units", - }, - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-nested-calc", - }, - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-oklab-function", - }, - Object { - "Declaration": Object { - "opacity": [Function opacity], - }, - "postcssPlugin": "postcss-opacity-percentage", - }, - Object { - "postcssPlugin": "postcss-text-decoration-shorthand", - "prepare": [Function prepare], - }, - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-unset-value", - }, Object { "postcssPlugin": "postcss-custom-media", "prepare": [Function prepare], }, - Object { - "postcssPlugin": "postcss-custom-properties", - "prepare": [Function prepare], - }, Object { "Declaration": [Function Declaration], "postcssPlugin": "postcss-image-set-function", @@ -200,6 +141,10 @@ exports[`webpack nuxt webpack module.rules 1`] = ` "AtRule": [Function AtRule], "postcssPlugin": "postcss-media-queries-aspect-ratio-number-values", }, + Object { + "Rule": [Function Rule], + "postcssPlugin": "postcss-nesting", + }, Object { "postcssPlugin": "postcss-pseudo-class-any-link", "prepare": [Function prepare], @@ -269,9 +214,27 @@ exports[`webpack nuxt webpack module.rules 1`] = ` "padding-inline-end": [Function anonymous], "padding-inline-start": [Function anonymous], "text-align": [Function anonymous], + "transition": [Function transition], }, "postcssPlugin": "postcss-logical", }, + Object { + "Declaration": Object { + "clear": [Function makeTransform], + "float": [Function makeTransform], + }, + "postcssPlugin": "postcss-logical-float-and-clear", + }, + Object { + "Declaration": Object { + "resize": [Function anonymous], + }, + "postcssPlugin": "postcss-logical-resize", + }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-logical-viewport-units", + }, Object { "postcssPlugin": "postcss-dir-pseudo-class", "prepare": [Function prepare], @@ -290,28 +253,40 @@ exports[`webpack nuxt webpack module.rules 1`] = ` }, Object { "Declaration": [Function Declaration], - "postcssPlugin": "postcss-color-functional-notation", - }, - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-double-position-gradients", - }, - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-color-hex-alpha", - }, - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-hwb-function", + "postcssPlugin": "postcss-relative-color-syntax", }, Object { "Declaration": [Function Declaration], "postcssPlugin": "postcss-lab-function", }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-oklab-function", + }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-color-function", + }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-hwb-function", + }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-color-function", + }, Object { "Declaration": [Function Declaration], "postcssPlugin": "postcss-color-rebeccapurple", }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-color-hex-alpha", + }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-double-position-gradients", + }, Object { "Declaration": [Function Declaration], "postcssPlugin": "postcss-page-break", @@ -350,6 +325,32 @@ exports[`webpack nuxt webpack module.rules 1`] = ` "Declaration": [Function Declaration], "postcssPlugin": "postcss-system-ui-font", }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-font-format-keywords", + }, + Object { + "postcssPlugin": "postcss-normalize-display-values", + "prepare": [Function prepare], + }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-ic-unit", + }, + Object { + "Declaration": Object { + "opacity": [Function opacity], + }, + "postcssPlugin": "postcss-opacity-percentage", + }, + Object { + "postcssPlugin": "postcss-text-decoration-shorthand", + "prepare": [Function prepare], + }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-unset-value", + }, Object { "Declaration": [Function Declaration], "postcssPlugin": "postcss-stepped-value-functions", @@ -358,6 +359,18 @@ exports[`webpack nuxt webpack module.rules 1`] = ` "Declaration": [Function Declaration], "postcssPlugin": "postcss-trigonometric-functions", }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-clamp", + }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-nested-calc", + }, + Object { + "postcssPlugin": "postcss-custom-properties", + "prepare": [Function prepare], + }, Object { "OnceExit": [Function OnceExit], "postcssPlugin": "postcss-cascade-layers", @@ -501,7 +514,7 @@ exports[`webpack nuxt webpack module.rules 1`] = ` "postcssPlugin": "cssnano-util-raw-cache", }, ], - "version": "8.4.23", + "version": "8.4.25", }, ], }, @@ -545,69 +558,10 @@ exports[`webpack nuxt webpack module.rules 1`] = ` }, Object { "plugins": Array [ - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-clamp", - }, - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-color-function", - }, - Object { - "postcssPlugin": "postcss-normalize-display-values", - "prepare": [Function prepare], - }, - Object { - "Declaration": Object { - "clear": [Function makeTransform], - "float": [Function makeTransform], - }, - "postcssPlugin": "postcss-logical-float-and-clear", - }, - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-ic-unit", - }, - Object { - "Declaration": Object { - "resize": [Function anonymous], - }, - "postcssPlugin": "postcss-logical-resize", - }, - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-logical-viewport-units", - }, - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-nested-calc", - }, - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-oklab-function", - }, - Object { - "Declaration": Object { - "opacity": [Function opacity], - }, - "postcssPlugin": "postcss-opacity-percentage", - }, - Object { - "postcssPlugin": "postcss-text-decoration-shorthand", - "prepare": [Function prepare], - }, - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-unset-value", - }, Object { "postcssPlugin": "postcss-custom-media", "prepare": [Function prepare], }, - Object { - "postcssPlugin": "postcss-custom-properties", - "prepare": [Function prepare], - }, Object { "Declaration": [Function Declaration], "postcssPlugin": "postcss-image-set-function", @@ -622,6 +576,10 @@ exports[`webpack nuxt webpack module.rules 1`] = ` "AtRule": [Function AtRule], "postcssPlugin": "postcss-media-queries-aspect-ratio-number-values", }, + Object { + "Rule": [Function Rule], + "postcssPlugin": "postcss-nesting", + }, Object { "postcssPlugin": "postcss-pseudo-class-any-link", "prepare": [Function prepare], @@ -691,9 +649,27 @@ exports[`webpack nuxt webpack module.rules 1`] = ` "padding-inline-end": [Function anonymous], "padding-inline-start": [Function anonymous], "text-align": [Function anonymous], + "transition": [Function transition], }, "postcssPlugin": "postcss-logical", }, + Object { + "Declaration": Object { + "clear": [Function makeTransform], + "float": [Function makeTransform], + }, + "postcssPlugin": "postcss-logical-float-and-clear", + }, + Object { + "Declaration": Object { + "resize": [Function anonymous], + }, + "postcssPlugin": "postcss-logical-resize", + }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-logical-viewport-units", + }, Object { "postcssPlugin": "postcss-dir-pseudo-class", "prepare": [Function prepare], @@ -712,28 +688,40 @@ exports[`webpack nuxt webpack module.rules 1`] = ` }, Object { "Declaration": [Function Declaration], - "postcssPlugin": "postcss-color-functional-notation", - }, - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-double-position-gradients", - }, - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-color-hex-alpha", - }, - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-hwb-function", + "postcssPlugin": "postcss-relative-color-syntax", }, Object { "Declaration": [Function Declaration], "postcssPlugin": "postcss-lab-function", }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-oklab-function", + }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-color-function", + }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-hwb-function", + }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-color-function", + }, Object { "Declaration": [Function Declaration], "postcssPlugin": "postcss-color-rebeccapurple", }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-color-hex-alpha", + }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-double-position-gradients", + }, Object { "Declaration": [Function Declaration], "postcssPlugin": "postcss-page-break", @@ -772,6 +760,32 @@ exports[`webpack nuxt webpack module.rules 1`] = ` "Declaration": [Function Declaration], "postcssPlugin": "postcss-system-ui-font", }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-font-format-keywords", + }, + Object { + "postcssPlugin": "postcss-normalize-display-values", + "prepare": [Function prepare], + }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-ic-unit", + }, + Object { + "Declaration": Object { + "opacity": [Function opacity], + }, + "postcssPlugin": "postcss-opacity-percentage", + }, + Object { + "postcssPlugin": "postcss-text-decoration-shorthand", + "prepare": [Function prepare], + }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-unset-value", + }, Object { "Declaration": [Function Declaration], "postcssPlugin": "postcss-stepped-value-functions", @@ -780,6 +794,18 @@ exports[`webpack nuxt webpack module.rules 1`] = ` "Declaration": [Function Declaration], "postcssPlugin": "postcss-trigonometric-functions", }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-clamp", + }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-nested-calc", + }, + Object { + "postcssPlugin": "postcss-custom-properties", + "prepare": [Function prepare], + }, Object { "OnceExit": [Function OnceExit], "postcssPlugin": "postcss-cascade-layers", @@ -923,7 +949,7 @@ exports[`webpack nuxt webpack module.rules 1`] = ` "postcssPlugin": "cssnano-util-raw-cache", }, ], - "version": "8.4.23", + "version": "8.4.25", }, ], }, @@ -973,69 +999,10 @@ exports[`webpack nuxt webpack module.rules 1`] = ` }, Object { "plugins": Array [ - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-clamp", - }, - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-color-function", - }, - Object { - "postcssPlugin": "postcss-normalize-display-values", - "prepare": [Function prepare], - }, - Object { - "Declaration": Object { - "clear": [Function makeTransform], - "float": [Function makeTransform], - }, - "postcssPlugin": "postcss-logical-float-and-clear", - }, - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-ic-unit", - }, - Object { - "Declaration": Object { - "resize": [Function anonymous], - }, - "postcssPlugin": "postcss-logical-resize", - }, - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-logical-viewport-units", - }, - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-nested-calc", - }, - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-oklab-function", - }, - Object { - "Declaration": Object { - "opacity": [Function opacity], - }, - "postcssPlugin": "postcss-opacity-percentage", - }, - Object { - "postcssPlugin": "postcss-text-decoration-shorthand", - "prepare": [Function prepare], - }, - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-unset-value", - }, Object { "postcssPlugin": "postcss-custom-media", "prepare": [Function prepare], }, - Object { - "postcssPlugin": "postcss-custom-properties", - "prepare": [Function prepare], - }, Object { "Declaration": [Function Declaration], "postcssPlugin": "postcss-image-set-function", @@ -1050,6 +1017,10 @@ exports[`webpack nuxt webpack module.rules 1`] = ` "AtRule": [Function AtRule], "postcssPlugin": "postcss-media-queries-aspect-ratio-number-values", }, + Object { + "Rule": [Function Rule], + "postcssPlugin": "postcss-nesting", + }, Object { "postcssPlugin": "postcss-pseudo-class-any-link", "prepare": [Function prepare], @@ -1119,9 +1090,27 @@ exports[`webpack nuxt webpack module.rules 1`] = ` "padding-inline-end": [Function anonymous], "padding-inline-start": [Function anonymous], "text-align": [Function anonymous], + "transition": [Function transition], }, "postcssPlugin": "postcss-logical", }, + Object { + "Declaration": Object { + "clear": [Function makeTransform], + "float": [Function makeTransform], + }, + "postcssPlugin": "postcss-logical-float-and-clear", + }, + Object { + "Declaration": Object { + "resize": [Function anonymous], + }, + "postcssPlugin": "postcss-logical-resize", + }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-logical-viewport-units", + }, Object { "postcssPlugin": "postcss-dir-pseudo-class", "prepare": [Function prepare], @@ -1140,28 +1129,40 @@ exports[`webpack nuxt webpack module.rules 1`] = ` }, Object { "Declaration": [Function Declaration], - "postcssPlugin": "postcss-color-functional-notation", - }, - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-double-position-gradients", - }, - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-color-hex-alpha", - }, - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-hwb-function", + "postcssPlugin": "postcss-relative-color-syntax", }, Object { "Declaration": [Function Declaration], "postcssPlugin": "postcss-lab-function", }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-oklab-function", + }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-color-function", + }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-hwb-function", + }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-color-function", + }, Object { "Declaration": [Function Declaration], "postcssPlugin": "postcss-color-rebeccapurple", }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-color-hex-alpha", + }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-double-position-gradients", + }, Object { "Declaration": [Function Declaration], "postcssPlugin": "postcss-page-break", @@ -1200,6 +1201,32 @@ exports[`webpack nuxt webpack module.rules 1`] = ` "Declaration": [Function Declaration], "postcssPlugin": "postcss-system-ui-font", }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-font-format-keywords", + }, + Object { + "postcssPlugin": "postcss-normalize-display-values", + "prepare": [Function prepare], + }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-ic-unit", + }, + Object { + "Declaration": Object { + "opacity": [Function opacity], + }, + "postcssPlugin": "postcss-opacity-percentage", + }, + Object { + "postcssPlugin": "postcss-text-decoration-shorthand", + "prepare": [Function prepare], + }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-unset-value", + }, Object { "Declaration": [Function Declaration], "postcssPlugin": "postcss-stepped-value-functions", @@ -1208,6 +1235,18 @@ exports[`webpack nuxt webpack module.rules 1`] = ` "Declaration": [Function Declaration], "postcssPlugin": "postcss-trigonometric-functions", }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-clamp", + }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-nested-calc", + }, + Object { + "postcssPlugin": "postcss-custom-properties", + "prepare": [Function prepare], + }, Object { "OnceExit": [Function OnceExit], "postcssPlugin": "postcss-cascade-layers", @@ -1351,7 +1390,7 @@ exports[`webpack nuxt webpack module.rules 1`] = ` "postcssPlugin": "cssnano-util-raw-cache", }, ], - "version": "8.4.23", + "version": "8.4.25", }, ], }, @@ -1395,69 +1434,10 @@ exports[`webpack nuxt webpack module.rules 1`] = ` }, Object { "plugins": Array [ - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-clamp", - }, - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-color-function", - }, - Object { - "postcssPlugin": "postcss-normalize-display-values", - "prepare": [Function prepare], - }, - Object { - "Declaration": Object { - "clear": [Function makeTransform], - "float": [Function makeTransform], - }, - "postcssPlugin": "postcss-logical-float-and-clear", - }, - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-ic-unit", - }, - Object { - "Declaration": Object { - "resize": [Function anonymous], - }, - "postcssPlugin": "postcss-logical-resize", - }, - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-logical-viewport-units", - }, - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-nested-calc", - }, - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-oklab-function", - }, - Object { - "Declaration": Object { - "opacity": [Function opacity], - }, - "postcssPlugin": "postcss-opacity-percentage", - }, - Object { - "postcssPlugin": "postcss-text-decoration-shorthand", - "prepare": [Function prepare], - }, - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-unset-value", - }, Object { "postcssPlugin": "postcss-custom-media", "prepare": [Function prepare], }, - Object { - "postcssPlugin": "postcss-custom-properties", - "prepare": [Function prepare], - }, Object { "Declaration": [Function Declaration], "postcssPlugin": "postcss-image-set-function", @@ -1472,6 +1452,10 @@ exports[`webpack nuxt webpack module.rules 1`] = ` "AtRule": [Function AtRule], "postcssPlugin": "postcss-media-queries-aspect-ratio-number-values", }, + Object { + "Rule": [Function Rule], + "postcssPlugin": "postcss-nesting", + }, Object { "postcssPlugin": "postcss-pseudo-class-any-link", "prepare": [Function prepare], @@ -1541,9 +1525,27 @@ exports[`webpack nuxt webpack module.rules 1`] = ` "padding-inline-end": [Function anonymous], "padding-inline-start": [Function anonymous], "text-align": [Function anonymous], + "transition": [Function transition], }, "postcssPlugin": "postcss-logical", }, + Object { + "Declaration": Object { + "clear": [Function makeTransform], + "float": [Function makeTransform], + }, + "postcssPlugin": "postcss-logical-float-and-clear", + }, + Object { + "Declaration": Object { + "resize": [Function anonymous], + }, + "postcssPlugin": "postcss-logical-resize", + }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-logical-viewport-units", + }, Object { "postcssPlugin": "postcss-dir-pseudo-class", "prepare": [Function prepare], @@ -1562,28 +1564,40 @@ exports[`webpack nuxt webpack module.rules 1`] = ` }, Object { "Declaration": [Function Declaration], - "postcssPlugin": "postcss-color-functional-notation", - }, - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-double-position-gradients", - }, - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-color-hex-alpha", - }, - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-hwb-function", + "postcssPlugin": "postcss-relative-color-syntax", }, Object { "Declaration": [Function Declaration], "postcssPlugin": "postcss-lab-function", }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-oklab-function", + }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-color-function", + }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-hwb-function", + }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-color-function", + }, Object { "Declaration": [Function Declaration], "postcssPlugin": "postcss-color-rebeccapurple", }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-color-hex-alpha", + }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-double-position-gradients", + }, Object { "Declaration": [Function Declaration], "postcssPlugin": "postcss-page-break", @@ -1622,6 +1636,32 @@ exports[`webpack nuxt webpack module.rules 1`] = ` "Declaration": [Function Declaration], "postcssPlugin": "postcss-system-ui-font", }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-font-format-keywords", + }, + Object { + "postcssPlugin": "postcss-normalize-display-values", + "prepare": [Function prepare], + }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-ic-unit", + }, + Object { + "Declaration": Object { + "opacity": [Function opacity], + }, + "postcssPlugin": "postcss-opacity-percentage", + }, + Object { + "postcssPlugin": "postcss-text-decoration-shorthand", + "prepare": [Function prepare], + }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-unset-value", + }, Object { "Declaration": [Function Declaration], "postcssPlugin": "postcss-stepped-value-functions", @@ -1630,6 +1670,18 @@ exports[`webpack nuxt webpack module.rules 1`] = ` "Declaration": [Function Declaration], "postcssPlugin": "postcss-trigonometric-functions", }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-clamp", + }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-nested-calc", + }, + Object { + "postcssPlugin": "postcss-custom-properties", + "prepare": [Function prepare], + }, Object { "OnceExit": [Function OnceExit], "postcssPlugin": "postcss-cascade-layers", @@ -1773,7 +1825,7 @@ exports[`webpack nuxt webpack module.rules 1`] = ` "postcssPlugin": "cssnano-util-raw-cache", }, ], - "version": "8.4.23", + "version": "8.4.25", }, ], }, @@ -1823,69 +1875,10 @@ exports[`webpack nuxt webpack module.rules 1`] = ` }, Object { "plugins": Array [ - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-clamp", - }, - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-color-function", - }, - Object { - "postcssPlugin": "postcss-normalize-display-values", - "prepare": [Function prepare], - }, - Object { - "Declaration": Object { - "clear": [Function makeTransform], - "float": [Function makeTransform], - }, - "postcssPlugin": "postcss-logical-float-and-clear", - }, - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-ic-unit", - }, - Object { - "Declaration": Object { - "resize": [Function anonymous], - }, - "postcssPlugin": "postcss-logical-resize", - }, - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-logical-viewport-units", - }, - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-nested-calc", - }, - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-oklab-function", - }, - Object { - "Declaration": Object { - "opacity": [Function opacity], - }, - "postcssPlugin": "postcss-opacity-percentage", - }, - Object { - "postcssPlugin": "postcss-text-decoration-shorthand", - "prepare": [Function prepare], - }, - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-unset-value", - }, Object { "postcssPlugin": "postcss-custom-media", "prepare": [Function prepare], }, - Object { - "postcssPlugin": "postcss-custom-properties", - "prepare": [Function prepare], - }, Object { "Declaration": [Function Declaration], "postcssPlugin": "postcss-image-set-function", @@ -1900,6 +1893,10 @@ exports[`webpack nuxt webpack module.rules 1`] = ` "AtRule": [Function AtRule], "postcssPlugin": "postcss-media-queries-aspect-ratio-number-values", }, + Object { + "Rule": [Function Rule], + "postcssPlugin": "postcss-nesting", + }, Object { "postcssPlugin": "postcss-pseudo-class-any-link", "prepare": [Function prepare], @@ -1969,9 +1966,27 @@ exports[`webpack nuxt webpack module.rules 1`] = ` "padding-inline-end": [Function anonymous], "padding-inline-start": [Function anonymous], "text-align": [Function anonymous], + "transition": [Function transition], }, "postcssPlugin": "postcss-logical", }, + Object { + "Declaration": Object { + "clear": [Function makeTransform], + "float": [Function makeTransform], + }, + "postcssPlugin": "postcss-logical-float-and-clear", + }, + Object { + "Declaration": Object { + "resize": [Function anonymous], + }, + "postcssPlugin": "postcss-logical-resize", + }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-logical-viewport-units", + }, Object { "postcssPlugin": "postcss-dir-pseudo-class", "prepare": [Function prepare], @@ -1990,28 +2005,40 @@ exports[`webpack nuxt webpack module.rules 1`] = ` }, Object { "Declaration": [Function Declaration], - "postcssPlugin": "postcss-color-functional-notation", - }, - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-double-position-gradients", - }, - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-color-hex-alpha", - }, - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-hwb-function", + "postcssPlugin": "postcss-relative-color-syntax", }, Object { "Declaration": [Function Declaration], "postcssPlugin": "postcss-lab-function", }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-oklab-function", + }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-color-function", + }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-hwb-function", + }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-color-function", + }, Object { "Declaration": [Function Declaration], "postcssPlugin": "postcss-color-rebeccapurple", }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-color-hex-alpha", + }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-double-position-gradients", + }, Object { "Declaration": [Function Declaration], "postcssPlugin": "postcss-page-break", @@ -2050,6 +2077,32 @@ exports[`webpack nuxt webpack module.rules 1`] = ` "Declaration": [Function Declaration], "postcssPlugin": "postcss-system-ui-font", }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-font-format-keywords", + }, + Object { + "postcssPlugin": "postcss-normalize-display-values", + "prepare": [Function prepare], + }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-ic-unit", + }, + Object { + "Declaration": Object { + "opacity": [Function opacity], + }, + "postcssPlugin": "postcss-opacity-percentage", + }, + Object { + "postcssPlugin": "postcss-text-decoration-shorthand", + "prepare": [Function prepare], + }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-unset-value", + }, Object { "Declaration": [Function Declaration], "postcssPlugin": "postcss-stepped-value-functions", @@ -2058,6 +2111,18 @@ exports[`webpack nuxt webpack module.rules 1`] = ` "Declaration": [Function Declaration], "postcssPlugin": "postcss-trigonometric-functions", }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-clamp", + }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-nested-calc", + }, + Object { + "postcssPlugin": "postcss-custom-properties", + "prepare": [Function prepare], + }, Object { "OnceExit": [Function OnceExit], "postcssPlugin": "postcss-cascade-layers", @@ -2201,7 +2266,7 @@ exports[`webpack nuxt webpack module.rules 1`] = ` "postcssPlugin": "cssnano-util-raw-cache", }, ], - "version": "8.4.23", + "version": "8.4.25", }, ], }, @@ -2251,69 +2316,10 @@ exports[`webpack nuxt webpack module.rules 1`] = ` }, Object { "plugins": Array [ - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-clamp", - }, - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-color-function", - }, - Object { - "postcssPlugin": "postcss-normalize-display-values", - "prepare": [Function prepare], - }, - Object { - "Declaration": Object { - "clear": [Function makeTransform], - "float": [Function makeTransform], - }, - "postcssPlugin": "postcss-logical-float-and-clear", - }, - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-ic-unit", - }, - Object { - "Declaration": Object { - "resize": [Function anonymous], - }, - "postcssPlugin": "postcss-logical-resize", - }, - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-logical-viewport-units", - }, - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-nested-calc", - }, - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-oklab-function", - }, - Object { - "Declaration": Object { - "opacity": [Function opacity], - }, - "postcssPlugin": "postcss-opacity-percentage", - }, - Object { - "postcssPlugin": "postcss-text-decoration-shorthand", - "prepare": [Function prepare], - }, - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-unset-value", - }, Object { "postcssPlugin": "postcss-custom-media", "prepare": [Function prepare], }, - Object { - "postcssPlugin": "postcss-custom-properties", - "prepare": [Function prepare], - }, Object { "Declaration": [Function Declaration], "postcssPlugin": "postcss-image-set-function", @@ -2328,6 +2334,10 @@ exports[`webpack nuxt webpack module.rules 1`] = ` "AtRule": [Function AtRule], "postcssPlugin": "postcss-media-queries-aspect-ratio-number-values", }, + Object { + "Rule": [Function Rule], + "postcssPlugin": "postcss-nesting", + }, Object { "postcssPlugin": "postcss-pseudo-class-any-link", "prepare": [Function prepare], @@ -2397,9 +2407,27 @@ exports[`webpack nuxt webpack module.rules 1`] = ` "padding-inline-end": [Function anonymous], "padding-inline-start": [Function anonymous], "text-align": [Function anonymous], + "transition": [Function transition], }, "postcssPlugin": "postcss-logical", }, + Object { + "Declaration": Object { + "clear": [Function makeTransform], + "float": [Function makeTransform], + }, + "postcssPlugin": "postcss-logical-float-and-clear", + }, + Object { + "Declaration": Object { + "resize": [Function anonymous], + }, + "postcssPlugin": "postcss-logical-resize", + }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-logical-viewport-units", + }, Object { "postcssPlugin": "postcss-dir-pseudo-class", "prepare": [Function prepare], @@ -2418,28 +2446,40 @@ exports[`webpack nuxt webpack module.rules 1`] = ` }, Object { "Declaration": [Function Declaration], - "postcssPlugin": "postcss-color-functional-notation", - }, - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-double-position-gradients", - }, - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-color-hex-alpha", - }, - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-hwb-function", + "postcssPlugin": "postcss-relative-color-syntax", }, Object { "Declaration": [Function Declaration], "postcssPlugin": "postcss-lab-function", }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-oklab-function", + }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-color-function", + }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-hwb-function", + }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-color-function", + }, Object { "Declaration": [Function Declaration], "postcssPlugin": "postcss-color-rebeccapurple", }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-color-hex-alpha", + }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-double-position-gradients", + }, Object { "Declaration": [Function Declaration], "postcssPlugin": "postcss-page-break", @@ -2478,6 +2518,32 @@ exports[`webpack nuxt webpack module.rules 1`] = ` "Declaration": [Function Declaration], "postcssPlugin": "postcss-system-ui-font", }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-font-format-keywords", + }, + Object { + "postcssPlugin": "postcss-normalize-display-values", + "prepare": [Function prepare], + }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-ic-unit", + }, + Object { + "Declaration": Object { + "opacity": [Function opacity], + }, + "postcssPlugin": "postcss-opacity-percentage", + }, + Object { + "postcssPlugin": "postcss-text-decoration-shorthand", + "prepare": [Function prepare], + }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-unset-value", + }, Object { "Declaration": [Function Declaration], "postcssPlugin": "postcss-stepped-value-functions", @@ -2486,6 +2552,18 @@ exports[`webpack nuxt webpack module.rules 1`] = ` "Declaration": [Function Declaration], "postcssPlugin": "postcss-trigonometric-functions", }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-clamp", + }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-nested-calc", + }, + Object { + "postcssPlugin": "postcss-custom-properties", + "prepare": [Function prepare], + }, Object { "OnceExit": [Function OnceExit], "postcssPlugin": "postcss-cascade-layers", @@ -2629,7 +2707,7 @@ exports[`webpack nuxt webpack module.rules 1`] = ` "postcssPlugin": "cssnano-util-raw-cache", }, ], - "version": "8.4.23", + "version": "8.4.25", }, ], }, @@ -2685,69 +2763,10 @@ exports[`webpack nuxt webpack module.rules 1`] = ` }, Object { "plugins": Array [ - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-clamp", - }, - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-color-function", - }, - Object { - "postcssPlugin": "postcss-normalize-display-values", - "prepare": [Function prepare], - }, - Object { - "Declaration": Object { - "clear": [Function makeTransform], - "float": [Function makeTransform], - }, - "postcssPlugin": "postcss-logical-float-and-clear", - }, - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-ic-unit", - }, - Object { - "Declaration": Object { - "resize": [Function anonymous], - }, - "postcssPlugin": "postcss-logical-resize", - }, - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-logical-viewport-units", - }, - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-nested-calc", - }, - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-oklab-function", - }, - Object { - "Declaration": Object { - "opacity": [Function opacity], - }, - "postcssPlugin": "postcss-opacity-percentage", - }, - Object { - "postcssPlugin": "postcss-text-decoration-shorthand", - "prepare": [Function prepare], - }, - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-unset-value", - }, Object { "postcssPlugin": "postcss-custom-media", "prepare": [Function prepare], }, - Object { - "postcssPlugin": "postcss-custom-properties", - "prepare": [Function prepare], - }, Object { "Declaration": [Function Declaration], "postcssPlugin": "postcss-image-set-function", @@ -2762,6 +2781,10 @@ exports[`webpack nuxt webpack module.rules 1`] = ` "AtRule": [Function AtRule], "postcssPlugin": "postcss-media-queries-aspect-ratio-number-values", }, + Object { + "Rule": [Function Rule], + "postcssPlugin": "postcss-nesting", + }, Object { "postcssPlugin": "postcss-pseudo-class-any-link", "prepare": [Function prepare], @@ -2831,9 +2854,27 @@ exports[`webpack nuxt webpack module.rules 1`] = ` "padding-inline-end": [Function anonymous], "padding-inline-start": [Function anonymous], "text-align": [Function anonymous], + "transition": [Function transition], }, "postcssPlugin": "postcss-logical", }, + Object { + "Declaration": Object { + "clear": [Function makeTransform], + "float": [Function makeTransform], + }, + "postcssPlugin": "postcss-logical-float-and-clear", + }, + Object { + "Declaration": Object { + "resize": [Function anonymous], + }, + "postcssPlugin": "postcss-logical-resize", + }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-logical-viewport-units", + }, Object { "postcssPlugin": "postcss-dir-pseudo-class", "prepare": [Function prepare], @@ -2852,28 +2893,40 @@ exports[`webpack nuxt webpack module.rules 1`] = ` }, Object { "Declaration": [Function Declaration], - "postcssPlugin": "postcss-color-functional-notation", - }, - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-double-position-gradients", - }, - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-color-hex-alpha", - }, - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-hwb-function", + "postcssPlugin": "postcss-relative-color-syntax", }, Object { "Declaration": [Function Declaration], "postcssPlugin": "postcss-lab-function", }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-oklab-function", + }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-color-function", + }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-hwb-function", + }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-color-function", + }, Object { "Declaration": [Function Declaration], "postcssPlugin": "postcss-color-rebeccapurple", }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-color-hex-alpha", + }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-double-position-gradients", + }, Object { "Declaration": [Function Declaration], "postcssPlugin": "postcss-page-break", @@ -2912,6 +2965,32 @@ exports[`webpack nuxt webpack module.rules 1`] = ` "Declaration": [Function Declaration], "postcssPlugin": "postcss-system-ui-font", }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-font-format-keywords", + }, + Object { + "postcssPlugin": "postcss-normalize-display-values", + "prepare": [Function prepare], + }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-ic-unit", + }, + Object { + "Declaration": Object { + "opacity": [Function opacity], + }, + "postcssPlugin": "postcss-opacity-percentage", + }, + Object { + "postcssPlugin": "postcss-text-decoration-shorthand", + "prepare": [Function prepare], + }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-unset-value", + }, Object { "Declaration": [Function Declaration], "postcssPlugin": "postcss-stepped-value-functions", @@ -2920,6 +2999,18 @@ exports[`webpack nuxt webpack module.rules 1`] = ` "Declaration": [Function Declaration], "postcssPlugin": "postcss-trigonometric-functions", }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-clamp", + }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-nested-calc", + }, + Object { + "postcssPlugin": "postcss-custom-properties", + "prepare": [Function prepare], + }, Object { "OnceExit": [Function OnceExit], "postcssPlugin": "postcss-cascade-layers", @@ -3063,7 +3154,7 @@ exports[`webpack nuxt webpack module.rules 1`] = ` "postcssPlugin": "cssnano-util-raw-cache", }, ], - "version": "8.4.23", + "version": "8.4.25", }, ], }, @@ -3116,69 +3207,10 @@ exports[`webpack nuxt webpack module.rules 1`] = ` }, Object { "plugins": Array [ - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-clamp", - }, - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-color-function", - }, - Object { - "postcssPlugin": "postcss-normalize-display-values", - "prepare": [Function prepare], - }, - Object { - "Declaration": Object { - "clear": [Function makeTransform], - "float": [Function makeTransform], - }, - "postcssPlugin": "postcss-logical-float-and-clear", - }, - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-ic-unit", - }, - Object { - "Declaration": Object { - "resize": [Function anonymous], - }, - "postcssPlugin": "postcss-logical-resize", - }, - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-logical-viewport-units", - }, - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-nested-calc", - }, - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-oklab-function", - }, - Object { - "Declaration": Object { - "opacity": [Function opacity], - }, - "postcssPlugin": "postcss-opacity-percentage", - }, - Object { - "postcssPlugin": "postcss-text-decoration-shorthand", - "prepare": [Function prepare], - }, - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-unset-value", - }, Object { "postcssPlugin": "postcss-custom-media", "prepare": [Function prepare], }, - Object { - "postcssPlugin": "postcss-custom-properties", - "prepare": [Function prepare], - }, Object { "Declaration": [Function Declaration], "postcssPlugin": "postcss-image-set-function", @@ -3193,6 +3225,10 @@ exports[`webpack nuxt webpack module.rules 1`] = ` "AtRule": [Function AtRule], "postcssPlugin": "postcss-media-queries-aspect-ratio-number-values", }, + Object { + "Rule": [Function Rule], + "postcssPlugin": "postcss-nesting", + }, Object { "postcssPlugin": "postcss-pseudo-class-any-link", "prepare": [Function prepare], @@ -3262,9 +3298,27 @@ exports[`webpack nuxt webpack module.rules 1`] = ` "padding-inline-end": [Function anonymous], "padding-inline-start": [Function anonymous], "text-align": [Function anonymous], + "transition": [Function transition], }, "postcssPlugin": "postcss-logical", }, + Object { + "Declaration": Object { + "clear": [Function makeTransform], + "float": [Function makeTransform], + }, + "postcssPlugin": "postcss-logical-float-and-clear", + }, + Object { + "Declaration": Object { + "resize": [Function anonymous], + }, + "postcssPlugin": "postcss-logical-resize", + }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-logical-viewport-units", + }, Object { "postcssPlugin": "postcss-dir-pseudo-class", "prepare": [Function prepare], @@ -3283,28 +3337,40 @@ exports[`webpack nuxt webpack module.rules 1`] = ` }, Object { "Declaration": [Function Declaration], - "postcssPlugin": "postcss-color-functional-notation", - }, - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-double-position-gradients", - }, - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-color-hex-alpha", - }, - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-hwb-function", + "postcssPlugin": "postcss-relative-color-syntax", }, Object { "Declaration": [Function Declaration], "postcssPlugin": "postcss-lab-function", }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-oklab-function", + }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-color-function", + }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-hwb-function", + }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-color-function", + }, Object { "Declaration": [Function Declaration], "postcssPlugin": "postcss-color-rebeccapurple", }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-color-hex-alpha", + }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-double-position-gradients", + }, Object { "Declaration": [Function Declaration], "postcssPlugin": "postcss-page-break", @@ -3343,6 +3409,32 @@ exports[`webpack nuxt webpack module.rules 1`] = ` "Declaration": [Function Declaration], "postcssPlugin": "postcss-system-ui-font", }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-font-format-keywords", + }, + Object { + "postcssPlugin": "postcss-normalize-display-values", + "prepare": [Function prepare], + }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-ic-unit", + }, + Object { + "Declaration": Object { + "opacity": [Function opacity], + }, + "postcssPlugin": "postcss-opacity-percentage", + }, + Object { + "postcssPlugin": "postcss-text-decoration-shorthand", + "prepare": [Function prepare], + }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-unset-value", + }, Object { "Declaration": [Function Declaration], "postcssPlugin": "postcss-stepped-value-functions", @@ -3351,6 +3443,18 @@ exports[`webpack nuxt webpack module.rules 1`] = ` "Declaration": [Function Declaration], "postcssPlugin": "postcss-trigonometric-functions", }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-clamp", + }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-nested-calc", + }, + Object { + "postcssPlugin": "postcss-custom-properties", + "prepare": [Function prepare], + }, Object { "OnceExit": [Function OnceExit], "postcssPlugin": "postcss-cascade-layers", @@ -3494,7 +3598,7 @@ exports[`webpack nuxt webpack module.rules 1`] = ` "postcssPlugin": "cssnano-util-raw-cache", }, ], - "version": "8.4.23", + "version": "8.4.25", }, ], }, @@ -3553,69 +3657,10 @@ exports[`webpack nuxt webpack module.rules 1`] = ` }, Object { "plugins": Array [ - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-clamp", - }, - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-color-function", - }, - Object { - "postcssPlugin": "postcss-normalize-display-values", - "prepare": [Function prepare], - }, - Object { - "Declaration": Object { - "clear": [Function makeTransform], - "float": [Function makeTransform], - }, - "postcssPlugin": "postcss-logical-float-and-clear", - }, - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-ic-unit", - }, - Object { - "Declaration": Object { - "resize": [Function anonymous], - }, - "postcssPlugin": "postcss-logical-resize", - }, - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-logical-viewport-units", - }, - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-nested-calc", - }, - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-oklab-function", - }, - Object { - "Declaration": Object { - "opacity": [Function opacity], - }, - "postcssPlugin": "postcss-opacity-percentage", - }, - Object { - "postcssPlugin": "postcss-text-decoration-shorthand", - "prepare": [Function prepare], - }, - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-unset-value", - }, Object { "postcssPlugin": "postcss-custom-media", "prepare": [Function prepare], }, - Object { - "postcssPlugin": "postcss-custom-properties", - "prepare": [Function prepare], - }, Object { "Declaration": [Function Declaration], "postcssPlugin": "postcss-image-set-function", @@ -3630,6 +3675,10 @@ exports[`webpack nuxt webpack module.rules 1`] = ` "AtRule": [Function AtRule], "postcssPlugin": "postcss-media-queries-aspect-ratio-number-values", }, + Object { + "Rule": [Function Rule], + "postcssPlugin": "postcss-nesting", + }, Object { "postcssPlugin": "postcss-pseudo-class-any-link", "prepare": [Function prepare], @@ -3699,9 +3748,27 @@ exports[`webpack nuxt webpack module.rules 1`] = ` "padding-inline-end": [Function anonymous], "padding-inline-start": [Function anonymous], "text-align": [Function anonymous], + "transition": [Function transition], }, "postcssPlugin": "postcss-logical", }, + Object { + "Declaration": Object { + "clear": [Function makeTransform], + "float": [Function makeTransform], + }, + "postcssPlugin": "postcss-logical-float-and-clear", + }, + Object { + "Declaration": Object { + "resize": [Function anonymous], + }, + "postcssPlugin": "postcss-logical-resize", + }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-logical-viewport-units", + }, Object { "postcssPlugin": "postcss-dir-pseudo-class", "prepare": [Function prepare], @@ -3720,28 +3787,40 @@ exports[`webpack nuxt webpack module.rules 1`] = ` }, Object { "Declaration": [Function Declaration], - "postcssPlugin": "postcss-color-functional-notation", - }, - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-double-position-gradients", - }, - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-color-hex-alpha", - }, - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-hwb-function", + "postcssPlugin": "postcss-relative-color-syntax", }, Object { "Declaration": [Function Declaration], "postcssPlugin": "postcss-lab-function", }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-oklab-function", + }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-color-function", + }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-hwb-function", + }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-color-function", + }, Object { "Declaration": [Function Declaration], "postcssPlugin": "postcss-color-rebeccapurple", }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-color-hex-alpha", + }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-double-position-gradients", + }, Object { "Declaration": [Function Declaration], "postcssPlugin": "postcss-page-break", @@ -3780,6 +3859,32 @@ exports[`webpack nuxt webpack module.rules 1`] = ` "Declaration": [Function Declaration], "postcssPlugin": "postcss-system-ui-font", }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-font-format-keywords", + }, + Object { + "postcssPlugin": "postcss-normalize-display-values", + "prepare": [Function prepare], + }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-ic-unit", + }, + Object { + "Declaration": Object { + "opacity": [Function opacity], + }, + "postcssPlugin": "postcss-opacity-percentage", + }, + Object { + "postcssPlugin": "postcss-text-decoration-shorthand", + "prepare": [Function prepare], + }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-unset-value", + }, Object { "Declaration": [Function Declaration], "postcssPlugin": "postcss-stepped-value-functions", @@ -3788,6 +3893,18 @@ exports[`webpack nuxt webpack module.rules 1`] = ` "Declaration": [Function Declaration], "postcssPlugin": "postcss-trigonometric-functions", }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-clamp", + }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-nested-calc", + }, + Object { + "postcssPlugin": "postcss-custom-properties", + "prepare": [Function prepare], + }, Object { "OnceExit": [Function OnceExit], "postcssPlugin": "postcss-cascade-layers", @@ -3931,7 +4048,7 @@ exports[`webpack nuxt webpack module.rules 1`] = ` "postcssPlugin": "cssnano-util-raw-cache", }, ], - "version": "8.4.23", + "version": "8.4.25", }, ], }, @@ -3981,69 +4098,10 @@ exports[`webpack nuxt webpack module.rules 1`] = ` }, Object { "plugins": Array [ - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-clamp", - }, - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-color-function", - }, - Object { - "postcssPlugin": "postcss-normalize-display-values", - "prepare": [Function prepare], - }, - Object { - "Declaration": Object { - "clear": [Function makeTransform], - "float": [Function makeTransform], - }, - "postcssPlugin": "postcss-logical-float-and-clear", - }, - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-ic-unit", - }, - Object { - "Declaration": Object { - "resize": [Function anonymous], - }, - "postcssPlugin": "postcss-logical-resize", - }, - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-logical-viewport-units", - }, - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-nested-calc", - }, - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-oklab-function", - }, - Object { - "Declaration": Object { - "opacity": [Function opacity], - }, - "postcssPlugin": "postcss-opacity-percentage", - }, - Object { - "postcssPlugin": "postcss-text-decoration-shorthand", - "prepare": [Function prepare], - }, - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-unset-value", - }, Object { "postcssPlugin": "postcss-custom-media", "prepare": [Function prepare], }, - Object { - "postcssPlugin": "postcss-custom-properties", - "prepare": [Function prepare], - }, Object { "Declaration": [Function Declaration], "postcssPlugin": "postcss-image-set-function", @@ -4058,6 +4116,10 @@ exports[`webpack nuxt webpack module.rules 1`] = ` "AtRule": [Function AtRule], "postcssPlugin": "postcss-media-queries-aspect-ratio-number-values", }, + Object { + "Rule": [Function Rule], + "postcssPlugin": "postcss-nesting", + }, Object { "postcssPlugin": "postcss-pseudo-class-any-link", "prepare": [Function prepare], @@ -4127,9 +4189,27 @@ exports[`webpack nuxt webpack module.rules 1`] = ` "padding-inline-end": [Function anonymous], "padding-inline-start": [Function anonymous], "text-align": [Function anonymous], + "transition": [Function transition], }, "postcssPlugin": "postcss-logical", }, + Object { + "Declaration": Object { + "clear": [Function makeTransform], + "float": [Function makeTransform], + }, + "postcssPlugin": "postcss-logical-float-and-clear", + }, + Object { + "Declaration": Object { + "resize": [Function anonymous], + }, + "postcssPlugin": "postcss-logical-resize", + }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-logical-viewport-units", + }, Object { "postcssPlugin": "postcss-dir-pseudo-class", "prepare": [Function prepare], @@ -4148,28 +4228,40 @@ exports[`webpack nuxt webpack module.rules 1`] = ` }, Object { "Declaration": [Function Declaration], - "postcssPlugin": "postcss-color-functional-notation", - }, - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-double-position-gradients", - }, - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-color-hex-alpha", - }, - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-hwb-function", + "postcssPlugin": "postcss-relative-color-syntax", }, Object { "Declaration": [Function Declaration], "postcssPlugin": "postcss-lab-function", }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-oklab-function", + }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-color-function", + }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-hwb-function", + }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-color-function", + }, Object { "Declaration": [Function Declaration], "postcssPlugin": "postcss-color-rebeccapurple", }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-color-hex-alpha", + }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-double-position-gradients", + }, Object { "Declaration": [Function Declaration], "postcssPlugin": "postcss-page-break", @@ -4208,6 +4300,32 @@ exports[`webpack nuxt webpack module.rules 1`] = ` "Declaration": [Function Declaration], "postcssPlugin": "postcss-system-ui-font", }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-font-format-keywords", + }, + Object { + "postcssPlugin": "postcss-normalize-display-values", + "prepare": [Function prepare], + }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-ic-unit", + }, + Object { + "Declaration": Object { + "opacity": [Function opacity], + }, + "postcssPlugin": "postcss-opacity-percentage", + }, + Object { + "postcssPlugin": "postcss-text-decoration-shorthand", + "prepare": [Function prepare], + }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-unset-value", + }, Object { "Declaration": [Function Declaration], "postcssPlugin": "postcss-stepped-value-functions", @@ -4216,6 +4334,18 @@ exports[`webpack nuxt webpack module.rules 1`] = ` "Declaration": [Function Declaration], "postcssPlugin": "postcss-trigonometric-functions", }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-clamp", + }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-nested-calc", + }, + Object { + "postcssPlugin": "postcss-custom-properties", + "prepare": [Function prepare], + }, Object { "OnceExit": [Function OnceExit], "postcssPlugin": "postcss-cascade-layers", @@ -4359,7 +4489,7 @@ exports[`webpack nuxt webpack module.rules 1`] = ` "postcssPlugin": "cssnano-util-raw-cache", }, ], - "version": "8.4.23", + "version": "8.4.25", }, ], }, @@ -4415,69 +4545,10 @@ exports[`webpack nuxt webpack module.rules 1`] = ` }, Object { "plugins": Array [ - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-clamp", - }, - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-color-function", - }, - Object { - "postcssPlugin": "postcss-normalize-display-values", - "prepare": [Function prepare], - }, - Object { - "Declaration": Object { - "clear": [Function makeTransform], - "float": [Function makeTransform], - }, - "postcssPlugin": "postcss-logical-float-and-clear", - }, - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-ic-unit", - }, - Object { - "Declaration": Object { - "resize": [Function anonymous], - }, - "postcssPlugin": "postcss-logical-resize", - }, - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-logical-viewport-units", - }, - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-nested-calc", - }, - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-oklab-function", - }, - Object { - "Declaration": Object { - "opacity": [Function opacity], - }, - "postcssPlugin": "postcss-opacity-percentage", - }, - Object { - "postcssPlugin": "postcss-text-decoration-shorthand", - "prepare": [Function prepare], - }, - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-unset-value", - }, Object { "postcssPlugin": "postcss-custom-media", "prepare": [Function prepare], }, - Object { - "postcssPlugin": "postcss-custom-properties", - "prepare": [Function prepare], - }, Object { "Declaration": [Function Declaration], "postcssPlugin": "postcss-image-set-function", @@ -4492,6 +4563,10 @@ exports[`webpack nuxt webpack module.rules 1`] = ` "AtRule": [Function AtRule], "postcssPlugin": "postcss-media-queries-aspect-ratio-number-values", }, + Object { + "Rule": [Function Rule], + "postcssPlugin": "postcss-nesting", + }, Object { "postcssPlugin": "postcss-pseudo-class-any-link", "prepare": [Function prepare], @@ -4561,9 +4636,27 @@ exports[`webpack nuxt webpack module.rules 1`] = ` "padding-inline-end": [Function anonymous], "padding-inline-start": [Function anonymous], "text-align": [Function anonymous], + "transition": [Function transition], }, "postcssPlugin": "postcss-logical", }, + Object { + "Declaration": Object { + "clear": [Function makeTransform], + "float": [Function makeTransform], + }, + "postcssPlugin": "postcss-logical-float-and-clear", + }, + Object { + "Declaration": Object { + "resize": [Function anonymous], + }, + "postcssPlugin": "postcss-logical-resize", + }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-logical-viewport-units", + }, Object { "postcssPlugin": "postcss-dir-pseudo-class", "prepare": [Function prepare], @@ -4582,28 +4675,40 @@ exports[`webpack nuxt webpack module.rules 1`] = ` }, Object { "Declaration": [Function Declaration], - "postcssPlugin": "postcss-color-functional-notation", - }, - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-double-position-gradients", - }, - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-color-hex-alpha", - }, - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-hwb-function", + "postcssPlugin": "postcss-relative-color-syntax", }, Object { "Declaration": [Function Declaration], "postcssPlugin": "postcss-lab-function", }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-oklab-function", + }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-color-function", + }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-hwb-function", + }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-color-function", + }, Object { "Declaration": [Function Declaration], "postcssPlugin": "postcss-color-rebeccapurple", }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-color-hex-alpha", + }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-double-position-gradients", + }, Object { "Declaration": [Function Declaration], "postcssPlugin": "postcss-page-break", @@ -4642,6 +4747,32 @@ exports[`webpack nuxt webpack module.rules 1`] = ` "Declaration": [Function Declaration], "postcssPlugin": "postcss-system-ui-font", }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-font-format-keywords", + }, + Object { + "postcssPlugin": "postcss-normalize-display-values", + "prepare": [Function prepare], + }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-ic-unit", + }, + Object { + "Declaration": Object { + "opacity": [Function opacity], + }, + "postcssPlugin": "postcss-opacity-percentage", + }, + Object { + "postcssPlugin": "postcss-text-decoration-shorthand", + "prepare": [Function prepare], + }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-unset-value", + }, Object { "Declaration": [Function Declaration], "postcssPlugin": "postcss-stepped-value-functions", @@ -4650,6 +4781,18 @@ exports[`webpack nuxt webpack module.rules 1`] = ` "Declaration": [Function Declaration], "postcssPlugin": "postcss-trigonometric-functions", }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-clamp", + }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-nested-calc", + }, + Object { + "postcssPlugin": "postcss-custom-properties", + "prepare": [Function prepare], + }, Object { "OnceExit": [Function OnceExit], "postcssPlugin": "postcss-cascade-layers", @@ -4793,7 +4936,7 @@ exports[`webpack nuxt webpack module.rules 1`] = ` "postcssPlugin": "cssnano-util-raw-cache", }, ], - "version": "8.4.23", + "version": "8.4.25", }, ], }, @@ -4843,69 +4986,10 @@ exports[`webpack nuxt webpack module.rules 1`] = ` }, Object { "plugins": Array [ - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-clamp", - }, - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-color-function", - }, - Object { - "postcssPlugin": "postcss-normalize-display-values", - "prepare": [Function prepare], - }, - Object { - "Declaration": Object { - "clear": [Function makeTransform], - "float": [Function makeTransform], - }, - "postcssPlugin": "postcss-logical-float-and-clear", - }, - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-ic-unit", - }, - Object { - "Declaration": Object { - "resize": [Function anonymous], - }, - "postcssPlugin": "postcss-logical-resize", - }, - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-logical-viewport-units", - }, - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-nested-calc", - }, - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-oklab-function", - }, - Object { - "Declaration": Object { - "opacity": [Function opacity], - }, - "postcssPlugin": "postcss-opacity-percentage", - }, - Object { - "postcssPlugin": "postcss-text-decoration-shorthand", - "prepare": [Function prepare], - }, - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-unset-value", - }, Object { "postcssPlugin": "postcss-custom-media", "prepare": [Function prepare], }, - Object { - "postcssPlugin": "postcss-custom-properties", - "prepare": [Function prepare], - }, Object { "Declaration": [Function Declaration], "postcssPlugin": "postcss-image-set-function", @@ -4920,6 +5004,10 @@ exports[`webpack nuxt webpack module.rules 1`] = ` "AtRule": [Function AtRule], "postcssPlugin": "postcss-media-queries-aspect-ratio-number-values", }, + Object { + "Rule": [Function Rule], + "postcssPlugin": "postcss-nesting", + }, Object { "postcssPlugin": "postcss-pseudo-class-any-link", "prepare": [Function prepare], @@ -4989,9 +5077,27 @@ exports[`webpack nuxt webpack module.rules 1`] = ` "padding-inline-end": [Function anonymous], "padding-inline-start": [Function anonymous], "text-align": [Function anonymous], + "transition": [Function transition], }, "postcssPlugin": "postcss-logical", }, + Object { + "Declaration": Object { + "clear": [Function makeTransform], + "float": [Function makeTransform], + }, + "postcssPlugin": "postcss-logical-float-and-clear", + }, + Object { + "Declaration": Object { + "resize": [Function anonymous], + }, + "postcssPlugin": "postcss-logical-resize", + }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-logical-viewport-units", + }, Object { "postcssPlugin": "postcss-dir-pseudo-class", "prepare": [Function prepare], @@ -5010,28 +5116,40 @@ exports[`webpack nuxt webpack module.rules 1`] = ` }, Object { "Declaration": [Function Declaration], - "postcssPlugin": "postcss-color-functional-notation", - }, - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-double-position-gradients", - }, - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-color-hex-alpha", - }, - Object { - "Declaration": [Function Declaration], - "postcssPlugin": "postcss-hwb-function", + "postcssPlugin": "postcss-relative-color-syntax", }, Object { "Declaration": [Function Declaration], "postcssPlugin": "postcss-lab-function", }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-oklab-function", + }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-color-function", + }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-hwb-function", + }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-color-function", + }, Object { "Declaration": [Function Declaration], "postcssPlugin": "postcss-color-rebeccapurple", }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-color-hex-alpha", + }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-double-position-gradients", + }, Object { "Declaration": [Function Declaration], "postcssPlugin": "postcss-page-break", @@ -5070,6 +5188,32 @@ exports[`webpack nuxt webpack module.rules 1`] = ` "Declaration": [Function Declaration], "postcssPlugin": "postcss-system-ui-font", }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-font-format-keywords", + }, + Object { + "postcssPlugin": "postcss-normalize-display-values", + "prepare": [Function prepare], + }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-ic-unit", + }, + Object { + "Declaration": Object { + "opacity": [Function opacity], + }, + "postcssPlugin": "postcss-opacity-percentage", + }, + Object { + "postcssPlugin": "postcss-text-decoration-shorthand", + "prepare": [Function prepare], + }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-unset-value", + }, Object { "Declaration": [Function Declaration], "postcssPlugin": "postcss-stepped-value-functions", @@ -5078,6 +5222,18 @@ exports[`webpack nuxt webpack module.rules 1`] = ` "Declaration": [Function Declaration], "postcssPlugin": "postcss-trigonometric-functions", }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-clamp", + }, + Object { + "Declaration": [Function Declaration], + "postcssPlugin": "postcss-nested-calc", + }, + Object { + "postcssPlugin": "postcss-custom-properties", + "prepare": [Function prepare], + }, Object { "OnceExit": [Function OnceExit], "postcssPlugin": "postcss-cascade-layers", @@ -5221,7 +5377,7 @@ exports[`webpack nuxt webpack module.rules 1`] = ` "postcssPlugin": "cssnano-util-raw-cache", }, ], - "version": "8.4.23", + "version": "8.4.25", }, ], }, diff --git a/packages/config/package.json b/packages/config/package.json index 9b0614c2f1..c73947c617 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -11,7 +11,7 @@ ], "dependencies": { "@nuxt/utils": "2.17.0", - "consola": "^3.1.0", + "consola": "^3.2.3", "defu": "^6.1.2", "destr": "^2.0.0", "dotenv": "^16.3.1", diff --git a/packages/core/package.json b/packages/core/package.json index f0c415a58f..a77346bc61 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -11,7 +11,7 @@ "@nuxt/config": "2.17.0", "@nuxt/server": "2.17.0", "@nuxt/utils": "2.17.0", - "consola": "^3.1.0", + "consola": "^3.2.3", "fs-extra": "^10.1.0", "hable": "^3.0.0", "hash-sum": "^2.0.0", diff --git a/packages/generator/package.json b/packages/generator/package.json index de7b420026..357d5f2057 100644 --- a/packages/generator/package.json +++ b/packages/generator/package.json @@ -10,7 +10,7 @@ "dependencies": { "@nuxt/utils": "2.17.0", "chalk": "^4.1.2", - "consola": "^3.1.0", + "consola": "^3.2.3", "defu": "^6.1.2", "devalue": "^2.0.1", "fs-extra": "^10.1.0", diff --git a/packages/server/package.json b/packages/server/package.json index d2af2ca7db..0bfcd61582 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -13,7 +13,7 @@ "@nuxtjs/youch": "^4.2.3", "compression": "^1.7.4", "connect": "^3.7.0", - "consola": "^3.1.0", + "consola": "^3.2.3", "etag": "^1.8.1", "fresh": "^0.5.2", "fs-extra": "^10.1.0", diff --git a/packages/utils/package.json b/packages/utils/package.json index 5d1aca4101..3219c6b1cf 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -8,11 +8,11 @@ "dist" ], "dependencies": { - "consola": "^3.1.0", + "consola": "^3.2.3", "create-require": "^1.1.1", "fs-extra": "^10.1.0", "hash-sum": "^2.0.0", - "jiti": "^1.18.2", + "jiti": "^1.19.1", "lodash": "^4.17.21", "proper-lockfile": "^4.1.2", "semver": "^7.5.3", diff --git a/packages/vue-renderer/package.json b/packages/vue-renderer/package.json index 9c3a4cd6fc..38197a8ad7 100644 --- a/packages/vue-renderer/package.json +++ b/packages/vue-renderer/package.json @@ -10,7 +10,7 @@ "dependencies": { "@nuxt/devalue": "^2.0.2", "@nuxt/utils": "2.17.0", - "consola": "^3.1.0", + "consola": "^3.2.3", "defu": "^6.1.2", "fs-extra": "^10.1.0", "lodash": "^4.17.21", diff --git a/packages/webpack/package.json b/packages/webpack/package.json index 365b5123a2..d6c266fe1a 100644 --- a/packages/webpack/package.json +++ b/packages/webpack/package.json @@ -8,14 +8,14 @@ "dist" ], "dependencies": { - "@babel/core": "^7.22.5", + "@babel/core": "^7.22.8", "@nuxt/babel-preset-app": "2.17.0", "@nuxt/friendly-errors-webpack-plugin": "^2.5.2", "@nuxt/utils": "2.17.0", "babel-loader": "^8.3.0", "cache-loader": "^4.1.0", - "caniuse-lite": "^1.0.30001508", - "consola": "^3.1.0", + "caniuse-lite": "^1.0.30001513", + "consola": "^3.2.3", "css-loader": "^5.2.7", "cssnano": "^6.0.1", "eventsource-polyfill": "^0.9.6", @@ -30,7 +30,7 @@ "optimize-css-assets-webpack-plugin": "^6.0.1", "pify": "^5.0.0", "pnp-webpack-plugin": "^1.7.0", - "postcss": "^8.4.24", + "postcss": "^8.4.25", "postcss-import": "^15.1.0", "postcss-import-resolver": "^2.0.0", "postcss-loader": "^4.3.0", diff --git a/yarn.lock b/yarn.lock index 04729479dd..d20a1e5a5a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2,6 +2,11 @@ # yarn lockfile v1 +"@aashutoshrathi/word-wrap@^1.2.3": + version "1.2.6" + resolved "https://registry.npmjs.org/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz#bd9154aec9983f77b3a034ecaa015c2e4201f6cf" + integrity sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA== + "@ampproject/remapping@^2.2.0": version "2.2.0" resolved "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.0.tgz#56c133824780de3174aed5ab6834f3026790154d" @@ -17,12 +22,38 @@ dependencies: "@babel/highlight" "^7.22.5" -"@babel/compat-data@^7.17.7", "@babel/compat-data@^7.22.5": +"@babel/compat-data@^7.22.5": version "7.22.5" resolved "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.22.5.tgz#b1f6c86a02d85d2dd3368a2b67c09add8cd0c255" integrity sha512-4Jc/YuIaYqKnDDz892kPIledykKg12Aw1PYX5i/TY28anJtacvM1Rrr8wbieB9GfEJwlzqT0hUEao0CxEebiDA== -"@babel/core@7.22.5", "@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.22.5": +"@babel/compat-data@^7.22.6": + version "7.22.6" + resolved "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.22.6.tgz#15606a20341de59ba02cd2fcc5086fcbe73bf544" + integrity sha512-29tfsWTq2Ftu7MXmimyC0C5FDZv5DYxOZkh3XD3+QW4V/BYuv/LyEsjj3c0hqedEaDt6DBfDvexMKU8YevdqFg== + +"@babel/core@7.22.8", "@babel/core@^7.22.8": + version "7.22.8" + resolved "https://registry.npmjs.org/@babel/core/-/core-7.22.8.tgz#386470abe884302db9c82e8e5e87be9e46c86785" + integrity sha512-75+KxFB4CZqYRXjx4NlR4J7yGvKumBuZTmV4NV6v09dVXXkuYVYLT68N6HCzLvfJ+fWCxQsntNzKwwIXL4bHnw== + dependencies: + "@ampproject/remapping" "^2.2.0" + "@babel/code-frame" "^7.22.5" + "@babel/generator" "^7.22.7" + "@babel/helper-compilation-targets" "^7.22.6" + "@babel/helper-module-transforms" "^7.22.5" + "@babel/helpers" "^7.22.6" + "@babel/parser" "^7.22.7" + "@babel/template" "^7.22.5" + "@babel/traverse" "^7.22.8" + "@babel/types" "^7.22.5" + "@nicolo-ribaudo/semver-v6" "^6.3.3" + convert-source-map "^1.7.0" + debug "^4.1.0" + gensync "^1.0.0-beta.2" + json5 "^2.2.2" + +"@babel/core@^7.11.6", "@babel/core@^7.12.3": version "7.22.5" resolved "https://registry.npmjs.org/@babel/core/-/core-7.22.5.tgz#d67d9747ecf26ee7ecd3ebae1ee22225fe902a89" integrity sha512-SBuTAjg91A3eKOvD+bPEz3LlhHZRNu1nFOVts9lzDJTXshHTjII0BAtDS3Y2DAkdZdDKWVZGVwkDfc4Clxn1dg== @@ -53,6 +84,16 @@ "@jridgewell/trace-mapping" "^0.3.17" jsesc "^2.5.1" +"@babel/generator@^7.22.7": + version "7.22.7" + resolved "https://registry.npmjs.org/@babel/generator/-/generator-7.22.7.tgz#a6b8152d5a621893f2c9dacf9a4e286d520633d5" + integrity sha512-p+jPjMG+SI8yvIaxGgeW24u7q9+5+TGpZh8/CuB7RhBKd7RCy8FayNEFNNKrNK/eUcY/4ExQqLmyrvBXKsIcwQ== + dependencies: + "@babel/types" "^7.22.5" + "@jridgewell/gen-mapping" "^0.3.2" + "@jridgewell/trace-mapping" "^0.3.17" + jsesc "^2.5.1" + "@babel/helper-annotate-as-pure@^7.18.6", "@babel/helper-annotate-as-pure@^7.22.5": version "7.22.5" resolved "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz#e7f06737b197d580a01edf75d97e2c8be99d3882" @@ -67,7 +108,7 @@ dependencies: "@babel/types" "^7.22.5" -"@babel/helper-compilation-targets@^7.17.7", "@babel/helper-compilation-targets@^7.22.5": +"@babel/helper-compilation-targets@^7.22.5": version "7.22.5" resolved "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.5.tgz#fc7319fc54c5e2fa14b2909cf3c5fd3046813e02" integrity sha512-Ji+ywpHeuqxB8WDxraCiqR0xfhYjiDE/e6k7FuIaANnoOFxAHskHChz4vA1mJC9Lbm01s1PVAGhQY4FUKSkGZw== @@ -78,6 +119,17 @@ lru-cache "^5.1.1" semver "^6.3.0" +"@babel/helper-compilation-targets@^7.22.6": + version "7.22.6" + resolved "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.6.tgz#e30d61abe9480aa5a83232eb31c111be922d2e52" + integrity sha512-534sYEqWD9VfUm3IPn2SLcH4Q3P86XL+QvqdC7ZsFrzyyPF3T4XGiVghF6PTYNdWg6pXuoqXxNQAhbYeEInTzA== + dependencies: + "@babel/compat-data" "^7.22.6" + "@babel/helper-validator-option" "^7.22.5" + "@nicolo-ribaudo/semver-v6" "^6.3.3" + browserslist "^4.21.9" + lru-cache "^5.1.1" + "@babel/helper-create-class-features-plugin@^7.18.6", "@babel/helper-create-class-features-plugin@^7.21.0", "@babel/helper-create-class-features-plugin@^7.22.5": version "7.22.5" resolved "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.22.5.tgz#2192a1970ece4685fbff85b48da2c32fcb130b7c" @@ -93,6 +145,21 @@ "@babel/helper-split-export-declaration" "^7.22.5" semver "^6.3.0" +"@babel/helper-create-class-features-plugin@^7.22.6": + version "7.22.6" + resolved "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.22.6.tgz#58564873c889a6fea05a538e23f9f6d201f10950" + integrity sha512-iwdzgtSiBxF6ni6mzVnZCF3xt5qE6cEA0J7nFt8QOAWZ0zjCFceEgpn3vtb2V7WFR6QzP2jmIFOHMTRo7eNJjQ== + dependencies: + "@babel/helper-annotate-as-pure" "^7.22.5" + "@babel/helper-environment-visitor" "^7.22.5" + "@babel/helper-function-name" "^7.22.5" + "@babel/helper-member-expression-to-functions" "^7.22.5" + "@babel/helper-optimise-call-expression" "^7.22.5" + "@babel/helper-replace-supers" "^7.22.5" + "@babel/helper-skip-transparent-expression-wrappers" "^7.22.5" + "@babel/helper-split-export-declaration" "^7.22.6" + "@nicolo-ribaudo/semver-v6" "^6.3.3" + "@babel/helper-create-regexp-features-plugin@^7.18.6", "@babel/helper-create-regexp-features-plugin@^7.22.5": version "7.22.5" resolved "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.22.5.tgz#bb2bf0debfe39b831986a4efbf4066586819c6e4" @@ -102,17 +169,16 @@ regexpu-core "^5.3.1" semver "^6.3.0" -"@babel/helper-define-polyfill-provider@^0.4.0": - version "0.4.0" - resolved "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.4.0.tgz#487053f103110f25b9755c5980e031e93ced24d8" - integrity sha512-RnanLx5ETe6aybRi1cO/edaRH+bNYWaryCEmjDDYyNr4wnSzyOp8T0dWipmqVHKEY3AbVKUom50AKSlj1zmKbg== +"@babel/helper-define-polyfill-provider@^0.4.1": + version "0.4.1" + resolved "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.4.1.tgz#af1429c4a83ac316a6a8c2cc8ff45cb5d2998d3a" + integrity sha512-kX4oXixDxG197yhX+J3Wp+NpL2wuCFjWQAr6yX2jtCnflK9ulMI51ULFGIrWiX1jGfvAxdHp+XQCcP2bZGPs9A== dependencies: - "@babel/helper-compilation-targets" "^7.17.7" - "@babel/helper-plugin-utils" "^7.16.7" + "@babel/helper-compilation-targets" "^7.22.6" + "@babel/helper-plugin-utils" "^7.22.5" debug "^4.1.1" lodash.debounce "^4.0.8" resolve "^1.14.2" - semver "^6.1.2" "@babel/helper-environment-visitor@^7.22.5": version "7.22.5" @@ -169,7 +235,7 @@ dependencies: "@babel/types" "^7.22.5" -"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.16.7", "@babel/helper-plugin-utils@^7.18.6", "@babel/helper-plugin-utils@^7.19.0", "@babel/helper-plugin-utils@^7.20.2", "@babel/helper-plugin-utils@^7.22.5", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3": +"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.18.6", "@babel/helper-plugin-utils@^7.19.0", "@babel/helper-plugin-utils@^7.20.2", "@babel/helper-plugin-utils@^7.22.5", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3": version "7.22.5" resolved "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.22.5.tgz#dd7ee3735e8a313b9f7b05a773d892e88e6d7295" integrity sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg== @@ -217,6 +283,13 @@ dependencies: "@babel/types" "^7.22.5" +"@babel/helper-split-export-declaration@^7.22.6": + version "7.22.6" + resolved "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c" + integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g== + dependencies: + "@babel/types" "^7.22.5" + "@babel/helper-string-parser@^7.22.5": version "7.22.5" resolved "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f" @@ -251,6 +324,15 @@ "@babel/traverse" "^7.22.5" "@babel/types" "^7.22.5" +"@babel/helpers@^7.22.6": + version "7.22.6" + resolved "https://registry.npmjs.org/@babel/helpers/-/helpers-7.22.6.tgz#8e61d3395a4f0c5a8060f309fb008200969b5ecd" + integrity sha512-YjDs6y/fVOYFV8hAf1rxd1QvR9wJe1pDBZ2AREKq/SDayfPzgk0PBnVuTCE5X1acEpMMNOVUqoe+OwiZGJ+OaA== + dependencies: + "@babel/template" "^7.22.5" + "@babel/traverse" "^7.22.6" + "@babel/types" "^7.22.5" + "@babel/highlight@^7.22.5": version "7.22.5" resolved "https://registry.npmjs.org/@babel/highlight/-/highlight-7.22.5.tgz#aa6c05c5407a67ebce408162b7ede789b4d22031" @@ -265,6 +347,11 @@ resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.22.5.tgz#721fd042f3ce1896238cf1b341c77eb7dee7dbea" integrity sha512-DFZMC9LJUG9PLOclRC32G63UXwzqS2koQC8dkx+PLdmt1xSePYpbT/NbsrJy8Q/muXz7o/h/d4A7Fuyixm559Q== +"@babel/parser@^7.22.7": + version "7.22.7" + resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.22.7.tgz#df8cf085ce92ddbdbf668a7f186ce848c9036cae" + integrity sha512-7NF8pOkHP5o2vpmGgNGcfAeCvOYhGLyA3Z4eBQkT1RJlWu47n63bCs93QfJ2hIAFCil7L5P2IWhs1oToVgrL0Q== + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.22.5": version "7.22.5" resolved "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.22.5.tgz#87245a21cd69a73b0b81bcda98d443d6df08f05e" @@ -289,15 +376,15 @@ "@babel/helper-create-class-features-plugin" "^7.18.6" "@babel/helper-plugin-utils" "^7.18.6" -"@babel/plugin-proposal-decorators@^7.22.5": - version "7.22.5" - resolved "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.22.5.tgz#dc8cdda048e5aea947efda920e030199806b868d" - integrity sha512-h8hlezQ4dl6ixodgXkH8lUfcD7x+WAuIqPUjwGoItynrXOAv4a4Tci1zA/qjzQjjcl0v3QpLdc2LM6ZACQuY7A== +"@babel/plugin-proposal-decorators@^7.22.7": + version "7.22.7" + resolved "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.22.7.tgz#9b5b73c2e404f0869ef8a8a53765f8203c5467a7" + integrity sha512-omXqPF7Onq4Bb7wHxXjM3jSMSJvUUbvDvmmds7KI5n9Cq6Ln5I05I1W2nRlRof1rGdiUxJrxwe285WF96XlBXQ== dependencies: - "@babel/helper-create-class-features-plugin" "^7.22.5" + "@babel/helper-create-class-features-plugin" "^7.22.6" "@babel/helper-plugin-utils" "^7.22.5" "@babel/helper-replace-supers" "^7.22.5" - "@babel/helper-split-export-declaration" "^7.22.5" + "@babel/helper-split-export-declaration" "^7.22.6" "@babel/plugin-syntax-decorators" "^7.22.5" "@babel/plugin-proposal-nullish-coalescing-operator@^7.18.6": @@ -510,10 +597,10 @@ dependencies: "@babel/helper-plugin-utils" "^7.22.5" -"@babel/plugin-transform-async-generator-functions@^7.22.5": - version "7.22.5" - resolved "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.22.5.tgz#7336356d23380eda9a56314974f053a020dab0c3" - integrity sha512-gGOEvFzm3fWoyD5uZq7vVTD57pPJ3PczPUD/xCFGjzBpUosnklmXyKnGQbbbGs1NPNPskFex0j93yKbHt0cHyg== +"@babel/plugin-transform-async-generator-functions@^7.22.7": + version "7.22.7" + resolved "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.22.7.tgz#053e76c0a903b72b573cb1ab7d6882174d460a1b" + integrity sha512-7HmE7pk/Fmke45TODvxvkxRMV9RazV+ZZzhOL9AG8G29TLrr3jkjwF7uJfxZ30EoXpO+LJkq4oA8NjO2DTnEDg== dependencies: "@babel/helper-environment-visitor" "^7.22.5" "@babel/helper-plugin-utils" "^7.22.5" @@ -560,19 +647,19 @@ "@babel/helper-plugin-utils" "^7.22.5" "@babel/plugin-syntax-class-static-block" "^7.14.5" -"@babel/plugin-transform-classes@^7.22.5": - version "7.22.5" - resolved "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.22.5.tgz#635d4e98da741fad814984639f4c0149eb0135e1" - integrity sha512-2edQhLfibpWpsVBx2n/GKOz6JdGQvLruZQfGr9l1qes2KQaWswjBzhQF7UDUZMNaMMQeYnQzxwOMPsbYF7wqPQ== +"@babel/plugin-transform-classes@^7.22.6": + version "7.22.6" + resolved "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.22.6.tgz#e04d7d804ed5b8501311293d1a0e6d43e94c3363" + integrity sha512-58EgM6nuPNG6Py4Z3zSuu0xWu2VfodiMi72Jt5Kj2FECmaYk1RrTXA45z6KBFsu9tRgwQDwIiY4FXTt+YsSFAQ== dependencies: "@babel/helper-annotate-as-pure" "^7.22.5" - "@babel/helper-compilation-targets" "^7.22.5" + "@babel/helper-compilation-targets" "^7.22.6" "@babel/helper-environment-visitor" "^7.22.5" "@babel/helper-function-name" "^7.22.5" "@babel/helper-optimise-call-expression" "^7.22.5" "@babel/helper-plugin-utils" "^7.22.5" "@babel/helper-replace-supers" "^7.22.5" - "@babel/helper-split-export-declaration" "^7.22.5" + "@babel/helper-split-export-declaration" "^7.22.6" globals "^11.1.0" "@babel/plugin-transform-computed-properties@^7.22.5": @@ -777,6 +864,15 @@ "@babel/helper-skip-transparent-expression-wrappers" "^7.22.5" "@babel/plugin-syntax-optional-chaining" "^7.8.3" +"@babel/plugin-transform-optional-chaining@^7.22.6": + version "7.22.6" + resolved "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.22.6.tgz#4bacfe37001fe1901117672875e931d439811564" + integrity sha512-Vd5HiWml0mDVtcLHIoEU5sw6HOUW/Zk0acLs/SAeuLzkGNOPc9DB4nkUajemhCmTIz3eiaKREZn2hQQqF79YTg== + dependencies: + "@babel/helper-plugin-utils" "^7.22.5" + "@babel/helper-skip-transparent-expression-wrappers" "^7.22.5" + "@babel/plugin-syntax-optional-chaining" "^7.8.3" + "@babel/plugin-transform-parameters@^7.22.5": version "7.22.5" resolved "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.22.5.tgz#c3542dd3c39b42c8069936e48717a8d179d63a18" @@ -824,17 +920,17 @@ dependencies: "@babel/helper-plugin-utils" "^7.22.5" -"@babel/plugin-transform-runtime@^7.22.5": - version "7.22.5" - resolved "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.22.5.tgz#ca975fb5e260044473c8142e1b18b567d33c2a3b" - integrity sha512-bg4Wxd1FWeFx3daHFTWk1pkSWK/AyQuiyAoeZAOkAOUBjnZPH6KT7eMxouV47tQ6hl6ax2zyAWBdWZXbrvXlaw== +"@babel/plugin-transform-runtime@^7.22.7": + version "7.22.7" + resolved "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.22.7.tgz#eb9094b5fb756cc2d98d398b2c88aeefa9205de9" + integrity sha512-o02xM7iY7mSPI+TvaYDH0aYl+lg3+KT7qrD705JlsB/GrZSNaYO/4i+aDFKPiJ7ubq3hgv8NNLCdyB5MFxT8mg== dependencies: "@babel/helper-module-imports" "^7.22.5" "@babel/helper-plugin-utils" "^7.22.5" - babel-plugin-polyfill-corejs2 "^0.4.3" - babel-plugin-polyfill-corejs3 "^0.8.1" - babel-plugin-polyfill-regenerator "^0.5.0" - semver "^6.3.0" + "@nicolo-ribaudo/semver-v6" "^6.3.3" + babel-plugin-polyfill-corejs2 "^0.4.4" + babel-plugin-polyfill-corejs3 "^0.8.2" + babel-plugin-polyfill-regenerator "^0.5.1" "@babel/plugin-transform-shorthand-properties@^7.22.5": version "7.22.5" @@ -903,13 +999,13 @@ "@babel/helper-create-regexp-features-plugin" "^7.22.5" "@babel/helper-plugin-utils" "^7.22.5" -"@babel/preset-env@7.22.5", "@babel/preset-env@^7.22.5": - version "7.22.5" - resolved "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.22.5.tgz#3da66078b181f3d62512c51cf7014392c511504e" - integrity sha512-fj06hw89dpiZzGZtxn+QybifF07nNiZjZ7sazs2aVDcysAZVGjW7+7iFYxg6GLNM47R/thYfLdrXc+2f11Vi9A== +"@babel/preset-env@7.22.7", "@babel/preset-env@^7.22.7": + version "7.22.7" + resolved "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.22.7.tgz#a1ef34b64a80653c22ce4d9c25603cfa76fc168a" + integrity sha512-1whfDtW+CzhETuzYXfcgZAh8/GFMeEbz0V5dVgya8YeJyCU6Y/P2Gnx4Qb3MylK68Zu9UiwUvbPMPTpFAOJ+sQ== dependencies: - "@babel/compat-data" "^7.22.5" - "@babel/helper-compilation-targets" "^7.22.5" + "@babel/compat-data" "^7.22.6" + "@babel/helper-compilation-targets" "^7.22.6" "@babel/helper-plugin-utils" "^7.22.5" "@babel/helper-validator-option" "^7.22.5" "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.22.5" @@ -934,13 +1030,13 @@ "@babel/plugin-syntax-top-level-await" "^7.14.5" "@babel/plugin-syntax-unicode-sets-regex" "^7.18.6" "@babel/plugin-transform-arrow-functions" "^7.22.5" - "@babel/plugin-transform-async-generator-functions" "^7.22.5" + "@babel/plugin-transform-async-generator-functions" "^7.22.7" "@babel/plugin-transform-async-to-generator" "^7.22.5" "@babel/plugin-transform-block-scoped-functions" "^7.22.5" "@babel/plugin-transform-block-scoping" "^7.22.5" "@babel/plugin-transform-class-properties" "^7.22.5" "@babel/plugin-transform-class-static-block" "^7.22.5" - "@babel/plugin-transform-classes" "^7.22.5" + "@babel/plugin-transform-classes" "^7.22.6" "@babel/plugin-transform-computed-properties" "^7.22.5" "@babel/plugin-transform-destructuring" "^7.22.5" "@babel/plugin-transform-dotall-regex" "^7.22.5" @@ -965,7 +1061,7 @@ "@babel/plugin-transform-object-rest-spread" "^7.22.5" "@babel/plugin-transform-object-super" "^7.22.5" "@babel/plugin-transform-optional-catch-binding" "^7.22.5" - "@babel/plugin-transform-optional-chaining" "^7.22.5" + "@babel/plugin-transform-optional-chaining" "^7.22.6" "@babel/plugin-transform-parameters" "^7.22.5" "@babel/plugin-transform-private-methods" "^7.22.5" "@babel/plugin-transform-private-property-in-object" "^7.22.5" @@ -983,11 +1079,11 @@ "@babel/plugin-transform-unicode-sets-regex" "^7.22.5" "@babel/preset-modules" "^0.1.5" "@babel/types" "^7.22.5" - babel-plugin-polyfill-corejs2 "^0.4.3" - babel-plugin-polyfill-corejs3 "^0.8.1" - babel-plugin-polyfill-regenerator "^0.5.0" - core-js-compat "^3.30.2" - semver "^6.3.0" + "@nicolo-ribaudo/semver-v6" "^6.3.3" + babel-plugin-polyfill-corejs2 "^0.4.4" + babel-plugin-polyfill-corejs3 "^0.8.2" + babel-plugin-polyfill-regenerator "^0.5.1" + core-js-compat "^3.31.0" "@babel/preset-modules@^0.1.5": version "0.1.5" @@ -1005,7 +1101,14 @@ resolved "https://registry.npmjs.org/@babel/regjsgen/-/regjsgen-0.8.0.tgz#f0ba69b075e1f05fb2825b7fad991e7adbb18310" integrity sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA== -"@babel/runtime@^7.22.5", "@babel/runtime@^7.8.4": +"@babel/runtime@^7.22.6": + version "7.22.6" + resolved "https://registry.npmjs.org/@babel/runtime/-/runtime-7.22.6.tgz#57d64b9ae3cff1d67eb067ae117dac087f5bd438" + integrity sha512-wDb5pWm4WDdF6LFUde3Jl8WzPA+3ZbxYqkC6xAXuD3irdEHN1k0NfTRrJD8ZD378SJ61miMLCqIOXYhd8x+AJQ== + dependencies: + regenerator-runtime "^0.13.11" + +"@babel/runtime@^7.8.4": version "7.22.5" resolved "https://registry.npmjs.org/@babel/runtime/-/runtime-7.22.5.tgz#8564dd588182ce0047d55d7a75e93921107b57ec" integrity sha512-ecjvYlnAaZ/KVneE/OdKYBYfgXV3Ptu6zQWmgEF7vwKhQnvVS6bjMD2XYgj+SNvQ1GfK/pjgokfPkC/2CO8CuA== @@ -1021,7 +1124,7 @@ "@babel/parser" "^7.22.5" "@babel/types" "^7.22.5" -"@babel/traverse@^7.22.5", "@babel/traverse@^7.7.2": +"@babel/traverse@^7.22.5": version "7.22.5" resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.22.5.tgz#44bd276690db6f4940fdb84e1cb4abd2f729ccd1" integrity sha512-7DuIjPgERaNo6r+PZwItpjCZEa5vyw4eJGufeLxrPdBXBoLcCJCIasvK6pK/9DVNrLZTLFhUGqaC6X/PA007TQ== @@ -1037,6 +1140,22 @@ debug "^4.1.0" globals "^11.1.0" +"@babel/traverse@^7.22.6", "@babel/traverse@^7.22.8": + version "7.22.8" + resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.22.8.tgz#4d4451d31bc34efeae01eac222b514a77aa4000e" + integrity sha512-y6LPR+wpM2I3qJrsheCTwhIinzkETbplIgPBbwvqPKc+uljeA5gP+3nP8irdYt1mjQaDnlIcG+dw8OjAco4GXw== + dependencies: + "@babel/code-frame" "^7.22.5" + "@babel/generator" "^7.22.7" + "@babel/helper-environment-visitor" "^7.22.5" + "@babel/helper-function-name" "^7.22.5" + "@babel/helper-hoist-variables" "^7.22.5" + "@babel/helper-split-export-declaration" "^7.22.6" + "@babel/parser" "^7.22.7" + "@babel/types" "^7.22.5" + debug "^4.1.0" + globals "^11.1.0" + "@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.22.5", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4": version "7.22.5" resolved "https://registry.npmjs.org/@babel/types/-/types-7.22.5.tgz#cd93eeaab025880a3a47ec881f4b096a5b786fbe" @@ -1316,115 +1435,115 @@ resolved "https://registry.npmjs.org/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz#1d572bfbbe14b7704e0ba0f39b74815b84870d70" integrity sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw== -"@esbuild/android-arm64@0.18.10": - version "0.18.10" - resolved "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.18.10.tgz#a416286e6271a8f050869df76ecfc4b822103bbe" - integrity sha512-ynm4naLbNbK0ajf9LUWtQB+6Vfg1Z/AplArqr4tGebC00Z6m9Y91OVIcjDa461wGcZwcaHYaZAab4yJxfhisTQ== +"@esbuild/android-arm64@0.18.11": + version "0.18.11" + resolved "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.18.11.tgz#fa6f0cc7105367cb79cc0a8bf32bf50cb1673e45" + integrity sha512-snieiq75Z1z5LJX9cduSAjUr7vEI1OdlzFPMw0HH5YI7qQHDd3qs+WZoMrWYDsfRJSq36lIA6mfZBkvL46KoIw== -"@esbuild/android-arm@0.18.10": - version "0.18.10" - resolved "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.18.10.tgz#aff8cfebd2ed3a52f4d4a923360e7abd0817c34c" - integrity sha512-3KClmVNd+Fku82uZJz5C4Rx8m1PPmWUFz5Zkw8jkpZPOmsq+EG1TTOtw1OXkHuX3WczOFQigrtf60B1ijKwNsg== +"@esbuild/android-arm@0.18.11": + version "0.18.11" + resolved "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.18.11.tgz#ae84a410696c9f549a15be94eaececb860bacacb" + integrity sha512-q4qlUf5ucwbUJZXF5tEQ8LF7y0Nk4P58hOsGk3ucY0oCwgQqAnqXVbUuahCddVHfrxmpyewRpiTHwVHIETYu7Q== -"@esbuild/android-x64@0.18.10": - version "0.18.10" - resolved "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.18.10.tgz#f3b1f52fd6bfdf79d5b9b5965798ff3a8afa584d" - integrity sha512-vFfXj8P9Yfjh54yqUDEHKzqzYuEfPyAOl3z7R9hjkwt+NCvbn9VMxX+IILnAfdImRBfYVItgSUsqGKhJFnBwZw== +"@esbuild/android-x64@0.18.11": + version "0.18.11" + resolved "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.18.11.tgz#0e58360bbc789ad0d68174d32ba20e678c2a16b6" + integrity sha512-iPuoxQEV34+hTF6FT7om+Qwziv1U519lEOvekXO9zaMMlT9+XneAhKL32DW3H7okrCOBQ44BMihE8dclbZtTuw== -"@esbuild/darwin-arm64@0.18.10": - version "0.18.10" - resolved "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.18.10.tgz#70644fc5f41bfe90079df449506de2a568f4c08f" - integrity sha512-k2OJQ7ZxE6sVc91+MQeZH9gFeDAH2uIYALPAwTjTCvcPy9Dzrf7V7gFUQPYkn09zloWhQ+nvxWHia2x2ZLR0sQ== +"@esbuild/darwin-arm64@0.18.11": + version "0.18.11" + resolved "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.18.11.tgz#fcdcd2ef76ca656540208afdd84f284072f0d1f9" + integrity sha512-Gm0QkI3k402OpfMKyQEEMG0RuW2LQsSmI6OeO4El2ojJMoF5NLYb3qMIjvbG/lbMeLOGiW6ooU8xqc+S0fgz2w== -"@esbuild/darwin-x64@0.18.10": - version "0.18.10" - resolved "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.18.10.tgz#a8a8466559af303db881c7a760553bfc00593a62" - integrity sha512-tnz/mdZk1L1Z3WpGjin/L2bKTe8/AKZpI8fcCLtH+gq8WXWsCNJSxlesAObV4qbtTl6pG5vmqFXfWUQ5hV8PAQ== +"@esbuild/darwin-x64@0.18.11": + version "0.18.11" + resolved "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.18.11.tgz#c5ac602ec0504a8ff81e876bc8a9811e94d69d37" + integrity sha512-N15Vzy0YNHu6cfyDOjiyfJlRJCB/ngKOAvoBf1qybG3eOq0SL2Lutzz9N7DYUbb7Q23XtHPn6lMDF6uWbGv9Fw== -"@esbuild/freebsd-arm64@0.18.10": - version "0.18.10" - resolved "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.18.10.tgz#eda518b8d9b38b6c17c2c58600f8b97ff7acd73b" - integrity sha512-QJluV0LwBrbHnYYwSKC+K8RGz0g/EyhpQH1IxdoFT0nM7PfgjE+aS8wxq/KFEsU0JkL7U/EEKd3O8xVBxXb2aA== +"@esbuild/freebsd-arm64@0.18.11": + version "0.18.11" + resolved "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.18.11.tgz#7012fb06ee3e6e0d5560664a65f3fefbcc46db2e" + integrity sha512-atEyuq6a3omEY5qAh5jIORWk8MzFnCpSTUruBgeyN9jZq1K/QI9uke0ATi3MHu4L8c59CnIi4+1jDKMuqmR71A== -"@esbuild/freebsd-x64@0.18.10": - version "0.18.10" - resolved "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.18.10.tgz#e96ba0a380ec38055fd4654dd7a96c90e32e4bbb" - integrity sha512-Hi/ycUkS6KTw+U9G5PK5NoK7CZboicaKUSVs0FSiPNtuCTzK6HNM4DIgniH7hFaeuszDS9T4dhAHWiLSt/Y5Ng== +"@esbuild/freebsd-x64@0.18.11": + version "0.18.11" + resolved "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.18.11.tgz#c5de1199f70e1f97d5c8fca51afa9bf9a2af5969" + integrity sha512-XtuPrEfBj/YYYnAAB7KcorzzpGTvOr/dTtXPGesRfmflqhA4LMF0Gh/n5+a9JBzPuJ+CGk17CA++Hmr1F/gI0Q== -"@esbuild/linux-arm64@0.18.10": - version "0.18.10" - resolved "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.18.10.tgz#63255f396ab465081bf37e4751bfade9578a8ff0" - integrity sha512-Nz6XcfRBOO7jSrVpKAyEyFOPGhySPNlgumSDhWAspdQQ11ub/7/NZDMhWDFReE9QH/SsCOCLQbdj0atAk/HMOQ== +"@esbuild/linux-arm64@0.18.11": + version "0.18.11" + resolved "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.18.11.tgz#2a6d3a74e0b8b5f294e22b4515b29f76ebd42660" + integrity sha512-c6Vh2WS9VFKxKZ2TvJdA7gdy0n6eSy+yunBvv4aqNCEhSWVor1TU43wNRp2YLO9Vng2G+W94aRz+ILDSwAiYog== -"@esbuild/linux-arm@0.18.10": - version "0.18.10" - resolved "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.18.10.tgz#9a589ffb96837b7536cfa6739dd2e666cc5e548e" - integrity sha512-HfFoxY172tVHPIvJy+FHxzB4l8xU7e5cxmNS11cQ2jt4JWAukn/7LXaPdZid41UyTweqa4P/1zs201gRGCTwHw== +"@esbuild/linux-arm@0.18.11": + version "0.18.11" + resolved "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.18.11.tgz#5175bd61b793b436e4aece6328aa0d9be07751e1" + integrity sha512-Idipz+Taso/toi2ETugShXjQ3S59b6m62KmLHkJlSq/cBejixmIydqrtM2XTvNCywFl3VC7SreSf6NV0i6sRyg== -"@esbuild/linux-ia32@0.18.10": - version "0.18.10" - resolved "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.18.10.tgz#291aba2de93e8cdf77d607f54e554ce4ffd2f5ef" - integrity sha512-otMdmSmkMe+pmiP/bZBjfphyAsTsngyT9RCYwoFzqrveAbux9nYitDTpdgToG0Z0U55+PnH654gCH2GQ1aB6Yw== +"@esbuild/linux-ia32@0.18.11": + version "0.18.11" + resolved "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.18.11.tgz#20ee6cfd65a398875f321a485e7b2278e5f6f67b" + integrity sha512-S3hkIF6KUqRh9n1Q0dSyYcWmcVa9Cg+mSoZEfFuzoYXXsk6196qndrM+ZiHNwpZKi3XOXpShZZ+9dfN5ykqjjw== -"@esbuild/linux-loong64@0.18.10": - version "0.18.10" - resolved "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.18.10.tgz#ff0fe68c137dc165277b559a747c5debe6a8baec" - integrity sha512-t8tjFuON1koxskzQ4VFoh0T5UDUMiLYjwf9Wktd0tx8AoK6xgU+5ubKOpWpcnhEQ2tESS5u0v6QuN8PX/ftwcQ== +"@esbuild/linux-loong64@0.18.11": + version "0.18.11" + resolved "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.18.11.tgz#8e7b251dede75083bf44508dab5edce3f49d052b" + integrity sha512-MRESANOoObQINBA+RMZW+Z0TJWpibtE7cPFnahzyQHDCA9X9LOmGh68MVimZlM9J8n5Ia8lU773te6O3ILW8kw== -"@esbuild/linux-mips64el@0.18.10": - version "0.18.10" - resolved "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.18.10.tgz#99801b17fe2bffcce5cf9375731adf3025e7aee9" - integrity sha512-+dUkcVzcfEJHz3HEnVpIJu8z8Wdn2n/nWMWdl6FVPFGJAVySO4g3+XPzNKFytVFwf8hPVDwYXzVcu8GMFqsqZw== +"@esbuild/linux-mips64el@0.18.11": + version "0.18.11" + resolved "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.18.11.tgz#a3125eb48538ac4932a9d05089b157f94e443165" + integrity sha512-qVyPIZrXNMOLYegtD1u8EBccCrBVshxMrn5MkuFc3mEVsw7CCQHaqZ4jm9hbn4gWY95XFnb7i4SsT3eflxZsUg== -"@esbuild/linux-ppc64@0.18.10": - version "0.18.10" - resolved "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.18.10.tgz#b5d179a6271d123b20694402364162bfa583b35b" - integrity sha512-sO3PjjxEGy+PY2qkGe2gwJbXdZN9wAYpVBZWFD0AwAoKuXRkWK0/zaMQ5ekUFJDRDCRm8x5U0Axaub7ynH/wVg== +"@esbuild/linux-ppc64@0.18.11": + version "0.18.11" + resolved "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.18.11.tgz#842abadb7a0995bd539adee2be4d681b68279499" + integrity sha512-T3yd8vJXfPirZaUOoA9D2ZjxZX4Gr3QuC3GztBJA6PklLotc/7sXTOuuRkhE9W/5JvJP/K9b99ayPNAD+R+4qQ== -"@esbuild/linux-riscv64@0.18.10": - version "0.18.10" - resolved "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.18.10.tgz#c34b55bcc71d07685e4b836659f299cd4f6889ec" - integrity sha512-JDtdbJg3yjDeXLv4lZYE1kiTnxv73/8cbPHY9T/dUKi8rYOM/k5b3W4UJLMUksuQ6nTm5c89W1nADsql6FW75A== +"@esbuild/linux-riscv64@0.18.11": + version "0.18.11" + resolved "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.18.11.tgz#7ce6e6cee1c72d5b4d2f4f8b6fcccf4a9bea0e28" + integrity sha512-evUoRPWiwuFk++snjH9e2cAjF5VVSTj+Dnf+rkO/Q20tRqv+644279TZlPK8nUGunjPAtQRCj1jQkDAvL6rm2w== -"@esbuild/linux-s390x@0.18.10": - version "0.18.10" - resolved "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.18.10.tgz#84318e86ee1e377c603c7b5359f5f67771eddd99" - integrity sha512-NLuSKcp8WckjD2a7z5kzLiCywFwBTMlIxDNuud1AUGVuwBBJSkuubp6cNjJ0p5c6CZaA3QqUGwjHJBiG1SoOFw== +"@esbuild/linux-s390x@0.18.11": + version "0.18.11" + resolved "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.18.11.tgz#98fbc794363d02ded07d300df2e535650b297b96" + integrity sha512-/SlRJ15XR6i93gRWquRxYCfhTeC5PdqEapKoLbX63PLCmAkXZHY2uQm2l9bN0oPHBsOw2IswRZctMYS0MijFcg== -"@esbuild/linux-x64@0.18.10": - version "0.18.10" - resolved "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.18.10.tgz#631650dc12f902535dea84b356709ba4ca893071" - integrity sha512-wj2KRsCsFusli+6yFgNO/zmmLslislAWryJnodteRmGej7ZzinIbMdsyp13rVGde88zxJd5vercNYK9kuvlZaQ== +"@esbuild/linux-x64@0.18.11": + version "0.18.11" + resolved "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.18.11.tgz#f8458ec8cf74c8274e4cacd00744d8446cac52eb" + integrity sha512-xcncej+wF16WEmIwPtCHi0qmx1FweBqgsRtEL1mSHLFR6/mb3GEZfLQnx+pUDfRDEM4DQF8dpXIW7eDOZl1IbA== -"@esbuild/netbsd-x64@0.18.10": - version "0.18.10" - resolved "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.18.10.tgz#436c8c8590eb7638e9d811ce5aae5e44b7dd2e45" - integrity sha512-pQ9QqxEPI3cVRZyUtCoZxhZK3If+7RzR8L2yz2+TDzdygofIPOJFaAPkEJ5rYIbUO101RaiYxfdOBahYexLk5A== +"@esbuild/netbsd-x64@0.18.11": + version "0.18.11" + resolved "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.18.11.tgz#a7b2f991b8293748a7be42eac1c4325faf0c7cca" + integrity sha512-aSjMHj/F7BuS1CptSXNg6S3M4F3bLp5wfFPIJM+Km2NfIVfFKhdmfHF9frhiCLIGVzDziggqWll0B+9AUbud/Q== -"@esbuild/openbsd-x64@0.18.10": - version "0.18.10" - resolved "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.18.10.tgz#69945ceeecfb30c20b64068d14a2cf9853254035" - integrity sha512-k8GTIIW9I8pEEfoOUm32TpPMgSg06JhL5DO+ql66aLTkOQUs0TxCA67Wi7pv6z8iF8STCGcNbm3UWFHLuci+ag== +"@esbuild/openbsd-x64@0.18.11": + version "0.18.11" + resolved "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.18.11.tgz#3e50923de84c54008f834221130fd23646072b2f" + integrity sha512-tNBq+6XIBZtht0xJGv7IBB5XaSyvYPCm1PxJ33zLQONdZoLVM0bgGqUrXnJyiEguD9LU4AHiu+GCXy/Hm9LsdQ== -"@esbuild/sunos-x64@0.18.10": - version "0.18.10" - resolved "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.18.10.tgz#2ad291b87225f82490d3ffd7c8b643e45fe0d616" - integrity sha512-vIGYJIdEI6d4JBucAx8py792G8J0GP40qSH+EvSt80A4zvGd6jph+5t1g+eEXcS2aRpgZw6CrssNCFZxTdEsxw== +"@esbuild/sunos-x64@0.18.11": + version "0.18.11" + resolved "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.18.11.tgz#ae47a550b0cd395de03606ecfba03cc96c7c19e2" + integrity sha512-kxfbDOrH4dHuAAOhr7D7EqaYf+W45LsAOOhAet99EyuxxQmjbk8M9N4ezHcEiCYPaiW8Dj3K26Z2V17Gt6p3ng== -"@esbuild/win32-arm64@0.18.10": - version "0.18.10" - resolved "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.18.10.tgz#f12fcff13b9dbd3e80481f4cb6282708ce7794bb" - integrity sha512-kRhNcMZFGMW+ZHCarAM1ypr8OZs0k688ViUCetVCef9p3enFxzWeBg9h/575Y0nsFu0ZItluCVF5gMR2pwOEpA== +"@esbuild/win32-arm64@0.18.11": + version "0.18.11" + resolved "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.18.11.tgz#05d364582b7862d7fbf4698ef43644f7346dcfcc" + integrity sha512-Sh0dDRyk1Xi348idbal7lZyfSkjhJsdFeuC13zqdipsvMetlGiFQNdO+Yfp6f6B4FbyQm7qsk16yaZk25LChzg== -"@esbuild/win32-ia32@0.18.10": - version "0.18.10" - resolved "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.18.10.tgz#e369e9bedf6b548a62b284320c6de08982d045da" - integrity sha512-AR9PX1whYaYh9p0EOaKna0h48F/A101Mt/ag72+kMkkBZXPQ7cjbz2syXI/HI3OlBdUytSdHneljfjvUoqwqiQ== +"@esbuild/win32-ia32@0.18.11": + version "0.18.11" + resolved "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.18.11.tgz#a3372095a4a1939da672156a3c104f8ce85ee616" + integrity sha512-o9JUIKF1j0rqJTFbIoF4bXj6rvrTZYOrfRcGyL0Vm5uJ/j5CkBD/51tpdxe9lXEDouhRgdr/BYzUrDOvrWwJpg== -"@esbuild/win32-x64@0.18.10": - version "0.18.10" - resolved "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.18.10.tgz#141d8e73b74252eef46a5433f69d15890d82b5e3" - integrity sha512-5sTkYhAGHNRr6bVf4RM0PsscqVr6/DBYdrlMh168oph3usid3lKHcHEEHmr34iZ9GHeeg2juFOxtpl6XyC3tpw== +"@esbuild/win32-x64@0.18.11": + version "0.18.11" + resolved "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.18.11.tgz#6526c7e1b40d5b9f0a222c6b767c22f6fb97aa57" + integrity sha512-rQI4cjLHd2hGsM1LqgDI7oOCYbQ6IBOVsX9ejuRMSze0GqXUG2ekwiKkiBU1pRGSeCqFFHxTrcEydB2Hyoz9CA== "@eslint-community/eslint-utils@^4.2.0": version "4.2.0" @@ -1438,14 +1557,14 @@ resolved "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.4.0.tgz#3e61c564fcd6b921cb789838631c5ee44df09403" integrity sha512-A9983Q0LnDGdLPjxyXQ00sbV+K+O+ko2Dr+CZigbHWtX9pNfxlaBkMR8X1CztI73zuEyEBXTVjx7CE+/VSwDiQ== -"@eslint/eslintrc@^2.0.3": - version "2.0.3" - resolved "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.0.3.tgz#4910db5505f4d503f27774bf356e3704818a0331" - integrity sha512-+5gy6OQfk+xx3q0d6jGZZC3f3KzAkXc/IanVxd1is/VIIziRqqt3ongQz0FiTUXqTk0c7aDB3OaFuKnuSoJicQ== +"@eslint/eslintrc@^2.1.0": + version "2.1.0" + resolved "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.0.tgz#82256f164cc9e0b59669efc19d57f8092706841d" + integrity sha512-Lj7DECXqIVCqnqjjHMPna4vn6GJcMgul/wuS0je9OZ9gsL0zzDpKPVtcG1HaDVc+9y+qgXneTeUMbCqXJNpH1A== dependencies: ajv "^6.12.4" debug "^4.3.2" - espree "^9.5.2" + espree "^9.6.0" globals "^13.19.0" ignore "^5.2.0" import-fresh "^3.2.1" @@ -1453,10 +1572,10 @@ minimatch "^3.1.2" strip-json-comments "^3.1.1" -"@eslint/js@8.43.0": - version "8.43.0" - resolved "https://registry.npmjs.org/@eslint/js/-/js-8.43.0.tgz#559ca3d9ddbd6bf907ad524320a0d14b85586af0" - integrity sha512-s2UHCoiXfxMvmfzqoN+vrQ84ahUSYde9qNO1MdxmoEhyHWsfmwOpFlwYV+ePJEVc7gFnATGUi376WowX1N7tFg== +"@eslint/js@8.44.0": + version "8.44.0" + resolved "https://registry.npmjs.org/@eslint/js/-/js-8.44.0.tgz#961a5903c74139390478bdc808bcde3fc45ab7af" + integrity sha512-Ag+9YM4ocKQx9AarydN0KY2j0ErMHNIocPDrVo8zAE44xLTjEtz81OdR68/cydGtk6m6jDb5Za3r2useMzYmSw== "@gar/promisify@^1.0.1", "@gar/promisify@^1.1.3": version "1.1.3" @@ -1515,28 +1634,28 @@ resolved "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz#e45e384e4b8ec16bce2fd903af78450f6bf7ec98" integrity sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA== -"@jest/console@^29.5.0": - version "29.5.0" - resolved "https://registry.npmjs.org/@jest/console/-/console-29.5.0.tgz#593a6c5c0d3f75689835f1b3b4688c4f8544cb57" - integrity sha512-NEpkObxPwyw/XxZVLPmAGKE89IQRp4puc6IQRPru6JKd1M3fW9v1xM1AnzIJE65hbCkzQAdnL8P47e9hzhiYLQ== +"@jest/console@^29.6.1": + version "29.6.1" + resolved "https://registry.npmjs.org/@jest/console/-/console-29.6.1.tgz#b48ba7b9c34b51483e6d590f46e5837f1ab5f639" + integrity sha512-Aj772AYgwTSr5w8qnyoJ0eDYvN6bMsH3ORH1ivMotrInHLKdUz6BDlaEXHdM6kODaBIkNIyQGzsMvRdOv7VG7Q== dependencies: - "@jest/types" "^29.5.0" + "@jest/types" "^29.6.1" "@types/node" "*" chalk "^4.0.0" - jest-message-util "^29.5.0" - jest-util "^29.5.0" + jest-message-util "^29.6.1" + jest-util "^29.6.1" slash "^3.0.0" -"@jest/core@^29.5.0": - version "29.5.0" - resolved "https://registry.npmjs.org/@jest/core/-/core-29.5.0.tgz#76674b96904484e8214614d17261cc491e5f1f03" - integrity sha512-28UzQc7ulUrOQw1IsN/kv1QES3q2kkbl/wGslyhAclqZ/8cMdB5M68BffkIdSJgKBUt50d3hbwJ92XESlE7LiQ== +"@jest/core@^29.6.1": + version "29.6.1" + resolved "https://registry.npmjs.org/@jest/core/-/core-29.6.1.tgz#fac0d9ddf320490c93356ba201451825231e95f6" + integrity sha512-CcowHypRSm5oYQ1obz1wfvkjZZ2qoQlrKKvlfPwh5jUXVU12TWr2qMeH8chLMuTFzHh5a1g2yaqlqDICbr+ukQ== dependencies: - "@jest/console" "^29.5.0" - "@jest/reporters" "^29.5.0" - "@jest/test-result" "^29.5.0" - "@jest/transform" "^29.5.0" - "@jest/types" "^29.5.0" + "@jest/console" "^29.6.1" + "@jest/reporters" "^29.6.1" + "@jest/test-result" "^29.6.1" + "@jest/transform" "^29.6.1" + "@jest/types" "^29.6.1" "@types/node" "*" ansi-escapes "^4.2.1" chalk "^4.0.0" @@ -1544,32 +1663,32 @@ exit "^0.1.2" graceful-fs "^4.2.9" jest-changed-files "^29.5.0" - jest-config "^29.5.0" - jest-haste-map "^29.5.0" - jest-message-util "^29.5.0" + jest-config "^29.6.1" + jest-haste-map "^29.6.1" + jest-message-util "^29.6.1" jest-regex-util "^29.4.3" - jest-resolve "^29.5.0" - jest-resolve-dependencies "^29.5.0" - jest-runner "^29.5.0" - jest-runtime "^29.5.0" - jest-snapshot "^29.5.0" - jest-util "^29.5.0" - jest-validate "^29.5.0" - jest-watcher "^29.5.0" + jest-resolve "^29.6.1" + jest-resolve-dependencies "^29.6.1" + jest-runner "^29.6.1" + jest-runtime "^29.6.1" + jest-snapshot "^29.6.1" + jest-util "^29.6.1" + jest-validate "^29.6.1" + jest-watcher "^29.6.1" micromatch "^4.0.4" - pretty-format "^29.5.0" + pretty-format "^29.6.1" slash "^3.0.0" strip-ansi "^6.0.0" -"@jest/environment@^29.5.0": - version "29.5.0" - resolved "https://registry.npmjs.org/@jest/environment/-/environment-29.5.0.tgz#9152d56317c1fdb1af389c46640ba74ef0bb4c65" - integrity sha512-5FXw2+wD29YU1d4I2htpRX7jYnAyTRjP2CsXQdo9SAM8g3ifxWPSV0HnClSn71xwctr0U3oZIIH+dtbfmnbXVQ== +"@jest/environment@^29.6.1": + version "29.6.1" + resolved "https://registry.npmjs.org/@jest/environment/-/environment-29.6.1.tgz#ee358fff2f68168394b4a50f18c68278a21fe82f" + integrity sha512-RMMXx4ws+Gbvw3DfLSuo2cfQlK7IwGbpuEWXCqyYDcqYTI+9Ju3a5hDnXaxjNsa6uKh9PQF2v+qg+RLe63tz5A== dependencies: - "@jest/fake-timers" "^29.5.0" - "@jest/types" "^29.5.0" + "@jest/fake-timers" "^29.6.1" + "@jest/types" "^29.6.1" "@types/node" "*" - jest-mock "^29.5.0" + jest-mock "^29.6.1" "@jest/expect-utils@^29.5.0": version "29.5.0" @@ -1578,47 +1697,54 @@ dependencies: jest-get-type "^29.4.3" -"@jest/expect@^29.5.0": - version "29.5.0" - resolved "https://registry.npmjs.org/@jest/expect/-/expect-29.5.0.tgz#80952f5316b23c483fbca4363ce822af79c38fba" - integrity sha512-PueDR2HGihN3ciUNGr4uelropW7rqUfTiOn+8u0leg/42UhblPxHkfoh0Ruu3I9Y1962P3u2DY4+h7GVTSVU6g== +"@jest/expect-utils@^29.6.1": + version "29.6.1" + resolved "https://registry.npmjs.org/@jest/expect-utils/-/expect-utils-29.6.1.tgz#ab83b27a15cdd203fe5f68230ea22767d5c3acc5" + integrity sha512-o319vIf5pEMx0LmzSxxkYYxo4wrRLKHq9dP1yJU7FoPTB0LfAKSz8SWD6D/6U3v/O52t9cF5t+MeJiRsfk7zMw== dependencies: - expect "^29.5.0" - jest-snapshot "^29.5.0" + jest-get-type "^29.4.3" -"@jest/fake-timers@^29.5.0": - version "29.5.0" - resolved "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-29.5.0.tgz#d4d09ec3286b3d90c60bdcd66ed28d35f1b4dc2c" - integrity sha512-9ARvuAAQcBwDAqOnglWq2zwNIRUDtk/SCkp/ToGEhFv5r86K21l+VEs0qNTaXtyiY0lEePl3kylijSYJQqdbDg== +"@jest/expect@^29.6.1": + version "29.6.1" + resolved "https://registry.npmjs.org/@jest/expect/-/expect-29.6.1.tgz#fef18265188f6a97601f1ea0a2912d81a85b4657" + integrity sha512-N5xlPrAYaRNyFgVf2s9Uyyvr795jnB6rObuPx4QFvNJz8aAjpZUDfO4bh5G/xuplMID8PrnuF1+SfSyDxhsgYg== dependencies: - "@jest/types" "^29.5.0" + expect "^29.6.1" + jest-snapshot "^29.6.1" + +"@jest/fake-timers@^29.6.1": + version "29.6.1" + resolved "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-29.6.1.tgz#c773efddbc61e1d2efcccac008139f621de57c69" + integrity sha512-RdgHgbXyosCDMVYmj7lLpUwXA4c69vcNzhrt69dJJdf8azUrpRh3ckFCaTPNjsEeRi27Cig0oKDGxy5j7hOgHg== + dependencies: + "@jest/types" "^29.6.1" "@sinonjs/fake-timers" "^10.0.2" "@types/node" "*" - jest-message-util "^29.5.0" - jest-mock "^29.5.0" - jest-util "^29.5.0" + jest-message-util "^29.6.1" + jest-mock "^29.6.1" + jest-util "^29.6.1" -"@jest/globals@^29.5.0": - version "29.5.0" - resolved "https://registry.npmjs.org/@jest/globals/-/globals-29.5.0.tgz#6166c0bfc374c58268677539d0c181f9c1833298" - integrity sha512-S02y0qMWGihdzNbUiqSAiKSpSozSuHX5UYc7QbnHP+D9Lyw8DgGGCinrN9uSuHPeKgSSzvPom2q1nAtBvUsvPQ== +"@jest/globals@^29.6.1": + version "29.6.1" + resolved "https://registry.npmjs.org/@jest/globals/-/globals-29.6.1.tgz#c8a8923e05efd757308082cc22893d82b8aa138f" + integrity sha512-2VjpaGy78JY9n9370H8zGRCFbYVWwjY6RdDMhoJHa1sYfwe6XM/azGN0SjY8kk7BOZApIejQ1BFPyH7FPG0w3A== dependencies: - "@jest/environment" "^29.5.0" - "@jest/expect" "^29.5.0" - "@jest/types" "^29.5.0" - jest-mock "^29.5.0" + "@jest/environment" "^29.6.1" + "@jest/expect" "^29.6.1" + "@jest/types" "^29.6.1" + jest-mock "^29.6.1" -"@jest/reporters@^29.5.0": - version "29.5.0" - resolved "https://registry.npmjs.org/@jest/reporters/-/reporters-29.5.0.tgz#985dfd91290cd78ddae4914ba7921bcbabe8ac9b" - integrity sha512-D05STXqj/M8bP9hQNSICtPqz97u7ffGzZu+9XLucXhkOFBqKcXe04JLZOgIekOxdb73MAoBUFnqvf7MCpKk5OA== +"@jest/reporters@^29.6.1": + version "29.6.1" + resolved "https://registry.npmjs.org/@jest/reporters/-/reporters-29.6.1.tgz#3325a89c9ead3cf97ad93df3a427549d16179863" + integrity sha512-9zuaI9QKr9JnoZtFQlw4GREQbxgmNYXU6QuWtmuODvk5nvPUeBYapVR/VYMyi2WSx3jXTLJTJji8rN6+Cm4+FA== dependencies: "@bcoe/v8-coverage" "^0.2.3" - "@jest/console" "^29.5.0" - "@jest/test-result" "^29.5.0" - "@jest/transform" "^29.5.0" - "@jest/types" "^29.5.0" - "@jridgewell/trace-mapping" "^0.3.15" + "@jest/console" "^29.6.1" + "@jest/test-result" "^29.6.1" + "@jest/transform" "^29.6.1" + "@jest/types" "^29.6.1" + "@jridgewell/trace-mapping" "^0.3.18" "@types/node" "*" chalk "^4.0.0" collect-v8-coverage "^1.0.0" @@ -1630,9 +1756,9 @@ istanbul-lib-report "^3.0.0" istanbul-lib-source-maps "^4.0.0" istanbul-reports "^3.1.3" - jest-message-util "^29.5.0" - jest-util "^29.5.0" - jest-worker "^29.5.0" + jest-message-util "^29.6.1" + jest-util "^29.6.1" + jest-worker "^29.6.1" slash "^3.0.0" string-length "^4.0.1" strip-ansi "^6.0.0" @@ -1645,51 +1771,58 @@ dependencies: "@sinclair/typebox" "^0.25.16" -"@jest/source-map@^29.4.3": - version "29.4.3" - resolved "https://registry.npmjs.org/@jest/source-map/-/source-map-29.4.3.tgz#ff8d05cbfff875d4a791ab679b4333df47951d20" - integrity sha512-qyt/mb6rLyd9j1jUts4EQncvS6Yy3PM9HghnNv86QBlV+zdL2inCdK1tuVlL+J+lpiw2BI67qXOrX3UurBqQ1w== +"@jest/schemas@^29.6.0": + version "29.6.0" + resolved "https://registry.npmjs.org/@jest/schemas/-/schemas-29.6.0.tgz#0f4cb2c8e3dca80c135507ba5635a4fd755b0040" + integrity sha512-rxLjXyJBTL4LQeJW3aKo0M/+GkCOXsO+8i9Iu7eDb6KwtP65ayoDsitrdPBtujxQ88k4wI2FNYfa6TOGwSn6cQ== dependencies: - "@jridgewell/trace-mapping" "^0.3.15" + "@sinclair/typebox" "^0.27.8" + +"@jest/source-map@^29.6.0": + version "29.6.0" + resolved "https://registry.npmjs.org/@jest/source-map/-/source-map-29.6.0.tgz#bd34a05b5737cb1a99d43e1957020ac8e5b9ddb1" + integrity sha512-oA+I2SHHQGxDCZpbrsCQSoMLb3Bz547JnM+jUr9qEbuw0vQlWZfpPS7CO9J7XiwKicEz9OFn/IYoLkkiUD7bzA== + dependencies: + "@jridgewell/trace-mapping" "^0.3.18" callsites "^3.0.0" graceful-fs "^4.2.9" -"@jest/test-result@^29.5.0": - version "29.5.0" - resolved "https://registry.npmjs.org/@jest/test-result/-/test-result-29.5.0.tgz#7c856a6ca84f45cc36926a4e9c6b57f1973f1408" - integrity sha512-fGl4rfitnbfLsrfx1uUpDEESS7zM8JdgZgOCQuxQvL1Sn/I6ijeAVQWGfXI9zb1i9Mzo495cIpVZhA0yr60PkQ== +"@jest/test-result@^29.6.1": + version "29.6.1" + resolved "https://registry.npmjs.org/@jest/test-result/-/test-result-29.6.1.tgz#850e565a3f58ee8ca6ec424db00cb0f2d83c36ba" + integrity sha512-Ynr13ZRcpX6INak0TPUukU8GWRfm/vAytE3JbJNGAvINySWYdfE7dGZMbk36oVuK4CigpbhMn8eg1dixZ7ZJOw== dependencies: - "@jest/console" "^29.5.0" - "@jest/types" "^29.5.0" + "@jest/console" "^29.6.1" + "@jest/types" "^29.6.1" "@types/istanbul-lib-coverage" "^2.0.0" collect-v8-coverage "^1.0.0" -"@jest/test-sequencer@^29.5.0": - version "29.5.0" - resolved "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-29.5.0.tgz#34d7d82d3081abd523dbddc038a3ddcb9f6d3cc4" - integrity sha512-yPafQEcKjkSfDXyvtgiV4pevSeyuA6MQr6ZIdVkWJly9vkqjnFfcfhRQqpD5whjoU8EORki752xQmjaqoFjzMQ== +"@jest/test-sequencer@^29.6.1": + version "29.6.1" + resolved "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-29.6.1.tgz#e3e582ee074dd24ea9687d7d1aaf05ee3a9b068e" + integrity sha512-oBkC36PCDf/wb6dWeQIhaviU0l5u6VCsXa119yqdUosYAt7/FbQU2M2UoziO3igj/HBDEgp57ONQ3fm0v9uyyg== dependencies: - "@jest/test-result" "^29.5.0" + "@jest/test-result" "^29.6.1" graceful-fs "^4.2.9" - jest-haste-map "^29.5.0" + jest-haste-map "^29.6.1" slash "^3.0.0" -"@jest/transform@^29.5.0": - version "29.5.0" - resolved "https://registry.npmjs.org/@jest/transform/-/transform-29.5.0.tgz#cf9c872d0965f0cbd32f1458aa44a2b1988b00f9" - integrity sha512-8vbeZWqLJOvHaDfeMuoHITGKSz5qWc9u04lnWrQE3VyuSw604PzQM824ZeX9XSjUCeDiE3GuxZe5UKa8J61NQw== +"@jest/transform@^29.6.1": + version "29.6.1" + resolved "https://registry.npmjs.org/@jest/transform/-/transform-29.6.1.tgz#acb5606019a197cb99beda3c05404b851f441c92" + integrity sha512-URnTneIU3ZjRSaf906cvf6Hpox3hIeJXRnz3VDSw5/X93gR8ycdfSIEy19FlVx8NFmpN7fe3Gb1xF+NjXaQLWg== dependencies: "@babel/core" "^7.11.6" - "@jest/types" "^29.5.0" - "@jridgewell/trace-mapping" "^0.3.15" + "@jest/types" "^29.6.1" + "@jridgewell/trace-mapping" "^0.3.18" babel-plugin-istanbul "^6.1.1" chalk "^4.0.0" convert-source-map "^2.0.0" fast-json-stable-stringify "^2.1.0" graceful-fs "^4.2.9" - jest-haste-map "^29.5.0" + jest-haste-map "^29.6.1" jest-regex-util "^29.4.3" - jest-util "^29.5.0" + jest-util "^29.6.1" micromatch "^4.0.4" pirates "^4.0.4" slash "^3.0.0" @@ -1707,6 +1840,18 @@ "@types/yargs" "^17.0.8" chalk "^4.0.0" +"@jest/types@^29.6.1": + version "29.6.1" + resolved "https://registry.npmjs.org/@jest/types/-/types-29.6.1.tgz#ae79080278acff0a6af5eb49d063385aaa897bf2" + integrity sha512-tPKQNMPuXgvdOn2/Lg9HNfUvjYVGolt04Hp03f5hAk878uwOLikN+JzeLY0HcVgKgFl9Hs3EIqpu3WX27XNhnw== + dependencies: + "@jest/schemas" "^29.6.0" + "@types/istanbul-lib-coverage" "^2.0.0" + "@types/istanbul-reports" "^3.0.0" + "@types/node" "*" + "@types/yargs" "^17.0.8" + chalk "^4.0.0" + "@jridgewell/gen-mapping@^0.1.0": version "0.1.1" resolved "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.1.1.tgz#e5d2e450306a9491e3bd77e323e38d7aff315996" @@ -1747,7 +1892,7 @@ resolved "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz#add4c98d341472a289190b424efbdb096991bb24" integrity sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw== -"@jridgewell/trace-mapping@^0.3.12", "@jridgewell/trace-mapping@^0.3.15", "@jridgewell/trace-mapping@^0.3.17", "@jridgewell/trace-mapping@^0.3.9": +"@jridgewell/trace-mapping@^0.3.12", "@jridgewell/trace-mapping@^0.3.17", "@jridgewell/trace-mapping@^0.3.18", "@jridgewell/trace-mapping@^0.3.9": version "0.3.18" resolved "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.18.tgz#25783b2086daf6ff1dcb53c9249ae480e4dd4cd6" integrity sha512-w+niJYzMHdd7USdiH2U6869nqhD2nbfZXND5Yp93qIbEmnDNk7PD48o+YchRVpzMU7M6jVCbenTR7PA1FLQ9pA== @@ -1755,21 +1900,21 @@ "@jridgewell/resolve-uri" "3.1.0" "@jridgewell/sourcemap-codec" "1.4.14" -"@lerna/child-process@7.1.0": - version "7.1.0" - resolved "https://registry.npmjs.org/@lerna/child-process/-/child-process-7.1.0.tgz#c3bde37e38822e0506e1ff3cda8b206417b2cf43" - integrity sha512-NmpwxygdVW2xprCNNgZ9d6P/pRlaXX2vfUynYNS+jsv7Q2uDZSdW86kjwEgbWyjSu7quZsmpQLqpl6PnfFl82g== +"@lerna/child-process@7.1.1": + version "7.1.1" + resolved "https://registry.npmjs.org/@lerna/child-process/-/child-process-7.1.1.tgz#60eddd6dc4b6ba0fd51851c78b6dbdc4e1614220" + integrity sha512-mR8PaTkckYPLmEBG2VsVsJq2UuzEvjXevOB1rKLKUZ/dPCGcottVhbiEzTxickc+s7Y/1dTTLn/1BKj3B1a5BA== dependencies: chalk "^4.1.0" execa "^5.0.0" strong-log-transformer "^2.1.0" -"@lerna/create@7.1.0": - version "7.1.0" - resolved "https://registry.npmjs.org/@lerna/create/-/create-7.1.0.tgz#0bf1911ca1bfd6cea9820aaeefe7fd1136f52a26" - integrity sha512-qmj1c9J9AmMdiZW7akK7PVhUK3rwHnOgOBrz7TL0eoHsCE9kda+5VWiKFKSyDqq2zSai+a5OZU/pfkaPm8FygA== +"@lerna/create@7.1.1": + version "7.1.1" + resolved "https://registry.npmjs.org/@lerna/create/-/create-7.1.1.tgz#2af94afb01971c1b594c06347b6998607aefe5c4" + integrity sha512-1PY2OgwGxp7b91JzLKEhONVl69mCt1IyYEc6pzKy3Sv+UOdeK2QFq1SX/85hNOR3iitiyZ75bNWUTcBly1ZlZg== dependencies: - "@lerna/child-process" "7.1.0" + "@lerna/child-process" "7.1.1" dedent "0.7.0" fs-extra "^11.1.1" init-package-json "5.0.0" @@ -1783,10 +1928,15 @@ validate-npm-package-name "5.0.0" yargs-parser "20.2.4" -"@ls-lint/ls-lint@2.0.0": - version "2.0.0" - resolved "https://registry.npmjs.org/@ls-lint/ls-lint/-/ls-lint-2.0.0.tgz#a31256efaeb1d97d6bcb4a98ed7f2e96809e6767" - integrity sha512-1QEk2tzSH5YBCgP+klCZJvdGHJFNQgJb8qPFpFwQPmvjmZMV0aPE11TZ4qd+BlTcteeCWzs5ewSIOVRx2xT+Lw== +"@ls-lint/ls-lint@2.0.1": + version "2.0.1" + resolved "https://registry.npmjs.org/@ls-lint/ls-lint/-/ls-lint-2.0.1.tgz#27a0513fde8e06704ff174b0a696d473190b8874" + integrity sha512-z+sGTPWHQ2nWRj2UsDFSEQDOCw2iIjP2bPU/K1wgLNkWUv7J8WjzoBsZLgUqIgD1Sqi7zpksFTtTymgnUwramA== + +"@nicolo-ribaudo/semver-v6@^6.3.3": + version "6.3.3" + resolved "https://registry.npmjs.org/@nicolo-ribaudo/semver-v6/-/semver-v6-6.3.3.tgz#ea6d23ade78a325f7a52750aab1526b02b628c29" + integrity sha512-3Yc1fUTs69MG/uZbJlLSI3JISMn2UV2rg+1D/vROUqZyh3l6iYHCs7GMp+M40ZD7yOdDbYjJcU1oTJhrc+dGKg== "@nodelib/fs.scandir@2.1.5": version "2.1.5" @@ -2229,16 +2379,16 @@ resolved "https://registry.npmjs.org/@polka/url/-/url-1.0.0-next.21.tgz#5de5a2385a35309427f6011992b544514d559aa1" integrity sha512-a5Sab1C4/icpTZVzZc5Ghpz88yQtGOyNqYXcZgOssB2uuAr+wF/MvN6bgtW32q7HHrvBki+BsZ0OuNv6EV3K9g== -"@puppeteer/browsers@1.4.2": - version "1.4.2" - resolved "https://registry.npmjs.org/@puppeteer/browsers/-/browsers-1.4.2.tgz#c6efa2e664369a2e9e930105cb450fcc71237889" - integrity sha512-5MLU1RFaJh1Beb9FH6raowtZErcsZ0ojYJvdG3OWXfnc3wZiDAa0PgXU2QOKtbW2S+Z731K/2n3YczGA3KbLbQ== +"@puppeteer/browsers@1.4.3": + version "1.4.3" + resolved "https://registry.npmjs.org/@puppeteer/browsers/-/browsers-1.4.3.tgz#39bfd8bf999d707ed2914b036fa2febac2960985" + integrity sha512-8Jfkpb8qhPQhMsNBmIY8b6+ic2kvcmHZlyvifmcNKBC5jNZf3MAKq3gryKfmrjFAYFl3naPjiKljPUq5wuolfQ== dependencies: debug "4.3.4" extract-zip "2.0.1" progress "2.0.3" proxy-agent "6.2.1" - tar-fs "3.0.2" + tar-fs "3.0.3" unbzip2-stream "1.4.3" yargs "17.7.1" @@ -2316,6 +2466,11 @@ resolved "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.25.21.tgz#763b05a4b472c93a8db29b2c3e359d55b29ce272" integrity sha512-gFukHN4t8K4+wVC+ECqeqwzBDeFeTzBXroBTqE6vcWrQGbEUpHO7LYdG0f4xnvYq4VOEwITSlHlp0JBAIFMS/g== +"@sinclair/typebox@^0.27.8": + version "0.27.8" + resolved "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.27.8.tgz#6667fac16c436b5434a387a34dedb013198f6e6e" + integrity sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA== + "@sindresorhus/is@^5.2.0": version "5.3.0" resolved "https://registry.npmjs.org/@sindresorhus/is/-/is-5.3.0.tgz#0ec9264cf54a527671d990eb874e030b55b70dcc" @@ -2746,17 +2901,17 @@ dependencies: "@types/node" "*" -"@typescript-eslint/eslint-plugin@5.60.1": - version "5.60.1" - resolved "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.60.1.tgz#81382d6ecb92b8dda70e91f9035611cb2fecd1c3" - integrity sha512-KSWsVvsJsLJv3c4e73y/Bzt7OpqMCADUO846bHcuWYSYM19bldbAeDv7dYyV0jwkbMfJ2XdlzwjhXtuD7OY6bw== +"@typescript-eslint/eslint-plugin@5.61.0": + version "5.61.0" + resolved "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.61.0.tgz#a1a5290cf33863b4db3fb79350b3c5275a7b1223" + integrity sha512-A5l/eUAug103qtkwccSCxn8ZRwT+7RXWkFECdA4Cvl1dOlDUgTpAOfSEElZn2uSUxhdDpnCdetrf0jvU4qrL+g== dependencies: "@eslint-community/regexpp" "^4.4.0" - "@typescript-eslint/scope-manager" "5.60.1" - "@typescript-eslint/type-utils" "5.60.1" - "@typescript-eslint/utils" "5.60.1" + "@typescript-eslint/scope-manager" "5.61.0" + "@typescript-eslint/type-utils" "5.61.0" + "@typescript-eslint/utils" "5.61.0" debug "^4.3.4" - grapheme-splitter "^1.0.4" + graphemer "^1.4.0" ignore "^5.2.0" natural-compare-lite "^1.4.0" semver "^7.3.7" @@ -2778,14 +2933,14 @@ semver "^7.3.7" tsutils "^3.21.0" -"@typescript-eslint/parser@5.60.1": - version "5.60.1" - resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.60.1.tgz#0f2f58209c0862a73e3d5a56099abfdfa21d0fd3" - integrity sha512-pHWlc3alg2oSMGwsU/Is8hbm3XFbcrb6P5wIxcQW9NsYBfnrubl/GhVVD/Jm/t8HXhA2WncoIRfBtnCgRGV96Q== +"@typescript-eslint/parser@5.61.0": + version "5.61.0" + resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.61.0.tgz#7fbe3e2951904bb843f8932ebedd6e0635bffb70" + integrity sha512-yGr4Sgyh8uO6fSi9hw3jAFXNBHbCtKKFMdX2IkT3ZqpKmtAq3lHS4ixB/COFuAIJpwl9/AqF7j72ZDWYKmIfvg== dependencies: - "@typescript-eslint/scope-manager" "5.60.1" - "@typescript-eslint/types" "5.60.1" - "@typescript-eslint/typescript-estree" "5.60.1" + "@typescript-eslint/scope-manager" "5.61.0" + "@typescript-eslint/types" "5.61.0" + "@typescript-eslint/typescript-estree" "5.61.0" debug "^4.3.4" "@typescript-eslint/parser@^5.42.1": @@ -2806,13 +2961,13 @@ "@typescript-eslint/types" "5.60.0" "@typescript-eslint/visitor-keys" "5.60.0" -"@typescript-eslint/scope-manager@5.60.1": - version "5.60.1" - resolved "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.60.1.tgz#35abdb47f500c68c08f2f2b4f22c7c79472854bb" - integrity sha512-Dn/LnN7fEoRD+KspEOV0xDMynEmR3iSHdgNsarlXNLGGtcUok8L4N71dxUgt3YvlO8si7E+BJ5Fe3wb5yUw7DQ== +"@typescript-eslint/scope-manager@5.61.0": + version "5.61.0" + resolved "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.61.0.tgz#b670006d069c9abe6415c41f754b1b5d949ef2b2" + integrity sha512-W8VoMjoSg7f7nqAROEmTt6LoBpn81AegP7uKhhW5KzYlehs8VV0ZW0fIDVbcZRcaP3aPSW+JZFua+ysQN+m/Nw== dependencies: - "@typescript-eslint/types" "5.60.1" - "@typescript-eslint/visitor-keys" "5.60.1" + "@typescript-eslint/types" "5.61.0" + "@typescript-eslint/visitor-keys" "5.61.0" "@typescript-eslint/type-utils@5.60.0": version "5.60.0" @@ -2824,13 +2979,13 @@ debug "^4.3.4" tsutils "^3.21.0" -"@typescript-eslint/type-utils@5.60.1": - version "5.60.1" - resolved "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.60.1.tgz#17770540e98d65ab4730c7aac618003f702893f4" - integrity sha512-vN6UztYqIu05nu7JqwQGzQKUJctzs3/Hg7E2Yx8rz9J+4LgtIDFWjjl1gm3pycH0P3mHAcEUBd23LVgfrsTR8A== +"@typescript-eslint/type-utils@5.61.0": + version "5.61.0" + resolved "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.61.0.tgz#e90799eb2045c4435ea8378cb31cd8a9fddca47a" + integrity sha512-kk8u//r+oVK2Aj3ph/26XdH0pbAkC2RiSjUYhKD+PExemG4XSjpGFeyZ/QM8lBOa7O8aGOU+/yEbMJgQv/DnCg== dependencies: - "@typescript-eslint/typescript-estree" "5.60.1" - "@typescript-eslint/utils" "5.60.1" + "@typescript-eslint/typescript-estree" "5.61.0" + "@typescript-eslint/utils" "5.61.0" debug "^4.3.4" tsutils "^3.21.0" @@ -2839,10 +2994,10 @@ resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.60.0.tgz#3179962b28b4790de70e2344465ec97582ce2558" integrity sha512-ascOuoCpNZBccFVNJRSC6rPq4EmJ2NkuoKnd6LDNyAQmdDnziAtxbCGWCbefG1CNzmDvd05zO36AmB7H8RzKPA== -"@typescript-eslint/types@5.60.1": - version "5.60.1" - resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.60.1.tgz#a17473910f6b8d388ea83c9d7051af89c4eb7561" - integrity sha512-zDcDx5fccU8BA0IDZc71bAtYIcG9PowaOwaD8rjYbqwK7dpe/UMQl3inJ4UtUK42nOCT41jTSCwg76E62JpMcg== +"@typescript-eslint/types@5.61.0": + version "5.61.0" + resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.61.0.tgz#e99ff11b5792d791554abab0f0370936d8ca50c0" + integrity sha512-ldyueo58KjngXpzloHUog/h9REmHl59G1b3a5Sng1GfBo14BkS3ZbMEb3693gnP1k//97lh7bKsp6/V/0v1veQ== "@typescript-eslint/typescript-estree@5.60.0": version "5.60.0" @@ -2857,13 +3012,13 @@ semver "^7.3.7" tsutils "^3.21.0" -"@typescript-eslint/typescript-estree@5.60.1": - version "5.60.1" - resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.60.1.tgz#8c71824b7165b64d5ebd7aa42968899525959834" - integrity sha512-hkX70J9+2M2ZT6fhti5Q2FoU9zb+GeZK2SLP1WZlvUDqdMbEKhexZODD1WodNRyO8eS+4nScvT0dts8IdaBzfw== +"@typescript-eslint/typescript-estree@5.61.0": + version "5.61.0" + resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.61.0.tgz#4c7caca84ce95bb41aa585d46a764bcc050b92f3" + integrity sha512-Fud90PxONnnLZ36oR5ClJBLTLfU4pIWBmnvGwTbEa2cXIqj70AEDEmOmpkFComjBZ/037ueKrOdHuYmSFVD7Rw== dependencies: - "@typescript-eslint/types" "5.60.1" - "@typescript-eslint/visitor-keys" "5.60.1" + "@typescript-eslint/types" "5.61.0" + "@typescript-eslint/visitor-keys" "5.61.0" debug "^4.3.4" globby "^11.1.0" is-glob "^4.0.3" @@ -2884,17 +3039,17 @@ eslint-scope "^5.1.1" semver "^7.3.7" -"@typescript-eslint/utils@5.60.1": - version "5.60.1" - resolved "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.60.1.tgz#6861ebedbefba1ac85482d2bdef6f2ff1eb65b80" - integrity sha512-tiJ7FFdFQOWssFa3gqb94Ilexyw0JVxj6vBzaSpfN/8IhoKkDuSAenUKvsSHw2A/TMpJb26izIszTXaqygkvpQ== +"@typescript-eslint/utils@5.61.0": + version "5.61.0" + resolved "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.61.0.tgz#5064838a53e91c754fffbddd306adcca3fe0af36" + integrity sha512-mV6O+6VgQmVE6+xzlA91xifndPW9ElFW8vbSF0xCT/czPXVhwDewKila1jOyRwa9AE19zKnrr7Cg5S3pJVrTWQ== dependencies: "@eslint-community/eslint-utils" "^4.2.0" "@types/json-schema" "^7.0.9" "@types/semver" "^7.3.12" - "@typescript-eslint/scope-manager" "5.60.1" - "@typescript-eslint/types" "5.60.1" - "@typescript-eslint/typescript-estree" "5.60.1" + "@typescript-eslint/scope-manager" "5.61.0" + "@typescript-eslint/types" "5.61.0" + "@typescript-eslint/typescript-estree" "5.61.0" eslint-scope "^5.1.1" semver "^7.3.7" @@ -2906,12 +3061,12 @@ "@typescript-eslint/types" "5.60.0" eslint-visitor-keys "^3.3.0" -"@typescript-eslint/visitor-keys@5.60.1": - version "5.60.1" - resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.60.1.tgz#19a877358bf96318ec35d90bfe6bd1445cce9434" - integrity sha512-xEYIxKcultP6E/RMKqube11pGjXH1DCo60mQoWhVYyKfLkwbIVVjYxmOenNMxILx0TjCujPTjjnTIVzm09TXIw== +"@typescript-eslint/visitor-keys@5.61.0": + version "5.61.0" + resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.61.0.tgz#c79414fa42158fd23bd2bb70952dc5cdbb298140" + integrity sha512-50XQ5VdbWrX06mQXhy93WywSFZZGsv3EOjq+lqp6WC2t+j3mb6A9xYVdrRxafvK88vg9k9u+CT4l6D8PEatjKg== dependencies: - "@typescript-eslint/types" "5.60.1" + "@typescript-eslint/types" "5.61.0" eslint-visitor-keys "^3.3.0" "@vue/babel-helper-vue-jsx-merge-props@^1.4.0": @@ -3277,6 +3432,11 @@ acorn@^8.0.4, acorn@^8.1.0, acorn@^8.5.0, acorn@^8.7.0, acorn@^8.8.0, acorn@^8.8 resolved "https://registry.npmjs.org/acorn/-/acorn-8.8.2.tgz#1b2f25db02af965399b9776b0c2c391276d37c4a" integrity sha512-xjIYgE8HBrkpd/sJqOGNspf8uHG+NOHGOw6a/Urj8taM2EXfdNAH2oFcPeIFfsv3+kz/mJrS5VuMqbNLjCa2vw== +acorn@^8.9.0: + version "8.10.0" + resolved "https://registry.npmjs.org/acorn/-/acorn-8.10.0.tgz#8be5b3907a67221a81ab23c7889c4c5526b62ec5" + integrity sha512-F0SAmZ8iUtS//m8DmCTA0jlh6TDKkHQyK6xc6V4KDTyZKA9dnvX9/3sRTVQrWm79glUAZbnmmNcdYwUIHWVybw== + add-stream@^1.0.0: version "1.0.0" resolved "https://registry.npmjs.org/add-stream/-/add-stream-1.0.0.tgz#6a7990437ca736d5e1288db92bd3266d5f5cb2aa" @@ -3676,12 +3836,12 @@ b4a@^1.6.4: resolved "https://registry.npmjs.org/b4a/-/b4a-1.6.4.tgz#ef1c1422cae5ce6535ec191baeed7567443f36c9" integrity sha512-fpWrvyVHEKyeEvbKZTVOeZF3VSKKWtJxFIxX/jaVPf+cLbGUSitjb49pHLqPV2BUNNZ0LcoeEGfE/YCpyDYHIw== -babel-jest@29.5.0, babel-jest@^29.5.0: - version "29.5.0" - resolved "https://registry.npmjs.org/babel-jest/-/babel-jest-29.5.0.tgz#3fe3ddb109198e78b1c88f9ebdecd5e4fc2f50a5" - integrity sha512-mA4eCDh5mSo2EcA9xQjVTpmbbNk32Zb3Q3QFQsNhaK56Q+yoXowzFodLux30HRgyOho5rsQ6B0P9QpMkvvnJ0Q== +babel-jest@29.6.1, babel-jest@^29.6.1: + version "29.6.1" + resolved "https://registry.npmjs.org/babel-jest/-/babel-jest-29.6.1.tgz#a7141ad1ed5ec50238f3cd36127636823111233a" + integrity sha512-qu+3bdPEQC6KZSPz+4Fyjbga5OODNcp49j6GKzG1EKbkfyJBxEYGVUmVGpwCSeGouG52R4EgYMLb6p9YeEEQ4A== dependencies: - "@jest/transform" "^29.5.0" + "@jest/transform" "^29.6.1" "@types/babel__core" "^7.1.14" babel-plugin-istanbul "^6.1.1" babel-preset-jest "^29.5.0" @@ -3720,29 +3880,29 @@ babel-plugin-jest-hoist@^29.5.0: "@types/babel__core" "^7.1.14" "@types/babel__traverse" "^7.0.6" -babel-plugin-polyfill-corejs2@^0.4.3: - version "0.4.3" - resolved "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.3.tgz#75044d90ba5043a5fb559ac98496f62f3eb668fd" - integrity sha512-bM3gHc337Dta490gg+/AseNB9L4YLHxq1nGKZZSHbhXv4aTYU2MD2cjza1Ru4S6975YLTaL1K8uJf6ukJhhmtw== +babel-plugin-polyfill-corejs2@^0.4.4: + version "0.4.4" + resolved "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.4.tgz#9f9a0e1cd9d645cc246a5e094db5c3aa913ccd2b" + integrity sha512-9WeK9snM1BfxB38goUEv2FLnA6ja07UMfazFHzCXUb3NyDZAwfXvQiURQ6guTTMeHcOsdknULm1PDhs4uWtKyA== dependencies: - "@babel/compat-data" "^7.17.7" - "@babel/helper-define-polyfill-provider" "^0.4.0" - semver "^6.1.1" + "@babel/compat-data" "^7.22.6" + "@babel/helper-define-polyfill-provider" "^0.4.1" + "@nicolo-ribaudo/semver-v6" "^6.3.3" -babel-plugin-polyfill-corejs3@^0.8.1: - version "0.8.1" - resolved "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.8.1.tgz#39248263c38191f0d226f928d666e6db1b4b3a8a" - integrity sha512-ikFrZITKg1xH6pLND8zT14UPgjKHiGLqex7rGEZCH2EvhsneJaJPemmpQaIZV5AL03II+lXylw3UmddDK8RU5Q== +babel-plugin-polyfill-corejs3@^0.8.2: + version "0.8.2" + resolved "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.8.2.tgz#d406c5738d298cd9c66f64a94cf8d5904ce4cc5e" + integrity sha512-Cid+Jv1BrY9ReW9lIfNlNpsI53N+FN7gE+f73zLAUbr9C52W4gKLWSByx47pfDJsEysojKArqOtOKZSVIIUTuQ== dependencies: - "@babel/helper-define-polyfill-provider" "^0.4.0" - core-js-compat "^3.30.1" + "@babel/helper-define-polyfill-provider" "^0.4.1" + core-js-compat "^3.31.0" -babel-plugin-polyfill-regenerator@^0.5.0: - version "0.5.0" - resolved "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.5.0.tgz#e7344d88d9ef18a3c47ded99362ae4a757609380" - integrity sha512-hDJtKjMLVa7Z+LwnTCxoDLQj6wdc+B8dun7ayF2fYieI6OzfuvcLMB32ihJZ4UhCBwNYGl5bg/x/P9cMdnkc2g== +babel-plugin-polyfill-regenerator@^0.5.1: + version "0.5.1" + resolved "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.5.1.tgz#ace7a5eced6dff7d5060c335c52064778216afd3" + integrity sha512-L8OyySuI6OSQ5hFy9O+7zFjyr4WhAfRjLIOkhQGYl+emwJkd/S4XXT1JpfrgR1jrQ1NcGiOh+yAdGlF8pnC3Jw== dependencies: - "@babel/helper-define-polyfill-provider" "^0.4.0" + "@babel/helper-define-polyfill-provider" "^0.4.1" babel-preset-current-node-syntax@^1.0.0: version "1.0.1" @@ -4284,10 +4444,10 @@ caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001464, caniuse-lite@^1.0.30001503: resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001507.tgz#fae53f6286e7564783eadea9b447819410a59534" integrity sha512-SFpUDoSLCaE5XYL2jfqe9ova/pbQHEmbheDf5r4diNwbAgR3qxM9NQtfsiSscjqoya5K7kFcHPUQ+VsUkIJR4A== -caniuse-lite@^1.0.30001508: - version "1.0.30001508" - resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001508.tgz#4461bbc895c692a96da399639cc1e146e7302a33" - integrity sha512-sdQZOJdmt3GJs1UMNpCCCyeuS2IEGLXnHyAo9yIO5JJDjbjoVRij4M1qep6P6gFpptD1PqIYgzM+gwJbOi92mw== +caniuse-lite@^1.0.30001513: + version "1.0.30001513" + resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001513.tgz#382fe5fbfb0f7abbaf8c55ca3ac71a0307a752e9" + integrity sha512-pnjGJo7SOOjAGytZZ203Em95MRM8Cr6jhCXNF/FAXTpCTRTECnqQWLpiTRqrFtdYcth8hf4WECUpkezuYsMVww== caseless@~0.12.0: version "0.12.0" @@ -4413,10 +4573,10 @@ chrome-trace-event@^1.0.2: resolved "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.3.tgz#1015eced4741e15d06664a957dbbf50d041e26ac" integrity sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg== -chromium-bidi@0.4.12: - version "0.4.12" - resolved "https://registry.npmjs.org/chromium-bidi/-/chromium-bidi-0.4.12.tgz#54910b6b2c97d1d39c1162237b09e42fe6cdf803" - integrity sha512-yl0ngMHtYUGJa2G0lkcbPvbnUZ9WMQyMNSfYmlrGD1nHRNyI9KOGw3dOaofFugXHHToneUaSmF9iUdgCBamCjA== +chromium-bidi@0.4.16: + version "0.4.16" + resolved "https://registry.npmjs.org/chromium-bidi/-/chromium-bidi-0.4.16.tgz#8a67bfdf6bb8804efc22765a82859d20724b46ab" + integrity sha512-7ZbXdWERxRxSwo3txsBjjmc/NLxqb1Bk30mRb0BMS4YIaiV6zvKZqL/UAH+DdqcDYayDWk2n/y8klkBDODrPvA== dependencies: mitt "3.0.0" @@ -4718,10 +4878,10 @@ connect@^3.7.0: parseurl "~1.3.3" utils-merge "1.0.1" -consola@3.1.0, consola@^3.1.0: - version "3.1.0" - resolved "https://registry.npmjs.org/consola/-/consola-3.1.0.tgz#dfdfa62ceb68bc1f06e4a76ad688566bd8813baf" - integrity sha512-rrrJE6rP0qzl/Srg+C9x/AE5Kxfux7reVm1Wh0wCjuXvih6DqZgqDZe8auTD28fzJ9TF0mHlSDrPpWlujQRo1Q== +consola@3.2.3, consola@^3.2.3: + version "3.2.3" + resolved "https://registry.npmjs.org/consola/-/consola-3.2.3.tgz#0741857aa88cfa0d6fd53f1cff0375136e98502f" + integrity sha512-I5qxpzLv+sJhTVEoLYNcTW+bThDCPsit0vLNKShZx6rLtpilNpmmeTPaeqJb9ZE9dV3DGaeby6Vuhrw38WjeyQ== consola@^2.15.0, consola@^2.15.3, consola@^2.6.0: version "2.15.3" @@ -4877,17 +5037,24 @@ copy-descriptor@^0.1.0: resolved "https://registry.npmjs.org/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d" integrity sha512-XgZ0pFcakEUlbwQEVNg3+QAis1FyTL3Qel9FYy8pSkQqoG3PNoT0bOCQtOXcOkur21r2Eq2kI+IE+gsmAEVlYw== -core-js-compat@^3.30.1, core-js-compat@^3.30.2, core-js-compat@^3.31.0: +core-js-compat@^3.31.0: version "3.31.0" resolved "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.31.0.tgz#4030847c0766cc0e803dcdfb30055d7ef2064bf1" integrity sha512-hM7YCu1cU6Opx7MXNu0NuumM0ezNeAeRKadixyiQELWY3vT3De9S4J5ZBMraWV2vZnrE1Cirl0GtFtDtMUXzPw== dependencies: browserslist "^4.21.5" -core-js@^3.31.0: - version "3.31.0" - resolved "https://registry.npmjs.org/core-js/-/core-js-3.31.0.tgz#4471dd33e366c79d8c0977ed2d940821719db344" - integrity sha512-NIp2TQSGfR6ba5aalZD+ZQ1fSxGhDo/s1w0nx3RYzf2pnJxt7YynxFlFScP6eV7+GZsKO95NSjGxyJsU3DZgeQ== +core-js-compat@^3.31.1: + version "3.31.1" + resolved "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.31.1.tgz#5084ad1a46858df50ff89ace152441a63ba7aae0" + integrity sha512-wIDWd2s5/5aJSdpOJHfSibxNODxoGoWOBHt8JSPB41NOE94M7kuTPZCYLOlTtuoXTsBPKobpJ6T+y0SSy5L9SA== + dependencies: + browserslist "^4.21.9" + +core-js@^3.31.1: + version "3.31.1" + resolved "https://registry.npmjs.org/core-js/-/core-js-3.31.1.tgz#f2b0eea9be9da0def2c5fece71064a7e5d687653" + integrity sha512-2sKLtfq1eFST7l7v62zaqXacPc7uG8ZAya8ogijLhTtaKNcpzpB4TMoTw2Si+8GYKRwFPMMtUT0263QFWFfqyQ== core-util-is@1.0.2: version "1.0.2" @@ -4961,12 +5128,12 @@ create-require@1.1.1, create-require@^1.1.1: resolved "https://registry.npmjs.org/create-require/-/create-require-1.1.1.tgz#c1d7e8f1e5f6cfc9ff65f9cd352d37348756c333" integrity sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ== -cross-fetch@3.1.6: - version "3.1.6" - resolved "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.1.6.tgz#bae05aa31a4da760969756318feeee6e70f15d6c" - integrity sha512-riRvo06crlE8HiqOwIpQhxwdOk4fOeR7FVM/wXoxchFEqMNUjvbs3bfo4OTgMEMHzppd4DxFBDbyySj8Cv781g== +cross-fetch@4.0.0: + version "4.0.0" + resolved "https://registry.npmjs.org/cross-fetch/-/cross-fetch-4.0.0.tgz#f037aef1580bb3a1a35164ea2a848ba81b445983" + integrity sha512-e4a5N8lVvuLgAWgnCrLr2PP0YyDOTHa9H/Rj54dirp61qXnNq46m82bRhNqIA5VccJtWBvPTFRV3TtvHUKPB1g== dependencies: - node-fetch "^2.6.11" + node-fetch "^2.6.12" cross-spawn@7.0.3, cross-spawn@^7.0.0, cross-spawn@^7.0.2, cross-spawn@^7.0.3: version "7.0.3" @@ -5930,33 +6097,33 @@ es-to-primitive@^1.2.1: is-date-object "^1.0.1" is-symbol "^1.0.2" -esbuild@0.18.10: - version "0.18.10" - resolved "https://registry.npmjs.org/esbuild/-/esbuild-0.18.10.tgz#f0e99e8a957990241be04f2454d7e2cb0d78b43f" - integrity sha512-33WKo67auOXzZHBY/9DTJRo7kIvfU12S+D4sp2wIz39N88MDIaCGyCwbW01RR70pK6Iya0I74lHEpyLfFqOHPA== +esbuild@0.18.11: + version "0.18.11" + resolved "https://registry.npmjs.org/esbuild/-/esbuild-0.18.11.tgz#cbf94dc3359d57f600a0dbf281df9b1d1b4a156e" + integrity sha512-i8u6mQF0JKJUlGR3OdFLKldJQMMs8OqM9Cc3UCi9XXziJ9WERM5bfkHaEAy0YAvPRMgqSW55W7xYn84XtEFTtA== optionalDependencies: - "@esbuild/android-arm" "0.18.10" - "@esbuild/android-arm64" "0.18.10" - "@esbuild/android-x64" "0.18.10" - "@esbuild/darwin-arm64" "0.18.10" - "@esbuild/darwin-x64" "0.18.10" - "@esbuild/freebsd-arm64" "0.18.10" - "@esbuild/freebsd-x64" "0.18.10" - "@esbuild/linux-arm" "0.18.10" - "@esbuild/linux-arm64" "0.18.10" - "@esbuild/linux-ia32" "0.18.10" - "@esbuild/linux-loong64" "0.18.10" - "@esbuild/linux-mips64el" "0.18.10" - "@esbuild/linux-ppc64" "0.18.10" - "@esbuild/linux-riscv64" "0.18.10" - "@esbuild/linux-s390x" "0.18.10" - "@esbuild/linux-x64" "0.18.10" - "@esbuild/netbsd-x64" "0.18.10" - "@esbuild/openbsd-x64" "0.18.10" - "@esbuild/sunos-x64" "0.18.10" - "@esbuild/win32-arm64" "0.18.10" - "@esbuild/win32-ia32" "0.18.10" - "@esbuild/win32-x64" "0.18.10" + "@esbuild/android-arm" "0.18.11" + "@esbuild/android-arm64" "0.18.11" + "@esbuild/android-x64" "0.18.11" + "@esbuild/darwin-arm64" "0.18.11" + "@esbuild/darwin-x64" "0.18.11" + "@esbuild/freebsd-arm64" "0.18.11" + "@esbuild/freebsd-x64" "0.18.11" + "@esbuild/linux-arm" "0.18.11" + "@esbuild/linux-arm64" "0.18.11" + "@esbuild/linux-ia32" "0.18.11" + "@esbuild/linux-loong64" "0.18.11" + "@esbuild/linux-mips64el" "0.18.11" + "@esbuild/linux-ppc64" "0.18.11" + "@esbuild/linux-riscv64" "0.18.11" + "@esbuild/linux-s390x" "0.18.11" + "@esbuild/linux-x64" "0.18.11" + "@esbuild/netbsd-x64" "0.18.11" + "@esbuild/openbsd-x64" "0.18.11" + "@esbuild/sunos-x64" "0.18.11" + "@esbuild/win32-arm64" "0.18.11" + "@esbuild/win32-ia32" "0.18.11" + "@esbuild/win32-x64" "0.18.11" escalade@^3.1.1: version "3.1.1" @@ -6211,15 +6378,15 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1: resolved "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.1.tgz#c22c48f48942d08ca824cc526211ae400478a994" integrity sha512-pZnmmLwYzf+kWaM/Qgrvpen51upAktaaiI01nsJD/Yr3lMOdNtq0cxkrrg16w64VtisN6okbs7Q8AfGqj4c9fA== -eslint@8.43.0: - version "8.43.0" - resolved "https://registry.npmjs.org/eslint/-/eslint-8.43.0.tgz#3e8c6066a57097adfd9d390b8fc93075f257a094" - integrity sha512-aaCpf2JqqKesMFGgmRPessmVKjcGXqdlAYLLC3THM8t5nBRZRQ+st5WM/hoJXkdioEXLLbXgclUpM0TXo5HX5Q== +eslint@8.44.0: + version "8.44.0" + resolved "https://registry.npmjs.org/eslint/-/eslint-8.44.0.tgz#51246e3889b259bbcd1d7d736a0c10add4f0e500" + integrity sha512-0wpHoUbDUHgNCyvFB5aXLiQVfK9B0at6gUvzy83k4kAsQ/u769TQDX6iKC+aO4upIHO9WSaA3QoXYQDHbNwf1A== dependencies: "@eslint-community/eslint-utils" "^4.2.0" "@eslint-community/regexpp" "^4.4.0" - "@eslint/eslintrc" "^2.0.3" - "@eslint/js" "8.43.0" + "@eslint/eslintrc" "^2.1.0" + "@eslint/js" "8.44.0" "@humanwhocodes/config-array" "^0.11.10" "@humanwhocodes/module-importer" "^1.0.1" "@nodelib/fs.walk" "^1.2.8" @@ -6231,7 +6398,7 @@ eslint@8.43.0: escape-string-regexp "^4.0.0" eslint-scope "^7.2.0" eslint-visitor-keys "^3.4.1" - espree "^9.5.2" + espree "^9.6.0" esquery "^1.4.2" esutils "^2.0.2" fast-deep-equal "^3.1.3" @@ -6251,12 +6418,12 @@ eslint@8.43.0: lodash.merge "^4.6.2" minimatch "^3.1.2" natural-compare "^1.4.0" - optionator "^0.9.1" + optionator "^0.9.3" strip-ansi "^6.0.1" strip-json-comments "^3.1.0" text-table "^0.2.0" -espree@^9.3.1, espree@^9.5.2: +espree@^9.3.1: version "9.5.2" resolved "https://registry.npmjs.org/espree/-/espree-9.5.2.tgz#e994e7dc33a082a7a82dceaf12883a829353215b" integrity sha512-7OASN1Wma5fum5SrNhFMAMJxOUAbhyfQ8dQ//PJaJbNw0URTPWqIghHWt1MmAANKhHZIYOHruW4Kw4ruUWOdGw== @@ -6265,6 +6432,15 @@ espree@^9.3.1, espree@^9.5.2: acorn-jsx "^5.3.2" eslint-visitor-keys "^3.4.1" +espree@^9.6.0: + version "9.6.0" + resolved "https://registry.npmjs.org/espree/-/espree-9.6.0.tgz#80869754b1c6560f32e3b6929194a3fe07c5b82f" + integrity sha512-1FH/IiruXZ84tpUlm0aCUEwMl2Ho5ilqVh0VvQXw+byAz/4SAciyHLlfmL5WYqsvD38oymdUwBss0LtK8m4s/A== + dependencies: + acorn "^8.9.0" + acorn-jsx "^5.3.2" + eslint-visitor-keys "^3.4.1" + esprima@^4.0.0, esprima@^4.0.1: version "4.0.1" resolved "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71" @@ -6380,7 +6556,7 @@ expand-brackets@^2.1.4: snapdragon "^0.8.1" to-regex "^3.0.1" -expect@^29.0.0, expect@^29.5.0: +expect@^29.0.0: version "29.5.0" resolved "https://registry.npmjs.org/expect/-/expect-29.5.0.tgz#68c0509156cb2a0adb8865d413b137eeaae682f7" integrity sha512-yM7xqUrCO2JdpFo4XpM82t+PJBFybdqoQuJLDGeDX2ij8NZzqRHyu3Hp188/JX7SWqud+7t4MUdvcgGBICMHZg== @@ -6391,6 +6567,18 @@ expect@^29.0.0, expect@^29.5.0: jest-message-util "^29.5.0" jest-util "^29.5.0" +expect@^29.6.1: + version "29.6.1" + resolved "https://registry.npmjs.org/expect/-/expect-29.6.1.tgz#64dd1c8f75e2c0b209418f2b8d36a07921adfdf1" + integrity sha512-XEdDLonERCU1n9uR56/Stx9OqojaLAQtZf9PrCHH9Hl8YXiEIka3H4NXJ3NOIBmQJTg7+j7buh34PMHfJujc8g== + dependencies: + "@jest/expect-utils" "^29.6.1" + "@types/node" "*" + jest-get-type "^29.4.3" + jest-matcher-utils "^29.6.1" + jest-message-util "^29.6.1" + jest-util "^29.6.1" + express@4.18.2: version "4.18.2" resolved "https://registry.npmjs.org/express/-/express-4.18.2.tgz#3fabe08296e930c796c19e3c516979386ba9fd59" @@ -6980,6 +7168,11 @@ get-port@7.0.0: resolved "https://registry.npmjs.org/get-port/-/get-port-7.0.0.tgz#ffcd83da826146529e307a341d7801cae351daff" integrity sha512-mDHFgApoQd+azgMdwylJrv2DX47ywGq1i5VFJE7fZ0dttNq3iQMfsU4IvEgBHojA3KqEudyu7Vq+oN8kNaNkWw== +get-stdin@^9.0.0: + version "9.0.0" + resolved "https://registry.npmjs.org/get-stdin/-/get-stdin-9.0.0.tgz#3983ff82e03d56f1b2ea0d3e60325f39d703a575" + integrity sha512-dVKBjfWisLAicarI2Sf+JuBE/DghV4UzNAVe9yhEJuzeREd3JhOTE9cUaJTeSa77fsbQUK3pcOpJfM59+VKZaA== + get-stream@6.0.0: version "6.0.0" resolved "https://registry.npmjs.org/get-stream/-/get-stream-6.0.0.tgz#3e0012cb6827319da2706e601a1583e8629a6718" @@ -8325,75 +8518,75 @@ jest-changed-files@^29.5.0: execa "^5.0.0" p-limit "^3.1.0" -jest-circus@^29.5.0: - version "29.5.0" - resolved "https://registry.npmjs.org/jest-circus/-/jest-circus-29.5.0.tgz#b5926989449e75bff0d59944bae083c9d7fb7317" - integrity sha512-gq/ongqeQKAplVxqJmbeUOJJKkW3dDNPY8PjhJ5G0lBRvu0e3EWGxGy5cI4LAGA7gV2UHCtWBI4EMXK8c9nQKA== +jest-circus@^29.6.1: + version "29.6.1" + resolved "https://registry.npmjs.org/jest-circus/-/jest-circus-29.6.1.tgz#861dab37e71a89907d1c0fabc54a0019738ed824" + integrity sha512-tPbYLEiBU4MYAL2XoZme/bgfUeotpDBd81lgHLCbDZZFaGmECk0b+/xejPFtmiBP87GgP/y4jplcRpbH+fgCzQ== dependencies: - "@jest/environment" "^29.5.0" - "@jest/expect" "^29.5.0" - "@jest/test-result" "^29.5.0" - "@jest/types" "^29.5.0" + "@jest/environment" "^29.6.1" + "@jest/expect" "^29.6.1" + "@jest/test-result" "^29.6.1" + "@jest/types" "^29.6.1" "@types/node" "*" chalk "^4.0.0" co "^4.6.0" dedent "^0.7.0" is-generator-fn "^2.0.0" - jest-each "^29.5.0" - jest-matcher-utils "^29.5.0" - jest-message-util "^29.5.0" - jest-runtime "^29.5.0" - jest-snapshot "^29.5.0" - jest-util "^29.5.0" + jest-each "^29.6.1" + jest-matcher-utils "^29.6.1" + jest-message-util "^29.6.1" + jest-runtime "^29.6.1" + jest-snapshot "^29.6.1" + jest-util "^29.6.1" p-limit "^3.1.0" - pretty-format "^29.5.0" + pretty-format "^29.6.1" pure-rand "^6.0.0" slash "^3.0.0" stack-utils "^2.0.3" -jest-cli@^29.5.0: - version "29.5.0" - resolved "https://registry.npmjs.org/jest-cli/-/jest-cli-29.5.0.tgz#b34c20a6d35968f3ee47a7437ff8e53e086b4a67" - integrity sha512-L1KcP1l4HtfwdxXNFCL5bmUbLQiKrakMUriBEcc1Vfz6gx31ORKdreuWvmQVBit+1ss9NNR3yxjwfwzZNdQXJw== +jest-cli@^29.6.1: + version "29.6.1" + resolved "https://registry.npmjs.org/jest-cli/-/jest-cli-29.6.1.tgz#99d9afa7449538221c71f358f0fdd3e9c6e89f72" + integrity sha512-607dSgTA4ODIN6go9w6xY3EYkyPFGicx51a69H7yfvt7lN53xNswEVLovq+E77VsTRi5fWprLH0yl4DJgE8Ing== dependencies: - "@jest/core" "^29.5.0" - "@jest/test-result" "^29.5.0" - "@jest/types" "^29.5.0" + "@jest/core" "^29.6.1" + "@jest/test-result" "^29.6.1" + "@jest/types" "^29.6.1" chalk "^4.0.0" exit "^0.1.2" graceful-fs "^4.2.9" import-local "^3.0.2" - jest-config "^29.5.0" - jest-util "^29.5.0" - jest-validate "^29.5.0" + jest-config "^29.6.1" + jest-util "^29.6.1" + jest-validate "^29.6.1" prompts "^2.0.1" yargs "^17.3.1" -jest-config@^29.5.0: - version "29.5.0" - resolved "https://registry.npmjs.org/jest-config/-/jest-config-29.5.0.tgz#3cc972faec8c8aaea9ae158c694541b79f3748da" - integrity sha512-kvDUKBnNJPNBmFFOhDbm59iu1Fii1Q6SxyhXfvylq3UTHbg6o7j/g8k2dZyXWLvfdKB1vAPxNZnMgtKJcmu3kA== +jest-config@^29.6.1: + version "29.6.1" + resolved "https://registry.npmjs.org/jest-config/-/jest-config-29.6.1.tgz#d785344509065d53a238224c6cdc0ed8e2f2f0dd" + integrity sha512-XdjYV2fy2xYixUiV2Wc54t3Z4oxYPAELUzWnV6+mcbq0rh742X2p52pii5A3oeRzYjLnQxCsZmp0qpI6klE2cQ== dependencies: "@babel/core" "^7.11.6" - "@jest/test-sequencer" "^29.5.0" - "@jest/types" "^29.5.0" - babel-jest "^29.5.0" + "@jest/test-sequencer" "^29.6.1" + "@jest/types" "^29.6.1" + babel-jest "^29.6.1" chalk "^4.0.0" ci-info "^3.2.0" deepmerge "^4.2.2" glob "^7.1.3" graceful-fs "^4.2.9" - jest-circus "^29.5.0" - jest-environment-node "^29.5.0" + jest-circus "^29.6.1" + jest-environment-node "^29.6.1" jest-get-type "^29.4.3" jest-regex-util "^29.4.3" - jest-resolve "^29.5.0" - jest-runner "^29.5.0" - jest-util "^29.5.0" - jest-validate "^29.5.0" + jest-resolve "^29.6.1" + jest-runner "^29.6.1" + jest-util "^29.6.1" + jest-validate "^29.6.1" micromatch "^4.0.4" parse-json "^5.2.0" - pretty-format "^29.5.0" + pretty-format "^29.6.1" slash "^3.0.0" strip-json-comments "^3.1.1" @@ -8407,6 +8600,16 @@ jest-config@^29.5.0: jest-get-type "^29.4.3" pretty-format "^29.5.0" +jest-diff@^29.6.1: + version "29.6.1" + resolved "https://registry.npmjs.org/jest-diff/-/jest-diff-29.6.1.tgz#13df6db0a89ee6ad93c747c75c85c70ba941e545" + integrity sha512-FsNCvinvl8oVxpNLttNQX7FAq7vR+gMDGj90tiP7siWw1UdakWUGqrylpsYrpvj908IYckm5Y0Q7azNAozU1Kg== + dependencies: + chalk "^4.0.0" + diff-sequences "^29.4.3" + jest-get-type "^29.4.3" + pretty-format "^29.6.1" + jest-docblock@^29.4.3: version "29.4.3" resolved "https://registry.npmjs.org/jest-docblock/-/jest-docblock-29.4.3.tgz#90505aa89514a1c7dceeac1123df79e414636ea8" @@ -8414,74 +8617,74 @@ jest-docblock@^29.4.3: dependencies: detect-newline "^3.0.0" -jest-each@^29.5.0: - version "29.5.0" - resolved "https://registry.npmjs.org/jest-each/-/jest-each-29.5.0.tgz#fc6e7014f83eac68e22b7195598de8554c2e5c06" - integrity sha512-HM5kIJ1BTnVt+DQZ2ALp3rzXEl+g726csObrW/jpEGl+CDSSQpOJJX2KE/vEg8cxcMXdyEPu6U4QX5eruQv5hA== +jest-each@^29.6.1: + version "29.6.1" + resolved "https://registry.npmjs.org/jest-each/-/jest-each-29.6.1.tgz#975058e5b8f55c6780beab8b6ab214921815c89c" + integrity sha512-n5eoj5eiTHpKQCAVcNTT7DRqeUmJ01hsAL0Q1SMiBHcBcvTKDELixQOGMCpqhbIuTcfC4kMfSnpmDqRgRJcLNQ== dependencies: - "@jest/types" "^29.5.0" + "@jest/types" "^29.6.1" chalk "^4.0.0" jest-get-type "^29.4.3" - jest-util "^29.5.0" - pretty-format "^29.5.0" + jest-util "^29.6.1" + pretty-format "^29.6.1" -jest-environment-jsdom@29.5.0: - version "29.5.0" - resolved "https://registry.npmjs.org/jest-environment-jsdom/-/jest-environment-jsdom-29.5.0.tgz#cfe86ebaf1453f3297b5ff3470fbe94739c960cb" - integrity sha512-/KG8yEK4aN8ak56yFVdqFDzKNHgF4BAymCx2LbPNPsUshUlfAl0eX402Xm1pt+eoG9SLZEUVifqXtX8SK74KCw== +jest-environment-jsdom@29.6.1: + version "29.6.1" + resolved "https://registry.npmjs.org/jest-environment-jsdom/-/jest-environment-jsdom-29.6.1.tgz#480bce658aa31589309c82ca510351fd7c683bbb" + integrity sha512-PoY+yLaHzVRhVEjcVKSfJ7wXmJW4UqPYNhR05h7u/TK0ouf6DmRNZFBL/Z00zgQMyWGMBXn69/FmOvhEJu8cIw== dependencies: - "@jest/environment" "^29.5.0" - "@jest/fake-timers" "^29.5.0" - "@jest/types" "^29.5.0" + "@jest/environment" "^29.6.1" + "@jest/fake-timers" "^29.6.1" + "@jest/types" "^29.6.1" "@types/jsdom" "^20.0.0" "@types/node" "*" - jest-mock "^29.5.0" - jest-util "^29.5.0" + jest-mock "^29.6.1" + jest-util "^29.6.1" jsdom "^20.0.0" -jest-environment-node@^29.5.0: - version "29.5.0" - resolved "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-29.5.0.tgz#f17219d0f0cc0e68e0727c58b792c040e332c967" - integrity sha512-ExxuIK/+yQ+6PRGaHkKewYtg6hto2uGCgvKdb2nfJfKXgZ17DfXjvbZ+jA1Qt9A8EQSfPnt5FKIfnOO3u1h9qw== +jest-environment-node@^29.6.1: + version "29.6.1" + resolved "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-29.6.1.tgz#08a122dece39e58bc388da815a2166c58b4abec6" + integrity sha512-ZNIfAiE+foBog24W+2caIldl4Irh8Lx1PUhg/GZ0odM1d/h2qORAsejiFc7zb+SEmYPn1yDZzEDSU5PmDkmVLQ== dependencies: - "@jest/environment" "^29.5.0" - "@jest/fake-timers" "^29.5.0" - "@jest/types" "^29.5.0" + "@jest/environment" "^29.6.1" + "@jest/fake-timers" "^29.6.1" + "@jest/types" "^29.6.1" "@types/node" "*" - jest-mock "^29.5.0" - jest-util "^29.5.0" + jest-mock "^29.6.1" + jest-util "^29.6.1" jest-get-type@^29.4.3: version "29.4.3" resolved "https://registry.npmjs.org/jest-get-type/-/jest-get-type-29.4.3.tgz#1ab7a5207c995161100b5187159ca82dd48b3dd5" integrity sha512-J5Xez4nRRMjk8emnTpWrlkyb9pfRQQanDrvWHhsR1+VUfbwxi30eVcZFlcdGInRibU4G5LwHXpI7IRHU0CY+gg== -jest-haste-map@^29.5.0: - version "29.5.0" - resolved "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-29.5.0.tgz#69bd67dc9012d6e2723f20a945099e972b2e94de" - integrity sha512-IspOPnnBro8YfVYSw6yDRKh/TiCdRngjxeacCps1cQ9cgVN6+10JUcuJ1EabrgYLOATsIAigxA0rLR9x/YlrSA== +jest-haste-map@^29.6.1: + version "29.6.1" + resolved "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-29.6.1.tgz#62655c7a1c1b349a3206441330fb2dbdb4b63803" + integrity sha512-0m7f9PZXxOCk1gRACiVgX85knUKPKLPg4oRCjLoqIm9brTHXaorMA0JpmtmVkQiT8nmXyIVoZd/nnH1cfC33ig== dependencies: - "@jest/types" "^29.5.0" + "@jest/types" "^29.6.1" "@types/graceful-fs" "^4.1.3" "@types/node" "*" anymatch "^3.0.3" fb-watchman "^2.0.0" graceful-fs "^4.2.9" jest-regex-util "^29.4.3" - jest-util "^29.5.0" - jest-worker "^29.5.0" + jest-util "^29.6.1" + jest-worker "^29.6.1" micromatch "^4.0.4" walker "^1.0.8" optionalDependencies: fsevents "^2.3.2" -jest-leak-detector@^29.5.0: - version "29.5.0" - resolved "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-29.5.0.tgz#cf4bdea9615c72bac4a3a7ba7e7930f9c0610c8c" - integrity sha512-u9YdeeVnghBUtpN5mVxjID7KbkKE1QU4f6uUwuxiY0vYRi9BUCLKlPEZfDGR67ofdFmDz9oPAy2G92Ujrntmow== +jest-leak-detector@^29.6.1: + version "29.6.1" + resolved "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-29.6.1.tgz#66a902c81318e66e694df7d096a95466cb962f8e" + integrity sha512-OrxMNyZirpOEwkF3UHnIkAiZbtkBWiye+hhBweCHkVbCgyEy71Mwbb5zgeTNYWJBi1qgDVfPC1IwO9dVEeTLwQ== dependencies: jest-get-type "^29.4.3" - pretty-format "^29.5.0" + pretty-format "^29.6.1" jest-matcher-utils@^29.5.0: version "29.5.0" @@ -8493,6 +8696,16 @@ jest-matcher-utils@^29.5.0: jest-get-type "^29.4.3" pretty-format "^29.5.0" +jest-matcher-utils@^29.6.1: + version "29.6.1" + resolved "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-29.6.1.tgz#6c60075d84655d6300c5d5128f46531848160b53" + integrity sha512-SLaztw9d2mfQQKHmJXKM0HCbl2PPVld/t9Xa6P9sgiExijviSp7TnZZpw2Fpt+OI3nwUO/slJbOfzfUMKKC5QA== + dependencies: + chalk "^4.0.0" + jest-diff "^29.6.1" + jest-get-type "^29.4.3" + pretty-format "^29.6.1" + jest-message-util@^29.5.0: version "29.5.0" resolved "https://registry.npmjs.org/jest-message-util/-/jest-message-util-29.5.0.tgz#1f776cac3aca332ab8dd2e3b41625435085c900e" @@ -8508,14 +8721,29 @@ jest-message-util@^29.5.0: slash "^3.0.0" stack-utils "^2.0.3" -jest-mock@^29.5.0: - version "29.5.0" - resolved "https://registry.npmjs.org/jest-mock/-/jest-mock-29.5.0.tgz#26e2172bcc71d8b0195081ff1f146ac7e1518aed" - integrity sha512-GqOzvdWDE4fAV2bWQLQCkujxYWL7RxjCnj71b5VhDAGOevB3qj3Ovg26A5NI84ZpODxyzaozXLOh2NCgkbvyaw== +jest-message-util@^29.6.1: + version "29.6.1" + resolved "https://registry.npmjs.org/jest-message-util/-/jest-message-util-29.6.1.tgz#d0b21d87f117e1b9e165e24f245befd2ff34ff8d" + integrity sha512-KoAW2zAmNSd3Gk88uJ56qXUWbFk787QKmjjJVOjtGFmmGSZgDBrlIL4AfQw1xyMYPNVD7dNInfIbur9B2rd/wQ== dependencies: - "@jest/types" "^29.5.0" + "@babel/code-frame" "^7.12.13" + "@jest/types" "^29.6.1" + "@types/stack-utils" "^2.0.0" + chalk "^4.0.0" + graceful-fs "^4.2.9" + micromatch "^4.0.4" + pretty-format "^29.6.1" + slash "^3.0.0" + stack-utils "^2.0.3" + +jest-mock@^29.6.1: + version "29.6.1" + resolved "https://registry.npmjs.org/jest-mock/-/jest-mock-29.6.1.tgz#049ee26aea8cbf54c764af649070910607316517" + integrity sha512-brovyV9HBkjXAEdRooaTQK42n8usKoSRR3gihzUpYeV/vwqgSoNfrksO7UfSACnPmxasO/8TmHM3w9Hp3G1dgw== + dependencies: + "@jest/types" "^29.6.1" "@types/node" "*" - jest-util "^29.5.0" + jest-util "^29.6.1" jest-pnp-resolver@^1.2.2: version "1.2.3" @@ -8527,114 +8755,124 @@ jest-regex-util@^29.4.3: resolved "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-29.4.3.tgz#a42616141e0cae052cfa32c169945d00c0aa0bb8" integrity sha512-O4FglZaMmWXbGHSQInfXewIsd1LMn9p3ZXB/6r4FOkyhX2/iP/soMG98jGvk/A3HAN78+5VWcBGO0BJAPRh4kg== -jest-resolve-dependencies@^29.5.0: - version "29.5.0" - resolved "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-29.5.0.tgz#f0ea29955996f49788bf70996052aa98e7befee4" - integrity sha512-sjV3GFr0hDJMBpYeUuGduP+YeCRbd7S/ck6IvL3kQ9cpySYKqcqhdLLC2rFwrcL7tz5vYibomBrsFYWkIGGjOg== +jest-resolve-dependencies@^29.6.1: + version "29.6.1" + resolved "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-29.6.1.tgz#b85b06670f987a62515bbf625d54a499e3d708f5" + integrity sha512-BbFvxLXtcldaFOhNMXmHRWx1nXQO5LoXiKSGQcA1LxxirYceZT6ch8KTE1bK3X31TNG/JbkI7OkS/ABexVahiw== dependencies: jest-regex-util "^29.4.3" - jest-snapshot "^29.5.0" + jest-snapshot "^29.6.1" -jest-resolve@^29.5.0: - version "29.5.0" - resolved "https://registry.npmjs.org/jest-resolve/-/jest-resolve-29.5.0.tgz#b053cc95ad1d5f6327f0ac8aae9f98795475ecdc" - integrity sha512-1TzxJ37FQq7J10jPtQjcc+MkCkE3GBpBecsSUWJ0qZNJpmg6m0D9/7II03yJulm3H/fvVjgqLh/k2eYg+ui52w== +jest-resolve@^29.6.1: + version "29.6.1" + resolved "https://registry.npmjs.org/jest-resolve/-/jest-resolve-29.6.1.tgz#4c3324b993a85e300add2f8609f51b80ddea39ee" + integrity sha512-AeRkyS8g37UyJiP9w3mmI/VXU/q8l/IH52vj/cDAyScDcemRbSBhfX/NMYIGilQgSVwsjxrCHf3XJu4f+lxCMg== dependencies: chalk "^4.0.0" graceful-fs "^4.2.9" - jest-haste-map "^29.5.0" + jest-haste-map "^29.6.1" jest-pnp-resolver "^1.2.2" - jest-util "^29.5.0" - jest-validate "^29.5.0" + jest-util "^29.6.1" + jest-validate "^29.6.1" resolve "^1.20.0" resolve.exports "^2.0.0" slash "^3.0.0" -jest-runner@^29.5.0: - version "29.5.0" - resolved "https://registry.npmjs.org/jest-runner/-/jest-runner-29.5.0.tgz#6a57c282eb0ef749778d444c1d758c6a7693b6f8" - integrity sha512-m7b6ypERhFghJsslMLhydaXBiLf7+jXy8FwGRHO3BGV1mcQpPbwiqiKUR2zU2NJuNeMenJmlFZCsIqzJCTeGLQ== +jest-runner@^29.6.1: + version "29.6.1" + resolved "https://registry.npmjs.org/jest-runner/-/jest-runner-29.6.1.tgz#54557087e7972d345540d622ab5bfc3d8f34688c" + integrity sha512-tw0wb2Q9yhjAQ2w8rHRDxteryyIck7gIzQE4Reu3JuOBpGp96xWgF0nY8MDdejzrLCZKDcp8JlZrBN/EtkQvPQ== dependencies: - "@jest/console" "^29.5.0" - "@jest/environment" "^29.5.0" - "@jest/test-result" "^29.5.0" - "@jest/transform" "^29.5.0" - "@jest/types" "^29.5.0" + "@jest/console" "^29.6.1" + "@jest/environment" "^29.6.1" + "@jest/test-result" "^29.6.1" + "@jest/transform" "^29.6.1" + "@jest/types" "^29.6.1" "@types/node" "*" chalk "^4.0.0" emittery "^0.13.1" graceful-fs "^4.2.9" jest-docblock "^29.4.3" - jest-environment-node "^29.5.0" - jest-haste-map "^29.5.0" - jest-leak-detector "^29.5.0" - jest-message-util "^29.5.0" - jest-resolve "^29.5.0" - jest-runtime "^29.5.0" - jest-util "^29.5.0" - jest-watcher "^29.5.0" - jest-worker "^29.5.0" + jest-environment-node "^29.6.1" + jest-haste-map "^29.6.1" + jest-leak-detector "^29.6.1" + jest-message-util "^29.6.1" + jest-resolve "^29.6.1" + jest-runtime "^29.6.1" + jest-util "^29.6.1" + jest-watcher "^29.6.1" + jest-worker "^29.6.1" p-limit "^3.1.0" source-map-support "0.5.13" -jest-runtime@^29.5.0: - version "29.5.0" - resolved "https://registry.npmjs.org/jest-runtime/-/jest-runtime-29.5.0.tgz#c83f943ee0c1da7eb91fa181b0811ebd59b03420" - integrity sha512-1Hr6Hh7bAgXQP+pln3homOiEZtCDZFqwmle7Ew2j8OlbkIu6uE3Y/etJQG8MLQs3Zy90xrp2C0BRrtPHG4zryw== +jest-runtime@^29.6.1: + version "29.6.1" + resolved "https://registry.npmjs.org/jest-runtime/-/jest-runtime-29.6.1.tgz#8a0fc9274ef277f3d70ba19d238e64334958a0dc" + integrity sha512-D6/AYOA+Lhs5e5il8+5pSLemjtJezUr+8zx+Sn8xlmOux3XOqx4d8l/2udBea8CRPqqrzhsKUsN/gBDE/IcaPQ== dependencies: - "@jest/environment" "^29.5.0" - "@jest/fake-timers" "^29.5.0" - "@jest/globals" "^29.5.0" - "@jest/source-map" "^29.4.3" - "@jest/test-result" "^29.5.0" - "@jest/transform" "^29.5.0" - "@jest/types" "^29.5.0" + "@jest/environment" "^29.6.1" + "@jest/fake-timers" "^29.6.1" + "@jest/globals" "^29.6.1" + "@jest/source-map" "^29.6.0" + "@jest/test-result" "^29.6.1" + "@jest/transform" "^29.6.1" + "@jest/types" "^29.6.1" "@types/node" "*" chalk "^4.0.0" cjs-module-lexer "^1.0.0" collect-v8-coverage "^1.0.0" glob "^7.1.3" graceful-fs "^4.2.9" - jest-haste-map "^29.5.0" - jest-message-util "^29.5.0" - jest-mock "^29.5.0" + jest-haste-map "^29.6.1" + jest-message-util "^29.6.1" + jest-mock "^29.6.1" jest-regex-util "^29.4.3" - jest-resolve "^29.5.0" - jest-snapshot "^29.5.0" - jest-util "^29.5.0" + jest-resolve "^29.6.1" + jest-snapshot "^29.6.1" + jest-util "^29.6.1" slash "^3.0.0" strip-bom "^4.0.0" -jest-snapshot@^29.5.0: - version "29.5.0" - resolved "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-29.5.0.tgz#c9c1ce0331e5b63cd444e2f95a55a73b84b1e8ce" - integrity sha512-x7Wolra5V0tt3wRs3/ts3S6ciSQVypgGQlJpz2rsdQYoUKxMxPNaoHMGJN6qAuPJqS+2iQ1ZUn5kl7HCyls84g== +jest-snapshot@^29.6.1: + version "29.6.1" + resolved "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-29.6.1.tgz#0d083cb7de716d5d5cdbe80d598ed2fbafac0239" + integrity sha512-G4UQE1QQ6OaCgfY+A0uR1W2AY0tGXUPQpoUClhWHq1Xdnx1H6JOrC2nH5lqnOEqaDgbHFgIwZ7bNq24HpB180A== dependencies: "@babel/core" "^7.11.6" "@babel/generator" "^7.7.2" "@babel/plugin-syntax-jsx" "^7.7.2" "@babel/plugin-syntax-typescript" "^7.7.2" - "@babel/traverse" "^7.7.2" "@babel/types" "^7.3.3" - "@jest/expect-utils" "^29.5.0" - "@jest/transform" "^29.5.0" - "@jest/types" "^29.5.0" - "@types/babel__traverse" "^7.0.6" + "@jest/expect-utils" "^29.6.1" + "@jest/transform" "^29.6.1" + "@jest/types" "^29.6.1" "@types/prettier" "^2.1.5" babel-preset-current-node-syntax "^1.0.0" chalk "^4.0.0" - expect "^29.5.0" + expect "^29.6.1" graceful-fs "^4.2.9" - jest-diff "^29.5.0" + jest-diff "^29.6.1" jest-get-type "^29.4.3" - jest-matcher-utils "^29.5.0" - jest-message-util "^29.5.0" - jest-util "^29.5.0" + jest-matcher-utils "^29.6.1" + jest-message-util "^29.6.1" + jest-util "^29.6.1" natural-compare "^1.4.0" - pretty-format "^29.5.0" - semver "^7.3.5" + pretty-format "^29.6.1" + semver "^7.5.3" -jest-util@29.5.0, jest-util@^29.5.0: +jest-util@29.6.1, jest-util@^29.6.1: + version "29.6.1" + resolved "https://registry.npmjs.org/jest-util/-/jest-util-29.6.1.tgz#c9e29a87a6edbf1e39e6dee2b4689b8a146679cb" + integrity sha512-NRFCcjc+/uO3ijUVyNOQJluf8PtGCe/W6cix36+M3cTFgiYqFOOW5MgN4JOOcvbUhcKTYVd1CvHz/LWi8d16Mg== + dependencies: + "@jest/types" "^29.6.1" + "@types/node" "*" + chalk "^4.0.0" + ci-info "^3.2.0" + graceful-fs "^4.2.9" + picomatch "^2.2.3" + +jest-util@^29.5.0: version "29.5.0" resolved "https://registry.npmjs.org/jest-util/-/jest-util-29.5.0.tgz#24a4d3d92fc39ce90425311b23c27a6e0ef16b8f" integrity sha512-RYMgG/MTadOr5t8KdhejfvUU82MxsCu5MF6KuDUHl+NuwzUt+Sm6jJWxTJVrDR1j5M/gJVCPKQEpWXY+yIQ6lQ== @@ -8646,30 +8884,30 @@ jest-util@29.5.0, jest-util@^29.5.0: graceful-fs "^4.2.9" picomatch "^2.2.3" -jest-validate@^29.5.0: - version "29.5.0" - resolved "https://registry.npmjs.org/jest-validate/-/jest-validate-29.5.0.tgz#8e5a8f36178d40e47138dc00866a5f3bd9916ffc" - integrity sha512-pC26etNIi+y3HV8A+tUGr/lph9B18GnzSRAkPaaZJIE1eFdiYm6/CewuiJQ8/RlfHd1u/8Ioi8/sJ+CmbA+zAQ== +jest-validate@^29.6.1: + version "29.6.1" + resolved "https://registry.npmjs.org/jest-validate/-/jest-validate-29.6.1.tgz#765e684af6e2c86dce950aebefbbcd4546d69f7b" + integrity sha512-r3Ds69/0KCN4vx4sYAbGL1EVpZ7MSS0vLmd3gV78O+NAx3PDQQukRU5hNHPXlyqCgFY8XUk7EuTMLugh0KzahA== dependencies: - "@jest/types" "^29.5.0" + "@jest/types" "^29.6.1" camelcase "^6.2.0" chalk "^4.0.0" jest-get-type "^29.4.3" leven "^3.1.0" - pretty-format "^29.5.0" + pretty-format "^29.6.1" -jest-watcher@^29.5.0: - version "29.5.0" - resolved "https://registry.npmjs.org/jest-watcher/-/jest-watcher-29.5.0.tgz#cf7f0f949828ba65ddbbb45c743a382a4d911363" - integrity sha512-KmTojKcapuqYrKDpRwfqcQ3zjMlwu27SYext9pt4GlF5FUgB+7XE1mcCnSm6a4uUpFyQIkb6ZhzZvHl+jiBCiA== +jest-watcher@^29.6.1: + version "29.6.1" + resolved "https://registry.npmjs.org/jest-watcher/-/jest-watcher-29.6.1.tgz#7c0c43ddd52418af134c551c92c9ea31e5ec942e" + integrity sha512-d4wpjWTS7HEZPaaj8m36QiaP856JthRZkrgcIY/7ISoUWPIillrXM23WPboZVLbiwZBt4/qn2Jke84Sla6JhFA== dependencies: - "@jest/test-result" "^29.5.0" - "@jest/types" "^29.5.0" + "@jest/test-result" "^29.6.1" + "@jest/types" "^29.6.1" "@types/node" "*" ansi-escapes "^4.2.1" chalk "^4.0.0" emittery "^0.13.1" - jest-util "^29.5.0" + jest-util "^29.6.1" string-length "^4.0.1" jest-worker@^26.5.0: @@ -8681,27 +8919,32 @@ jest-worker@^26.5.0: merge-stream "^2.0.0" supports-color "^7.0.0" -jest-worker@^29.5.0: - version "29.5.0" - resolved "https://registry.npmjs.org/jest-worker/-/jest-worker-29.5.0.tgz#bdaefb06811bd3384d93f009755014d8acb4615d" - integrity sha512-NcrQnevGoSp4b5kg+akIpthoAFHxPBcb5P6mYPY0fUNT+sSvmtu6jlkEle3anczUKIKEbMxFimk9oTP/tpIPgA== +jest-worker@^29.6.1: + version "29.6.1" + resolved "https://registry.npmjs.org/jest-worker/-/jest-worker-29.6.1.tgz#64b015f0e985ef3a8ad049b61fe92b3db74a5319" + integrity sha512-U+Wrbca7S8ZAxAe9L6nb6g8kPdia5hj32Puu5iOqBCMTMWFHXuK6dOV2IFrpedbTV8fjMFLdWNttQTBL6u2MRA== dependencies: "@types/node" "*" - jest-util "^29.5.0" + jest-util "^29.6.1" merge-stream "^2.0.0" supports-color "^8.0.0" -jest@29.5.0: - version "29.5.0" - resolved "https://registry.npmjs.org/jest/-/jest-29.5.0.tgz#f75157622f5ce7ad53028f2f8888ab53e1f1f24e" - integrity sha512-juMg3he2uru1QoXX078zTa7pO85QyB9xajZc6bU+d9yEGwrKX6+vGmJQ3UdVZsvTEUARIdObzH68QItim6OSSQ== +jest@29.6.1: + version "29.6.1" + resolved "https://registry.npmjs.org/jest/-/jest-29.6.1.tgz#74be1cb719c3abe439f2d94aeb18e6540a5b02ad" + integrity sha512-Nirw5B4nn69rVUZtemCQhwxOBhm0nsp3hmtF4rzCeWD7BkjAXRIji7xWQfnTNbz9g0aVsBX6aZK3n+23LM6uDw== dependencies: - "@jest/core" "^29.5.0" - "@jest/types" "^29.5.0" + "@jest/core" "^29.6.1" + "@jest/types" "^29.6.1" import-local "^3.0.2" - jest-cli "^29.5.0" + jest-cli "^29.6.1" -jiti@1.18.2, jiti@^1.16.2, jiti@^1.18.2: +jiti@1.19.1, jiti@^1.19.1: + version "1.19.1" + resolved "https://registry.npmjs.org/jiti/-/jiti-1.19.1.tgz#fa99e4b76a23053e0e7cde098efe1704a14c16f1" + integrity sha512-oVhqoRDaBXf7sjkll95LHVS6Myyyb1zaunVwk4Z0+WPSW4gjS0pl01zYKHScTuyEhQsFxV5L4DR5r+YqSyqyyg== + +jiti@^1.16.2: version "1.18.2" resolved "https://registry.npmjs.org/jiti/-/jiti-1.18.2.tgz#80c3ef3d486ebf2450d9335122b32d121f2a83cd" integrity sha512-QAdOptna2NYiSSpv0O/BwoHBSmz4YhpzJHyi+fnMRTXFjp7B8i/YG5Z8IfusxB1ufjcD2Sre1F3R+nX3fvy7gg== @@ -8981,13 +9224,13 @@ launch-editor@^2.6.0: picocolors "^1.0.0" shell-quote "^1.7.3" -lerna@7.1.0: - version "7.1.0" - resolved "https://registry.npmjs.org/lerna/-/lerna-7.1.0.tgz#68855362c8a18f2c9ce14c01793076d2f7aea7c0" - integrity sha512-fY1EctsuP21eR7F9zmnqcdtBRkzvsoAOVYzjrtQQXYt9hlyA14RvjQJIF7R54t+T60As7kFYNgw2PHsC3orV2w== +lerna@7.1.1: + version "7.1.1" + resolved "https://registry.npmjs.org/lerna/-/lerna-7.1.1.tgz#6703062e6c4ddefdaf41e8890e9200690924fd71" + integrity sha512-rjivAl3bYu2+lWOi90vy0tYFgwBYPMiNkR/DuEWZC08wle5dsbOZ/SlXeLk9+kzbF89Bt5P6p+qF78A2tJsWPA== dependencies: - "@lerna/child-process" "7.1.0" - "@lerna/create" "7.1.0" + "@lerna/child-process" "7.1.1" + "@lerna/create" "7.1.1" "@npmcli/run-script" "6.0.2" "@nx/devkit" ">=16.1.3 < 17" "@octokit/plugin-enterprise-rest" "6.0.1" @@ -9958,13 +10201,20 @@ node-fetch@2.6.7: dependencies: whatwg-url "^5.0.0" -node-fetch@^2.6.1, node-fetch@^2.6.11, node-fetch@^2.6.7: +node-fetch@^2.6.1, node-fetch@^2.6.7: version "2.6.11" resolved "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.11.tgz#cde7fc71deef3131ef80a738919f999e6edfff25" integrity sha512-4I6pdBY1EthSqDmJkiNk3JIT8cswwR9nfeW/cPdUagJYEQG7R95WRH74wpz7ma8Gh/9dI9FP+OU+0E4FvtA55w== dependencies: whatwg-url "^5.0.0" +node-fetch@^2.6.12: + version "2.6.12" + resolved "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.12.tgz#02eb8e22074018e3d5a83016649d04df0e348fba" + integrity sha512-C/fGU2E8ToujUivIO0H+tpQ6HWo4eEmchoPIoXtxCrVghxdKq+QOHqEZW7tuP3KlV3bC8FRMO5nMCC7Zm1VP6g== + dependencies: + whatwg-url "^5.0.0" + node-gyp-build@^4.3.0: version "4.6.0" resolved "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.6.0.tgz#0c52e4cbf54bbd28b709820ef7b6a3c2d6209055" @@ -10433,17 +10683,17 @@ optionator@^0.8.1: type-check "~0.3.2" word-wrap "~1.2.3" -optionator@^0.9.1: - version "0.9.1" - resolved "https://registry.npmjs.org/optionator/-/optionator-0.9.1.tgz#4f236a6373dae0566a6d43e1326674f50c291499" - integrity sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw== +optionator@^0.9.3: + version "0.9.3" + resolved "https://registry.npmjs.org/optionator/-/optionator-0.9.3.tgz#007397d44ed1872fdc6ed31360190f81814e2c64" + integrity sha512-JjCoypp+jKn1ttEFExxhetCKeJt9zhAgAve5FXHixTvFDW/5aEktX9bufBKLRRMdU7bNtpLfcGu94B3cdEJgjg== dependencies: + "@aashutoshrathi/word-wrap" "^1.2.3" deep-is "^0.1.3" fast-levenshtein "^2.0.6" levn "^0.4.1" prelude-ls "^1.2.1" type-check "^0.4.0" - word-wrap "^1.2.3" ora@^5.4.1: version "5.4.1" @@ -11656,7 +11906,7 @@ postcss@^7.0.36: picocolors "^0.2.1" source-map "^0.6.1" -postcss@^8.2.1, postcss@^8.2.15, postcss@^8.4.14, postcss@^8.4.24: +postcss@^8.2.1, postcss@^8.2.15, postcss@^8.4.14: version "8.4.24" resolved "https://registry.npmjs.org/postcss/-/postcss-8.4.24.tgz#f714dba9b2284be3cc07dbd2fc57ee4dc972d2df" integrity sha512-M0RzbcI0sO/XJNucsGjvWU9ERWxb/ytp1w6dKtxTKgixdtQDq4rmx/g8W1hnaheq9jgwL/oyEdH5Bc4WwJKMqg== @@ -11665,6 +11915,15 @@ postcss@^8.2.1, postcss@^8.2.15, postcss@^8.4.14, postcss@^8.4.24: picocolors "^1.0.0" source-map-js "^1.0.2" +postcss@^8.4.25: + version "8.4.25" + resolved "https://registry.npmjs.org/postcss/-/postcss-8.4.25.tgz#4a133f5e379eda7f61e906c3b1aaa9b81292726f" + integrity sha512-7taJ/8t2av0Z+sQEvNzCkpDynl0tX3uJMCODi6nT3PfASC7dYCWV9aQ+uiCf+KBD4SEFcu+GvJdGdwzQ6OSjCw== + dependencies: + nanoid "^3.3.6" + picocolors "^1.0.0" + source-map-js "^1.0.2" + prelude-ls@^1.2.1: version "1.2.1" resolved "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396" @@ -11707,6 +11966,15 @@ pretty-format@^29.0.0, pretty-format@^29.5.0: ansi-styles "^5.0.0" react-is "^18.0.0" +pretty-format@^29.6.1: + version "29.6.1" + resolved "https://registry.npmjs.org/pretty-format/-/pretty-format-29.6.1.tgz#ec838c288850b7c4f9090b867c2d4f4edbfb0f3e" + integrity sha512-7jRj+yXO0W7e4/tSJKoR7HRIHLPPjtNaUGG2xxKQnGvPNRkgWcQ0AZX6P4KBRJN4FcTBWb3sa7DVUJmocYuoog== + dependencies: + "@jest/schemas" "^29.6.0" + ansi-styles "^5.0.0" + react-is "^18.0.0" + pretty-time@^1.1.0: version "1.1.0" resolved "https://registry.npmjs.org/pretty-time/-/pretty-time-1.1.0.tgz#ffb7429afabb8535c346a34e41873adf3d74dd0e" @@ -11882,14 +12150,14 @@ punycode@^2.1.0, punycode@^2.1.1, punycode@^2.3.0: resolved "https://registry.npmjs.org/punycode/-/punycode-2.3.0.tgz#f67fa67c94da8f4d0cfff981aee4118064199b8f" integrity sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA== -puppeteer-core@20.7.3: - version "20.7.3" - resolved "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-20.7.3.tgz#2ae6e2a85d1ba9d684220c6447c1f83a5b860c00" - integrity sha512-OraI71GPPfUMosLqaOsDGbp/ZLoxLTm0BAda0uE6G+H3onmljfoaJcIPm8X5y1LMq1K1HF1bipcCI7hWGkd3bQ== +puppeteer-core@20.8.0: + version "20.8.0" + resolved "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-20.8.0.tgz#b20073fc31869c0373714a9c827679686819290c" + integrity sha512-sQcuH6nv9jnFiaaePk53+C0O9BaJP6OaPmYKqJ3sWhziThv6uaaosK49Kg3g1HUUEP9KYhbOhedPIUCXJSQUxw== dependencies: - "@puppeteer/browsers" "1.4.2" - chromium-bidi "0.4.12" - cross-fetch "3.1.6" + "@puppeteer/browsers" "1.4.3" + chromium-bidi "0.4.16" + cross-fetch "4.0.0" debug "4.3.4" devtools-protocol "0.0.1135028" ws "8.13.0" @@ -12395,10 +12663,10 @@ rollup-plugin-license@3.0.1: spdx-expression-validate "~2.0.0" spdx-satisfies "~5.0.1" -rollup@3.25.3: - version "3.25.3" - resolved "https://registry.npmjs.org/rollup/-/rollup-3.25.3.tgz#f9a8986f0f244bcfde2208da91ba46b8fd252551" - integrity sha512-ZT279hx8gszBj9uy5FfhoG4bZx8c+0A1sbqtr7Q3KNWIizpTdDEPZbV2xcbvHsnFp4MavCQYZyzApJ+virB8Yw== +rollup@3.26.2: + version "3.26.2" + resolved "https://registry.npmjs.org/rollup/-/rollup-3.26.2.tgz#2e76a37606cb523fc9fef43e6f59c93f86d95e7c" + integrity sha512-6umBIGVz93er97pMgQO08LuH3m6PUb3jlDUUGFsNJB6VgTCUaDFpupf5JfU30529m/UKOgmiX+uY6Sx8cOYpLA== optionalDependencies: fsevents "~2.3.2" @@ -12559,7 +12827,7 @@ semver@7.3.4: dependencies: lru-cache "^6.0.0" -semver@^6.0.0, semver@^6.1.0, semver@^6.1.1, semver@^6.1.2, semver@^6.3.0: +semver@^6.0.0, semver@^6.1.0, semver@^6.3.0: version "6.3.0" resolved "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d" integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw== @@ -12840,13 +13108,14 @@ sort-object-keys@^1.1.3: resolved "https://registry.npmjs.org/sort-object-keys/-/sort-object-keys-1.1.3.tgz#bff833fe85cab147b34742e45863453c1e190b45" integrity sha512-855pvK+VkU7PaKYPc+Jjnmt4EzejQHyhhF33q31qG8x7maDzkeFhAAThdCYay11CISO+qAMwjOBP+fPZe0IPyg== -sort-package-json@2.4.1: - version "2.4.1" - resolved "https://registry.npmjs.org/sort-package-json/-/sort-package-json-2.4.1.tgz#4ea68a0b9ef34c2bc519e86d0d07de56622a7600" - integrity sha512-Nd3rgLBJcZ4iw7tpuOhwBupG6SvUDU0Fy1cZGAMorA2JmDUb+29Dg5phJK9gapa2Ak9d15w/RuMl/viwX+nKwQ== +sort-package-json@2.5.0: + version "2.5.0" + resolved "https://registry.npmjs.org/sort-package-json/-/sort-package-json-2.5.0.tgz#6e249a8d3b4a637b491676019524533e23208bb8" + integrity sha512-KIsqEi/ameVyhhatpzwialQVSMP1mFzRLJgTBKJDz0duQmhnBDjf8MFyFoIoVnW69SqjH3/bziCSlgiuz2KbHg== dependencies: detect-indent "^7.0.1" detect-newline "^4.0.0" + get-stdin "^9.0.0" git-hooks-list "^3.0.0" globby "^13.1.2" is-plain-obj "^4.1.0" @@ -13359,10 +13628,10 @@ tapable@^2.2.0: resolved "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz#1967a73ef4060a82f12ab96af86d52fdb76eeca0" integrity sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ== -tar-fs@3.0.2: - version "3.0.2" - resolved "https://registry.npmjs.org/tar-fs/-/tar-fs-3.0.2.tgz#41bed7bafd700f61e8c13a7efbf84f7a1fc81969" - integrity sha512-mLQ5iTTCv2tt3a4BwvD8QX1YFVBL/94/Nd+U2il38wt2+zaJSusp1VwJSNkBmB48FeTdOqptf1DAUIosXQBRrQ== +tar-fs@3.0.3: + version "3.0.3" + resolved "https://registry.npmjs.org/tar-fs/-/tar-fs-3.0.3.tgz#6593e7df92f337e74d755be183a192213d923050" + integrity sha512-ZK36riGYnFI6LujIBfBRoDfeaaWUkStIFKwtPjnDWCKnsDE9kuQthG09aQjLjpzoRtVElEMZ/AIAURNb7N9mkA== dependencies: mkdirp-classic "^0.5.2" pump "^3.0.0" @@ -13789,7 +14058,12 @@ typedarray@^0.0.6: resolved "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" integrity sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA== -typescript@5.1.3, "typescript@>=3 < 6": +typescript@5.1.6: + version "5.1.6" + resolved "https://registry.npmjs.org/typescript/-/typescript-5.1.6.tgz#02f8ac202b6dad2c0dd5e0913745b47a37998274" + integrity sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA== + +"typescript@>=3 < 6": version "5.1.3" resolved "https://registry.npmjs.org/typescript/-/typescript-5.1.3.tgz#8d84219244a6b40b6fb2b33cc1c062f715b9e826" integrity sha512-XH627E9vkeqhlZFQuL+UsyAXEnibT0kWR2FWONlr4sTjvxyJYnyefgrkyECLzM5NenmKzRAy2rR/OlYLA1HkZw== @@ -14474,7 +14748,7 @@ widest-line@^3.1.0: dependencies: string-width "^4.0.0" -word-wrap@^1.2.3, word-wrap@~1.2.3: +word-wrap@~1.2.3: version "1.2.3" resolved "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz#610636f6b1f703891bd34771ccb17fb93b47079c" integrity sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==