Skip to content

Commit dffe032

Browse files
committed
fixup
1 parent a9b9205 commit dffe032

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,16 @@
5050
"jsprim": "1.4.2"
5151
},
5252
"devDependencies": {
53+
"@scality/eslint-config-scality": "scality/Guidelines#8.3.0",
5354
"@sinonjs/fake-timers": "^14.0.0",
5455
"eslint": "^9.14.0",
55-
"@scality/eslint-config-scality": "scality/Guidelines#8.3.0",
5656
"eslint-plugin-import": "^2.31.0",
5757
"eslint-plugin-jest": "^28.11.0",
5858
"jest": "^29.7.0",
5959
"mongodb-memory-server": "10.1.2",
6060
"randomatic": "^3.1.1",
6161
"sinon": "^19.0.2",
62+
"strip-ansi": "^7.1.0",
6263
"typescript": "^4.9.5"
6364
}
6465
}

yarn.lock

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5901,6 +5901,7 @@ string-length@^4.0.1:
59015901
strip-ansi "^6.0.0"
59025902

59035903
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
5904+
name string-width-cjs
59045905
version "4.2.3"
59055906
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
59065907
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -5963,13 +5964,14 @@ string_decoder@~0.10.x:
59635964
integrity sha512-ev2QzSzWPYmy9GuqfIVildA4OdcGLeFZQrq5ys6RtiuF+RQQiZWr8TZNyAcuVXyQRYfEO+MsoB/1BuQVhOJuoQ==
59645965

59655966
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
5967+
name strip-ansi-cjs
59665968
version "6.0.1"
59675969
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
59685970
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
59695971
dependencies:
59705972
ansi-regex "^5.0.1"
59715973

5972-
strip-ansi@^7.0.1:
5974+
strip-ansi@^7.0.1, strip-ansi@^7.1.0:
59735975
version "7.1.0"
59745976
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
59755977
integrity sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==
@@ -6478,6 +6480,7 @@ word-wrap@^1.2.5:
64786480
integrity sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==
64796481

64806482
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
6483+
name wrap-ansi-cjs
64816484
version "7.0.0"
64826485
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
64836486
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==

0 commit comments

Comments
 (0)