Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 67048df

Browse files
committed
package: update deps and reorder package.json
Fixes a few vulnerabilities reported by npm The reorder isn't necessary, I just thinks it looks better
1 parent 3f37423 commit 67048df

File tree

2 files changed

+73
-41
lines changed

2 files changed

+73
-41
lines changed

package-lock.json

Lines changed: 65 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,32 @@
11
{
22
"name": "snippets",
33
"version": "1.6.0",
4-
"main": "./lib/snippets",
54
"description": "Expand snippets matching the current prefix with `tab`.",
65
"repository": "https://github.com/atom/snippets",
76
"license": "MIT",
8-
"engines": {
9-
"atom": "*"
10-
},
7+
"main": "./lib/snippets",
118
"scripts": {
129
"lint": "standard",
1310
"lint:fix": "npm run lint -- --fix",
1411
"test": "npm run lint:fix && atom --test spec"
1512
},
1613
"dependencies": {
17-
"async": "~0.2.6",
14+
"async": "^3.2.0",
1815
"atom-select-list": "^0.7.0",
19-
"fs-plus": "^3.0.0",
16+
"fs-plus": "^3.1.1",
2017
"loophole": "^1",
2118
"pegjs": "~0.8.0",
2219
"scoped-property-store": "^0.17.0",
2320
"season": "^6.0.2",
24-
"temp": "~0.8.0",
25-
"underscore-plus": "^1.0.0"
21+
"temp": "^0.9.1",
22+
"underscore-plus": "^1.7.0"
2623
},
2724
"devDependencies": {
2825
"standard": "^14.3.4"
2926
},
27+
"engines": {
28+
"atom": "*"
29+
},
3030
"providedServices": {
3131
"snippets": {
3232
"description": "Snippets are text shortcuts that can be expanded to their definition.",

0 commit comments

Comments
 (0)