Skip to content

Commit 464fde0

Browse files
committed
Merge tag 'v1.22.4'
v1.22.4 - Revert "[Refactor] deprecated `lib/core.js` now uses data from `is-core-module` also" - [Deps] update `is-core-module` - [Dev Deps] update `@ljharb/eslint-config`, `aud`, `semver`, `tape` - [meta] commit published core.json data
2 parents 43eb6cd + 37504d6 commit 464fde0

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@
4242
"test:multirepo": "cd ./test/resolver/multirepo && npm install && npm test"
4343
},
4444
"devDependencies": {
45-
"@ljharb/eslint-config": "^21.0.1",
45+
"@ljharb/eslint-config": "^21.1.0",
4646
"array.prototype.map": "^1.0.5",
47-
"aud": "^2.0.2",
47+
"aud": "^2.0.3",
4848
"copy-dir": "^1.3.0",
4949
"eclint": "^2.8.1",
5050
"eslint": "=8.8.0",
@@ -57,6 +57,7 @@
5757
"safe-publish-latest": "^2.0.0",
5858
"tap": "^0.4.13",
5959
"tape": "^5.6.3",
60+
"tape": "^5.6.6",
6061
"tmp": "^0.0.31"
6162
},
6263
"license": "MIT",
@@ -69,7 +70,7 @@
6970
"url": "https://github.com/sponsors/ljharb"
7071
},
7172
"dependencies": {
72-
"is-core-module": "^2.12.0",
73+
"is-core-module": "^2.13.0",
7374
"path-parse": "^1.0.7",
7475
"supports-preserve-symlinks-flag": "^1.0.0"
7576
},

0 commit comments

Comments
 (0)