Ver Fonte

chore(deps-dev): bump astro from 2.5.3 to 2.5.5 (#5146)

Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 2.5.3 to 2.5.5.
- [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@2.5.5/packages/astro)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] há 1 ano atrás
pai
commit
bb547ab1fc
2 ficheiros alterados com 52 adições e 8 exclusões
  1. 51 7
      package-lock.json
  2. 1 1
      package.json

+ 51 - 7
package-lock.json

@@ -13,7 +13,7 @@
         "@rollup/plugin-typescript": "^11.1.1",
         "@typescript-eslint/eslint-plugin": "^5.59.7",
         "@typescript-eslint/parser": "^5.59.7",
-        "astro": "^2.5.3",
+        "astro": "^2.5.5",
         "autoprefixer": "^10.4.14",
         "bootstrap": "^5.3.0-alpha3",
         "bundlewatch": "^0.3.3",
@@ -2100,9 +2100,9 @@
       }
     },
     "node_modules/astro": {
-      "version": "2.5.3",
-      "resolved": "https://registry.npmjs.org/astro/-/astro-2.5.3.tgz",
-      "integrity": "sha512-ZRk599V3f2dAW2+WIEi1eAhHaxqxYsp2VAAhcUp103OEw8UZIeEa7KU1xZ+cKDqaBszSnTs38EdLjwHWWXCqMw==",
+      "version": "2.5.5",
+      "resolved": "https://registry.npmjs.org/astro/-/astro-2.5.5.tgz",
+      "integrity": "sha512-VRwnlfRtPALeOxfE4e7To5Vlu9pGwlTRWN1zkn1QTizwfg0rLirFTm6t2MCG/fUhlu/p3QO9tz8SpAIyDq53/Q==",
       "dev": true,
       "dependencies": {
         "@astrojs/compiler": "^1.4.0",
@@ -2141,6 +2141,7 @@
         "magic-string": "^0.27.0",
         "mime": "^3.0.0",
         "ora": "^6.1.0",
+        "p-limit": "^4.0.0",
         "path-to-regexp": "^6.2.1",
         "preferred-pm": "^3.0.3",
         "prompts": "^2.4.2",
@@ -2244,6 +2245,21 @@
         "node": ">=10.0.0"
       }
     },
+    "node_modules/astro/node_modules/p-limit": {
+      "version": "4.0.0",
+      "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-4.0.0.tgz",
+      "integrity": "sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==",
+      "dev": true,
+      "dependencies": {
+        "yocto-queue": "^1.0.0"
+      },
+      "engines": {
+        "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
+      },
+      "funding": {
+        "url": "https://github.com/sponsors/sindresorhus"
+      }
+    },
     "node_modules/astro/node_modules/slash": {
       "version": "4.0.0",
       "resolved": "https://registry.npmjs.org/slash/-/slash-4.0.0.tgz",
@@ -2297,6 +2313,18 @@
         "node": ">=12"
       }
     },
+    "node_modules/astro/node_modules/yocto-queue": {
+      "version": "1.0.0",
+      "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.0.0.tgz",
+      "integrity": "sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==",
+      "dev": true,
+      "engines": {
+        "node": ">=12.20"
+      },
+      "funding": {
+        "url": "https://github.com/sponsors/sindresorhus"
+      }
+    },
     "node_modules/astrojs-compiler-sync": {
       "version": "0.3.2",
       "resolved": "https://registry.npmjs.org/astrojs-compiler-sync/-/astrojs-compiler-sync-0.3.2.tgz",
@@ -12624,9 +12652,9 @@
       "dev": true
     },
     "astro": {
-      "version": "2.5.3",
-      "resolved": "https://registry.npmjs.org/astro/-/astro-2.5.3.tgz",
-      "integrity": "sha512-ZRk599V3f2dAW2+WIEi1eAhHaxqxYsp2VAAhcUp103OEw8UZIeEa7KU1xZ+cKDqaBszSnTs38EdLjwHWWXCqMw==",
+      "version": "2.5.5",
+      "resolved": "https://registry.npmjs.org/astro/-/astro-2.5.5.tgz",
+      "integrity": "sha512-VRwnlfRtPALeOxfE4e7To5Vlu9pGwlTRWN1zkn1QTizwfg0rLirFTm6t2MCG/fUhlu/p3QO9tz8SpAIyDq53/Q==",
       "dev": true,
       "requires": {
         "@astrojs/compiler": "^1.4.0",
@@ -12665,6 +12693,7 @@
         "magic-string": "^0.27.0",
         "mime": "^3.0.0",
         "ora": "^6.1.0",
+        "p-limit": "^4.0.0",
         "path-to-regexp": "^6.2.1",
         "preferred-pm": "^3.0.3",
         "prompts": "^2.4.2",
@@ -12716,6 +12745,15 @@
           "integrity": "sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A==",
           "dev": true
         },
+        "p-limit": {
+          "version": "4.0.0",
+          "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-4.0.0.tgz",
+          "integrity": "sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==",
+          "dev": true,
+          "requires": {
+            "yocto-queue": "^1.0.0"
+          }
+        },
         "slash": {
           "version": "4.0.0",
           "resolved": "https://registry.npmjs.org/slash/-/slash-4.0.0.tgz",
@@ -12747,6 +12785,12 @@
           "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz",
           "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==",
           "dev": true
+        },
+        "yocto-queue": {
+          "version": "1.0.0",
+          "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.0.0.tgz",
+          "integrity": "sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==",
+          "dev": true
         }
       }
     },

+ 1 - 1
package.json

@@ -61,7 +61,7 @@
     "@rollup/plugin-typescript": "^11.1.1",
     "@typescript-eslint/eslint-plugin": "^5.59.7",
     "@typescript-eslint/parser": "^5.59.7",
-    "astro": "^2.5.3",
+    "astro": "^2.5.5",
     "autoprefixer": "^10.4.14",
     "bootstrap": "^5.3.0-alpha3",
     "bundlewatch": "^0.3.3",