Skip to content
This repository has been archived by the owner on Jul 30, 2023. It is now read-only.

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 26, 2023
1 parent addf5c0 commit 2f325b6
Show file tree
Hide file tree
Showing 8 changed files with 1,993 additions and 1,603 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ jobs:

- name: Build
id: build
uses: vmactions/freebsd-vm@45665d548dfeadbbebb5bb7971150211525fee46 # tag=v0.1.6
uses: vmactions/freebsd-vm@9991fc3550abdc19b61d50063c7eeb7713bc498f # v0.3.1
env:
DEBUG: napi:*
RUSTUP_HOME: /usr/local/rustup
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
run: yarn --immutable

- name: Run prettier
uses: creyD/prettier_action@6602189cf8bac1ce73ffe601925f6127ab7f21ac # tag=v4.2
uses: creyD/prettier_action@31355f8eef017f8aeba2e0bc09d8502b13dbbad1 # v4.3
with:
dry: true
prettier_options: --check .
Expand Down
786 changes: 0 additions & 786 deletions .yarn/releases/yarn-3.2.1.cjs

This file was deleted.

874 changes: 874 additions & 0 deletions .yarn/releases/yarn-3.6.0.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: '@yarnpkg/plugin-interactive-tools'

yarnPath: .yarn/releases/yarn-3.2.1.cjs
yarnPath: .yarn/releases/yarn-3.6.0.cjs
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ edition = "2021"
crate-type = ["cdylib"]

[dependencies]
napi = { version = "2.4.3", features = ["napi6"] }
napi-derive = "2.4.1"
napi = { version = "2.13.2", features = ["napi6"] }
napi-derive = "2.13.0"
sodiumoxide = { git = "https://github.com/devtomio/sodiumoxide" }
dryoc = { git = "https://github.com/brndnmtthws/dryoc" }
libc = "0.2.126"
libc = "0.2.147"

[build-dependencies]
napi-build = "2.0.0"
napi-build = "2.0.1"

[profile.release]
lto = true
Expand Down
54 changes: 27 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,46 +48,46 @@
},
"dependencies": {
"@node-rs/helper": "^1.3.3",
"tslib": "^2.4.0"
"tslib": "^2.5.3"
},
"devDependencies": {
"@favware/rollup-type-bundler": "^1.0.7",
"@napi-rs/cli": "^2.9.0",
"@favware/rollup-type-bundler": "^1.0.11",
"@napi-rs/cli": "^2.16.1",
"@sapphire/eslint-config": "^4.3.6",
"@sapphire/prettier-config": "^1.4.3",
"@sapphire/ts-config": "^3.3.4",
"@swc-node/register": "^1.5.1",
"@swc-node/register": "^1.6.6",
"@types/chloride": "^2.4.0",
"@types/conventional-changelog": "^3",
"@types/eslint": "^8",
"@types/jest": "^28.1.1",
"@types/libsodium-wrappers": "^0",
"@types/node": "^17.0.21",
"@types/prettier": "^2",
"@typescript-eslint/eslint-plugin": "^5.27.1",
"@typescript-eslint/parser": "^5.27.1",
"@types/conventional-changelog": "^3.1.1",
"@types/eslint": "^8.40.2",
"@types/jest": "^28.1.8",
"@types/libsodium-wrappers": "^0.7.10",
"@types/node": "^17.0.45",
"@types/prettier": "^2.7.3",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.60.1",
"benny": "^3.7.1",
"chloride": "^2.4.1",
"conventional-changelog": "^3.1.25",
"cross-env": "^7.0.3",
"eslint": "^8.17.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint": "^8.43.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"gen-esm-wrapper": "^1.1.3",
"jest": "^28.1.1",
"jest-circus": "^28.1.1",
"libsodium-wrappers": "^0.7.10",
"lint-staged": "^13.0.1",
"prettier": "^2.6.2",
"rollup": "^2.75.6",
"jest": "^28.1.3",
"jest-circus": "^28.1.3",
"libsodium-wrappers": "^0.7.11",
"lint-staged": "^13.2.2",
"prettier": "^2.8.8",
"rollup": "^2.79.1",
"rollup-plugin-version-injector": "^1.3.3",
"ts-jest": "^28.0.4",
"ts-node": "^10.8.1",
"ts-jest": "^28.0.8",
"ts-node": "^10.9.1",
"tweetnacl": "^1.0.3",
"typedoc": "^0.22.17",
"typedoc-plugin-extras": "^2.2.3",
"typedoc": "^0.24.8",
"typedoc-plugin-extras": "^2.3.3",
"typedoc-plugin-mdn-links": "^1.0.6",
"typescript": "^4.7.3"
"typescript": "^4.9.5"
},
"files": [
"dist",
Expand All @@ -111,6 +111,6 @@
"publishConfig": {
"access": "public"
},
"packageManager": "yarn@3.2.1",
"packageManager": "yarn@3.6.0",
"prettier": "@sapphire/prettier-config"
}
Loading

0 comments on commit 2f325b6

Please sign in to comment.