dependabot[bot]
1 week ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
6 additions and
6 deletions
-
package-lock.json
-
package.json
|
|
@ -9,7 +9,7 @@ |
|
|
|
"version": "0.0.0", |
|
|
|
"dependencies": { |
|
|
|
"hexo": "^6.3.0", |
|
|
|
"hexo-asset-link": "^2.2.2", |
|
|
|
"hexo-asset-link": "^2.2.3", |
|
|
|
"hexo-featured-image": "^0.4.3", |
|
|
|
"hexo-filter-plantuml": "^2.1.1", |
|
|
|
"hexo-generator-archive": "^2.0.0", |
|
|
@ -1048,11 +1048,11 @@ |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/hexo-asset-link": { |
|
|
|
"version": "2.2.2", |
|
|
|
"resolved": "https://registry.npmjs.org/hexo-asset-link/-/hexo-asset-link-2.2.2.tgz", |
|
|
|
"integrity": "sha512-wJDngeQXJic2CStUVIKqDdV16Fkh5pwliV8hEyLjeBfY7YoYIEeuDsY+n2VPRIXomaw4GnFG6jVVBne7lrHY1w==", |
|
|
|
"version": "2.2.3", |
|
|
|
"resolved": "https://registry.npmjs.org/hexo-asset-link/-/hexo-asset-link-2.2.3.tgz", |
|
|
|
"integrity": "sha512-sCPFeCQ6GelBvxDqJMzS04sigOpW5Dd+oBvFoahHu0MTYSPcI9bXaCnvPd0TZuLHCZK1OSnwZ0q2wdAhlaWbbw==", |
|
|
|
"peerDependencies": { |
|
|
|
"hexo": "^4.0.0 || ^5.0.0 || ^6.0.0" |
|
|
|
"hexo": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0" |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/hexo-cli": { |
|
|
|
|
|
@ -13,7 +13,7 @@ |
|
|
|
}, |
|
|
|
"dependencies": { |
|
|
|
"hexo": "^6.3.0", |
|
|
|
"hexo-asset-link": "^2.2.2", |
|
|
|
"hexo-asset-link": "^2.2.3", |
|
|
|
"hexo-featured-image": "^0.4.3", |
|
|
|
"hexo-filter-plantuml": "^2.1.1", |
|
|
|
"hexo-generator-archive": "^2.0.0", |
|
|
|