@sebbo2002/iubh-campus-sync 2.0.2-develop.1 → 2.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/LICENSE +1 -1
  2. package/package.json +11 -11
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2021 Sebastian Pekarek
3
+ Copyright (c) 2022 Sebastian Pekarek
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
6
6
  documentation files (the "Software"), to deal in the Software without restriction, including without limitation the
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "author": "Sebastian Pekarek <saitifeifohpijuchahm@e.sebbo.net>",
2
+ "author": "Sebastian Pekarek <mail@sebbo.net>",
3
3
  "bin": {
4
4
  "iubh-campus-sync": "./dist/sync.js"
5
5
  },
@@ -11,8 +11,8 @@
11
11
  "@types/node-fetch": "^2.5.12",
12
12
  "cheerio": "^1.0.0-rc.10",
13
13
  "es-cookie": "^1.3.2",
14
- "node-fetch": "^2.6.6",
15
- "puppeteer": "^11.0.0"
14
+ "node-fetch": "^2.6.7",
15
+ "puppeteer": "^13.0.1"
16
16
  },
17
17
  "description": "Syncs data between a local folder and IUBH's MyCampus",
18
18
  "devDependencies": {
@@ -20,13 +20,13 @@
20
20
  "@qiwi/semantic-release-gh-pages-plugin": "^5.2.0",
21
21
  "@sebbo2002/semantic-release-docker": "^1.0.0-develop.1",
22
22
  "@semantic-release/changelog": "^6.0.1",
23
- "@semantic-release/exec": "^6.0.2",
23
+ "@semantic-release/exec": "^6.0.3",
24
24
  "@semantic-release/git": "^10.0.1",
25
25
  "@types/mocha": "^9.0.0",
26
- "@types/node": "^16.11.11",
27
- "@typescript-eslint/eslint-plugin": "^5.4.0",
28
- "@typescript-eslint/parser": "^5.4.0",
29
- "eslint": "^8.2.0",
26
+ "@types/node": "^17.0.8",
27
+ "@typescript-eslint/eslint-plugin": "^5.9.0",
28
+ "@typescript-eslint/parser": "^5.9.0",
29
+ "eslint": "^8.6.0",
30
30
  "eslint-plugin-jsonc": "^2.0.0",
31
31
  "license-checker": "^25.0.1",
32
32
  "mocha": "^9.1.3",
@@ -35,8 +35,8 @@
35
35
  "semantic-release-license": "^1.0.3",
36
36
  "source-map-support": "^0.5.21",
37
37
  "ts-node": "^10.4.0",
38
- "typedoc": "^0.22.9",
39
- "typescript": "^4.5.2"
38
+ "typedoc": "^0.22.10",
39
+ "typescript": "^4.5.4"
40
40
  },
41
41
  "engines": {
42
42
  "node": ">=12.0.0"
@@ -61,5 +61,5 @@
61
61
  "start": "node ./dist/sync.js",
62
62
  "test": "mocha"
63
63
  },
64
- "version": "2.0.2-develop.1"
64
+ "version": "2.0.3"
65
65
  }