fix: compensate for unist-util-select not depending on "not" dependency

This commit is contained in:
Thijs Louisse 2022-11-23 14:25:56 +01:00 committed by Thijs Louisse
parent fe7fedf629
commit 8eb68f5030
3 changed files with 18 additions and 0 deletions

View file

@ -0,0 +1,5 @@
---
'remark-extend': patch
---
compensate for unist-util-select not depending on "not" dependency

12
package-lock.json generated
View file

@ -15978,6 +15978,11 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/not": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/not/-/not-0.1.0.tgz",
"integrity": "sha512-5PDmaAsVfnWUgTUbJ3ERwn7u79Z0dYxN9ErxCpVJJqe2RK0PJ3z+iFUxuqjwtlDDegXvtWoxD/3Fzxox7tFGWA=="
},
"node_modules/npm-normalize-package-bin": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/npm-normalize-package-bin/-/npm-normalize-package-bin-1.0.1.tgz",
@ -23166,6 +23171,7 @@
"version": "0.5.1",
"license": "MIT",
"dependencies": {
"not": "^0.1.0",
"remark-gfm": "^1.0.0",
"remark-parse": "^9.0.0",
"unified": "^9.2.0",
@ -35830,6 +35836,11 @@
"integrity": "sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==",
"dev": true
},
"not": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/not/-/not-0.1.0.tgz",
"integrity": "sha512-5PDmaAsVfnWUgTUbJ3ERwn7u79Z0dYxN9ErxCpVJJqe2RK0PJ3z+iFUxuqjwtlDDegXvtWoxD/3Fzxox7tFGWA=="
},
"npm-normalize-package-bin": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/npm-normalize-package-bin/-/npm-normalize-package-bin-1.0.1.tgz",
@ -38208,6 +38219,7 @@
"remark-extend": {
"version": "file:packages-node/remark-extend",
"requires": {
"not": "^0.1.0",
"remark-gfm": "^1.0.0",
"remark-parse": "^9.0.0",
"unified": "^9.2.0",

View file

@ -25,6 +25,7 @@
"test:watch": "mocha test-node --watch"
},
"dependencies": {
"not": "^0.1.0",
"remark-gfm": "^1.0.0",
"remark-parse": "^9.0.0",
"unified": "^9.2.0",