@sebbo2002/iubh-campus-sync 5.0.1-develop.3 → 5.0.2-develop.1

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
@@ -12,7 +12,7 @@
12
12
  "cheerio": "^1.0.0-rc.10",
13
13
  "es-cookie": "^1.4.0",
14
14
  "node-fetch": "^3.3.2",
15
- "puppeteer": "^20.9.0"
15
+ "puppeteer": "^21.0.3"
16
16
  },
17
17
  "description": "Syncs data between a local folder and IUBH's MyCampus",
18
18
  "devDependencies": {
@@ -24,8 +24,8 @@
24
24
  "@semantic-release/npm": "^10.0.4",
25
25
  "@types/mocha": "^10.0.1",
26
26
  "@types/node": "^20.4.2",
27
- "@typescript-eslint/eslint-plugin": "^5.61.0",
28
- "@typescript-eslint/parser": "^5.61.0",
27
+ "@typescript-eslint/eslint-plugin": "^6.2.1",
28
+ "@typescript-eslint/parser": "^6.2.1",
29
29
  "eslint": "^8.45.0",
30
30
  "eslint-plugin-jsonc": "^2.9.0",
31
31
  "esm": "^3.2.25",
@@ -34,7 +34,7 @@
34
34
  "semantic-release-license": "^1.0.3",
35
35
  "source-map-support": "^0.5.21",
36
36
  "ts-node": "^10.9.1",
37
- "tsup": "^7.1.0",
37
+ "tsup": "^7.2.0",
38
38
  "typedoc": "^0.24.8",
39
39
  "typescript": "^5.1.3"
40
40
  },
@@ -62,5 +62,5 @@
62
62
  "test": "echo \"No test cases provided.\""
63
63
  },
64
64
  "type": "module",
65
- "version": "5.0.1-develop.3"
65
+ "version": "5.0.2-develop.1"
66
66
  }