Skip to content

Commit

Permalink
chore(NPM): safe minor package updates, Electron and Puppeteer to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
danielweck committed Nov 29, 2024
1 parent 1f34805 commit e441711
Show file tree
Hide file tree
Showing 14 changed files with 272 additions and 212 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,28 +14,28 @@
"@daisy/jest-env-puppeteer": "1.3.3-alpha.3",
"@daisy/jest-puppeteer": "1.3.3-alpha.3",
"@jest-runner/electron": "^3.0.1",
"@kayahr/jest-electron-runner": "^29.14.0",
"@kayahr/jest-electron-runner": "^29.15.0",
"babel-core": "^6.26.3",
"babel-jest": "^26.6.3",
"babel-preset-env": "^1.7.0",
"babel-register": "^6.26.0",
"chalk": "^4.1.2",
"cpy-cli": "^3.1.1",
"cross-env": "^7.0.3",
"cross-spawn": "^7.0.3",
"cross-spawn": "^7.0.6",
"glob": "^7.2.0",
"i18next-json-sync": "^3.1.2",
"jest": "^29.7.0",
"json": "^11.0.0",
"json-diff": "^0.9.0",
"lerna": "^4.0.0",
"micromatch": "^4.0.5",
"micromatch": "^4.0.8",
"mkdirp": "^1.0.4",
"rimraf": "^3.0.2",
"strip-ansi": "^6.0.0"
},
"resolutions": {
"electron": "^33.0.2"
"electron": "^33.2.1"
},
"scripts": {
"axe-dev": "cpy \"../axe-core_DAISY/axe.js\" \"node_modules/@daisy/axe-core-for-ace/\" && cpy \"../axe-core_DAISY/axe.min.js\" \"node_modules/@daisy/axe-core-for-ace/\" && cpy \"../axe-core_DAISY/axe.d.ts\" \"node_modules/@daisy/axe-core-for-ace/\" && cpy \"../axe-core_DAISY/locales/*.*\" \"node_modules/@daisy/axe-core-for-ace/locales/\" && cpy \"../axe-core_DAISY/package.json\" \"node_modules/@daisy/axe-core-for-ace/\"",
Expand Down Expand Up @@ -75,5 +75,5 @@
"i18n-scan": "npm run i18n-scan-ace-report && npm run i18n-scan-ace-report-axe && npm run i18n-scan-ace-core",
"i18n-check": "sync-i18n --files 'packages/**/src/l10n/locales/*.json' --primary en --languages fr pt_BR es da ja de zh_TW --space 4 --finalnewline --newkeysempty"
},
"packageManager": "[email protected].19+sha1.4ba7fc5c6e704fce2066ecbfb0b0d8976fe62447"
"packageManager": "[email protected].22"
}
2 changes: 1 addition & 1 deletion packages/ace-axe-runner-electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"uuid": "^8.3.2"
},
"devDependencies": {
"electron": "^33.0.2"
"electron": "^33.2.1"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/ace-axe-runner-puppeteer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"main": "lib/index.js",
"dependencies": {
"@daisy/puppeteer-utils": "1.3.3-alpha.3",
"puppeteer": "^23.6.1"
"puppeteer": "^23.9.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/ace-cli-shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@daisy/ace-logger": "1.3.3-alpha.3",
"@daisy/ace-meta": "1.3.3-alpha.3",
"meow": "^9.0.0",
"winston": "^3.10.0"
"winston": "^3.17.0"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/ace-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"file-url": "^3.0.0",
"h5o": "^0.11.3",
"p-map": "^4.0.0",
"tmp": "^0.2.1",
"winston": "^3.10.0"
"tmp": "^0.2.3",
"winston": "^3.17.0"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions packages/ace-http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
"@daisy/ace-core": "1.3.3-alpha.3",
"@daisy/ace-logger": "1.3.3-alpha.3",
"@daisy/ace-meta": "1.3.3-alpha.3",
"express": "^4.18.2",
"express": "^4.21.1",
"express-easy-zip": "^1.1.5",
"meow": "^9.0.0",
"multer": "^1.4.4",
"tmp": "^0.2.1",
"tmp": "^0.2.3",
"uuid": "^8.3.2",
"winston": "^3.10.0"
"winston": "^3.17.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/ace-localize/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"main": "lib/localize.js",
"dependencies": {
"i18next": "^20.6.1",
"winston": "^3.10.0"
"winston": "^3.17.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/ace-logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@daisy/ace-config": "1.3.3-alpha.3",
"fs-extra": "^10.1.0",
"uuid": "^8.3.2",
"winston": "^3.10.0"
"winston": "^3.17.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/ace-report-axe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@daisy/ace-localize": "1.3.3-alpha.3",
"@daisy/ace-report": "1.3.3-alpha.3",
"fs-extra": "^10.1.0",
"winston": "^3.10.0"
"winston": "^3.17.0"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/ace-report/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"@daisy/ace-meta": "1.3.3-alpha.3",
"escape-html": "^1.0.3",
"fs-extra": "^10.1.0",
"handlebars": "^4.7.7",
"winston": "^3.10.0"
"handlebars": "^4.7.8",
"winston": "^3.17.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/ace/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@daisy/ace-cli": "1.3.3-alpha.3",
"@daisy/ace-core": "1.3.3-alpha.3",
"@daisy/ace-http": "1.3.3-alpha.3",
"electron": "^33.0.2"
"electron": "^33.2.1"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions packages/epub-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
"file-url": "^3.0.0",
"fs-extra": "^10.1.0",
"node-stream-zip": "^1.15.0",
"tmp": "^0.2.1",
"winston": "^3.10.0",
"tmp": "^0.2.3",
"winston": "^3.17.0",
"xmldom": "^0.6.0",
"xpath": "^0.0.32"
"xpath": "^0.0.34"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-env-puppeteer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"main": "lib/index.js",
"dependencies": {
"jest-environment-node": "^29.7.0",
"puppeteer": "^23.6.1"
"puppeteer": "^23.9.0"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit e441711

Please sign in to comment.