diff --git a/package-lock.json b/package-lock.json index 6d52009a..46fdfdb7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1082,6 +1082,7 @@ "resolved": "https://registry.npmjs.org/hexo/-/hexo-7.3.0.tgz", "integrity": "sha512-dOe8mzBKrvjubW5oBmyhcnQDpC+M2xmAMLae5K+o+SkHxyvAhShkS2VQZoTsOLIJKY6xilv7dzCjCvE7ol/NHQ==", "license": "MIT", + "peer": true, "dependencies": { "abbrev": "^2.0.0", "archy": "^1.0.0", @@ -1134,11 +1135,12 @@ "integrity": "sha512-f2LZMYl1Fzu7YSBKg+RoROelpOaNrcGmE9AZubeDfrCEia483oW4MI4VyFd5VNHIgQ/7qm1I0wUHK1eJnn2y2w==" }, "node_modules/hexo-asset-link": { - "version": "2.2.3", - "resolved": "https://registry.npmjs.org/hexo-asset-link/-/hexo-asset-link-2.2.3.tgz", - "integrity": "sha512-sCPFeCQ6GelBvxDqJMzS04sigOpW5Dd+oBvFoahHu0MTYSPcI9bXaCnvPd0TZuLHCZK1OSnwZ0q2wdAhlaWbbw==", + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/hexo-asset-link/-/hexo-asset-link-2.3.1.tgz", + "integrity": "sha512-vtp7AvGrF3V6lX3+mzkLWKSmmfJ7rcctULOFp0YdTIKoy6xDjSdcDTk0m/XViA3m7FefAL7hIZ5hZn6t9+NdvA==", + "license": "MIT", "peerDependencies": { - "hexo": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0" + "hexo": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0" } }, "node_modules/hexo-cli": { @@ -1679,6 +1681,7 @@ "version": "4.1.0", "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "peer": true, "dependencies": { "argparse": "^2.0.1" }, @@ -2502,6 +2505,7 @@ "version": "0.62.0", "resolved": "https://registry.npmjs.org/stylus/-/stylus-0.62.0.tgz", "integrity": "sha512-v3YCf31atbwJQIMtPNX8hcQ+okD4NQaTuKGUWfII8eaqn+3otrbttGL1zSMZAAtiPsBztQnujVBugg/cXFUpyg==", + "peer": true, "dependencies": { "@adobe/css-tools": "~4.3.1", "debug": "^4.3.2",