Skip to content

Commit

Permalink
Merge branch 'master' into swc-prod
Browse files Browse the repository at this point in the history
  • Loading branch information
Brainicism authored Oct 21, 2024
2 parents 908f86b + 7f71e92 commit f1ed740
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 33 deletions.
28 changes: 10 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kmq",
"version": "9.5.3",
"version": "9.5.4",
"main": "src/kmq.js",
"scripts": {
"seed": ". ./.env && ts-node --swc src/seed/seed_db",
Expand Down
23 changes: 9 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1402,10 +1402,10 @@ console-control-strings@^1.0.0, console-control-strings@^1.1.0:
resolved "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz"
integrity sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4=

cookie@^0.5.0:
version "0.5.0"
resolved "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz"
integrity sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==
cookie@^0.7.0:
version "0.7.2"
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.7.2.tgz#556369c472a2ba910f2979891b526b3436237ed7"
integrity sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==

core-util-is@1.0.2:
version "1.0.2"
Expand Down Expand Up @@ -3298,12 +3298,12 @@ levn@^0.4.1:
type-check "~0.4.0"

light-my-request@^5.11.0:
version "5.11.0"
resolved "https://registry.npmjs.org/light-my-request/-/light-my-request-5.11.0.tgz"
integrity sha512-qkFCeloXCOMpmEdZ/MV91P8AT4fjwFXWaAFz3lUeStM8RcoM1ks4J/F8r1b3r6y/H4u3ACEJ1T+Gv5bopj7oDA==
version "5.14.0"
resolved "https://registry.yarnpkg.com/light-my-request/-/light-my-request-5.14.0.tgz#11ddae56de4053fd5c1845cbfbee5c29e8a257e7"
integrity sha512-aORPWntbpH5esaYpGOOmri0OHDOe3wC5M2MQxZ9dvMLZm6DnaAn0kJlcbU9hwsQgLzmZyReKwFwwPkR+nHu5kA==
dependencies:
cookie "^0.5.0"
process-warning "^2.0.0"
cookie "^0.7.0"
process-warning "^3.0.0"
set-cookie-parser "^2.4.1"

lines-and-columns@^1.1.6:
Expand Down Expand Up @@ -3995,11 +3995,6 @@ pretty-format@^22.0.3, pretty-format@^22.4.3:
ansi-regex "^3.0.0"
ansi-styles "^3.2.0"

process-warning@^2.0.0:
version "2.0.0"
resolved "https://registry.npmjs.org/process-warning/-/process-warning-2.0.0.tgz"
integrity sha512-+MmoAXoUX+VTHAlwns0h+kFUWFs/3FZy+ZuchkgjyOu3oioLAo2LB5aCfKPh2+P9O18i3m43tUEv3YqttSy0Ww==

process-warning@^3.0.0:
version "3.0.0"
resolved "https://registry.npmjs.org/process-warning/-/process-warning-3.0.0.tgz"
Expand Down

0 comments on commit f1ed740

Please sign in to comment.