steamutils 1.2.11 → 1.2.12

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "steamutils",
3
- "version": "1.2.11",
3
+ "version": "1.2.12",
4
4
  "main": "index.js",
5
5
  "dependencies": {
6
- "axios": "^1.3.4",
6
+ "axios": "^1.4.0",
7
7
  "cheerio": "^1.0.0-rc.12",
8
8
  "crypto-js": "^4.1.1",
9
9
  "csgo-friendcode": "^3.0.3",
@@ -11,13 +11,13 @@
11
11
  "lodash": "^4.17.21",
12
12
  "moment": "^2.29.4",
13
13
  "node-bignumber": "^1.2.2",
14
- "steam-session": "^1.2.1",
15
- "steam-user": "^4.28.1",
14
+ "steam-session": "^1.2.3",
15
+ "steam-user": "^4.28.6",
16
16
  "steamid": "^2.0.0",
17
17
  "url-parse": "^1.5.10",
18
18
  "uuid": "^9.0.0",
19
19
  "xml-js": "^1.6.11",
20
- "xml2js": "^0.4.23"
20
+ "xml2js": "^0.6.0"
21
21
  },
22
22
  "type": "module"
23
23
  }