Build: upgrade dependencies, including requirejs to 2.3.7

This commit is contained in:
Timmy Willison 2024-07-23 11:52:22 -04:00
parent 57ef12e0d1
commit a7d3383e66
4 changed files with 340 additions and 352 deletions

View File

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

View File

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

664
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -101,13 +101,13 @@
}, },
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"@babel/cli": "7.24.7", "@babel/cli": "7.24.8",
"@babel/core": "7.24.7", "@babel/core": "7.24.9",
"@babel/plugin-transform-for-of": "7.24.7", "@babel/plugin-transform-for-of": "7.24.7",
"@prantlf/jsonlint": "14.0.3", "@prantlf/jsonlint": "14.0.3",
"@rollup/plugin-commonjs": "26.0.1", "@rollup/plugin-commonjs": "26.0.1",
"@rollup/plugin-node-resolve": "15.2.3", "@rollup/plugin-node-resolve": "15.2.3",
"@swc/core": "1.6.13", "@swc/core": "1.7.0",
"@types/selenium-webdriver": "4.1.24", "@types/selenium-webdriver": "4.1.24",
"archiver": "7.0.1", "archiver": "7.0.1",
"body-parser": "1.20.2", "body-parser": "1.20.2",
@ -127,22 +127,22 @@
"express": "4.19.2", "express": "4.19.2",
"express-body-parser-error-handler": "1.0.7", "express-body-parser-error-handler": "1.0.7",
"globals": "15.8.0", "globals": "15.8.0",
"husky": "9.0.11", "husky": "9.1.1",
"jsdom": "24.1.0", "jsdom": "24.1.1",
"marked": "13.0.2", "marked": "13.0.2",
"multiparty": "4.2.3", "multiparty": "4.2.3",
"native-promise-only": "0.8.1", "native-promise-only": "0.8.1",
"promises-aplus-tests": "2.1.2", "promises-aplus-tests": "2.1.2",
"q": "1.5.1", "q": "1.5.1",
"qunit": "2.21.0", "qunit": "2.21.1",
"raw-body": "2.5.2", "raw-body": "2.5.2",
"release-it": "17.5.0", "release-it": "17.6.0",
"requirejs": "2.3.6", "requirejs": "2.3.7",
"rimraf": "6.0.0", "rimraf": "6.0.1",
"rollup": "4.18.1", "rollup": "4.19.0",
"selenium-webdriver": "4.22.0", "selenium-webdriver": "4.23.0",
"sinon": "9.2.4", "sinon": "9.2.4",
"webpack": "5.92.1", "webpack": "5.93.0",
"yargs": "17.7.2" "yargs": "17.7.2"
}, },
"commitplease": { "commitplease": {