@azure/storage-queue 12.20.0-alpha.20230823.2 → 12.20.0-alpha.20230926.1

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 +4 -4
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@azure/storage-queue",
3
3
  "sdk-type": "client",
4
- "version": "12.20.0-alpha.20230823.2",
4
+ "version": "12.20.0-alpha.20230926.1",
5
5
  "description": "Microsoft Azure Storage SDK for JavaScript - Queue",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist-esm/storage-queue/src/index.js",
@@ -134,13 +134,13 @@
134
134
  "devDependencies": {
135
135
  "@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
136
136
  "@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
137
- "@azure/identity": "^2.0.1",
137
+ "@azure/identity": "^3.3.0",
138
138
  "@azure/storage-blob": ">=12.20.0-alpha <12.20.0-alphb",
139
139
  "@azure/test-utils": ">=1.0.0-alpha <1.0.0-alphb",
140
140
  "@azure-tools/test-recorder": "^3.0.0",
141
141
  "@microsoft/api-extractor": "^7.31.1",
142
142
  "@types/chai": "^4.1.6",
143
- "@types/mocha": "^7.0.2",
143
+ "@types/mocha": "^10.0.0",
144
144
  "@types/node": "^14.0.0",
145
145
  "@types/uuid": "^8.0.0",
146
146
  "chai": "^4.2.0",
@@ -160,7 +160,7 @@
160
160
  "karma-mocha": "^2.0.1",
161
161
  "karma-mocha-reporter": "^2.2.5",
162
162
  "karma-sourcemap-loader": "^0.3.8",
163
- "mocha": "^7.1.1",
163
+ "mocha": "^10.0.0",
164
164
  "mocha-junit-reporter": "^2.0.0",
165
165
  "nyc": "^15.0.0",
166
166
  "prettier": "^2.5.1",