@sebbo2002/iubh-campus-sync 4.0.2-develop.2 → 4.0.2

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 +4 -4
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.1",
15
- "puppeteer": "^19.9.1"
15
+ "puppeteer": "^19.11.1"
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.3",
25
25
  "@types/mocha": "^10.0.1",
26
26
  "@types/node": "^18.16.3",
27
- "@typescript-eslint/eslint-plugin": "^5.54.1",
28
- "@typescript-eslint/parser": "^5.54.1",
27
+ "@typescript-eslint/eslint-plugin": "^5.59.2",
28
+ "@typescript-eslint/parser": "^5.59.2",
29
29
  "eslint": "^8.39.0",
30
30
  "eslint-plugin-jsonc": "^2.7.0",
31
31
  "esm": "^3.2.25",
@@ -62,5 +62,5 @@
62
62
  "test": "echo \"No test cases provided.\""
63
63
  },
64
64
  "type": "module",
65
- "version": "4.0.2-develop.2"
65
+ "version": "4.0.2"
66
66
  }