1
0
mirror of https://github.com/sasjs/lint.git synced 2026-01-19 02:00:05 +00:00

fix: update @sasjs/utils to version 3.5.0

This commit is contained in:
glM26
2025-02-14 08:09:58 +01:00
committed by GitHub
parent fb135e602e
commit 2de78a9c6d

View File

@@ -43,12 +43,12 @@
"@types/node": "18.11.18", "@types/node": "18.11.18",
"all-contributors-cli": "6.24.0", "all-contributors-cli": "6.24.0",
"jest": "29.3.1", "jest": "29.3.1",
"rimraf": "^3.0.2", "rimraf": "^5.0.10",
"ts-jest": "29.0.3", "ts-jest": "29.0.3",
"typescript": "^4.3.2" "typescript": "^4.3.2"
}, },
"dependencies": { "dependencies": {
"@sasjs/utils": "2.52.0", "@sasjs/utils": "3.5.0",
"ignore": "5.2.4" "ignore": "5.2.4"
} }
} }