Skip to content

Commit bc9d88b

Browse files
authored
Revert "fix(server): lockdown ioredis-mock dependency (microsoft#25715)" (microsoft#25718)
1 parent 5f80b89 commit bc9d88b

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

server/gitrest/packages/gitrest-base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
"c8": "^10.1.3",
102102
"concurrently": "^8.2.1",
103103
"eslint": "~8.57.0",
104-
"ioredis-mock": "8.9.0",
104+
"ioredis-mock": "^8.9.0",
105105
"lorem-ipsum": "^1.0.6",
106106
"mocha": "^10.8.2",
107107
"rimraf": "^3.0.2",

server/gitrest/pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

server/historian/packages/historian-base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"debug": "^4.3.4",
7070
"express": "^4.21.2",
7171
"ioredis": "^5.6.1",
72-
"ioredis-mock": "8.9.0",
72+
"ioredis-mock": "^8.9.0",
7373
"json-stringify-safe": "5.0.1",
7474
"jsonwebtoken": "^9.0.0",
7575
"nconf": "^0.11.4",

server/historian/pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

server/routerlicious/packages/test-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"debug": "^4.3.4",
6464
"events": "^3.1.0",
6565
"ioredis": "^5.6.1",
66-
"ioredis-mock": "8.9.0",
66+
"ioredis-mock": "^8.9.0",
6767
"lodash": "^4.17.21",
6868
"string-hash": "^1.1.3",
6969
"uuid": "^11.1.0"

server/routerlicious/pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)