Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DDW-1149] Update part of vulnerable packages #3120

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
dist
release
main.js
.cache-loader
logs
node_modules
translations
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ tests/@rerun.txt

# Webpack
.cache
.cache-loader

# Git data
build-id
Expand Down
4 changes: 4 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

pretty-quick --staged
4 changes: 4 additions & 0 deletions .husky/pre-push
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

yarn check:all
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
- Prepared an official `aarch64-darwin` build ([PR 3116](https://github.com/input-output-hk/daedalus/pull/3116))
- Added regeneration of dev TLS certificates for cardano-wallet on each nix-shell entry ([PR 3117](https://github.com/input-output-hk/daedalus/pull/3117))
- Updated `@cardano-foundation/ledgerjs-hw-app-cardano` to version `6.0.0` ([PR 3093](https://github.com/input-output-hk/daedalus/pull/3093))
- Updated packages containing critical/high-severity vulnerabilities ([PR 3120](https://github.com/input-output-hk/daedalus/pull/3120))

## 5.2.0

Expand Down
25 changes: 8 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
"lockfile:check": "yarn node-swc utils/lockfile-checker/index.ts --check",
"lockfile:fix": "yarn node-swc utils/lockfile-checker/index.ts --fix",
"postinstall": "./scripts/postinstall.sh",
"prepare": "husky install",
"typedef:sass": "typed-scss-modules source/renderer/app"
},
"bin": {
Expand All @@ -84,7 +85,7 @@
"@dump247/storybook-state": "1.6.1",
"@faker-js/faker": "6.0.0",
"@formatjs/cli": "4.8.3",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.3",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.10",
"@storybook/addon-actions": "6.4.22",
"@storybook/addon-knobs": "6.4.0",
"@storybook/addon-links": "6.4.22",
Expand Down Expand Up @@ -115,7 +116,6 @@
"autodll-webpack-plugin": "0.4.2",
"axios": "0.24.0",
"bufferutil": "4.0.1",
"cache-loader": "4.1.0",
"chai": "4.3.4",
"chalk": "4.1.0",
"concurrently": "7.1.0",
Expand Down Expand Up @@ -148,7 +148,7 @@
"html-loader": "2.1.2",
"html-webpack-plugin": "5.4.0",
"https-browserify": "1.0.0",
"husky": "4.3.0",
"husky": "8.0.3",
"identity-obj-proxy": "3.0.0",
"jest": "27.5.1",
"jest-css-modules-transform": "4.4.2",
Expand All @@ -157,7 +157,6 @@
"mini-css-extract-plugin": "2.3.0",
"minimist": "1.2.6",
"mobx-react-devtools": "6.1.1",
"node-forge": "1.0.0",
"nodemon": "2.0.15",
"npmlog": "4.1.2",
"path-browserify": "1.0.1",
Expand All @@ -184,19 +183,18 @@
"stylelint-order": "4.1.0",
"svg-inline-loader": "0.8.2",
"svg-jest": "1.0.1",
"swc-loader": "0.1.15",
"swc-loader": "0.2.3",
"thread-loader": "2.1.3",
"timemachine": "0.3.2",
"transform-loader": "0.2.4",
"typed-scss-modules": "5.0.0",
"typescript": "4.6.2",
"utf-8-validate": "5.0.2",
"wait-on": "6.0.1",
"webdriverio": "5.18.7",
"webpack": "5.72.0",
"webpack": "5.81.0",
"webpack-cli": "4.9.2",
"webpack-dev-server": "4.9.0",
"ws": "7.3.1",
"webpack-dev-server": "4.13.3",
"ws": "7.5.9",
"yamljs": "0.3.0",
"yarn-lockfile": "1.1.1"
},
Expand Down Expand Up @@ -241,15 +239,14 @@
"inquirer": "7.3.3",
"json-bigint": "1.0.0",
"lodash": "4.17.21",
"lodash-es": "4.17.15",
"matomo-tracker": "2.2.4",
"mime-types": "2.1.27",
"mkdirp": "1.0.4",
"mobx": "5.15.7",
"mobx-react": "6.3.1",
"mobx-react-form": "2.0.8",
"mobx-react-router": "4.1.0",
"moment": "2.29.0",
"moment": "2.29.4",
"nanoid": "3.2.0",
"node-downloader-helper": "1.0.18",
"node-hid": "2.1.1",
Expand Down Expand Up @@ -300,12 +297,6 @@
"node": ">=v14.18.1",
"yarn": "1.22.4"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged",
"pre-push": "yarn check:all"
}
},
"resolutions": {
"**/**/handlebars": "4.7.7",
"**/**/elliptic": "6.5.4",
Expand Down
2 changes: 1 addition & 1 deletion source/main/windows/windowBounds.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { debounce } from 'lodash-es/function';
import debounce from 'lodash/debounce';
import {
STORAGE_KEYS,
STORAGE_TYPES,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { times } from 'lodash-es/util';
import times from 'lodash/times';
import { observer } from 'mobx-react';
import React, { useEffect, useState } from 'react';
import type { ElementRef } from 'react';
Expand Down
Loading