@commercetools-backend/eslint-config-node 27.5.2 → 27.5.3
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/CHANGELOG.md +26 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,31 @@
|
|
|
1
1
|
# @commercetools-backend/eslint-config-node
|
|
2
2
|
|
|
3
|
+
## 27.5.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#3989](https://github.com/commercetools/merchant-center-application-kit/pull/3989) [`222259a`](https://github.com/commercetools/merchant-center-application-kit/commit/222259a810691eaf7904e89acddca444ac8bd0b6) Thanks [@misama-ct](https://github.com/misama-ct)! - Bump transitive dependencies via pnpm overrides to address 46 high-severity Dependabot alerts. Updated dependencies:
|
|
8
|
+
|
|
9
|
+
- `@isaacs/brace-expansion` >= 5.0.1
|
|
10
|
+
- `@remix-run/router` >= 1.23.2
|
|
11
|
+
- `@xmldom/xmldom` >= 0.8.13
|
|
12
|
+
- `axios` >= 1.15.2
|
|
13
|
+
- `immutable` >= 3.8.3
|
|
14
|
+
- `lodash-es` >= 4.17.21
|
|
15
|
+
- `minimatch@^3` ^3.1.4
|
|
16
|
+
- `minimatch@^4` ^4.2.5
|
|
17
|
+
- `minimatch@^9` ^9.0.7
|
|
18
|
+
- `minimatch@^10` ^10.2.3
|
|
19
|
+
- `path-to-regexp@^6` ^6.3.0
|
|
20
|
+
- `picomatch@^4` ^4.0.4
|
|
21
|
+
- `rollup` ^4.59.0
|
|
22
|
+
- `semver@^6` ^6.3.1
|
|
23
|
+
- `svgo` >= 2.8.1
|
|
24
|
+
- `systeminformation` >= 5.31.0
|
|
25
|
+
- `tar` >= 7.5.11
|
|
26
|
+
- `tar-fs` >= 3.1.1
|
|
27
|
+
- `undici` >= 6.24.0
|
|
28
|
+
|
|
3
29
|
## 27.5.2
|
|
4
30
|
|
|
5
31
|
## 27.5.1
|
package/package.json
CHANGED