Build: upgrade dependencies, including requirejs to 2.3.7

This commit is contained in:
Timmy Willison 2024-07-23 11:53:50 -04:00
parent fca1c56f15
commit 0b013ca940
4 changed files with 375 additions and 385 deletions

View File

@ -1,4 +1,2 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
npx commitplease .git/COMMIT_EDITMSG

View File

@ -1,5 +1,3 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
npm run lint
npm run qunit-fixture

734
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -60,11 +60,11 @@
},
"license": "MIT",
"devDependencies": {
"@babel/cli": "7.24.7",
"@babel/core": "7.24.7",
"@babel/cli": "7.24.8",
"@babel/core": "7.24.9",
"@babel/plugin-transform-for-of": "7.24.7",
"@prantlf/jsonlint": "14.0.3",
"@types/selenium-webdriver": "4.1.23",
"@types/selenium-webdriver": "4.1.24",
"body-parser": "1.20.2",
"bootstrap": "5.3.3",
"browserstack-local": "1.5.5",
@ -81,19 +81,19 @@
"express": "4.19.2",
"express-body-parser-error-handler": "1.0.7",
"globals": "15.8.0",
"husky": "9.0.11",
"jsdom": "24.1.0",
"husky": "9.1.1",
"jsdom": "24.1.1",
"marked": "13.0.2",
"native-promise-only": "0.8.1",
"nodemon": "3.1.3",
"nodemon": "3.1.4",
"promises-aplus-tests": "2.1.2",
"q": "1.5.1",
"qunit": "2.21.0",
"qunit": "2.21.1",
"raw-body": "2.5.2",
"release-it": "17.5.0",
"requirejs": "2.3.6",
"selenium-webdriver": "4.21.0",
"rimraf": "6.0.0",
"release-it": "17.6.0",
"requirejs": "2.3.7",
"rimraf": "6.0.1",
"selenium-webdriver": "4.23.0",
"sinon": "7.5.0",
"uglify-js": "3.7.7",
"yargs": "17.7.2"