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

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. package/LICENSE +1 -1
  2. package/dist/sync.js +0 -0
  3. package/package.json +17 -17
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/dist/sync.js CHANGED
File without changes
package/package.json CHANGED
@@ -8,35 +8,35 @@
8
8
  "url": "https://github.com/sebbo2002/iubh-campus-sync/issues"
9
9
  },
10
10
  "dependencies": {
11
- "@types/node-fetch": "^2.5.12",
11
+ "@types/node-fetch": "^2.6.1",
12
12
  "cheerio": "^1.0.0-rc.10",
13
13
  "es-cookie": "^1.3.2",
14
- "node-fetch": "^2.6.6",
15
- "puppeteer": "^12.0.1"
14
+ "node-fetch": "^2.6.7",
15
+ "puppeteer": "^13.5.1"
16
16
  },
17
17
  "description": "Syncs data between a local folder and IUBH's MyCampus",
18
18
  "devDependencies": {
19
- "@amanda-mitchell/semantic-release-npm-multiple": "^2.15.0",
19
+ "@amanda-mitchell/semantic-release-npm-multiple": "^3.1.0",
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
- "@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",
30
- "eslint-plugin-jsonc": "^2.0.0",
25
+ "@types/mocha": "^9.1.0",
26
+ "@types/node": "^17.0.23",
27
+ "@typescript-eslint/eslint-plugin": "^5.14.0",
28
+ "@typescript-eslint/parser": "^5.14.0",
29
+ "eslint": "^8.11.0",
30
+ "eslint-plugin-jsonc": "^2.2.1",
31
31
  "license-checker": "^25.0.1",
32
- "mocha": "^9.1.3",
33
- "mochawesome": "^7.0.1",
32
+ "mocha": "^9.2.2",
33
+ "mochawesome": "^7.1.1",
34
34
  "nyc": "^15.1.0",
35
35
  "semantic-release-license": "^1.0.3",
36
36
  "source-map-support": "^0.5.21",
37
- "ts-node": "^10.4.0",
38
- "typedoc": "^0.22.9",
39
- "typescript": "^4.5.2"
37
+ "ts-node": "^10.7.0",
38
+ "typedoc": "^0.22.13",
39
+ "typescript": "^4.6.2"
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"
64
+ "version": "2.0.4-develop.1"
65
65
  }