chore(deps-dev): bump eleventy-plugin-youtube-embed from 1.9.0 to 1.9.1

Bumps [eleventy-plugin-youtube-embed](https://github.com/gfscott/eleventy-plugin-embed-everything) from 1.9.0 to 1.9.1.
- [Release notes](https://github.com/gfscott/eleventy-plugin-embed-everything/releases)
- [Commits](https://github.com/gfscott/eleventy-plugin-embed-everything/compare/eleventy-plugin-youtube-embed@1.9.0...eleventy-plugin-youtube-embed@1.9.1)

---
updated-dependencies:
- dependency-name: eleventy-plugin-youtube-embed
  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-10-02 19:44:22 +00:00 committed by GitHub
parent 2a4f3af83f
commit c5f4762ace
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View file

@ -31,7 +31,7 @@
"dotenv-flow": "^4.0.0", "dotenv-flow": "^4.0.0",
"eleventy-plugin-tabler-icons": "^2.0.7", "eleventy-plugin-tabler-icons": "^2.0.7",
"eleventy-plugin-unfurl": "^1.0.0", "eleventy-plugin-unfurl": "^1.0.0",
"eleventy-plugin-youtube-embed": "^1.9.0", "eleventy-plugin-youtube-embed": "^1.9.1",
"eslint": "^8.50.0", "eslint": "^8.50.0",
"eslint-config-prettier": "^9.0.0", "eslint-config-prettier": "^9.0.0",
"eslint-plugin-jsx-a11y": "^6.7.1", "eslint-plugin-jsx-a11y": "^6.7.1",
@ -3608,12 +3608,12 @@
} }
}, },
"node_modules/eleventy-plugin-youtube-embed": { "node_modules/eleventy-plugin-youtube-embed": {
"version": "1.9.0", "version": "1.9.1",
"resolved": "https://registry.npmjs.org/eleventy-plugin-youtube-embed/-/eleventy-plugin-youtube-embed-1.9.0.tgz", "resolved": "https://registry.npmjs.org/eleventy-plugin-youtube-embed/-/eleventy-plugin-youtube-embed-1.9.1.tgz",
"integrity": "sha512-jrFaYk8mgzI96iGixZlWk404/y+VBSEIMOmOEnmfumP35XGguACW+433ms4xYDbhM/Aa+Q/gKoQP4NbSX5kUHg==", "integrity": "sha512-qGNKnWu3h7nXrm7kdSALiJQIuqNu8PiNwAkteoGgHTVoeM1smHtuKSEJWfApio7x76bDEZBQJpu+qa9ibTG2sQ==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"deepmerge": "^4.3.0", "deepmerge": "^4.3.1",
"lite-youtube-embed": "^0.2.0" "lite-youtube-embed": "^0.2.0"
} }
}, },

View file

@ -40,7 +40,7 @@
"dotenv-flow": "^4.0.0", "dotenv-flow": "^4.0.0",
"eleventy-plugin-tabler-icons": "^2.0.7", "eleventy-plugin-tabler-icons": "^2.0.7",
"eleventy-plugin-unfurl": "^1.0.0", "eleventy-plugin-unfurl": "^1.0.0",
"eleventy-plugin-youtube-embed": "^1.9.0", "eleventy-plugin-youtube-embed": "^1.9.1",
"eslint": "^8.50.0", "eslint": "^8.50.0",
"eslint-config-prettier": "^9.0.0", "eslint-config-prettier": "^9.0.0",
"eslint-plugin-jsx-a11y": "^6.7.1", "eslint-plugin-jsx-a11y": "^6.7.1",