Browse Source

chore(deps-dev): bump the astro group across 1 directory with 3 updates (#5679)

Bumps the astro group with 3 updates in the / directory: [@astrojs/check](https://github.com/withastro/language-tools/tree/HEAD/packages/astro-check), [@astrojs/mdx](https://github.com/withastro/astro/tree/HEAD/packages/integrations/mdx) and [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro).


Updates `@astrojs/check` from 0.9.2 to 0.9.3
- [Release notes](https://github.com/withastro/language-tools/releases)
- [Changelog](https://github.com/withastro/language-tools/blob/main/packages/astro-check/CHANGELOG.md)
- [Commits](https://github.com/withastro/language-tools/commits/@astrojs/check@0.9.3/packages/astro-check)

Updates `@astrojs/mdx` from 3.1.3 to 3.1.5
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/mdx/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/@astrojs/mdx@3.1.5/packages/integrations/mdx)

Updates `astro` from 4.13.3 to 4.15.1
- [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@4.15.1/packages/astro)

---
updated-dependencies:
- dependency-name: "@astrojs/check"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: astro
- dependency-name: "@astrojs/mdx"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: astro
- 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>
pull/5615/head
dependabot[bot] 3 months ago committed by GitHub
parent
commit
0cf8cd4d10
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 695
      package-lock.json
  2. 6
      package.json

695
package-lock.json generated

File diff suppressed because it is too large Load Diff

6
package.json

@ -57,12 +57,12 @@
"url": "https://github.com/ColorlibHQ/AdminLTE/issues" "url": "https://github.com/ColorlibHQ/AdminLTE/issues"
}, },
"devDependencies": { "devDependencies": {
"@astrojs/check": "^0.9.2", "@astrojs/check": "^0.9.3",
"@astrojs/mdx": "^3.1.3", "@astrojs/mdx": "^3.1.5",
"@rollup/plugin-typescript": "^11.1.6", "@rollup/plugin-typescript": "^11.1.6",
"@typescript-eslint/eslint-plugin": "^7.5.0", "@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0", "@typescript-eslint/parser": "^7.5.0",
"astro": "^4.13.3", "astro": "^4.15.1",
"autoprefixer": "^10.4.20", "autoprefixer": "^10.4.20",
"bootstrap": "^5.3.2", "bootstrap": "^5.3.2",
"bundlewatch": "^0.4.0", "bundlewatch": "^0.4.0",

Loading…
Cancel
Save