Skip to content

Commit

Permalink
fix: up deps, fix some vuls
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed May 10, 2022
1 parent 6859328 commit fc0aaf4
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 5,369 deletions.
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"build": "yarn clean && npm-run-all -p -l build:es5 build:es6 build:ts build:libdef docs",
"build:es5": "mkdirp target/es5 && tsc -p tsconfig.es5.json",
"build:es6": "mkdirp target/es6 && tsc -p tsconfig.es6.json",
"build:ts": "cpy src/main/ts/ target/ts/",
"build:ts": "cpy src/main/ts/ target/ts/ --flat",
"build:libdef": "libdefkit --tsconfig=tsconfig.es5.json --tsconfig=tsconfig.es6.json",
"coveralls:push": "cat ./coverage/lcov.info | coveralls || exit 0",
"docs": "typedoc src/main/ts",
Expand All @@ -47,42 +47,42 @@
"flow-typed"
],
"resolutions": {
"**/postcss": "^8.2.15",
"**/globby/fast-glob": "^3.2.7",
"**/glob-parent": "^6.0.1"
"**/postcss": "^8.4.13",
"**/globby/fast-glob": "^3.2.11",
"**/glob-parent": "^6.0.2"
},
"dependencies": {
"@types/debug": "^4.1.7",
"@types/git-url-parse": "^9.0.1",
"@types/semantic-release": "^17.2.2",
"@types/gh-pages": "^3.2.0",
"@types/lodash": "^4.14.176",
"@qiwi/substrate": "^1.20.10",
"aggregate-error": "^4.0.0",
"debug": "^4.3.2",
"execa": "^6.0.0",
"@types/semantic-release": "^17.2.3",
"@types/gh-pages": "^3.2.1",
"@types/lodash": "^4.14.182",
"@qiwi/substrate": "^1.20.12",
"aggregate-error": "^3.1.0",
"debug": "^4.3.4",
"execa": "^5.1.1",
"gh-pages": "^3.2.3",
"git-url-parse": "^11.6.0",
"lodash": "^4.17.21",
"queuefy": "^1.1.5",
"read-pkg": "^7.0.0",
"then-request": "^6.0.2",
"tslib": "^2.3.1"
"tslib": "^2.4.0"
},
"devDependencies": {
"@qiwi/libdefkit": "4.0.7",
"@qiwi/npm-run-all": "^4.1.7",
"@types/jest": "^27.0.2",
"@types/jest": "^27.5.0",
"coveralls": "^3.1.1",
"jest": "^28.0.0",
"cpy-cli": "^4.0.0",
"jest": "^28.1.0",
"cpy-cli": "^4.1.0",
"mkdirp": "^1.0.4",
"rimraf": "^3.0.2",
"ts-jest": "^28.0.0",
"eslint": "^8.1.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-qiwi": "^1.15.0",
"typedoc": "^0.22.7",
"ts-jest": "^28.0.2",
"eslint": "^8.15.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-qiwi": "^1.17.1",
"typedoc": "^0.22.15",
"typescript": "4.6.4"
},
"repository": {
Expand Down
1 change: 1 addition & 0 deletions src/test/ts/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ describe('index', () => {
publish: jest.fn((src: string, opts: TAnyMap, cb: ICallable): void => {
// NOTE If cb gets some value, this triggers error flow
if (src === DOCS_ERR) {
// eslint-disable-next-line
cb({
src,
opts
Expand Down
Loading

0 comments on commit fc0aaf4

Please sign in to comment.