axios-error-redact 0.0.77 → 0.0.80

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.
Files changed (2) hide show
  1. package/.gitattributes +0 -1
  2. package/package.json +5 -5
package/.gitattributes CHANGED
@@ -7,7 +7,6 @@
7
7
  /.github/workflows/build.yml linguist-generated
8
8
  /.github/workflows/pull-request-lint.yml linguist-generated
9
9
  /.github/workflows/release.yml linguist-generated
10
- /.github/workflows/stale.yml linguist-generated
11
10
  /.github/workflows/upgrade-main.yml linguist-generated
12
11
  /.gitignore linguist-generated
13
12
  /.mergify.yml linguist-generated
package/package.json CHANGED
@@ -33,7 +33,7 @@
33
33
  "organization": false
34
34
  },
35
35
  "devDependencies": {
36
- "@types/babel__core": "^7.1.18",
36
+ "@types/babel__core": "^7.1.19",
37
37
  "@types/chai": "^4.3.0",
38
38
  "@types/mocha": "^9.1.0",
39
39
  "@types/node": "^14",
@@ -42,17 +42,17 @@
42
42
  "chai": "^4.3.6",
43
43
  "eslint": "^8",
44
44
  "eslint-import-resolver-node": "^0.3.6",
45
- "eslint-import-resolver-typescript": "^2.5.0",
45
+ "eslint-import-resolver-typescript": "^2.7.0",
46
46
  "eslint-plugin-import": "^2.25.4",
47
47
  "json-schema": "^0.4.0",
48
48
  "mocha": "^9.2.2",
49
49
  "npm-check-updates": "^12",
50
- "projen": "^0.52.75",
50
+ "projen": "^0.53.13",
51
51
  "standard-version": "^9",
52
52
  "ts-eager": "^2.0.2",
53
53
  "ts-node": "^9",
54
54
  "typedoc": "^0.21.4",
55
- "typescript": "^4.6.2"
55
+ "typescript": "^4.6.3"
56
56
  },
57
57
  "dependencies": {
58
58
  "axios": "^0.26.1"
@@ -71,7 +71,7 @@
71
71
  },
72
72
  "main": "lib/index.js",
73
73
  "license": "Apache-2.0",
74
- "version": "0.0.77",
74
+ "version": "0.0.80",
75
75
  "types": "lib/index.d.ts",
76
76
  "//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"."
77
77
  }