@sebbo2002/iubh-campus-sync 5.0.2-develop.11 → 5.0.2-develop.13

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 +10 -10
package/package.json CHANGED
@@ -8,25 +8,25 @@
8
8
  "url": "https://github.com/sebbo2002/iubh-campus-sync/issues"
9
9
  },
10
10
  "dependencies": {
11
- "@types/node-fetch": "^2.6.7",
11
+ "@types/node-fetch": "^2.6.9",
12
12
  "cheerio": "^1.0.0-rc.10",
13
13
  "es-cookie": "^1.4.0",
14
14
  "node-fetch": "^3.3.2",
15
- "puppeteer": "^21.4.1"
15
+ "puppeteer": "^21.5.2"
16
16
  },
17
17
  "description": "Syncs data between a local folder and IUBH's MyCampus",
18
18
  "devDependencies": {
19
19
  "@qiwi/semantic-release-gh-pages-plugin": "^5.2.10",
20
- "@sebbo2002/semantic-release-docker": "^4.0.1",
20
+ "@sebbo2002/semantic-release-docker": "^4.0.2",
21
21
  "@semantic-release/changelog": "^6.0.3",
22
22
  "@semantic-release/exec": "^6.0.3",
23
23
  "@semantic-release/git": "^10.0.1",
24
- "@semantic-release/npm": "^11.0.0",
25
- "@types/mocha": "^10.0.3",
24
+ "@semantic-release/npm": "^11.0.1",
25
+ "@types/mocha": "^10.0.4",
26
26
  "@types/node": "^20.8.9",
27
- "@typescript-eslint/eslint-plugin": "^6.8.0",
28
- "@typescript-eslint/parser": "^6.8.0",
29
- "eslint": "^8.51.0",
27
+ "@typescript-eslint/eslint-plugin": "^6.10.0",
28
+ "@typescript-eslint/parser": "^6.10.0",
29
+ "eslint": "^8.53.0",
30
30
  "eslint-plugin-jsonc": "^2.10.0",
31
31
  "esm": "^3.2.25",
32
32
  "license-checker": "^25.0.1",
@@ -35,7 +35,7 @@
35
35
  "source-map-support": "^0.5.21",
36
36
  "ts-node": "^10.9.1",
37
37
  "tsup": "^7.2.0",
38
- "typedoc": "^0.25.2",
38
+ "typedoc": "^0.25.3",
39
39
  "typescript": "^5.2.2"
40
40
  },
41
41
  "engines": {
@@ -62,5 +62,5 @@
62
62
  "test": "echo \"No test cases provided.\""
63
63
  },
64
64
  "type": "module",
65
- "version": "5.0.2-develop.11"
65
+ "version": "5.0.2-develop.13"
66
66
  }