steamutils 1.3.8 → 1.3.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +7 -7
package/index.js CHANGED
@@ -16,7 +16,7 @@ import axios from 'axios'
16
16
  import * as cheerio from 'cheerio'
17
17
  import fs from "fs";
18
18
  import FormData from "form-data";
19
- import {StringUtils} from "alpha-common-utils/src/index.js";
19
+ import {StringUtils} from "alpha-common-utils/index.js";
20
20
 
21
21
  const MAX_RETRY = 10
22
22
  let requestTimestamp = 0
package/package.json CHANGED
@@ -1,21 +1,21 @@
1
1
  {
2
2
  "name": "steamutils",
3
- "version": "1.3.08",
3
+ "version": "1.3.09",
4
4
  "main": "index.js",
5
5
  "dependencies": {
6
- "alpha-common-utils": "^1.0.4",
7
- "axios": "^1.5.1",
6
+ "alpha-common-utils": "^1.0.5",
7
+ "axios": "^1.6.1",
8
8
  "cheerio": "^1.0.0-rc.12",
9
- "crypto-js": "^4.1.1",
9
+ "crypto-js": "^4.2.0",
10
10
  "csgo-friendcode": "^3.0.3",
11
11
  "form-data": "^4.0.0",
12
12
  "lodash": "^4.17.21",
13
13
  "moment": "^2.29.4",
14
14
  "moment-timezone": "^0.5.43",
15
15
  "node-bignumber": "^1.2.2",
16
- "steam-session": "^1.4.1",
17
- "steam-user": "^5.0.1",
18
- "steamcommunity": "^3.47.0",
16
+ "steam-session": "^1.7.1",
17
+ "steam-user": "^5.0.4",
18
+ "steamcommunity": "^3.47.1",
19
19
  "steamid": "^2.0.0",
20
20
  "url-parse": "^1.5.10",
21
21
  "uuid": "^9.0.1",