Skip to content

Commit 174d079

Browse files
committed
fix deprecation warning from punycode module in playground dependencies
1 parent 493f154 commit 174d079

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

playground/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,24 +26,24 @@
2626
"pako": "^2.1.0"
2727
},
2828
"devDependencies": {
29-
"@eslint/js": "^9.10.0",
29+
"@eslint/js": "^9.13.0",
3030
"@peculiar/webcrypto": "^1.5.0",
3131
"@types/codemirror": "^5.60.15",
3232
"@types/eslint__js": "^8.42.3",
3333
"@types/eslint-plugin-mocha": "^10.4.0",
3434
"@types/jsdom": "^21.1.7",
35-
"@types/mocha": "^10.0.8",
36-
"@types/node": "^22.5.5",
35+
"@types/mocha": "^10.0.9",
36+
"@types/node": "^22.7.6",
3737
"@types/pako": "^2.0.3",
38-
"eslint": "^9.10.0",
38+
"eslint": "^9.13.0",
3939
"eslint-plugin-mocha": "^10.5.0",
4040
"http-server": "^14.1.1",
41-
"jsdom": "^25.0.0",
41+
"jsdom": "^25.0.1",
4242
"mocha": "^10.7.3",
4343
"prettier": "^3.3.3",
44-
"stylelint": "^16.9.0",
44+
"stylelint": "^16.10.0",
4545
"stylelint-config-standard": "^36.0.1",
46-
"typescript": "^5.6.2",
47-
"typescript-eslint": "^8.5.0"
46+
"typescript": "^5.6.3",
47+
"typescript-eslint": "^8.10.0"
4848
}
4949
}

0 commit comments

Comments
 (0)