Update checked-in dependencies

This commit is contained in:
github-actions[bot] 2024-09-16 17:29:58 +00:00
parent 1afca056e3
commit 6989ba7bd2
3942 changed files with 55190 additions and 132206 deletions

View file

@ -1,6 +1,6 @@
{
"name": "path-to-regexp",
"version": "6.2.2",
"version": "8.1.0",
"description": "Express style path to RegExp utility",
"keywords": [
"express",
@ -13,15 +13,14 @@
"url": "https://github.com/pillarjs/path-to-regexp.git"
},
"license": "MIT",
"sideEffects": false,
"exports": "./dist/index.js",
"main": "dist/index.js",
"module": "dist.es2015/index.js",
"typings": "dist/index.d.ts",
"files": [
"dist.es2015/",
"dist/"
],
"scripts": {
"bench": "vitest bench",
"build": "ts-scripts build",
"format": "ts-scripts format",
"lint": "ts-scripts lint",
@ -36,27 +35,28 @@
"@types/node": "^20.4.9",
"@types/semver": "^7.3.1",
"@vitest/coverage-v8": "^1.4.0",
"semver": "^7.3.5",
"recheck": "^4.4.5",
"size-limit": "^11.1.2",
"typescript": "^5.1.6"
"typescript": "^5.5.3"
},
"engines": {
"node": ">=16"
},
"publishConfig": {
"access": "public"
},
"size-limit": [
{
"path": "dist.es2015/index.js",
"limit": "2 kB"
"path": "dist/index.js",
"limit": "2.2 kB"
}
],
"ts-scripts": {
"dist": [
"dist",
"dist.es2015"
"dist"
],
"project": [
"tsconfig.build.json",
"tsconfig.es2015.json"
"tsconfig.build.json"
]
}
}