Просмотр исходного кода

chore(deps-dev): bump the astro group with 1 update (#5364)

Bumps the astro group with 1 update: [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro).

- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/astro@3.2.0/packages/astro)

---
updated-dependencies:
- dependency-name: astro
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: astro
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] 1 год назад
Родитель
Сommit
c958646dc2
2 измененных файлов с 57 добавлено и 30 удалено
  1. 56 29
      package-lock.json
  2. 1 1
      package.json

+ 56 - 29
package-lock.json

@@ -13,7 +13,7 @@
         "@rollup/plugin-typescript": "^11.1.4",
         "@typescript-eslint/eslint-plugin": "^6.7.3",
         "@typescript-eslint/parser": "^6.7.3",
-        "astro": "^3.0.8",
+        "astro": "^3.2.0",
         "autoprefixer": "^10.4.16",
         "bootstrap": "^5.3.2",
         "bundlewatch": "^0.3.3",
@@ -218,9 +218,9 @@
       }
     },
     "node_modules/@astrojs/telemetry": {
-      "version": "3.0.1",
-      "resolved": "https://registry.npmjs.org/@astrojs/telemetry/-/telemetry-3.0.1.tgz",
-      "integrity": "sha512-7zJMuikRDQ0LLLivteu0+y4pqdgznrChFiRrY3qmKlOEkLWD1T3u1a5M970lvpErP7Vgh4P298JBPjv8LTj+sw==",
+      "version": "3.0.2",
+      "resolved": "https://registry.npmjs.org/@astrojs/telemetry/-/telemetry-3.0.2.tgz",
+      "integrity": "sha512-ef+jqCkqopCzjGfsMsr+8p56Nj6F9ZzouWcWZt+dKsqbRccI3c8K3jfkLcdq4AyfFZtKBDB6N4ZuI68g33oiOg==",
       "dev": true,
       "dependencies": {
         "ci-info": "^3.8.0",
@@ -237,12 +237,12 @@
       }
     },
     "node_modules/@astrojs/telemetry/node_modules/is-wsl": {
-      "version": "3.0.0",
-      "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-3.0.0.tgz",
-      "integrity": "sha512-TQ7xXW/fTBaz/HhGSV779AC99ocpvb9qJPuPwyIea+F+Z+htcQ1wouAA0xEQaa4saVqyP8mwkoYp5efeM/4Gbg==",
+      "version": "3.1.0",
+      "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-3.1.0.tgz",
+      "integrity": "sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==",
       "dev": true,
       "dependencies": {
-        "is-docker": "^3.0.0"
+        "is-inside-container": "^1.0.0"
       },
       "engines": {
         "node": ">=16"
@@ -2361,15 +2361,15 @@
       }
     },
     "node_modules/astro": {
-      "version": "3.1.0",
-      "resolved": "https://registry.npmjs.org/astro/-/astro-3.1.0.tgz",
-      "integrity": "sha512-hVPZg9uDafqJbDwOwtcujwhJ6Qp3BCaIj1cvablTYI0jdYrZSvcybhIMTf8NhzK5smvZy2Bv9eEDYXLpiLDrRQ==",
+      "version": "3.2.0",
+      "resolved": "https://registry.npmjs.org/astro/-/astro-3.2.0.tgz",
+      "integrity": "sha512-sDQnSFV46ZzNkVU6co5f8wilZFmGiWsqnIVoMhd5/XPU76iZdA40WqFyBOhGaji7hGuqbcjN8MGobMg53lsoUg==",
       "dev": true,
       "dependencies": {
         "@astrojs/compiler": "^2.1.0",
         "@astrojs/internal-helpers": "0.2.0",
         "@astrojs/markdown-remark": "3.2.0",
-        "@astrojs/telemetry": "3.0.1",
+        "@astrojs/telemetry": "3.0.2",
         "@babel/core": "^7.22.10",
         "@babel/generator": "^7.22.10",
         "@babel/parser": "^7.22.10",
@@ -5665,6 +5665,24 @@
         "url": "https://github.com/sponsors/wooorm"
       }
     },
