Merge pull request #162 from mearashadowfax/dependabot/npm_and_yarn/astro-vtbot-1.8.3

Bump astro-vtbot from 1.7.27 to 1.8.3
This commit is contained in:
Emil Gulamov 2024-08-05 11:17:33 -07:00 committed by GitHub
commit 99b05768c9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 18 additions and 5 deletions

21
package-lock.json generated
View file

@ -32,7 +32,7 @@
}, },
"devDependencies": { "devDependencies": {
"@tailwindcss/forms": "^0.5.7", "@tailwindcss/forms": "^0.5.7",
"astro-vtbot": "^1.7.27", "astro-vtbot": "^1.8.3",
"prettier": "^3.3.3", "prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1", "prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.5", "prettier-plugin-tailwindcss": "^0.6.5",
@ -2449,6 +2449,16 @@
"resolved": "https://registry.npmjs.org/@vscode/l10n/-/l10n-0.0.18.tgz", "resolved": "https://registry.npmjs.org/@vscode/l10n/-/l10n-0.0.18.tgz",
"integrity": "sha512-KYSIHVmslkaCDyw013pphY+d7x1qV8IZupYfeIfzNA+nsaWHbn5uPuQRvdRFsa9zFzGeudPuoGoZ1Op4jrJXIQ==" "integrity": "sha512-KYSIHVmslkaCDyw013pphY+d7x1qV8IZupYfeIfzNA+nsaWHbn5uPuQRvdRFsa9zFzGeudPuoGoZ1Op4jrJXIQ=="
}, },
"node_modules/@vtbag/inspection-chamber": {
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/@vtbag/inspection-chamber/-/inspection-chamber-1.0.4.tgz",
"integrity": "sha512-hlfI8JPJvfOvzPA8UwYPjmhtWcx3VecF2ZGBZuIy3zT4BsIPwRBcT8LXRPZMIxlUdducieNsTJ2jxLtxMTALUw==",
"dev": true,
"funding": {
"type": "github",
"url": "https://github.com/sponsors/martrapp"
}
},
"node_modules/abbrev": { "node_modules/abbrev": {
"version": "1.1.1", "version": "1.1.1",
"resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz", "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz",
@ -2726,10 +2736,13 @@
} }
}, },
"node_modules/astro-vtbot": { "node_modules/astro-vtbot": {
"version": "1.7.27", "version": "1.8.3",
"resolved": "https://registry.npmjs.org/astro-vtbot/-/astro-vtbot-1.7.27.tgz", "resolved": "https://registry.npmjs.org/astro-vtbot/-/astro-vtbot-1.8.3.tgz",
"integrity": "sha512-gFPfmeuPkez0iYddOgUvBY+0H+tC3lpUNRr2IaqT0UVWXQpBkXTtOwUEQrFm4u65c88teUmWOY7IbVNdj3sg+w==", "integrity": "sha512-7nzucuJOpkXWA3DFMLvkDh15XBTzUPTbuWDFEsefbhUqGpEH6kVSQMPtHhzn8fu3Hw3zpzgww9epJIo6Hl6qMg==",
"dev": true, "dev": true,
"dependencies": {
"@vtbag/inspection-chamber": "^1.0.3"
},
"funding": { "funding": {
"type": "github", "type": "github",
"url": "https://github.com/sponsors/martrapp" "url": "https://github.com/sponsors/martrapp"

View file

@ -35,7 +35,7 @@
}, },
"devDependencies": { "devDependencies": {
"@tailwindcss/forms": "^0.5.7", "@tailwindcss/forms": "^0.5.7",
"astro-vtbot": "^1.7.27", "astro-vtbot": "^1.8.3",
"prettier": "^3.3.3", "prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1", "prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.5", "prettier-plugin-tailwindcss": "^0.6.5",