Skip to content

Commit

Permalink
chore(deps): bump all dependencies to latest versions (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
z0ffy authored Dec 3, 2024
1 parent a497fbc commit 64a7c93
Show file tree
Hide file tree
Showing 2 changed files with 512 additions and 237 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-bundle-obfuscator",
"version": "1.3.1",
"version": "1.3.2",
"homepage": "https://github.com/z0ffy/vite-plugin-bundle-obfuscator",
"description": "JavaScript obfuscator plugin for Vite environments",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -42,20 +42,20 @@
"devDependencies": {
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0",
"@eslint/js": "^9.15.0",
"@eslint/js": "^9.16.0",
"@stylistic/eslint-plugin": "^2.11.0",
"@types/node": "^22.10.1",
"@vitest/coverage-v8": "^2.1.6",
"@vitest/coverage-v8": "^2.1.8",
"auto-changelog": "^2.5.0",
"eslint": "^9.15.0",
"globals": "^15.12.0",
"eslint": "^9.16.0",
"globals": "^15.13.0",
"husky": "^9.1.7",
"lint-staged": "^15.2.10",
"tsup": "^8.3.5",
"typescript": "^5.7.2",
"typescript-eslint": "^8.16.0",
"vite": "^6.0.1",
"vitest": "^2.1.6"
"typescript-eslint": "^8.17.0",
"vite": "^6.0.2",
"vitest": "^2.1.8"
},
"dependencies": {
"javascript-obfuscator": "^4.1.1"
Expand Down
Loading

0 comments on commit 64a7c93

Please sign in to comment.