Skip to content

Commit

Permalink
chore: 🤖 change dependencies with issues
Browse files Browse the repository at this point in the history
  • Loading branch information
kucherenko committed Sep 17, 2023
1 parent 1ff00b0 commit 62f52c7
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 1,289 deletions.
4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@
"doc:publish": "gh-pages -m \"[ci skip] Updates\" -d docs",
"reset": "git clean -dfx && git reset --hard && yarn",
"all": "run-s reset test cov:check doc:html",
"snyk-protect": "snyk protect",
"prepare": "yarn run snyk-protect",
"changelog": "lerna-changelog"
},
"nyc": {
Expand Down Expand Up @@ -67,7 +65,6 @@
"open-cli": "^5.0.0",
"proxyquire": "^2.1.3",
"sinon": "^9.0.2",
"snyk": "^1.314.0",
"source-map-support": "^0.5.19",
"typedoc": "~0.17.6",
"typedoc-plugin-lerna-packages": "~0.3.0",
Expand All @@ -77,7 +74,6 @@
"packages/*"
],
"readmeFilename": "README.md",
"snyk": true,
"dependencies": {
"codecov": "^3.7.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/finder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"dependencies": {
"@jscpd/core": "^3.5.4",
"@jscpd/tokenizer": "^3.5.4",
"blamer": "^1.0.3",
"blamer": "^1.0.4",
"bytes": "^3.1.0",
"cli-table3": "^0.6.0",
"colors": "1.4.0",
Expand Down
Loading

0 comments on commit 62f52c7

Please sign in to comment.