N°9341 - Update Turbo third-party lib to v8.0.21 min. to fix security issue

This commit is contained in:
lenaick.moreira
2026-04-27 12:21:17 +02:00
parent 04bb07fc59
commit d271dda54f
8 changed files with 4248 additions and 2888 deletions

3
node_modules/@hotwired/turbo/CHANGELOG.md generated vendored Normal file
View File

@@ -0,0 +1,3 @@
# Changelog
Please see [our GitHub "Releases" page](https://github.com/hotwired/turbo/releases).

View File

@@ -15,4 +15,4 @@ Read more on [turbo.hotwired.dev](https://turbo.hotwired.dev).
Please read [CONTRIBUTING.md](./CONTRIBUTING.md).
© 2024 37signals LLC.
© 2026 37signals LLC.

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
{
"name": "@hotwired/turbo",
"version": "8.0.5",
"version": "8.0.23",
"description": "The speed of a single-page web application without having to write any JavaScript",
"module": "dist/turbo.es2017-esm.js",
"main": "dist/turbo.es2017-umd.js",
@@ -34,18 +34,17 @@
},
"devDependencies": {
"@open-wc/testing": "^3.1.7",
"@playwright/test": "^1.28.0",
"@playwright/test": "~1.51.1",
"@rollup/plugin-node-resolve": "13.1.3",
"@web/dev-server-esbuild": "^0.3.3",
"@web/test-runner": "^0.15.0",
"@web/test-runner-playwright": "^0.9.0",
"arg": "^5.0.1",
"body-parser": "^1.20.1",
"chai": "~4.3.4",
"eslint": "^8.13.0",
"express": "^4.18.2",
"idiomorph": "https://github.com/bigskysoftware/idiomorph.git",
"multer": "^1.4.2",
"idiomorph": "~0.7.4",
"multer": "^2.0.2",
"rollup": "^2.35.1"
},
"scripts": {
@@ -59,10 +58,10 @@
"test:browser": "playwright test",
"test:unit": "NODE_OPTIONS=--inspect web-test-runner",
"test:unit:win": "SET NODE_OPTIONS=--inspect & web-test-runner",
"release": "yarn build && npm publish",
"release": "yarn build && yarn publish",
"lint": "eslint . --ext .js"
},
"engines": {
"node": ">= 14"
"node": ">= 18"
}
}