jest-watch-typeahead 2.2.1 → 2.2.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jest-watch-typeahead",
3
- "version": "2.2.1",
3
+ "version": "2.2.2",
4
4
  "main": "build/index.js",
5
5
  "exports": {
6
6
  ".": "./build/index.js",
@@ -33,7 +33,7 @@
33
33
  },
34
34
  "dependencies": {
35
35
  "ansi-escapes": "^6.0.0",
36
- "chalk": "^4.0.0",
36
+ "chalk": "^5.2.0",
37
37
  "jest-regex-util": "^29.0.0",
38
38
  "jest-watcher": "^29.0.0",
39
39
  "slash": "^5.0.0",
@@ -65,7 +65,7 @@
65
65
  "jest-serializer-ansi-escapes": "^2.0.1",
66
66
  "prettier": "^2.1.1",
67
67
  "rimraf": "^3.0.2",
68
- "semantic-release": "^19.0.3",
68
+ "semantic-release": "^20.0.0",
69
69
  "semver": "^7.3.5",
70
70
  "typescript": "^4.0.2"
71
71
  },
@@ -109,7 +109,7 @@
109
109
  "@semantic-release/github"
110
110
  ]
111
111
  },
112
- "packageManager": "yarn@3.3.0",
112
+ "packageManager": "yarn@3.3.1",
113
113
  "resolutions": {
114
114
  "ansi-escapes/type-fest": "^3.0.0"
115
115
  }