build(deps-dev): apply updates
authorJérôme Benoit <jerome.benoit@sap.com>
Thu, 29 Jun 2023 11:18:04 +0000 (13:18 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Thu, 29 Jun 2023 11:18:04 +0000 (13:18 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
.vscode/settings.json
package.json
pnpm-lock.yaml

index eb3d18bbe9452ab8bcde30086aaa3631b92513c5..6cc96a5bf0e03747bd3c00389e8d182e3a2e6f4b 100644 (file)
@@ -1,5 +1,6 @@
 {
   "editor.codeActionsOnSave": {
     "source.fixAll": true
-  }
+  },
+  "cSpell.words": ["microtime"]
 }
index 22b05cf3e5290f0e3357c63bd1590014dc1f3ac9..a65bef579812716ab9f16a756098091b57e5a8a0 100644 (file)
     "eslint-config-standard": "^17.1.0",
     "eslint-define-config": "^1.21.0",
     "eslint-plugin-import": "^2.27.5",
-    "eslint-plugin-jsdoc": "^46.4.0",
+    "eslint-plugin-jsdoc": "^46.4.2",
     "eslint-plugin-n": "^16.0.1",
     "eslint-plugin-promise": "^6.1.1",
     "husky": "^8.0.3",
     "lint-staged": "^13.2.3",
     "prettier": "^2.8.8",
     "standard": "^17.1.0",
-    "typescript": "^5.1.5"
+    "typescript": "^5.1.6"
   }
 }
index 508be3adf5e3cb585578babf6d83f830190eaa8d..25e9605bdadfe533c9b61ae7c4998672ef8e2692 100644 (file)
@@ -35,8 +35,8 @@ devDependencies:
     specifier: ^2.27.5
     version: 2.27.5(eslint@8.43.0)
   eslint-plugin-jsdoc:
-    specifier: ^46.4.0
-    version: 46.4.0(eslint@8.43.0)
+    specifier: ^46.4.2
+    version: 46.4.2(eslint@8.43.0)
   eslint-plugin-n:
     specifier: ^16.0.1
     version: 16.0.1(eslint@8.43.0)
@@ -56,8 +56,8 @@ devDependencies:
     specifier: ^17.1.0
     version: 17.1.0
   typescript:
-    specifier: ^5.1.5
-    version: 5.1.5
+    specifier: ^5.1.6
+    version: 5.1.6
 
 packages:
 
@@ -730,8 +730,8 @@ packages:
       - supports-color
     dev: true
 
-  /eslint-plugin-jsdoc@46.4.0(eslint@8.43.0):
-    resolution: {integrity: sha512-2AJY31jpFdPTCa4UMFUfu8b8rPeSaShYx/lS+GrdDVVEjN3rzfN/PZtI2YbexrIO6KLDqP3241BynWn7QB5jhg==}
+  /eslint-plugin-jsdoc@46.4.2(eslint@8.43.0):
+    resolution: {integrity: sha512-fmIgOe7irf9otkMtsPjr5P39wC5LzA6aEU/nydfUlc8JaEiS93uhPaxI+x/v5s1Ckm+IZeP3006do2n2ehZcNQ==}
     engines: {node: '>=16'}
     peerDependencies:
       eslint: ^7.0.0 || ^8.0.0
@@ -2205,8 +2205,8 @@ packages:
       is-typed-array: 1.1.10
     dev: true
 
-  /typescript@5.1.5:
-    resolution: {integrity: sha512-FOH+WN/DQjUvN6WgW+c4Ml3yi0PH+a/8q+kNIfRehv1wLhWONedw85iu+vQ39Wp49IzTJEsZ2lyLXpBF7mkF1g==}
+  /typescript@5.1.6:
+    resolution: {integrity: sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==}
     engines: {node: '>=14.17'}
     hasBin: true
     dev: true