Skip to content

Commit

Permalink
v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
makenowjust committed Dec 4, 2021
1 parent 4d1c1ad commit 9ee214d
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# dev
# 4.1.0 (2021-12-04)

Changes:

Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-plugin-redos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "ESLint plugin for catching ReDoS vulnerability.",
"license": "MIT",
"author": "TSUYUSATO Kitsune <[email protected]>",
"version": "4.0.2",
"version": "4.1.0",
"main": "lib/index.js",
"files": [
"lib"
Expand All @@ -17,7 +17,7 @@
"typecheck": "tsc --noEmit -p ."
},
"dependencies": {
"recheck": "4.0.2"
"recheck": "4.1.0"
},
"peerDependencies": {
"eslint": ">= 3"
Expand Down
2 changes: 1 addition & 1 deletion packages/recheck-linux-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "recheck-linux-x64",
"version": "4.0.2",
"version": "4.1.0",
"author": "TSUYUSATO Kitsune <[email protected]>",
"homepage": "https://makenowjust-labo.github.io/recheck/",
"description": "The Linux 64-bit binary for recheck.",
Expand Down
2 changes: 1 addition & 1 deletion packages/recheck-macos-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "recheck-macos-x64",
"version": "4.0.2",
"version": "4.1.0",
"description": "The macOS 64-bit binary for recheck.",
"author": "TSUYUSATO Kitsune <[email protected]>",
"homepage": "https://makenowjust-labo.github.io/recheck/",
Expand Down
2 changes: 1 addition & 1 deletion packages/recheck-windows-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "recheck-windows-x64",
"version": "4.0.2",
"version": "4.1.0",
"author": "TSUYUSATO Kitsune <[email protected]>",
"homepage": "https://makenowjust-labo.github.io/recheck/",
"description": "The Windows 64-bit binary for recheck.",
Expand Down
2 changes: 1 addition & 1 deletion packages/recheck/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "TSUYUSATO Kitsune <[email protected]>",
"homepage": "https://makenowjust-labo.github.io/recheck/",
"repository": "https://github.com/MakeNowJust-Labo/recheck.git",
"version": "4.0.2",
"version": "4.1.0",
"main": "lib/main.js",
"browser": "lib/browser.js",
"types": "index.d.ts",
Expand Down
15 changes: 15 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2555,6 +2555,21 @@ react-is@^17.0.1:
resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.2.tgz#e691d4a8e9c789365655539ab372762b0efb54f0"
integrity sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==

[email protected]:
version "4.0.2"
resolved "https://registry.yarnpkg.com/recheck-linux-x64/-/recheck-linux-x64-4.0.2.tgz#bf8808424e40761f11c23d1f4794c0a3725dc160"
integrity sha512-JKwtBw2WFecggo7InIaZHKEdFSayyShu0fpkbB7uHKqjOSyfOxE3Zr1W3DGvZNfUipjKvfSS2KmIOgDqF/51LA==

[email protected]:
version "4.0.2"
resolved "https://registry.yarnpkg.com/recheck-macos-x64/-/recheck-macos-x64-4.0.2.tgz#ee5e9125d1b1e2911ede55440d2541e814889c46"
integrity sha512-IuacFmA+hV/npiFIyPBFW5RznXCkCHxOnSA4wgVe9xLo/eWIgij9zKWVjCghZ6mXGSXgW/Rq4HsDWANuR4ClXA==

[email protected]:
version "4.0.2"
resolved "https://registry.yarnpkg.com/recheck-windows-x64/-/recheck-windows-x64-4.0.2.tgz#d8af3c6f7daecbbf2009848cc43004af32c5c5a1"
integrity sha512-/Zwe0gO/HgePJ38K9LGNkcZ7HEIx9dRM6PpsbpN0Wth4BbCDBtpBOhmqMfnSsukf0cGNenZgRGTdVMVyCRAk9Q==

regexpp@^3.2.0:
version "3.2.0"
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.2.0.tgz#0425a2768d8f23bad70ca4b90461fa2f1213e1b2"
Expand Down

0 comments on commit 9ee214d

Please sign in to comment.