mirror of https://github.com/ColorlibHQ/AdminLTE
chore(deps-dev): bump astro from 2.4.3 to 2.4.5 (#5125)
Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 2.4.3 to 2.4.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.4.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>pull/5124/head
parent
080830f2c0
commit
0cee2807a7
|
@ -13,7 +13,7 @@
|
|||
"@rollup/plugin-typescript": "^11.1.1",
|
||||
"@typescript-eslint/eslint-plugin": "^5.59.5",
|
||||
"@typescript-eslint/parser": "^5.59.5",
|
||||
"astro": "^2.4.3",
|
||||
"astro": "^2.4.5",
|
||||
"autoprefixer": "^10.4.14",
|
||||
"bootstrap": "^5.3.0-alpha3",
|
||||
"bundlewatch": "^0.3.3",
|
||||
|
@ -2082,9 +2082,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/astro": {
|
||||
"version": "2.4.3",
|
||||
"resolved": "https://registry.npmjs.org/astro/-/astro-2.4.3.tgz",
|
||||
"integrity": "sha512-WU7sMkgFNQs4WZzEmpjOYZthcT8+LSmwIR0GvWzVYlb+dIMfFCQyg99LNHdhg/XZKi08ztaHmRf4ZBjJvZHsgA==",
|
||||
"version": "2.4.5",
|
||||
"resolved": "https://registry.npmjs.org/astro/-/astro-2.4.5.tgz",
|
||||
"integrity": "sha512-osxLnuLXaOX0FjWOVQH8cmK4N/Gdj/ZdEkeyMJWsUss7xQU4Q64tAxB/dAv75f/XZiu+PprmndJkyQ4sYLOv1g==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@astrojs/compiler": "^1.4.0",
|
||||
|
@ -12595,9 +12595,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"astro": {
|
||||
"version": "2.4.3",
|
||||
"resolved": "https://registry.npmjs.org/astro/-/astro-2.4.3.tgz",
|
||||
"integrity": "sha512-WU7sMkgFNQs4WZzEmpjOYZthcT8+LSmwIR0GvWzVYlb+dIMfFCQyg99LNHdhg/XZKi08ztaHmRf4ZBjJvZHsgA==",
|
||||
"version": "2.4.5",
|
||||
"resolved": "https://registry.npmjs.org/astro/-/astro-2.4.5.tgz",
|
||||
"integrity": "sha512-osxLnuLXaOX0FjWOVQH8cmK4N/Gdj/ZdEkeyMJWsUss7xQU4Q64tAxB/dAv75f/XZiu+PprmndJkyQ4sYLOv1g==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@astrojs/compiler": "^1.4.0",
|
||||
|
|
|
@ -61,7 +61,7 @@
|
|||
"@rollup/plugin-typescript": "^11.1.1",
|
||||
"@typescript-eslint/eslint-plugin": "^5.59.5",
|
||||
"@typescript-eslint/parser": "^5.59.5",
|
||||
"astro": "^2.4.3",
|
||||
"astro": "^2.4.5",
|
||||
"autoprefixer": "^10.4.14",
|
||||
"bootstrap": "^5.3.0-alpha3",
|
||||
"bundlewatch": "^0.3.3",
|
||||
|
|
Loading…
Reference in New Issue