Skip to content

Commit 5b99c5b

Browse files
committed
deps: bump package versions, remove fossa badge
1 parent c151e35 commit 5b99c5b

3 files changed

Lines changed: 199 additions & 218 deletions

File tree

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
 
1717
[![Depfu Dependencies](https://badges.depfu.com/badges/6c4074c4d23ad57ee2bfd9ff90456090/overview.svg)](https://depfu.com/github/nktnet1/import-sync?project_id=39032)
1818
 
19-
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.qkg1.top%2Fnktnet1%2Fimport-sync.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.qkg1.top%2Fnktnet1%2Fimport-sync?ref=badge_shield)
20-
 
2119
[![NPM License](https://img.shields.io/npm/l/import-sync)](https://opensource.org/license/mit/)
2220
 
2321
[![GitHub issues](https://img.shields.io/github/issues/nktnet1/import-sync.svg?style=social)](https://github.com/nktnet1/import-sync/issues)

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@
3939
"license": "MIT",
4040
"description": "Synchronously import dynamic ECMAScript Modules similar to CommonJS require. Basic wrapper around esm for compatibility with both ESM and CJS projects in NodeJS.",
4141
"devDependencies": {
42-
"@commitlint/cli": "^20.5.0",
42+
"@commitlint/cli": "^20.5.2",
4343
"@commitlint/config-conventional": "^20.5.0",
4444
"@eslint/eslintrc": "^3.3.5",
4545
"@eslint/js": "^10.0.1",
4646
"@jest/globals": "^30.3.0",
4747
"@types/jest": "^30.0.0",
4848
"@types/node": "^25.6.0",
49-
"@typescript-eslint/eslint-plugin": "^8.59.0",
50-
"@typescript-eslint/parser": "^8.59.0",
49+
"@typescript-eslint/eslint-plugin": "^8.59.1",
50+
"@typescript-eslint/parser": "^8.59.1",
5151
"eslint": "^10.2.1",
5252
"eslint-config-prettier": "^10.1.8",
5353
"eslint-import-resolver-typescript": "^4.4.4",
@@ -57,17 +57,17 @@
5757
"globals": "^17.5.0",
5858
"husky": "^9.1.7",
5959
"jest": "^30.3.0",
60-
"node-datachannel": "^0.32.2",
60+
"node-datachannel": "^0.32.3",
6161
"node-fetch": "^3.3.2",
6262
"ts-jest": "^29.4.9",
6363
"ts-node": "^10.9.2",
64-
"tsdown": "^0.21.9",
64+
"tsdown": "^0.21.10",
6565
"typescript": "^6.0.3"
6666
},
6767
"dependencies": {
68-
"esm-sync": "3.3.5"
68+
"esm-sync": "3.3.7"
6969
},
70-
"packageManager": "pnpm@10.33.0",
70+
"packageManager": "pnpm@10.33.2",
7171
"main": "./dist/index.cjs",
7272
"module": "./dist/index.mjs",
7373
"types": "./dist/index.d.cts",

0 commit comments

Comments
 (0)