Skip to content

Commit

Permalink
upgrade dependencies with security fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mourner committed Mar 26, 2020
1 parent 54d76ab commit e44f0df
Show file tree
Hide file tree
Showing 3 changed files with 757 additions and 875 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
"jsdelivr": "geojson-vt.js",
"unpkg": "geojson-vt.js",
"devDependencies": {
"@rollup/plugin-buble": "^0.21.1",
"benchmark": "^2.1.4",
"c8": "^5.0.1",
"eslint": "^5.16.0",
"c8": "^7.1.0",
"eslint": "^6.8.0",
"eslint-config-mourner": "^3.0.0",
"esm": "^3.2.25",
"rollup": "^1.15.1",
"rollup-plugin-buble": "^0.19.6",
"rollup-plugin-terser": "^5.0.0",
"tape": "^4.10.2"
"rollup": "^2.2.0",
"rollup-plugin-terser": "^5.3.0",
"tape": "^4.13.2"
},
"eslintConfig": {
"extends": "mourner",
Expand Down
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import {terser} from 'rollup-plugin-terser';
import buble from 'rollup-plugin-buble';
import buble from '@rollup/plugin-buble';

const config = (file, plugins) => ({
input: 'src/index.js',
Expand Down
Loading

0 comments on commit e44f0df

Please sign in to comment.