Skip to content

Commit

Permalink
chore: update package version
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlementlegen committed Apr 16, 2024
1 parent ad141fd commit 96f4104
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@octokit/rest": "20.1.0",
"@sinclair/typebox": "0.32.20",
"@supabase/supabase-js": "2.42.0",
"@ubiquibot/permit-generation": "1.0.3",
"@ubiquibot/permit-generation": "1.2.0",
"commander": "12.0.0",
"decimal.js": "10.4.3",
"dotenv": "16.4.5",
Expand All @@ -56,7 +56,7 @@
"@types/node": "20.11.28",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"babel-jest": "^29.7.0",
"babel-jest": "29.7.0",
"cspell": "8.3.2",
"eslint": "8.56.0",
"eslint-plugin-sonarjs": "0.23.0",
Expand Down
2 changes: 1 addition & 1 deletion src/parser/permit-generation-module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {
generatePayoutPermit,
SupportedEvents,
TokenType,
} from "@ubiquibot/permit-generation";
} from "@ubiquibot/permit-generation/core";
import configuration from "../configuration/config-reader";
import permitGenerationConfigurationType, {
PermitGenerationConfiguration,
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3110,10 +3110,10 @@
"@typescript-eslint/types" "6.21.0"
eslint-visitor-keys "^3.4.1"

"@ubiquibot/permit-generation@1.0.3":
version "1.0.3"
resolved "https://registry.yarnpkg.com/@ubiquibot/permit-generation/-/permit-generation-1.0.3.tgz#1f47a090b600f2ab9f0a298abbd0d0cda0aaedff"
integrity sha512-ATsWYPsMauMrYY+xAZmMsxB57y/8L5bnsUfpYdwGqSlYgDL+8kaLfkGDJH3EVTssZa5asmh7tcU7RP75FZRM+g==
"@ubiquibot/permit-generation@1.2.0":
version "1.2.0"
resolved "https://registry.yarnpkg.com/@ubiquibot/permit-generation/-/permit-generation-1.2.0.tgz#17e5cf71099ce22ef1b5f0ea5a19ac1e7bca1844"
integrity sha512-29qzOtC50NBRZLOIepqOoqPGsyr7ig6XPTE/Fcyj0Nb+0hHrWYA6VfLtGBFBH72EgKbGLV3dXwz68J8Cz9uKOw==
dependencies:
"@actions/core" "^1.10.1"
"@actions/github" "^6.0.0"
Expand Down Expand Up @@ -3378,7 +3378,7 @@ available-typed-arrays@^1.0.7:
dependencies:
possible-typed-array-names "^1.0.0"

babel-jest@^29.7.0:
babel-jest@29.7.0, babel-jest@^29.7.0:
version "29.7.0"
resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-29.7.0.tgz#f4369919225b684c56085998ac63dbd05be020d5"
integrity sha512-BrvGY3xZSwEcCzKvKsCi2GgHqDqsYkOP4/by5xCgIwGXQxIEh+8ew3gmrE1y7XRR6LHZIj6yLYnUi/mm2KXKBg==
Expand Down

0 comments on commit 96f4104

Please sign in to comment.