@elastic/synthetics 1.23.2 → 1.24.0

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 (1) hide show
  1. package/package.json +20 -21
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elastic/synthetics",
3
- "version": "1.23.2",
3
+ "version": "1.24.0",
4
4
  "description": "Elastic synthetic monitoring agent",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -18,7 +18,8 @@
18
18
  "test": "npm run test:unit && npm run test:browser-service",
19
19
  "test:unit": "jest",
20
20
  "test:browser-service": "WSENDPOINT=ws://localhost:9322 npm run test:unit",
21
- "coverage": "jest --coverage"
21
+ "coverage": "jest --coverage",
22
+ "prepare": "husky"
22
23
  },
23
24
  "bin": {
24
25
  "@elastic/synthetics": "dist/cli.js",
@@ -32,15 +33,9 @@
32
33
  "lint-staged": {
33
34
  "*.{js,ts}": [
34
35
  "npm run lint:fix",
35
- "npm run format:fix",
36
- "git add"
36
+ "npm run format:fix"
37
37
  ]
38
38
  },
39
- "husky": {
40
- "hooks": {
41
- "pre-commit": "lint-staged"
42
- }
43
- },
44
39
  "repository": {
45
40
  "type": "git",
46
41
  "url": "git+https://github.com/elastic/synthetics.git"
@@ -59,28 +54,28 @@
59
54
  "commander": "^10.0.1",
60
55
  "deepmerge": "^4.3.1",
61
56
  "enquirer": "^2.3.6",
62
- "esbuild": "^0.27.4",
57
+ "esbuild": "^0.28.0",
63
58
  "http-proxy": "^1.18.1",
64
59
  "kleur": "^4.1.5",
65
60
  "micromatch": "^4.0.8",
66
61
  "otpauth": "^9.3.2",
67
62
  "pirates": "^4.0.5",
68
- "playwright": "=1.56.1",
69
- "playwright-chromium": "=1.56.1",
70
- "playwright-core": "=1.56.1",
63
+ "playwright": "=1.58.2",
64
+ "playwright-chromium": "=1.58.2",
65
+ "playwright-core": "=1.58.2",
71
66
  "semver": "^7.5.4",
72
67
  "sharp": "^0.34.2",
73
68
  "snakecase-keys": "^4.0.1",
74
69
  "sonic-boom": "^3.3.0",
75
70
  "source-map-support": "^0.5.21",
76
71
  "stack-utils": "^2.0.6",
77
- "undici": "^7.18.2",
72
+ "undici": "^7.24.0",
78
73
  "unzip-stream": "^0.3.4",
79
- "yaml": "^2.2.2"
74
+ "yaml": "^2.8.3"
80
75
  },
81
76
  "devDependencies": {
82
- "@commitlint/cli": "^17.7.1",
83
- "@commitlint/config-conventional": "^17.7.0",
77
+ "@commitlint/cli": "^20.5.0",
78
+ "@commitlint/config-conventional": "^20.5.0",
84
79
  "@types/babel__code-frame": "^7.0.3",
85
80
  "@types/jest": "^28.1.8",
86
81
  "@types/micromatch": "^4.0.9",
@@ -90,11 +85,11 @@
90
85
  "@typescript-eslint/eslint-plugin": "^5.38.0",
91
86
  "@typescript-eslint/parser": "^5.38.0",
92
87
  "eslint": "^8.23.1",
93
- "husky": "^4.3.6",
88
+ "husky": "^9.1.7",
94
89
  "is-positive": "3.1.0",
95
90
  "jest": "^29.6.1",
96
91
  "jest-junit": "^15.0.0",
97
- "lint-staged": "^10.5.3",
92
+ "lint-staged": "^16.4.0",
98
93
  "prettier": "^2.7.1",
99
94
  "rimraf": "^6.1.3",
100
95
  "straightforward": "^4.2.2",
@@ -104,9 +99,12 @@
104
99
  "overrides": {
105
100
  "follow-redirects": "^1.15.6",
106
101
  "cross-spawn": "^7.0.5",
102
+ "brace-expansion@1": "^1.1.13",
103
+ "brace-expansion@2": "^2.0.3",
104
+ "brace-expansion@5": "^5.0.5",
107
105
  "archiver": {
108
106
  "archiver-utils": {
109
- "lodash": "^4.17.23"
107
+ "lodash": "^4.18.0"
110
108
  },
111
109
  "readdir-glob": {
112
110
  "minimatch": "^5.1.8"
@@ -118,7 +116,8 @@
118
116
  },
119
117
  "eslint": {
120
118
  "minimatch": "^3.1.3"
121
- }
119
+ },
120
+ "picomatch@2": "^2.3.2"
122
121
  },
123
122
  "engines": {
124
123
  "node": ">=18.20.3"