Merge pull request #185 from cdransf/dependabot/npm_and_yarn/eleventy-plugin-youtube-embed-1.9.1

This commit is contained in:
Cory Dransfeldt 2023-10-02 12:46:12 -07:00 committed by GitHub
commit 0eca423c64
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",
"eleventy-plugin-tabler-icons": "^2.0.7",
"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-config-prettier": "^9.0.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
@ -3608,12 +3608,12 @@
}
},
"node_modules/eleventy-plugin-youtube-embed": {
"version": "1.9.0",
"resolved": "https://registry.npmjs.org/eleventy-plugin-youtube-embed/-/eleventy-plugin-youtube-embed-1.9.0.tgz",
"integrity": "sha512-jrFaYk8mgzI96iGixZlWk404/y+VBSEIMOmOEnmfumP35XGguACW+433ms4xYDbhM/Aa+Q/gKoQP4NbSX5kUHg==",
"version": "1.9.1",
"resolved": "https://registry.npmjs.org/eleventy-plugin-youtube-embed/-/eleventy-plugin-youtube-embed-1.9.1.tgz",
"integrity": "sha512-qGNKnWu3h7nXrm7kdSALiJQIuqNu8PiNwAkteoGgHTVoeM1smHtuKSEJWfApio7x76bDEZBQJpu+qa9ibTG2sQ==",
"dev": true,
"dependencies": {
"deepmerge": "^4.3.0",
"deepmerge": "^4.3.1",
"lite-youtube-embed": "^0.2.0"
}
},

View file

@ -40,7 +40,7 @@
"dotenv-flow": "^4.0.0",
"eleventy-plugin-tabler-icons": "^2.0.7",
"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-config-prettier": "^9.0.0",
"eslint-plugin-jsx-a11y": "^6.7.1",