isml-linter 5.43.1 → 5.43.2

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/CHANGELOG.md +6 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Changelog
2
2
 
3
+ ## [5.43.2] - 2023-02-12
4
+
5
+ ### Security
6
+ - Upgraded dependencies;
7
+
3
8
  ## [5.43.1] - 2023-02-11
4
9
 
5
10
  ### Fixed
@@ -1093,6 +1098,7 @@
1093
1098
  ### Added
1094
1099
  - Linter is published;
1095
1100
 
1101
+ [5.43.2]: https://github.com/FabiowQuixada/isml-linter/compare/v5.43.1...v5.43.2
1096
1102
  [5.43.1]: https://github.com/FabiowQuixada/isml-linter/compare/v5.43.0...v5.43.1
1097
1103
  [5.43.0]: https://github.com/FabiowQuixada/isml-linter/compare/v5.42.4...v5.43.0
1098
1104
  [5.42.4]: https://github.com/FabiowQuixada/isml-linter/compare/v5.42.3...v5.42.4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "isml-linter",
3
- "version": "5.43.1",
3
+ "version": "5.43.2",
4
4
  "author": "Fabiow Quixadá <ftquixada@gmail.com>",
5
5
  "license": "MIT",
6
6
  "main": "src/publicApi.js",
@@ -45,8 +45,8 @@
45
45
  "eslint-plugin-varspacing": "^1.2.2",
46
46
  "ghooks": "^2.0.4",
47
47
  "jasmine": "^3.6.4",
48
- "jasmine-node": "^3.0.0",
49
- "rmdir": "^1.2.0",
48
+ "jasmine-node": "^1.16.0",
49
+ "rmdir": "^1.0.0",
50
50
  "sinon": "^9.2.4",
51
51
  "to-snake-case": "^1.0.0"
52
52
  }