Skip to content

Commit 253431c

Browse files
committed
Add deprecated .md
1 parent 01aa9e2 commit 253431c

File tree

2 files changed

+21
-4
lines changed

2 files changed

+21
-4
lines changed

deprecated.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
## Stuff that need attention
2+
3+
```sh
4+
$ npm i
5+
npm WARN deprecated [email protected]: this library is no longer supported
6+
npm WARN deprecated [email protected]: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It
7+
is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
8+
npm WARN deprecated [email protected]: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It
9+
is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
10+
npm WARN deprecated [email protected]: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It
11+
is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
12+
npm WARN deprecated [email protected]: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known
13+
to be problematic. See https://v8.dev/blog/math-random for details.
14+
npm WARN deprecated [email protected]: this package is now deprecated
15+
npm WARN deprecated [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142
16+
```
17+

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,19 @@
2525
"url": "https://github.com/andredumas/techan.js.git"
2626
},
2727
"license": "MIT",
28-
"dependencies": {
29-
"d3": "^5.16.0"
30-
},
3128
"scripts": {
3229
"watch": "",
3330
"start": "",
3431
"test": ""
3532
},
33+
"dependencies": {
34+
"d3": "^5.16.0"
35+
},
3636
"devDependencies": {
3737
"jasmine-core": "~2.4.1",
3838
"karma": "^5.1.0",
3939
"karma-jasmine": "^2.0.1",
4040
"karma-phantomjs-launcher": "^1.0.4",
4141
"phantomjs-prebuilt": "^2.1.16"
4242
}
43-
}
43+
}

0 commit comments

Comments
 (0)