Skip to content

Commit

Permalink
Fix DOM Clobbering Gadget found in rollup bundled scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
dpilafian committed Sep 27, 2024
1 parent 596f92f commit 5097964
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,9 @@
"open": "~10.1"
},
"devDependencies": {
"@eslint/js": "~9.9",
"@eslint/js": "~9.11",
"@fortawesome/fontawesome-free": "~6.6",
"@types/node": "~22.3",
"@types/node": "~22.7",
"add-dist-header": "~1.4",
"assert-deep-strict-equal": "~1.2",
"browser-sync": "~3.0",
Expand All @@ -117,24 +117,24 @@
"copy-folder-util": "~1.1",
"csso-cli": "~4.0",
"dna-engine": "~3.2",
"eslint": "~9.9",
"eslint": "~9.11",
"img-src-placeholder": "~1.1",
"jshint": "~2.13",
"less": "~4.2",
"make-dir-cli": "~4.0",
"mocha": "~10.7",
"pretty-print-json": "~3.0",
"puppeteer": "~23.1",
"puppeteer": "~23.4",
"puppeteer-browser-ready": "~1.3",
"recursive-exec": "~1.0",
"replacer-util": "~1.3",
"rev-web-assets": "~1.4",
"rimraf": "~6.0",
"rollup": "~4.20",
"rollup": "~4.22",
"run-scripts-util": "~1.3",
"simple-datatables": "~9.0",
"typescript": "~5.5",
"typescript-eslint": "~8.1",
"simple-datatables": "~9.1",
"typescript": "~5.6",
"typescript-eslint": "~8.7",
"uglify-js": "~3.19",
"w3c-html-validator": "~1.8",
"web-ignition": "~2.2"
Expand Down

0 comments on commit 5097964

Please sign in to comment.