chore(deps): update npm minor (#5524)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-06-05 16:33:21 +02:00 committed by GitHub
parent 9715378fe2
commit a3110f89fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 1700 additions and 719 deletions

View File

@ -57,7 +57,7 @@
"form-data": "4.0.0",
"https-proxy-agent": "5.0.1",
"inquirer": "8.2.5",
"jsdom": "22.0.0",
"jsdom": "22.1.0",
"jszip": "3.10.1",
"koa": "2.14.2",
"koa-bodyparser": "4.4.0",

View File

@ -11,7 +11,7 @@
"author": "",
"license": "GPL-3.0",
"devDependencies": {
"@napi-rs/cli": "2.15.2"
"@napi-rs/cli": "2.16.1"
},
"napi": {
"name": "desktop_native",

View File

@ -11,7 +11,7 @@
"dependencies": {
"@bitwarden/common": "file:../../../libs/common",
"@bitwarden/node": "file:../../../libs/node",
"module-alias": "2.2.2",
"module-alias": "2.2.3",
"node-ipc": "9.2.1",
"ts-node": "10.9.1",
"uuid": "8.3.2",
@ -19,7 +19,7 @@
},
"devDependencies": {
"@tsconfig/node16": "1.0.4",
"@types/node": "18.16.14",
"@types/node": "18.16.16",
"@types/node-ipc": "9.2.0",
"typescript": "4.7.4"
}
@ -99,9 +99,9 @@
"integrity": "sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA=="
},
"node_modules/@types/node": {
"version": "18.16.14",
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.16.14.tgz",
"integrity": "sha512-+ImzUB3mw2c5ISJUq0punjDilUQ5GnUim0ZRvchHIWJmOC0G+p0kzhXBqj6cDjK0QdPFwzrHWgrJp3RPvCG5qg=="
"version": "18.16.16",
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.16.16.tgz",
"integrity": "sha512-NpaM49IGQQAUlBhHMF82QH80J08os4ZmyF9MkpCzWAGuOHqE4gTEbhzd7L3l5LmWuZ6E0OiC1FweQ4tsiW35+g=="
},
"node_modules/@types/node-ipc": {
"version": "9.2.0",
@ -270,9 +270,9 @@
"integrity": "sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw=="
},
"node_modules/module-alias": {
"version": "2.2.2",
"resolved": "https://registry.npmjs.org/module-alias/-/module-alias-2.2.2.tgz",
"integrity": "sha512-A/78XjoX2EmNvppVWEhM2oGk3x4lLxnkEA4jTbaK97QKSDjkIoOsKQlfylt/d3kKKi596Qy3NP5XrXJ6fZIC9Q=="
"version": "2.2.3",
"resolved": "https://registry.npmjs.org/module-alias/-/module-alias-2.2.3.tgz",
"integrity": "sha512-23g5BFj4zdQL/b6tor7Ji+QY4pEfNH784BMslY9Qb0UnJWRAt+lQGLYmRaM0KDBwIG23ffEBELhZDP2rhi9f/Q=="
},
"node_modules/node-ipc": {
"version": "9.2.1",

View File

@ -16,7 +16,7 @@
"dependencies": {
"@bitwarden/common": "file:../../../libs/common",
"@bitwarden/node": "file:../../../libs/node",
"module-alias": "2.2.2",
"module-alias": "2.2.3",
"node-ipc": "9.2.1",
"ts-node": "10.9.1",
"uuid": "8.3.2",
@ -24,7 +24,7 @@
},
"devDependencies": {
"@tsconfig/node16": "1.0.4",
"@types/node": "18.16.14",
"@types/node": "18.16.16",
"@types/node-ipc": "9.2.0",
"typescript": "4.7.4"
},

2341
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -40,22 +40,22 @@
"@angular/cli": "15.2.8",
"@angular/compiler-cli": "15.2.9",
"@angular/elements": "15.2.9",
"@compodoc/compodoc": "1.1.19",
"@compodoc/compodoc": "1.1.21",
"@electron/notarize": "1.2.3",
"@electron/rebuild": "3.2.13",
"@fluffy-spoon/substitute": "1.208.0",
"@ngtools/webpack": "15.2.8",
"@storybook/addon-a11y": "7.0.11",
"@storybook/addon-actions": "7.0.11",
"@storybook/addon-essentials": "7.0.11",
"@storybook/addon-links": "7.0.11",
"@storybook/angular": "7.0.11",
"@storybook/addon-a11y": "7.0.18",
"@storybook/addon-actions": "7.0.18",
"@storybook/addon-essentials": "7.0.18",
"@storybook/addon-links": "7.0.18",
"@storybook/angular": "7.0.18",
"@types/argon2-browser": "1.18.1",
"@types/chrome": "0.0.236",
"@types/chrome": "0.0.237",
"@types/duo_web_sdk": "2.7.1",
"@types/firefox-webext-browser": "111.0.1",
"@types/inquirer": "8.2.6",
"@types/jest": "29.5.1",
"@types/jest": "29.5.2",
"@types/jquery": "3.5.16",
"@types/jsdom": "21.1.1",
"@types/koa": "2.13.6",
@ -65,26 +65,26 @@
"@types/koa-json": "2.0.20",
"@types/lowdb": "1.0.11",
"@types/lunr": "2.3.4",
"@types/node": "18.16.14",
"@types/node": "18.16.16",
"@types/node-fetch": "2.6.4",
"@types/node-forge": "1.3.2",
"@types/node-ipc": "9.2.0",
"@types/papaparse": "5.3.7",
"@types/proper-lockfile": "4.1.2",
"@types/react": "16.14.41",
"@types/react": "16.14.42",
"@types/retry": "0.12.2",
"@types/zxcvbn": "4.4.1",
"@typescript-eslint/eslint-plugin": "5.59.7",
"@typescript-eslint/parser": "5.59.7",
"@typescript-eslint/eslint-plugin": "5.59.8",
"@typescript-eslint/parser": "5.59.8",
"autoprefixer": "10.4.14",
"base64-loader": "1.0.0",
"buffer": "6.0.3",
"chromatic": "6.17.4",
"chromatic": "6.18.0",
"clean-webpack-plugin": "4.0.0",
"concurrently": "8.0.1",
"concurrently": "8.1.0",
"copy-webpack-plugin": "11.0.0",
"cross-env": "7.0.3",
"css-loader": "6.7.4",
"css-loader": "6.8.1",
"del": "6.1.1",
"electron": "24.1.1",
"electron-builder": "^23.6.0",
@ -92,13 +92,13 @@
"electron-reload": "2.0.0-alpha.1",
"electron-store": "8.1.0",
"electron-updater": "5.3.0",
"eslint": "8.41.0",
"eslint": "8.42.0",
"eslint-config-prettier": "8.8.0",
"eslint-import-resolver-typescript": "3.5.5",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-rxjs": "5.0.3",
"eslint-plugin-rxjs-angular": "2.0.1",
"eslint-plugin-tailwindcss": "3.12.0",
"eslint-plugin-tailwindcss": "3.12.1",
"gulp": "4.0.2",
"gulp-filter": "7.0.0",
"gulp-if": "3.0.0",
@ -116,8 +116,8 @@
"mini-css-extract-plugin": "2.7.6",
"node-ipc": "9.2.1",
"pkg": "5.8.1",
"postcss": "8.4.23",
"postcss-loader": "7.3.0",
"postcss": "8.4.24",
"postcss-loader": "7.3.2",
"prettier": "2.8.8",
"prettier-plugin-tailwindcss": "0.3.0",
"process": "0.11.10",
@ -127,20 +127,20 @@
"remark-gfm": "3.0.1",
"rimraf": "5.0.1",
"sass": "1.62.1",
"sass-loader": "13.3.0",
"storybook": "7.0.11",
"sass-loader": "13.3.1",
"storybook": "7.0.18",
"style-loader": "3.3.3",
"tailwindcss": "3.3.2",
"ts-jest": "29.1.0",
"ts-loader": "9.4.2",
"ts-loader": "9.4.3",
"tsconfig-paths-webpack-plugin": "4.0.1",
"type-fest": "2.19.0",
"typescript": "4.9.5",
"url": "0.11.0",
"util": "0.12.5",
"wait-on": "7.0.1",
"webpack": "5.83.1",
"webpack-cli": "5.1.1",
"webpack": "5.85.0",
"webpack-cli": "5.1.3",
"webpack-dev-server": "4.15.0",
"webpack-node-externals": "3.0.0"
},
@ -163,7 +163,7 @@
"argon2-browser": "1.18.0",
"big-integer": "1.6.51",
"bootstrap": "4.6.0",
"braintree-web-drop-in": "1.37.0",
"braintree-web-drop-in": "1.38.0",
"bufferutil": "4.0.7",
"chalk": "4.1.2",
"commander": "7.2.0",
@ -174,7 +174,7 @@
"https-proxy-agent": "5.0.1",
"inquirer": "8.2.5",
"jquery": "3.7.0",
"jsdom": "22.0.0",
"jsdom": "22.1.0",
"jszip": "3.10.1",
"koa": "2.14.2",
"koa-bodyparser": "4.4.0",
@ -206,7 +206,7 @@
}
},
"resolutions": {
"@types/react": "18.2.0"
"@types/react": "16.14.42"
},
"lint-staged": {
"*": "prettier --cache --ignore-unknown --write",