@immowelt/eslint-config-immowelt-base 3.2.9 → 3.2.11

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/.nvmrc +1 -1
  2. package/package.json +3 -3
package/.nvmrc CHANGED
@@ -1 +1 @@
1
- 18.16.1
1
+ 18.17.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@immowelt/eslint-config-immowelt-base",
3
- "version": "3.2.9",
3
+ "version": "3.2.11",
4
4
  "description": "ESLint shareable base config",
5
5
  "main": "index.js",
6
6
  "repository": "https://github.com/ImmoweltGroup/eslint-config-immowelt-base.git",
@@ -65,7 +65,7 @@
65
65
  "yarn": ">=1.6.0"
66
66
  },
67
67
  "volta": {
68
- "node": "18.16.1",
69
- "yarn": "1.22.19"
68
+ "node": "18.17.0",
69
+ "yarn": "1.22.21"
70
70
  }
71
71
  }