Skip to content

Commit 2137f16

Browse files
committed
fix(dependencies): update binary-collections and hexo package URLs to latest releases
1 parent c307601 commit 2137f16

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

package.json

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@typescript-eslint/eslint-plugin": "^8.9.0",
5858
"@typescript-eslint/parser": "^8.9.0",
5959
"babel-jest": "^29.7.0",
60-
"binary-collections": "https://github.com/dimaslanjaka/bin",
60+
"binary-collections": "^2.0.9",
6161
"depcheck": "^1.4.7",
6262
"eslint": "^9.12.0",
6363
"eslint-config-prettier": "^9.1.0",
@@ -100,16 +100,17 @@
100100
}
101101
},
102102
"resolutions": {
103-
"hexo": "https://github.com/dimaslanjaka/hexo/raw/fc1f9b7/releases/hexo.tgz",
104-
"hexo-asset-link": "https://github.com/dimaslanjaka/hexo/raw/fc1f9b7/releases/hexo-asset-link.tgz",
105-
"hexo-cli": "https://github.com/dimaslanjaka/hexo/raw/fc1f9b7/releases/hexo-cli.tgz",
106-
"hexo-front-matter": "https://github.com/dimaslanjaka/hexo/raw/fc1f9b7/releases/hexo-front-matter.tgz",
107-
"hexo-log": "https://github.com/dimaslanjaka/hexo/raw/fc1f9b7/releases/hexo-log.tgz",
108-
"hexo-util": "https://github.com/dimaslanjaka/hexo/raw/fc1f9b7/releases/hexo-util.tgz",
109-
"warehouse": "https://github.com/dimaslanjaka/hexo/raw/fc1f9b7/releases/warehouse.tgz",
110-
"hexo-renderers": "https://github.com/dimaslanjaka/hexo-renderers/raw/3f727de/release/hexo-renderers.tgz",
111-
"hexo-shortcodes": "https://github.com/dimaslanjaka/hexo-shortcodes/raw/f70a1c0/release/hexo-shortcodes.tgz",
112-
"cross-spawn": "https://github.com/dimaslanjaka/node-cross-spawn/raw/80999ac/release/cross-spawn.tgz",
103+
"binary-collections": "https://github.com/dimaslanjaka/bin/raw/0bde69c6f08999b29879ed85957230fe20f90917/releases/bin.tgz",
104+
"hexo": "https://github.com/dimaslanjaka/hexo/raw/2a0275d3e9ffa777a8576578535ab60a2c4f50be/releases/hexo.tgz",
105+
"hexo-asset-link": "https://github.com/dimaslanjaka/hexo/raw/2a0275d3e9ffa777a8576578535ab60a2c4f50be/releases/hexo-asset-link.tgz",
106+
"hexo-cli": "https://github.com/dimaslanjaka/hexo/raw/2a0275d3e9ffa777a8576578535ab60a2c4f50be/releases/hexo-cli.tgz",
107+
"hexo-front-matter": "https://github.com/dimaslanjaka/hexo/raw/2a0275d3e9ffa777a8576578535ab60a2c4f50be/releases/hexo-front-matter.tgz",
108+
"hexo-log": "https://github.com/dimaslanjaka/hexo/raw/2a0275d3e9ffa777a8576578535ab60a2c4f50be/releases/hexo-log.tgz",
109+
"hexo-util": "https://github.com/dimaslanjaka/hexo/raw/2a0275d3e9ffa777a8576578535ab60a2c4f50be/releases/hexo-util.tgz",
110+
"warehouse": "https://github.com/dimaslanjaka/hexo/raw/2a0275d3e9ffa777a8576578535ab60a2c4f50be/releases/warehouse.tgz",
111+
"hexo-renderers": "https://github.com/dimaslanjaka/hexo-renderers/raw/b1bcde457c2c60a73f567e00bbf5157b919cec45/release/hexo-renderers.tgz",
112+
"hexo-shortcodes": "https://github.com/dimaslanjaka/hexo-shortcodes/raw/2ed1250d701369b8235a02b9af834bbfc62644a0/release/hexo-shortcodes.tgz",
113+
"cross-spawn": "https://github.com/dimaslanjaka/node-cross-spawn/raw/80999ac7a7031a81e11ddb5fab0f8ba433041c98/release/cross-spawn.tgz",
113114
"sbg-api": "workspace:^",
114115
"sbg-server": "workspace:^",
115116
"sbg-utility": "workspace:^",

0 commit comments

Comments
 (0)