Bump dependencies

This commit is contained in:
lostinlight 2021-04-21 16:33:28 +03:00
parent 5543e220d5
commit af90bab7c2
3 changed files with 2556 additions and 2812 deletions

View File

@ -1,5 +1,5 @@
image: node:12.16.1
image: node:12.22.1
hexo:
stage: build

5352
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -15,7 +15,7 @@
"dependencies": {
"hexo": "^4.2.1",
"hexo-browsersync": "^0.3.0",
"hexo-deployer-git": "^2.1.0",
"hexo-deployer-git": "^3.0.0",
"hexo-filter-nofollow": "^2.0.2",
"hexo-generator-archive": "^1.0.0",
"hexo-generator-category": "^1.0.0",
@ -28,11 +28,11 @@
"hexo-renderer-ejs": "^1.0.0",
"hexo-renderer-markdown-it": "^5.0.0",
"hexo-server": "^2.0.0",
"hexo-yam": "^3.2.3"
"hexo-yam": "^4.2.0"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.10",
"@babel/core": "^7.13.16",
"@babel/preset-env": "^7.13.15",
"babel-eslint": "^10.1.0",
"del": "^6.0.0",
"gulp": "^4.0.2",
@ -48,7 +48,7 @@
"gulp-sourcemaps": "^3.0.0",
"gulp-stylelint": "^13.0.0",
"gulp-uglify": "^3.0.2",
"stylelint": "^13.8.0",
"webpack-stream": "^6.1.1"
"stylelint": "^13.12.0",
"webpack-stream": "^6.1.2"
}
}
}