1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +01:00

fix: move slug to real deps (#7004)

This was in dev deps by mistake.
This commit is contained in:
Thomas Heartman 2024-05-08 10:06:31 +02:00 committed by GitHub
parent f30910f628
commit b30860c12f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -155,6 +155,7 @@
"sanitize-filename": "^1.6.3",
"semver": "^7.5.4",
"serve-favicon": "^2.5.0",
"slug": "^9.0.0",
"stoppable": "^1.1.0",
"ts-toolbelt": "^9.6.0",
"type-is": "^1.6.18",
@ -203,7 +204,6 @@
"nock": "13.5.4",
"openapi-enforcer": "1.23.0",
"proxyquire": "2.1.3",
"slug": "^9.0.0",
"source-map-support": "0.5.21",
"superagent": "9.0.2",
"supertest": "6.3.4",