diff --git a/package-lock.json b/package-lock.json index ffe04d7..31b5219 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "sass": "^1.62.1" }, "devDependencies": { - "astro": "^2.5.7" + "astro": "^2.9.1" } }, "node_modules/@ampproject/remapping": { @@ -133,9 +133,9 @@ } }, "node_modules/@astrojs/compiler": { - "version": "1.5.7", - "resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-1.5.7.tgz", - "integrity": "sha512-dFU7GAMbpTUGPkRoCoMQrGFlTe3qIiQMSOxIXp/nB1Do4My9uogjEmBHdR5Cwr4i6rc5/1R3Od9v8kU/pkHXGQ==" + "version": "1.6.1", + "resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-1.6.1.tgz", + "integrity": "sha512-QZZhV2kOhvyXEfpaGLgHWNPUOlkMVx3Zw+5IlXXU2p448NwtyYt3C6MuS7baVsTlluH3EedAoDBmelt9hPhfiQ==" }, "node_modules/@astrojs/internal-helpers": { "version": "0.1.1", @@ -1237,6 +1237,11 @@ "@types/ms": "*" } }, + "node_modules/@types/dom-view-transitions": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@types/dom-view-transitions/-/dom-view-transitions-1.0.1.tgz", + "integrity": "sha512-A9S1ijj/4MX06I1W/6on8lhaYyq1Ir7gaOvfllW1o4RzVWW88HAeqX0pUx9VgOLnNpdiGeUW2CTkg18p5LWIrA==" + }, "node_modules/@types/hast": { "version": "2.3.4", "resolved": "https://registry.npmjs.org/@types/hast/-/hast-2.3.4.tgz", @@ -1446,11 +1451,11 @@ } }, "node_modules/astro": { - "version": "2.8.3", - "resolved": "https://registry.npmjs.org/astro/-/astro-2.8.3.tgz", - "integrity": "sha512-UopGl3WubMnl15TWlR6PTCcH54TooZ+JoAloErfoXQtz4PAvmEEqEVc7tHoJ45iC7rhKgzILsvDhqzitBeRihw==", + "version": "2.9.1", + "resolved": "https://registry.npmjs.org/astro/-/astro-2.9.1.tgz", + "integrity": "sha512-cY+ilz7zbKx21QA4LRJtE49NakkhUVh6kU9LqNMThz/Fqv1Rkz0uJBWIUJfJqpOmqnpFEW2G245gF4+bUA7aRQ==", "dependencies": { - "@astrojs/compiler": "^1.5.3", + "@astrojs/compiler": "^1.6.0", "@astrojs/internal-helpers": "^0.1.1", "@astrojs/language-server": "^1.0.0", "@astrojs/markdown-remark": "^2.2.1", @@ -1463,6 +1468,7 @@ "@babel/traverse": "^7.22.5", "@babel/types": "^7.22.5", "@types/babel__core": "^7.20.1", + "@types/dom-view-transitions": "^1.0.1", "@types/yargs-parser": "^21.0.0", "acorn": "^8.9.0", "boxen": "^6.2.1", @@ -1486,6 +1492,7 @@ "kleur": "^4.1.4", "magic-string": "^0.27.0", "mime": "^3.0.0", + "network-information-types": "^0.1.1", "ora": "^6.3.1", "p-limit": "^4.0.0", "path-to-regexp": "^6.2.1", @@ -4706,6 +4713,14 @@ "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" } }, + "node_modules/network-information-types": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/network-information-types/-/network-information-types-0.1.1.tgz", + "integrity": "sha512-mLXNafJYOkiJB6IlF727YWssTRpXitR+tKSLyA5VAdBi3SOvLf5gtizHgxf241YHPWocnAO/fAhVrB/68tPHDw==", + "peerDependencies": { + "typescript": ">= 3.0.0" + } + }, "node_modules/nlcst-to-string": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/nlcst-to-string/-/nlcst-to-string-3.1.1.tgz", diff --git a/package.json b/package.json index 16d08ee..665bd15 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "build": "astro build" }, "devDependencies": { - "astro": "^2.5.7" + "astro": "^2.9.1" }, "dependencies": { "@astrojs/netlify": "^2.2.2",