Skip to content

Commit f24742c

Browse files
committed
v1.22.11
- [Refactor] hoist regex expressions for efficiency (#336) - [meta] Fix broken repository URL in package.json (#334) - [meta] add threat model - [meta] gitignore coverage output - [meta] add IRP - [Deps] update `is-core-module` - [actions] set proper permissions - [Tests] install npm 5 before npm 6 in node 7 on windows - [Dev Deps] update `@ljharb/eslint-config`, `array.prototype.map`
1 parent 05e3324 commit f24742c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/core.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"node:repl": [">= 14.18 && < 15", ">= 16"],
9292
"node:sea": [">= 20.12 && < 21", ">= 21.7"],
9393
"smalloc": ">= 0.11.5 && < 3",
94-
"node:sqlite": ">= 23.4",
94+
"node:sqlite": [">= 22.13 && < 23", ">= 23.4"],
9595
"_stream_duplex": ">= 0.9.4",
9696
"node:_stream_duplex": [">= 14.18 && < 15", ">= 16"],
9797
"_stream_transform": ">= 0.9.4",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "resolve",
33
"description": "resolve like require.resolve() on behalf of files asynchronously and synchronously",
4-
"version": "1.22.10",
4+
"version": "1.22.11",
55
"repository": {
66
"type": "git",
77
"url": "ssh://github.com/browserify/resolve.git"

0 commit comments

Comments
 (0)