11 Commits

Author SHA1 Message Date
Godzil
fa0e8568b4 Last update for dependabot. More would need to do some actually work on the code, which is *not* on the menu for today, 2023-06-27 16:50:37 +02:00
Manoël Trapier
53c1940143 Merge pull request #132 from Godzil/dependabot/npm_and_yarn/json-schema-and-jsprim-0.4.0
Bump json-schema and jsprim
2023-06-27 15:34:50 +01:00
Manoël Trapier
1a1753ee5b Merge pull request #131 from Godzil/dependabot/npm_and_yarn/qs-6.5.3
Bump qs from 6.5.2 to 6.5.3
2023-06-27 15:34:41 +01:00
Manoël Trapier
99b5ec246b Merge pull request #129 from Godzil/dependabot/npm_and_yarn/css-what-2.1.3
Bump css-what from 2.1.0 to 2.1.3
2023-06-27 15:34:29 +01:00
Manoël Trapier
49e6f07237 Merge pull request #128 from Godzil/dependabot/npm_and_yarn/ajv-6.12.6
Bump ajv from 6.10.0 to 6.12.6
2023-06-27 15:34:07 +01:00
Godzil
62606005b5 Dependabot..... 2023-06-27 16:32:45 +02:00
dependabot[bot]
eb9fdc9177 Bump json-schema and jsprim
Bumps [json-schema](https://github.com/kriszyp/json-schema) and [jsprim](https://github.com/joyent/node-jsprim). These dependencies needed to be updated together.

Updates `json-schema` from 0.2.3 to 0.4.0
- [Commits](https://github.com/kriszyp/json-schema/compare/v0.2.3...v0.4.0)

Updates `jsprim` from 1.4.1 to 1.4.2
- [Changelog](https://github.com/TritonDataCenter/node-jsprim/blob/v1.4.2/CHANGES.md)
- [Commits](https://github.com/joyent/node-jsprim/compare/v1.4.1...v1.4.2)

---
updated-dependencies:
- dependency-name: json-schema
  dependency-type: indirect
- dependency-name: jsprim
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-27 14:29:52 +00:00
dependabot[bot]
546f1eeeb4 Bump qs from 6.5.2 to 6.5.3
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3.
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ljharb/qs/compare/v6.5.2...v6.5.3)

---
updated-dependencies:
- dependency-name: qs
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-27 14:29:45 +00:00
dependabot[bot]
d92fbace08 Bump css-what from 2.1.0 to 2.1.3
Bumps [css-what](https://github.com/fb55/css-what) from 2.1.0 to 2.1.3.
- [Release notes](https://github.com/fb55/css-what/releases)
- [Commits](https://github.com/fb55/css-what/compare/v2.1.0...v2.1.3)

---
updated-dependencies:
- dependency-name: css-what
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-27 14:29:33 +00:00
dependabot[bot]
43c91eea08 Bump ajv from 6.10.0 to 6.12.6
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.10.0 to 6.12.6.
- [Release notes](https://github.com/ajv-validator/ajv/releases)
- [Commits](https://github.com/ajv-validator/ajv/compare/v6.10.0...v6.12.6)

---
updated-dependencies:
- dependency-name: ajv
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-27 14:29:05 +00:00
Godzil
9542e451f2 Make dependabot happy. And trying to stop the annoying notification from github. 2023-06-27 16:23:02 +02:00
3 changed files with 9178 additions and 28 deletions

1
.gitignore vendored
View File

@@ -1,6 +1,5 @@
dist/
node_modules/
package-lock.json
.idea/
test/
config.json

9152
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -21,35 +21,34 @@
"crunchy.sh": "./bin/crunchy.sh"
},
"dependencies": {
"big-integer": "^1.6.48",
"bluebird": "^3.7.2",
"brotli": "^1.3.2",
"cheerio": "^0.22.0",
"cloudscraper": "^4.6.0",
"commander": "^5.0.0",
"fs-extra": "^9.0.0",
"mkdirp": "^1.0.4",
"pjson": "^1.0.9",
"request": "^2.88.2",
"request-promise": "^4.2.5",
"tough-cookie-file-store": "^1.2.0",
"uuid": "^7.0.3",
"xml2js": "^0.4.23"
"big-integer": ">=1.6.51",
"bluebird": ">=3.7.2",
"brotli": ">=1.3.3",
"cloudscraper": ">=4.6.0",
"commander": ">=11.0.0",
"fs-extra": ">=11.1.1",
"mkdirp": ">=3.0.1",
"pjson": ">=1.0.9",
"request": ">=2.88.2",
"request-promise": ">=4.2.6",
"tough-cookie-file-store": ">=2.0.3",
"uuid": ">=9.0.0",
"xml2js": ">=0.6.0"
},
"devDependencies": {
"@types/bluebird": "^3.5.30",
"@types/cheerio": "^0.22.17",
"@types/fs-extra": "^8.1.0",
"@types/mkdirp": "^1.0.0",
"@types/node": "^13.11.1",
"@types/request": "^2.48.4",
"@types/request-promise": "^4.1.46",
"@types/uuid": "^7.0.2",
"@types/xml2js": "^0.4.5",
"npm-check": "^5.9.2",
"tsconfig-lint": "^0.12.0",
"tslint": "^6.1.1",
"typescript": "^3.8.3"
"@types/bluebird": ">=3.5.38",
"@types/cheerio": ">=0.22.31",
"@types/fs-extra": ">=11.0.1",
"@types/mkdirp": ">=2.0.0",
"@types/node": ">=20.3.2",
"@types/request": ">=2.48.8",
"@types/request-promise": ">=4.1.48",
"@types/uuid": ">=9.0.2",
"@types/xml2js": ">=0.4.11",
"cheerio": "^1.0.0-rc.12",
"npm-check": "^6.0.1",
"tslint": "^6.1.3",
"typescript": ">=5.1.3"
},
"scripts": {
"prepublishOnly": "npm run build",