Merge pull request #114 from nusserstudios/dependabot/npm_and_yarn/alpinejs-3.12.1

Bump alpinejs from 3.12.0 to 3.12.1
This commit is contained in:
Nusser Studios 2023-05-19 08:02:37 -05:00 committed by GitHub
commit 8600c09951
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",
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"alpinejs": "^3.12.0",
"alpinejs": "^3.12.1",
"autoprefixer": "^10.4.14",
"concurrently": "^7.6.0",
"postcss": "^8.4.21",
"postcss": "^8.4.23",
"postcss-cli": "^10.1.0",
"tailwindcss": "^3.3.1"
"tailwindcss": "^3.3.2"
}
},
"node_modules/@alloc/quick-lru": {
@ -150,9 +150,9 @@
"dev": true
},
"node_modules/alpinejs": {
"version": "3.12.0",
"resolved": "https://registry.npmjs.org/alpinejs/-/alpinejs-3.12.0.tgz",
"integrity": "sha512-YENcRBA9dlwR8PsZNFMTHbmdlTNwd1BkCeivPvOzzCKHas6AfwNRsDK9UEFmE5dXTMEZjnnpCTxV8vkdpWiOCw==",
"version": "3.12.1",
"resolved": "https://registry.npmjs.org/alpinejs/-/alpinejs-3.12.1.tgz",
"integrity": "sha512-GjEmZscHuCPv/XRbzabQLFH3I1+M3TbZqEsLDuYai/Yw+pE1IL7DK4ejRfqBSaysi4wWZ1k5IqVG2aefhWWqsQ==",
"dev": true,
"dependencies": {
"@vue/reactivity": "~3.1.1"

View File

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