1
0
mirror of https://github.com/kremalicious/astro-redirect-from.git synced 2024-11-22 01:47:01 +01:00

Bump astro from 3.1.2 to 3.2.0 (#6)

This commit is contained in:
dependabot[bot] 2023-10-02 10:28:38 +01:00 committed by GitHub
parent 59c8033ae3
commit 973276f202
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

9
package-lock.json generated
View File

@ -30,9 +30,6 @@
"engines": { "engines": {
"node": ">=18.14.1", "node": ">=18.14.1",
"npm": ">=6.14.0" "npm": ">=6.14.0"
},
"peerDependencies": {
"astro": ">= 3"
} }
}, },
"node_modules/@aashutoshrathi/word-wrap": { "node_modules/@aashutoshrathi/word-wrap": {
@ -2134,9 +2131,9 @@
} }
}, },
"node_modules/astro": { "node_modules/astro": {
"version": "3.1.2", "version": "3.2.0",
"resolved": "https://registry.npmjs.org/astro/-/astro-3.1.2.tgz", "resolved": "https://registry.npmjs.org/astro/-/astro-3.2.0.tgz",
"integrity": "sha512-9rlKyk6Qmw50Pc188+ey7JAEYBsJGh5an46AXGPMHIdEkH6YOc4b2z9Rr+TNF8QmM/U+C2ZQFRVQyCKU4i8/pg==", "integrity": "sha512-sDQnSFV46ZzNkVU6co5f8wilZFmGiWsqnIVoMhd5/XPU76iZdA40WqFyBOhGaji7hGuqbcjN8MGobMg53lsoUg==",
"dependencies": { "dependencies": {
"@astrojs/compiler": "^2.1.0", "@astrojs/compiler": "^2.1.0",
"@astrojs/internal-helpers": "0.2.0", "@astrojs/internal-helpers": "0.2.0",