chore: update dependencies (#400)

This commit is contained in:
Nolan Lawson 2024-02-17 09:11:02 -08:00 committed by GitHub
parent 82b1f7fabc
commit d0e94c7194
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 1147 additions and 1061 deletions

View File

@ -71,15 +71,15 @@
},
"homepage": "https://github.com/nolanlawson/emoji-picker-element#readme",
"devDependencies": {
"@peculiar/webcrypto": "^1.4.3",
"@peculiar/webcrypto": "^1.4.5",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-inject": "^5.0.5",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-strip": "^3.0.4",
"@testing-library/dom": "^9.3.3",
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/user-event": "^14.5.1",
"@testing-library/dom": "^9.3.4",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/user-event": "^14.5.2",
"blob-util": "^2.0.2",
"compression": "^1.7.4",
"conventional-changelog-cli": "^2.2.2",
@ -89,38 +89,38 @@
"emoji-picker-element-data": "^1.6.0",
"emojibase-data": "^5.1.1",
"express": "^4.18.2",
"fake-indexeddb": "^5.0.1",
"fake-indexeddb": "^5.0.2",
"fast-glob": "^3.3.2",
"fetch-mock-jest": "^1.5.1",
"flat-color-icons": "^1.1.0",
"focus-visible": "^5.2.0",
"get-folder-size": "^4.0.0",
"husky": "^8.0.3",
"husky": "^9.0.11",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lint-staged": "^15.2.0",
"lint-staged": "^15.2.2",
"lodash-es": "^4.17.15",
"markdown-table": "^3.0.2",
"markdown-toc": "^1.2.0",
"minify-html-literals": "^1.3.5",
"npm-run-all": "^4.1.5",
"playwright": "^1.40.1",
"playwright": "^1.41.2",
"pretty-bytes": "^6.1.1",
"puppeteer": "^21.6.0",
"puppeteer": "^22.1.0",
"recursive-readdir": "^2.2.3",
"rollup": "^4.7.0",
"rollup": "^4.12.0",
"rollup-plugin-analyzer": "^4.0.0",
"rollup-plugin-terser": "^7.0.2",
"sass": "^1.69.5",
"sass": "^1.71.0",
"shx": "^0.3.4",
"standard": "^17.1.0",
"string.prototype.replaceall": "^1.0.8",
"stylelint": "^15.11.0",
"stylelint-config-recommended-scss": "^13.1.0",
"stylelint-scss": "^5.3.1",
"svgo": "^3.0.5",
"string.prototype.replaceall": "^1.0.9",
"stylelint": "^16.2.1",
"stylelint-config-recommended-scss": "^14.0.0",
"stylelint-scss": "^6.1.0",
"svgo": "^3.2.0",
"tachometer": "^0.7.0",
"terser": "^5.26.0"
"terser": "^5.27.1"
},
"//": {
"jsonwebtoken": "comes from tachometer, tachometer is pinned for now due to breaking change, but jsonwebtoken 8 has a vuln"

View File

@ -79,7 +79,7 @@ async function addAndRemovePicker (page) {
async function main () {
await waitForServerReady()
const browser = await puppeteer.launch({ headless: 'new' })
const context = await browser.createIncognitoBrowserContext() // not sure why Addy uses incognito, but sure
const context = await browser.createBrowserContext()
const page = await context.newPage()
await page.goto('http://localhost:3000/')

2172
yarn.lock

File diff suppressed because it is too large Load Diff