+    "node_modules/is-inside-container": {
+      "version": "1.0.0",
+      "resolved": "https://registry.npmjs.org/is-inside-container/-/is-inside-container-1.0.0.tgz",
+      "integrity": "sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==",
+      "dev": true,
+      "dependencies": {
+        "is-docker": "^3.0.0"
+      },
+      "bin": {
+        "is-inside-container": "cli.js"
+      },
+      "engines": {
+        "node": ">=14.16"
+      },
+      "funding": {
+        "url": "https://github.com/sponsors/sindresorhus"
+      }
+    },
     "node_modules/is-interactive": {
       "version": "2.0.0",
       "resolved": "https://registry.npmjs.org/is-interactive/-/is-interactive-2.0.0.tgz",
@@ -11208,9 +11226,9 @@
       "dev": true
     },
     "node_modules/undici": {
-      "version": "5.23.0",
-      "resolved": "https://registry.npmjs.org/undici/-/undici-5.23.0.tgz",
-      "integrity": "sha512-1D7w+fvRsqlQ9GscLBwcAJinqcZGHUKjbOmXdlE/v8BvEGXjeWAax+341q44EuTcHXXnfyKNbKRq4Lg7OzhMmg==",
+      "version": "5.25.2",
+      "resolved": "https://registry.npmjs.org/undici/-/undici-5.25.2.tgz",
+      "integrity": "sha512-tch8RbCfn1UUH1PeVCXva4V8gDpGAud/w0WubD6sHC46vYQ3KDxL+xv1A2UxK0N6jrVedutuPHxe1XIoqerwMw==",
       "dev": true,
       "dependencies": {
         "busboy": "^1.6.0"
@@ -12455,9 +12473,9 @@
       }
     },
     "@astrojs/telemetry": {
-      "version": "3.0.1",
-      "resolved": "https://registry.npmjs.org/@astrojs/telemetry/-/telemetry-3.0.1.tgz",
-      "integrity": "sha512-7zJMuikRDQ0LLLivteu0+y4pqdgznrChFiRrY3qmKlOEkLWD1T3u1a5M970lvpErP7Vgh4P298JBPjv8LTj+sw==",
+      "version": "3.0.2",
+      "resolved": "https://registry.npmjs.org/@astrojs/telemetry/-/telemetry-3.0.2.tgz",
+      "integrity": "sha512-ef+jqCkqopCzjGfsMsr+8p56Nj6F9ZzouWcWZt+dKsqbRccI3c8K3jfkLcdq4AyfFZtKBDB6N4ZuI68g33oiOg==",
       "dev": true,
       "requires": {
         "ci-info": "^3.8.0",
@@ -12471,12 +12489,12 @@
       },
       "dependencies": {
         "is-wsl": {
-          "version": "3.0.0",
-          "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-3.0.0.tgz",
-          "integrity": "sha512-TQ7xXW/fTBaz/HhGSV779AC99ocpvb9qJPuPwyIea+F+Z+htcQ1wouAA0xEQaa4saVqyP8mwkoYp5efeM/4Gbg==",
+          "version": "3.1.0",
+          "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-3.1.0.tgz",
+          "integrity": "sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==",
           "dev": true,
           "requires": {
-            "is-docker": "^3.0.0"
+            "is-inside-container": "^1.0.0"
           }
         }
       }
@@ -13890,15 +13908,15 @@
       "dev": true
     },
     "astro": {
-      "version": "3.1.0",
-      "resolved": "https://registry.npmjs.org/astro/-/astro-3.1.0.tgz",
-      "integrity": "sha512-hVPZg9uDafqJbDwOwtcujwhJ6Qp3BCaIj1cvablTYI0jdYrZSvcybhIMTf8NhzK5smvZy2Bv9eEDYXLpiLDrRQ==",
+      "version": "3.2.0",
+      "resolved": "https://registry.npmjs.org/astro/-/astro-3.2.0.tgz",
+      "integrity": "sha512-sDQnSFV46ZzNkVU6co5f8wilZFmGiWsqnIVoMhd5/XPU76iZdA40WqFyBOhGaji7hGuqbcjN8MGobMg53lsoUg==",
       "dev": true,
       "requires": {
         "@astrojs/compiler": "^2.1.0",
         "@astrojs/internal-helpers": "0.2.0",
         "@astrojs/markdown-remark": "3.2.0",
-        "@astrojs/telemetry": "3.0.1",
+        "@astrojs/telemetry": "3.0.2",
         "@babel/core": "^7.22.10",
         "@babel/generator": "^7.22.10",
         "@babel/parser": "^7.22.10",
@@ -16232,6 +16250,15 @@
       "integrity": "sha512-DgZQp241c8oO6cA1SbTEWiXeoxV42vlcJxgH+B3hi1AiqqKruZR3ZGF8In3fj4+/y/7rHvlOZLZtgJ/4ttYGZg==",
       "dev": true
     },
+    "is-inside-container": {
+      "version": "1.0.0",
+      "resolved": "https://registry.npmjs.org/is-inside-container/-/is-inside-container-1.0.0.tgz",
+      "integrity": "sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==",
+      "dev": true,
+      "requires": {
+        "is-docker": "^3.0.0"
+      }
+    },
     "is-interactive": {
       "version": "2.0.0",
       "resolved": "https://registry.npmjs.org/is-interactive/-/is-interactive-2.0.0.tgz",
@@ -20185,9 +20212,9 @@
       "dev": true
     },
     "undici": {
-      "version": "5.23.0",
-      "resolved": "https://registry.npmjs.org/undici/-/undici-5.23.0.tgz",
-      "integrity": "sha512-1D7w+fvRsqlQ9GscLBwcAJinqcZGHUKjbOmXdlE/v8BvEGXjeWAax+341q44EuTcHXXnfyKNbKRq4Lg7OzhMmg==",
+      "version": "5.25.2",
+      "resolved": "https://registry.npmjs.org/undici/-/undici-5.25.2.tgz",
+      "integrity": "sha512-tch8RbCfn1UUH1PeVCXva4V8gDpGAud/w0WubD6sHC46vYQ3KDxL+xv1A2UxK0N6jrVedutuPHxe1XIoqerwMw==",
       "dev": true,
       "requires": {
         "busboy": "^1.6.0"

+ 1 - 1
package.json

@@ -61,7 +61,7 @@
     "@rollup/plugin-typescript": "^11.1.4",
     "@typescript-eslint/eslint-plugin": "^6.7.3",
     "@typescript-eslint/parser": "^6.7.3",
-    "astro": "^3.0.8",
+    "astro": "^3.2.0",
     "autoprefixer": "^10.4.16",
     "bootstrap": "^5.3.2",
     "bundlewatch": "^0.3.3",