Skip to content

Commit 68c797f

Browse files
committed
chore: bump dev dependencies
1 parent d1b1763 commit 68c797f

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

.github/workflows/master.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ jobs:
3131
- name: SonarCloud Scan
3232
uses: sonarsource/[email protected]
3333
env:
34-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3534
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
3635

3736
build-test:

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "switcher-client",
3-
"version": "4.2.0",
3+
"version": "4.3.0",
44
"description": "Client JS SDK for working with Switcher-API",
55
"main": "./switcher-client.js",
66
"type": "module",
@@ -30,16 +30,16 @@
3030
"src/"
3131
],
3232
"devDependencies": {
33-
"@babel/eslint-parser": "^7.27.1",
34-
"@typescript-eslint/eslint-plugin": "^8.32.1",
35-
"@typescript-eslint/parser": "^8.32.1",
33+
"@babel/eslint-parser": "^7.27.5",
34+
"@typescript-eslint/eslint-plugin": "^8.34.1",
35+
"@typescript-eslint/parser": "^8.34.1",
3636
"c8": "^10.1.3",
3737
"chai": "^5.2.0",
3838
"env-cmd": "^10.1.0",
39-
"eslint": "^9.27.0",
40-
"mocha": "^11.4.0",
39+
"eslint": "^9.29.0",
40+
"mocha": "^11.7.0",
4141
"mocha-sonarqube-reporter": "^1.0.2",
42-
"sinon": "^20.0.0"
42+
"sinon": "^21.0.0"
4343
},
4444
"repository": {
4545
"type": "git",

0 commit comments

Comments
 (0)