Bump alpinejs from 3.12.0 to 3.12.1

Bumps [alpinejs](https://github.com/alpinejs/alpine/tree/HEAD/packages/alpinejs) from 3.12.0 to 3.12.1.
- [Release notes](https://github.com/alpinejs/alpine/releases)
- [Commits](https://github.com/alpinejs/alpine/commits/v3.12.1/packages/alpinejs)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-05-15 19:59:20 +00:00 committed by GitHub
parent c76cf0d748
commit 36895f30dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View File

@ -10,12 +10,12 @@
"license": "Apache-2.0", "license": "Apache-2.0",
"devDependencies": { "devDependencies": {
"@tailwindcss/typography": "^0.5.9", "@tailwindcss/typography": "^0.5.9",
"alpinejs": "^3.12.0", "alpinejs": "^3.12.1",
"autoprefixer": "^10.4.14", "autoprefixer": "^10.4.14",
"concurrently": "^7.6.0", "concurrently": "^7.6.0",
"postcss": "^8.4.21", "postcss": "^8.4.23",
"postcss-cli": "^10.1.0", "postcss-cli": "^10.1.0",
"tailwindcss": "^3.3.1" "tailwindcss": "^3.3.2"
} }
}, },
"node_modules/@alloc/quick-lru": { "node_modules/@alloc/quick-lru": {
@ -150,9 +150,9 @@
"dev": true "dev": true
}, },
"node_modules/alpinejs": { "node_modules/alpinejs": {
"version": "3.12.0", "version": "3.12.1",
"resolved": "https://registry.npmjs.org/alpinejs/-/alpinejs-3.12.0.tgz", "resolved": "https://registry.npmjs.org/alpinejs/-/alpinejs-3.12.1.tgz",
"integrity": "sha512-YENcRBA9dlwR8PsZNFMTHbmdlTNwd1BkCeivPvOzzCKHas6AfwNRsDK9UEFmE5dXTMEZjnnpCTxV8vkdpWiOCw==", "integrity": "sha512-GjEmZscHuCPv/XRbzabQLFH3I1+M3TbZqEsLDuYai/Yw+pE1IL7DK4ejRfqBSaysi4wWZ1k5IqVG2aefhWWqsQ==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@vue/reactivity": "~3.1.1" "@vue/reactivity": "~3.1.1"

View File

@ -5,7 +5,7 @@
"main": "index.js", "main": "index.js",
"devDependencies": { "devDependencies": {
"@tailwindcss/typography": "^0.5.9", "@tailwindcss/typography": "^0.5.9",
"alpinejs": "^3.12.0", "alpinejs": "^3.12.1",
"autoprefixer": "^10.4.14", "autoprefixer": "^10.4.14",
"concurrently": "^7.6.0", "concurrently": "^7.6.0",
"postcss": "^8.4.23", "postcss": "^8.4.23",