Bump hexo-renderer-stylus from 2.1.0 to 3.0.0

Bumps [hexo-renderer-stylus](https://github.com/hexojs/hexo-renderer-stylus) from 2.1.0 to 3.0.0.
- [Release notes](https://github.com/hexojs/hexo-renderer-stylus/releases)
- [Commits](https://github.com/hexojs/hexo-renderer-stylus/compare/2.1.0...v3.0.0)

---
updated-dependencies:
- dependency-name: hexo-renderer-stylus
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-05-20 00:04:06 +00:00 committed by GitHub
parent 211de8c7e8
commit dc2a6fe868
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 20 additions and 44 deletions

62
package-lock.json generated
View File

@ -20,11 +20,16 @@
"hexo-plausible-analytics": "^0.3.0",
"hexo-renderer-ejs": "^2.0.0",
"hexo-renderer-marked": "^6.0.0",
"hexo-renderer-stylus": "^2.1.0",
"hexo-renderer-stylus": "^3.0.0",
"hexo-server": "^3.0.0",
"hexo-wordcount": "^6.0.1"
}
},
"node_modules/@adobe/css-tools": {
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/@adobe/css-tools/-/css-tools-4.2.0.tgz",
"integrity": "sha512-E09FiIft46CmH5Qnjb0wsW54/YQd69LsxeKUOWawmws1XWvyFGURnAChH0mlr7YPFR1ofwvUQfcL0J3lMxXqPA=="
},
"node_modules/@tootallnate/once": {
"version": "2.0.0",
"license": "MIT",
@ -160,16 +165,6 @@
"version": "0.4.0",
"license": "MIT"
},
"node_modules/atob": {
"version": "2.1.2",
"license": "(MIT OR Apache-2.0)",
"bin": {
"atob": "bin/atob.js"
},
"engines": {
"node": ">= 4.5.0"
}
},
"node_modules/axios": {
"version": "0.26.1",
"license": "MIT",
@ -431,15 +426,6 @@
"node": ">= 8"
}
},
"node_modules/css": {
"version": "3.0.0",
"license": "MIT",
"dependencies": {
"inherits": "^2.0.4",
"source-map": "^0.6.1",
"source-map-resolve": "^0.6.0"
}
},
"node_modules/cssom": {
"version": "0.5.0",
"license": "MIT"
@ -485,13 +471,6 @@
"version": "10.4.3",
"license": "MIT"
},
"node_modules/decode-uri-component": {
"version": "0.2.2",
"license": "MIT",
"engines": {
"node": ">=0.10"
}
},
"node_modules/deep-is": {
"version": "0.1.4",
"license": "MIT"
@ -1123,14 +1102,15 @@
}
},
"node_modules/hexo-renderer-stylus": {
"version": "2.1.0",
"license": "MIT",
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/hexo-renderer-stylus/-/hexo-renderer-stylus-3.0.0.tgz",
"integrity": "sha512-wgKOcjUzq1i4Y70luoyYDbh91QeQcDzJO+v1598LgY+IdREFAm+vy1MWtl/TZsVXyPaEtsULNi3Vi22hdsPUSA==",
"dependencies": {
"nib": "^1.2.0",
"stylus": "^0.57.0"
"stylus": "^0.59.0"
},
"engines": {
"node": ">=12.13.0"
"node": ">=14"
}
},
"node_modules/hexo-server": {
@ -2067,18 +2047,11 @@
"node_modules/source-map": {
"version": "0.6.1",
"license": "BSD-3-Clause",
"optional": true,
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/source-map-resolve": {
"version": "0.6.0",
"license": "MIT",
"dependencies": {
"atob": "^2.1.2",
"decode-uri-component": "^0.2.0"
}
},
"node_modules/sprintf-js": {
"version": "1.1.2",
"license": "BSD-3-Clause"
@ -2136,13 +2109,13 @@
}
},
"node_modules/stylus": {
"version": "0.57.0",
"license": "MIT",
"version": "0.59.0",
"resolved": "https://registry.npmjs.org/stylus/-/stylus-0.59.0.tgz",
"integrity": "sha512-lQ9w/XIOH5ZHVNuNbWW8D822r+/wBSO/d6XvtyHLF7LW4KaCIDeVbvn5DF8fGCJAUCwVhVi/h6J0NUcnylUEjg==",
"dependencies": {
"css": "^3.0.0",
"@adobe/css-tools": "^4.0.1",
"debug": "^4.3.2",
"glob": "^7.1.6",
"safer-buffer": "^2.1.2",
"sax": "~1.2.4",
"source-map": "^0.7.3"
},
@ -2151,6 +2124,9 @@
},
"engines": {
"node": "*"
},
"funding": {
"url": "https://opencollective.com/stylus"
}
},
"node_modules/stylus/node_modules/debug": {

View File

@ -24,7 +24,7 @@
"hexo-plausible-analytics": "^0.3.0",
"hexo-renderer-ejs": "^2.0.0",
"hexo-renderer-marked": "^6.0.0",
"hexo-renderer-stylus": "^2.1.0",
"hexo-renderer-stylus": "^3.0.0",
"hexo-server": "^3.0.0",
"hexo-wordcount": "^6.0.1"
}