From 34fe2423b9d5fb2049bd2e71d0498c503ded81b6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 30 Jun 2023 00:39:21 +0000 Subject: [PATCH] chore(deps): Update non-major dependencies | datasource | package | from | to | | ---------- | ------------------- | ------ | ------ | | npm | astro | 2.7.0 | 2.7.2 | | npm | astro-compress | 1.1.47 | 1.1.48 | | npm | eslint-plugin-astro | 0.27.1 | 0.27.2 | | npm | lint-staged | 13.2.2 | 13.2.3 | | npm | pnpm | 8.6.3 | 8.6.5 | | npm | rehype-pretty-code | 0.9.11 | 0.10.0 | | npm | shiki | 0.14.2 | 0.14.3 | --- package.json | 14 ++--- pnpm-lock.yaml | 141 +++++++++++++++++++++++-------------------------- 2 files changed, 72 insertions(+), 83 deletions(-) diff --git a/package.json b/package.json index d26a0a4..2e8a3e2 100644 --- a/package.json +++ b/package.json @@ -38,8 +38,8 @@ "@commitlint/cli": "^17.6.6", "@hbsnow/rehype-sectionize": "^1.0.7", "@typescript-eslint/parser": "^5.60.1", - "astro": "^2.7.0", - "astro-compress": "^1.1.47", + "astro": "^2.7.2", + "astro-compress": "^1.1.48", "browserslist-to-esbuild": "^1.2.0", "concurrently": "^8.2.0", "czg": "1.6.1", @@ -49,7 +49,7 @@ "eslint-formatter-pretty": "^5.0.0", "eslint-import-resolver-alias": "^1.1.2", "eslint-import-resolver-typescript": "^3.5.5", - "eslint-plugin-astro": "^0.27.1", + "eslint-plugin-astro": "^0.27.2", "eslint-plugin-import": "^2.27.5", "eslint-plugin-jsx-a11y": "^6.7.1", "eslint-plugin-markdownlint": "^0.4.1", @@ -58,7 +58,7 @@ "eslint-plugin-sonarjs": "^0.19.0", "gray-matter": "^4.0.3", "husky": "^8.0.3", - "lint-staged": "^13.2.2", + "lint-staged": "^13.2.3", "mdast-util-to-string": "^3.2.0", "postcss-html": "^1.5.0", "postcss-preset-env": "^8.5.1", @@ -68,12 +68,12 @@ "rehype-accessible-emojis": "^0.3.2", "rehype-autolink-headings": "^6.1.1", "rehype-external-links": "^2.1.0", - "rehype-pretty-code": "^0.9.11", + "rehype-pretty-code": "^0.10.0", "rehype-slug": "^5.1.0", "remark-emoji": "^3.1.2", "rimraf": "^5.0.1", "sharp": "^0.32.1", - "shiki": "^0.14.2", + "shiki": "^0.14.3", "stylelint": "^15.9.0", "stylelint-config-clean-order": "^5.0.1", "stylelint-config-standard": "^33.0.0", @@ -84,5 +84,5 @@ "engines": { "node": ">=18" }, - "packageManager": "pnpm@8.6.3" + "packageManager": "pnpm@8.6.5" } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c1417e2..811267e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -7,7 +7,7 @@ settings: dependencies: '@astrojs/mdx': specifier: ^0.19.7 - version: 0.19.7(astro@2.7.0) + version: 0.19.7(astro@2.7.2) tailwindcss: specifier: ^3.3.2 version: 3.3.2(ts-node@10.9.1) @@ -15,7 +15,7 @@ dependencies: devDependencies: '@astrojs/image': specifier: ^0.17.1 - version: 0.17.1(astro@2.7.0)(sharp@0.32.1) + version: 0.17.1(astro@2.7.2)(sharp@0.32.1) '@astrojs/prefetch': specifier: ^0.2.3 version: 0.2.3 @@ -27,7 +27,7 @@ devDependencies: version: 1.3.3 '@astrojs/tailwind': specifier: ^3.1.3 - version: 3.1.3(astro@2.7.0)(tailwindcss@3.3.2)(ts-node@10.9.1) + version: 3.1.3(astro@2.7.2)(tailwindcss@3.3.2)(ts-node@10.9.1) '@commitlint/cli': specifier: ^17.6.6 version: 17.6.6 @@ -38,11 +38,11 @@ devDependencies: specifier: ^5.60.1 version: 5.60.1(eslint@8.43.0)(typescript@5.0.4) astro: - specifier: ^2.7.0 - version: 2.7.0(@types/node@20.2.5)(sharp@0.32.1) + specifier: ^2.7.2 + version: 2.7.2(@types/node@20.2.5)(sharp@0.32.1) astro-compress: - specifier: ^1.1.47 - version: 1.1.47 + specifier: ^1.1.48 + version: 1.1.48 browserslist-to-esbuild: specifier: ^1.2.0 version: 1.2.0 @@ -71,8 +71,8 @@ devDependencies: specifier: ^3.5.5 version: 3.5.5(@typescript-eslint/parser@5.60.1)(eslint-plugin-import@2.27.5)(eslint@8.43.0) eslint-plugin-astro: - specifier: ^0.27.1 - version: 0.27.1(eslint@8.43.0) + specifier: ^0.27.2 + version: 0.27.2(eslint@8.43.0) eslint-plugin-import: specifier: ^2.27.5 version: 2.27.5(@typescript-eslint/parser@5.60.1)(eslint-import-resolver-typescript@3.5.5)(eslint@8.43.0) @@ -98,8 +98,8 @@ devDependencies: specifier: ^8.0.3 version: 8.0.3 lint-staged: - specifier: ^13.2.2 - version: 13.2.2 + specifier: ^13.2.3 + version: 13.2.3 mdast-util-to-string: specifier: ^3.2.0 version: 3.2.0 @@ -128,8 +128,8 @@ devDependencies: specifier: ^2.1.0 version: 2.1.0 rehype-pretty-code: - specifier: ^0.9.11 - version: 0.9.11(shiki@0.14.2) + specifier: ^0.10.0 + version: 0.10.0(shiki@0.14.3) rehype-slug: specifier: ^5.1.0 version: 5.1.0 @@ -143,8 +143,8 @@ devDependencies: specifier: ^0.32.1 version: 0.32.1 shiki: - specifier: ^0.14.2 - version: 0.14.2 + specifier: ^0.14.3 + version: 0.14.3 stylelint: specifier: ^15.9.0 version: 15.9.0 @@ -184,7 +184,7 @@ packages: /@astrojs/compiler@1.5.0: resolution: {integrity: sha512-k04X/7nlMklU0HQUScxbCTf5n8/Vr+0U0bawb9QWulWxd6qJf3FmBrNATgTYiltjB4pc5HBqmmttAfFi7m4lLg==} - /@astrojs/image@0.17.1(astro@2.7.0)(sharp@0.32.1): + /@astrojs/image@0.17.1(astro@2.7.2)(sharp@0.32.1): resolution: {integrity: sha512-+kb99ZTvl4BpbY6BeIAwJq08aGF/H4V9S6351I2GwIddQYilEQfHQ9b6EVfxoHIE6eSo8bRfUeKFkOmWVppWwA==} peerDependencies: astro: ^2.7.0 @@ -194,7 +194,7 @@ packages: optional: true dependencies: '@altano/tiny-async-pool': 1.0.2 - astro: 2.7.0(@types/node@20.2.5)(sharp@0.32.1) + astro: 2.7.2(@types/node@20.2.5)(sharp@0.32.1) http-cache-semantics: 4.1.1 image-size: 1.0.2 kleur: 4.1.5 @@ -203,8 +203,8 @@ packages: sharp: 0.32.1 dev: true - /@astrojs/internal-helpers@0.1.0: - resolution: {integrity: sha512-OSwvoFkTqVowiyP+codQeQZWoq/HOwY32x17NxDglWoCx2sdyXzplDZoVV4/3odmSEY6/A+48WMl5qkjmP1CXw==} + /@astrojs/internal-helpers@0.1.1: + resolution: {integrity: sha512-+LySbvFbjv2nO2m/e78suleQOGEru4Cnx73VsZbrQgB2u7A4ddsQg3P2T0zC0e10jgcT+c6nNlKeLpa6nRhQIg==} /@astrojs/language-server@1.0.5: resolution: {integrity: sha512-HG/9nWk+b9Ol9KgBz4Osg1iuq4DGI75GGF7Kvre0GT5rxksoGiJRK96Vd5NLyS7qOhAgX8SgXZ//5USF/fqsQA==} @@ -224,13 +224,13 @@ packages: vscode-languageserver-types: 3.17.3 vscode-uri: 3.0.7 - /@astrojs/markdown-remark@2.2.1(astro@2.7.0): + /@astrojs/markdown-remark@2.2.1(astro@2.7.2): resolution: {integrity: sha512-VF0HRv4GpC1XEMLnsKf6jth7JSmlt9qpqP0josQgA2eSpCIAC/Et+y94mgdBIZVBYH/yFnMoIxgKVe93xfO2GA==} peerDependencies: astro: ^2.5.0 dependencies: '@astrojs/prism': 2.1.2 - astro: 2.7.0(@types/node@20.2.5)(sharp@0.32.1) + astro: 2.7.2(@types/node@20.2.5)(sharp@0.32.1) github-slugger: 1.5.0 import-meta-resolve: 2.2.2 rehype-raw: 6.1.1 @@ -239,18 +239,18 @@ packages: remark-parse: 10.0.2 remark-rehype: 10.1.0 remark-smartypants: 2.0.0 - shiki: 0.14.2 + shiki: 0.14.3 unified: 10.1.2 unist-util-visit: 4.1.2 vfile: 5.3.7 transitivePeerDependencies: - supports-color - /@astrojs/mdx@0.19.7(astro@2.7.0): + /@astrojs/mdx@0.19.7(astro@2.7.2): resolution: {integrity: sha512-mfEbBD7oi8yBHhcJucEjnrquREkJ3os+jioURP8BR2B8tOV2rV2j8trvmLUgfS+P/+HevGObxCTjcRYxn6T7eg==} engines: {node: '>=16.12.0'} dependencies: - '@astrojs/markdown-remark': 2.2.1(astro@2.7.0) + '@astrojs/markdown-remark': 2.2.1(astro@2.7.2) '@astrojs/prism': 2.1.2 '@mdx-js/mdx': 2.3.0 acorn: 8.8.2 @@ -264,7 +264,7 @@ packages: remark-frontmatter: 4.0.1 remark-gfm: 3.0.1 remark-smartypants: 2.0.0 - shiki: 0.14.2 + shiki: 0.14.3 source-map: 0.7.4 unist-util-visit: 4.1.2 vfile: 5.3.7 @@ -299,14 +299,14 @@ packages: zod: 3.21.4 dev: true - /@astrojs/tailwind@3.1.3(astro@2.7.0)(tailwindcss@3.3.2)(ts-node@10.9.1): + /@astrojs/tailwind@3.1.3(astro@2.7.2)(tailwindcss@3.3.2)(ts-node@10.9.1): resolution: {integrity: sha512-10S1omrv5K5HRVAZ0fBgN5vQykn2HRL332LAVFyBASMn1Ff6gDfSK+CPUeUu94eZUOEaPnECLK8EHAqZ8iY9CA==} peerDependencies: astro: ^2.5.0 tailwindcss: ^3.0.24 dependencies: '@proload/core': 0.3.3 - astro: 2.7.0(@types/node@20.2.5)(sharp@0.32.1) + astro: 2.7.2(@types/node@20.2.5)(sharp@0.32.1) autoprefixer: 10.4.14(postcss@8.4.24) postcss: 8.4.24 postcss-load-config: 4.0.1(postcss@8.4.24)(ts-node@10.9.1) @@ -1359,9 +1359,6 @@ packages: '@jridgewell/resolve-uri': 3.1.1 '@jridgewell/sourcemap-codec': 1.4.15 - /@ljharb/has-package-exports-patterns@0.0.2: - resolution: {integrity: sha512-4/RWEeXDO6bocPONheFe6gX/oQdP/bEpv0oL4HqjPP5DCenBSt0mHgahppY49N0CpsaqffdwPq+TlX9CYOq2Dw==} - /@mdx-js/mdx@2.3.0: resolution: {integrity: sha512-jLuwRlz8DQfQNiUCJR50Y09CGPq3fLtmtUQfVrj79E0JWu3dvsVcxVIcfhR5h0iXu+/z++zDrYeiJqifRynJkA==} dependencies: @@ -1606,11 +1603,6 @@ packages: '@typescript-eslint/visitor-keys': 5.60.1 dev: true - /@typescript-eslint/types@5.59.7: - resolution: {integrity: sha512-UnVS2MRRg6p7xOSATscWkKjlf/NDKuqo5TdbWck6rIRZbmKpVNTLALzNvcjIfHBE7736kZOFc/4Z3VcZwuOM/A==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - dev: true - /@typescript-eslint/types@5.60.1: resolution: {integrity: sha512-zDcDx5fccU8BA0IDZc71bAtYIcG9PowaOwaD8rjYbqwK7dpe/UMQl3inJ4UtUK42nOCT41jTSCwg76E62JpMcg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -1630,7 +1622,7 @@ packages: debug: 4.3.4 globby: 11.1.0 is-glob: 4.0.3 - semver: 7.5.2 + semver: 7.5.3 tsutils: 3.21.0(typescript@5.0.4) typescript: 5.0.4 transitivePeerDependencies: @@ -1854,8 +1846,8 @@ packages: hasBin: true dev: false - /astro-compress@1.1.47: - resolution: {integrity: sha512-UBhhDfZffcPVdDFA4v42G68BdcNL6ZlYoXZdHTappiLWDvZPlhRmK6iuwya3SAGl4La4kqKCfNSqwKbG3agdBQ==} + /astro-compress@1.1.48: + resolution: {integrity: sha512-oQVCAcJ0/A+8iX1l8ozrpkCZKihX+1tPAJ1cKTqAHpljMNqgVYJsR3b3rw05U9KFsYOF2sNugKoFM0OLu5fZdg==} dependencies: '@types/csso': 5.0.0 '@types/html-minifier-terser': 7.0.0 @@ -1864,7 +1856,7 @@ packages: html-minifier-terser: 7.2.0 sharp: 0.32.1 svgo: 3.0.2 - terser: 5.17.7 + terser: 5.18.2 dev: true /astro-eslint-parser@0.14.0: @@ -1878,13 +1870,13 @@ packages: debug: 4.3.4 eslint-visitor-keys: 3.4.1 espree: 9.5.2 - semver: 7.5.2 + semver: 7.5.3 transitivePeerDependencies: - supports-color dev: true - /astro@2.7.0(@types/node@20.2.5)(sharp@0.32.1): - resolution: {integrity: sha512-gUYx2R0V7fpZtFRN9f4nE0We95qYhJyAr+VW0nVFqlMMF1of9MzrjjJ+8rIGJ/6RooFK8XAaXWTQMGTok3ZzEA==} + /astro@2.7.2(@types/node@20.2.5)(sharp@0.32.1): + resolution: {integrity: sha512-2+vjXeVGU04aecs0mm93Qx9KdeVDw4OTeBIijs2Z+QLoe4RUYZnkqx5gR70VNfnoMdXoPp7+wB+ARcb0+ee/yg==} engines: {node: '>=16.12.0', npm: '>=6.14.0'} hasBin: true peerDependencies: @@ -1894,9 +1886,9 @@ packages: optional: true dependencies: '@astrojs/compiler': 1.5.0 - '@astrojs/internal-helpers': 0.1.0 + '@astrojs/internal-helpers': 0.1.1 '@astrojs/language-server': 1.0.5 - '@astrojs/markdown-remark': 2.2.1(astro@2.7.0) + '@astrojs/markdown-remark': 2.2.1(astro@2.7.2) '@astrojs/telemetry': 2.1.1 '@astrojs/webapi': 2.2.0 '@babel/core': 7.22.5 @@ -1935,14 +1927,12 @@ packages: preferred-pm: 3.0.3 prompts: 2.4.2 rehype: 12.0.1 - semver: 7.5.2 + semver: 7.5.3 server-destroy: 1.0.1 sharp: 0.32.1 - shiki: 0.14.2 - slash: 4.0.0 + shiki: 0.14.3 string-width: 5.1.2 strip-ansi: 7.1.0 - supports-esm: 1.0.0 tsconfig-resolver: 3.0.1 typescript: 5.0.4 unist-util-visit: 4.1.2 @@ -2125,7 +2115,7 @@ packages: /builtins@5.0.1: resolution: {integrity: sha512-qwVpFEHNfhYJIzNRBvd2C1kyo6jz3ZSMPyyuR47OPdiKWlbYnZNyDWuyR175qDnAJLiCo5fBBqPb3RiXgWlkOQ==} dependencies: - semver: 7.5.2 + semver: 7.5.3 dev: true /bundle-name@3.0.0: @@ -3089,15 +3079,15 @@ packages: - supports-color dev: true - /eslint-plugin-astro@0.27.1(eslint@8.43.0): - resolution: {integrity: sha512-xt02HVlj5lBoAPzYOKDfVa3swjFr2Vh0Rj6TsInWmfcmQcjEkDMnu9olUAF8Q+LqHr0wQr5z6GmcxJskSqOmjQ==} + /eslint-plugin-astro@0.27.2(eslint@8.43.0): + resolution: {integrity: sha512-MUEkKXvj4onjq9/IyLMfbg8nUjY+SznhHcOvKDnHLgqzGzxUEoaOTR+mPZrDIyqAPC716GxpjsK9MDgoYLPyFA==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: eslint: '>=7.0.0' dependencies: '@eslint-community/eslint-utils': 4.4.0(eslint@8.43.0) '@jridgewell/sourcemap-codec': 1.4.15 - '@typescript-eslint/types': 5.59.7 + '@typescript-eslint/types': 5.60.1 astro-eslint-parser: 0.14.0 eslint: 8.43.0 postcss: 8.4.24 @@ -3199,7 +3189,7 @@ packages: is-core-module: 2.12.1 minimatch: 3.1.2 resolve: 1.22.2 - semver: 7.5.2 + semver: 7.5.3 dev: true /eslint-plugin-only-warn@1.1.0: @@ -3826,11 +3816,6 @@ packages: resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==} engines: {node: '>=8'} - /has-package-exports@1.3.0: - resolution: {integrity: sha512-e9OeXPQnmPhYoJ63lXC4wWe34TxEGZDZ3OQX9XRqp2VwsfLl3bQBy7VehLnd34g3ef8CmYlBLGqEMKXuz8YazQ==} - dependencies: - '@ljharb/has-package-exports-patterns': 0.0.2 - /has-property-descriptors@1.0.0: resolution: {integrity: sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==} dependencies: @@ -4018,7 +4003,7 @@ packages: entities: 4.5.0 param-case: 3.0.4 relateurl: 0.2.7 - terser: 5.17.7 + terser: 5.18.2 dev: true /html-tags@3.3.1: @@ -4556,8 +4541,8 @@ packages: uc.micro: 1.0.6 dev: true - /lint-staged@13.2.2: - resolution: {integrity: sha512-71gSwXKy649VrSU09s10uAT0rWCcY3aewhMaHyl2N84oBk4Xs9HgxvUp3AYu+bNsK4NrOYYxvSgg7FyGJ+jGcA==} + /lint-staged@13.2.3: + resolution: {integrity: sha512-zVVEXLuQIhr1Y7R7YAWx4TZLdvuzk7DnmrsTNL0fax6Z3jrpFcas+vKbzxhhvp6TA55m1SQuWkpzI1qbfDZbAg==} engines: {node: ^14.13.1 || >=16.0.0} hasBin: true dependencies: @@ -5421,7 +5406,7 @@ packages: resolution: {integrity: sha512-zNy02qivjjRosswoYmPi8hIKJRr8MpQyeKT6qlcq/OnOgA3Rhoae+IYOqsM9V5+JnHWmxKnWOT2GxvtqdtOCXA==} engines: {node: '>=10'} dependencies: - semver: 7.5.2 + semver: 7.5.3 /node-addon-api@6.1.0: resolution: {integrity: sha512-+eawOlIgy680F0kBzPUNFhMZGtJ1YmqM6l4+Crf4IkImjYrO/mqPwRMh352g23uIaQKFItcQ64I7KMaJxHgAVA==} @@ -5450,7 +5435,7 @@ packages: dependencies: hosted-git-info: 4.1.0 is-core-module: 2.12.1 - semver: 7.5.2 + semver: 7.5.3 validate-npm-package-license: 3.0.4 dev: true @@ -6421,16 +6406,16 @@ packages: parse5: 6.0.1 unified: 10.1.2 - /rehype-pretty-code@0.9.11(shiki@0.14.2): - resolution: {integrity: sha512-Eq90eCYXQJISktfRZ8PPtwc5SUyH6fJcxS8XOMnHPUQZBtC6RYo67gGlley9X2nR8vlniPj0/7oCDEYHKQa/oA==} + /rehype-pretty-code@0.10.0(shiki@0.14.3): + resolution: {integrity: sha512-qCD071Y+vUxEy9yyrATPk2+W9q7qCbzZgtc9suZhu75bmRQvOlBhJt4d3WvqSMTamkKoFkvqtCjyAk+ggH+aXQ==} engines: {node: '>=16'} peerDependencies: - shiki: '*' + shiki: 0.x dependencies: '@types/hast': 2.3.4 hash-obj: 4.0.0 parse-numeric-range: 1.3.0 - shiki: 0.14.2 + shiki: 0.14.3 dev: true /rehype-raw@6.1.1: @@ -6720,6 +6705,14 @@ packages: hasBin: true dependencies: lru-cache: 6.0.0 + dev: true + + /semver@7.5.3: + resolution: {integrity: sha512-QBlUtyVk/5EeHbi7X0fw6liDZc7BBmEaSYn01fMU1OUYbf6GPsbTtd8WmnqbI20SeycoHSeiybkE/q1Q+qlThQ==} + engines: {node: '>=10'} + hasBin: true + dependencies: + lru-cache: 6.0.0 /server-destroy@1.0.1: resolution: {integrity: sha512-rb+9B5YBIEzYcD6x2VKidaa+cqYBJQKnU4oe4E3ANwRRN56yk/ua1YCJT1n21NTS8w6CcOclAKNP3PhdCXKYtQ==} @@ -6752,8 +6745,8 @@ packages: resolution: {integrity: sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==} dev: true - /shiki@0.14.2: - resolution: {integrity: sha512-ltSZlSLOuSY0M0Y75KA+ieRaZ0Trf5Wl3gutE7jzLuIcWxLp5i/uEnLoQWNvgKXQ5OMpGkJnVMRLAuzjc0LJ2A==} + /shiki@0.14.3: + resolution: {integrity: sha512-U3S/a+b0KS+UkTyMjoNojvTgrBHjgp7L6ovhFVZsXmBGnVdQ4K4U9oK0z63w538S91ATngv1vXigHCSWOwnr+g==} dependencies: ansi-sequence-parser: 1.1.0 jsonc-parser: 3.2.0 @@ -6813,6 +6806,7 @@ packages: /slash@4.0.0: resolution: {integrity: sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==} engines: {node: '>=12'} + dev: true /slice-ansi@3.0.0: resolution: {integrity: sha512-pSyv7bSTC7ig9Dcgbw9AuRNUb5k5V6oDudjZoMBSr13qpLBG7tB+zgCkARjq7xIUgdz5P1Qe8u+rSGdouOOIyQ==} @@ -7186,11 +7180,6 @@ packages: has-flag: 4.0.0 dev: true - /supports-esm@1.0.0: - resolution: {integrity: sha512-96Am8CDqUaC0I2+C/swJ0yEvM8ZnGn4unoers/LSdE4umhX7mELzqyLzx3HnZAluq5PXIsGMKqa7NkqaeHMPcg==} - dependencies: - has-package-exports: 1.3.0 - /supports-hyperlinks@2.3.0: resolution: {integrity: sha512-RpsAZlpWcDwOPQA22aCH4J0t7L8JmAvsCxfOSEwm7cQs3LshN36QaTkwd70DnBOXDWGssw2eUoc8CaRWT0XunA==} engines: {node: '>=8'} @@ -7300,8 +7289,8 @@ packages: inherits: 2.0.4 readable-stream: 3.6.2 - /terser@5.17.7: - resolution: {integrity: sha512-/bi0Zm2C6VAexlGgLlVxA0P2lru/sdLyfCVaRMfKVo9nWxbmz7f/sD8VPybPeSUJaJcwmCJis9pBIhcVcG1QcQ==} + /terser@5.18.2: + resolution: {integrity: sha512-Ah19JS86ypbJzTzvUCX7KOsEIhDaRONungA4aYBjEP3JZRf4ocuDzTg4QWZnPn9DEMiMYGJPiSOy7aykoCc70w==} engines: {node: '>=10'} hasBin: true dependencies: