@beecode/msh-util 2.0.2 → 2.0.4

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 +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@beecode/msh-util",
3
- "version": "2.0.2",
3
+ "version": "2.0.4",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "homepage": "https://github.com/beecode-rs/msh-util#readme",
@@ -128,7 +128,7 @@
128
128
  },
129
129
  "dependencies": {
130
130
  "date-fns": "3.6.0",
131
- "date-fns-tz": "3.0.0",
131
+ "date-fns-tz": "3.0.1",
132
132
  "joi": "17.12.3",
133
133
  "lodash.clonedeep": "4.5.0",
134
134
  "rxjs": "7.8.1"
@@ -140,9 +140,9 @@
140
140
  "@babel/plugin-transform-modules-commonjs": "7.24.1",
141
141
  "@babel/preset-env": "7.24.4",
142
142
  "@babel/preset-typescript": "7.24.1",
143
- "@commitlint/cli": "19.2.1",
143
+ "@commitlint/cli": "19.2.2",
144
144
  "@commitlint/config-conventional": "19.1.0",
145
- "@commitlint/prompt": "19.2.0",
145
+ "@commitlint/prompt": "19.2.2",
146
146
  "@jest/globals": "29.7.0",
147
147
  "@semantic-release/changelog": "6.0.3",
148
148
  "@semantic-release/commit-analyzer": "12.0.0",
@@ -151,7 +151,7 @@
151
151
  "@semantic-release/github": "10.0.3",
152
152
  "@semantic-release/release-notes-generator": "13.0.0",
153
153
  "@types/lodash.clonedeep": "4.5.9",
154
- "@types/node": "20.12.6",
154
+ "@types/node": "20.12.7",
155
155
  "@typescript-eslint/eslint-plugin": "7.6.0",
156
156
  "@typescript-eslint/parser": "7.6.0",
157
157
  "commitizen": "4.3.0",
@@ -173,7 +173,7 @@
173
173
  "markdown-toc": "1.2.0",
174
174
  "prettier": "3.2.5",
175
175
  "rimraf": "5.0.5",
176
- "semantic-release": "23.0.7",
176
+ "semantic-release": "23.0.8",
177
177
  "source-map-support": "0.5.21",
178
178
  "ts-cleaner": "1.0.5",
179
179
  "ts-jest": "29.1.2",
@@ -182,7 +182,7 @@
182
182
  "tsc-watch": "6.2.0",
183
183
  "typedoc": "0.25.13",
184
184
  "typedoc-plugin-markdown": "3.17.1",
185
- "typescript": "5.4.4"
185
+ "typescript": "5.4.5"
186
186
  },
187
187
  "engines": {
188
188
  "node": ">=14",