@secrecy/lib 1.0.0-dev.15 → 1.0.0-dev.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@secrecy/lib",
3
3
  "author": "Anonymize <anonymize@gmail.com>",
4
4
  "description": "Anonymize Secrecy Library",
5
- "version": "1.0.0-dev.15",
5
+ "version": "1.0.0-dev.19",
6
6
  "repository": {
7
7
  "type": "git",
8
8
  "url": "ssh://git@github.com/xsecrecy/lib.git"
@@ -45,52 +45,52 @@
45
45
  "prepare": "husky install"
46
46
  },
47
47
  "devDependencies": {
48
- "@babel/cli": "^7.15.7",
49
- "@babel/core": "^7.15.8",
50
- "@babel/plugin-proposal-class-properties": "^7.14.5",
51
- "@babel/plugin-proposal-object-rest-spread": "^7.15.6",
48
+ "@babel/cli": "^7.16.0",
49
+ "@babel/core": "^7.16.5",
50
+ "@babel/plugin-proposal-class-properties": "^7.16.5",
51
+ "@babel/plugin-proposal-object-rest-spread": "^7.16.5",
52
52
  "@babel/plugin-syntax-import-meta": "^7.10.4",
53
- "@babel/plugin-transform-runtime": "^7.15.8",
54
- "@babel/plugin-transform-typescript": "^7.15.8",
55
- "@babel/preset-env": "^7.15.8",
56
- "@babel/preset-typescript": "^7.15.0",
57
- "@commitlint/cli": "^13.2.1",
58
- "@commitlint/config-conventional": "^13.2.0",
59
- "@semantic-release/changelog": "^6.0.0",
60
- "@semantic-release/git": "^10.0.0",
61
- "@types/jest": "^27.0.2",
53
+ "@babel/plugin-transform-runtime": "^7.16.5",
54
+ "@babel/plugin-transform-typescript": "^7.16.1",
55
+ "@babel/preset-env": "^7.16.5",
56
+ "@babel/preset-typescript": "^7.16.5",
57
+ "@commitlint/cli": "^15.0.0",
58
+ "@commitlint/config-conventional": "^15.0.0",
59
+ "@semantic-release/changelog": "^6.0.1",
60
+ "@semantic-release/git": "^10.0.1",
61
+ "@types/jest": "^27.0.3",
62
62
  "@types/node-fetch": "^3.0.3",
63
63
  "@types/shortid": "^0.0.29",
64
64
  "@types/spark-md5": "^3.0.2",
65
- "@typescript-eslint/eslint-plugin": "^5.0.0",
66
- "@typescript-eslint/parser": "^5.0.0",
67
- "babel-loader": "^8.2.2",
68
- "babel-plugin-const-enum": "^1.1.0",
69
- "eslint": "^8.0.1",
65
+ "@typescript-eslint/eslint-plugin": "^5.8.0",
66
+ "@typescript-eslint/parser": "^5.8.0",
67
+ "babel-loader": "^8.2.3",
68
+ "babel-plugin-const-enum": "^1.2.0",
69
+ "eslint": "^8.5.0",
70
70
  "eslint-config-prettier": "^8.3.0",
71
71
  "eslint-plugin-prettier": "^4.0.0",
72
- "graphql-zeus": "^3.2.6",
73
- "husky": "^7.0.2",
74
- "jest": "^27.2.5",
72
+ "graphql-zeus": "^4.0.1",
73
+ "husky": "^7.0.4",
74
+ "jest": "^27.4.5",
75
75
  "jest-fetch-mock": "^3.0.3",
76
76
  "npm-run-all": "^4.1.5",
77
- "prettier": "^2.4.1",
77
+ "prettier": "^2.5.1",
78
78
  "rimraf": "^3.0.2",
79
- "ts-jest": "^27.0.5",
80
- "ts-node": "^10.3.0",
81
- "typedoc": "^0.22.5",
82
- "typescript": "^4.5.0-dev.20210913"
79
+ "ts-jest": "^27.1.2",
80
+ "ts-node": "^10.4.0",
81
+ "typedoc": "^0.22.10",
82
+ "typescript": "^4.5.4"
83
83
  },
84
84
  "dependencies": {
85
- "@secrecy/lib-utils": "^1.0.4",
85
+ "@secrecy/lib-utils": "^1.0.10",
86
86
  "@types/libsodium-wrappers": "^0.7.9",
87
- "axios": "^0.23.0",
88
- "bson": "^4.5.3",
89
- "graphql": "^15.6.1",
90
- "ky": "^0.28.6",
87
+ "axios": "^0.24.0",
88
+ "bson": "^4.6.0",
89
+ "graphql": "^16.2.0",
90
+ "ky": "^0.28.7",
91
91
  "libsodium-wrappers": "^0.7.9",
92
92
  "shortid": "^2.2.16",
93
93
  "spark-md5": "^3.0.2"
94
94
  },
95
- "packageManager": "yarn@3.0.2"
95
+ "packageManager": "yarn@3.1.0"
96
96
  }