Bumped embed to fix accessibility issue
All checks were successful
Linting and checking code / get-version (push) Successful in 6s
Linting and checking code / astro-check (push) Successful in 16s
Build and deploy preview site / check-tag (push) Successful in 3s
Build and deploy preview site / checking (push) Successful in 17s
Build and deploy preview site / build-site (push) Successful in 2m42s
Build and deploy preview site / run-unlighthouse (push) Successful in 1s
Build and deploy preview site / auto-deploy-dockge (push) Successful in 4s
Build and deploy preview site / create-release (push) Successful in 1m18s
All checks were successful
Linting and checking code / get-version (push) Successful in 6s
Linting and checking code / astro-check (push) Successful in 16s
Build and deploy preview site / check-tag (push) Successful in 3s
Build and deploy preview site / checking (push) Successful in 17s
Build and deploy preview site / build-site (push) Successful in 2m42s
Build and deploy preview site / run-unlighthouse (push) Successful in 1s
Build and deploy preview site / auto-deploy-dockge (push) Successful in 4s
Build and deploy preview site / create-release (push) Successful in 1m18s
This commit is contained in:
parent
d5e4818b2b
commit
81c1def4c4
2 changed files with 9 additions and 8 deletions
13
package-lock.json
generated
13
package-lock.json
generated
|
@ -1,14 +1,14 @@
|
|||
{
|
||||
"name": "@firq/fgosite",
|
||||
"version": "0.2.0-pre.63",
|
||||
"version": "0.2.0-pre.64",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@firq/fgosite",
|
||||
"version": "0.2.0-pre.63",
|
||||
"version": "0.2.0-pre.64",
|
||||
"dependencies": {
|
||||
"@astro-community/astro-embed-youtube": "^0.5.2",
|
||||
"@astro-community/astro-embed-youtube": "^0.5.6",
|
||||
"@astrojs/check": "^0.9.4",
|
||||
"@astrojs/mdx": "^4.0.8",
|
||||
"@astrojs/sitemap": "^3.2.1",
|
||||
|
@ -22,9 +22,10 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@astro-community/astro-embed-youtube": {
|
||||
"version": "0.5.5",
|
||||
"resolved": "https://registry.npmjs.org/@astro-community/astro-embed-youtube/-/astro-embed-youtube-0.5.5.tgz",
|
||||
"integrity": "sha512-pG9uYjyZB1kpW8Ljy/H1Klof2txVXLwQmyoG4XWblZyt9eqFlaa65MdzL7UKzzqdoOsn64TN+Q+zPbx0HJhP4Q==",
|
||||
"version": "0.5.6",
|
||||
"resolved": "https://registry.npmjs.org/@astro-community/astro-embed-youtube/-/astro-embed-youtube-0.5.6.tgz",
|
||||
"integrity": "sha512-/mRfCl/eTBUz0kmjD1psOy0qoDDBorVp0QumUacjFcIkBullYtbeFQ2ZGZ+3N/tA6cR/OIyzr2QA4dQXlY6USg==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"lite-youtube-embed": "^0.3.3"
|
||||
},
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@firq/fgosite",
|
||||
"type": "module",
|
||||
"version": "0.2.0-pre.63",
|
||||
"version": "0.2.0-pre.64",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
|
@ -11,7 +11,7 @@
|
|||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astro-community/astro-embed-youtube": "^0.5.2",
|
||||
"@astro-community/astro-embed-youtube": "^0.5.6",
|
||||
"@astrojs/check": "^0.9.4",
|
||||
"@astrojs/mdx": "^4.0.8",
|
||||
"@astrojs/sitemap": "^3.2.1",
|
||||
|
|
Loading…
Reference in a new issue