From 35b3194293318f0d982dc61528e5031ddf3fe4ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2020 23:52:52 +0000 Subject: [PATCH] Bump serve from 7.2.0 to 11.3.2 in /lib/pjax Bumps [serve](https://github.com/zeit/serve) from 7.2.0 to 11.3.2. - [Release notes](https://github.com/zeit/serve/releases) - [Commits](https://github.com/zeit/serve/compare/7.2.0...11.3.2) Signed-off-by: dependabot[bot] --- lib/pjax/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pjax/package.json b/lib/pjax/package.json index df8a4e7..1916d2f 100644 --- a/lib/pjax/package.json +++ b/lib/pjax/package.json @@ -1 +1 @@ -{"name":"pjax","version":"0.2.8","description":"Easily enable fast AJAX navigation on any website (using pushState + XHR)","keywords":["pjax","pushstate","ajax","navigation","transition","animation"],"repository":"https://github.com/MoOx/pjax.git","author":"Maxime Thirouin","contributors":["BehindTheMath","Robin North (http://robinnorth.co.uk)"],"license":"MIT","main":"index.js","files":["index.js","lib","pjax.js","pjax.min.js","index.d.ts"],"types":"index.d.ts","devDependencies":{"browserify":"^15.0.0","eslint":"^5.7.0","eslint-config-i-am-meticulous":"^11.0.0","husky":"^1.2.0","jsdom":"^11.5.1","jsdom-global":"^3.0.2","lint-staged":"^8.1.0","npmpub":"^3.1.0","nyc":"^11.4.1","opn-cli":"^3.1.0","prettier":"^1.14.3","serve":"^7.1.3","tap-nyc":"^1.0.3","tap-spec":"^4.1.1","tape":"^4.8.0","uglify-js":"^3.3.8"},"scripts":{"lint":"eslint .","standalone":"browserify index.js --standalone Pjax > pjax.js","build":"npm run standalone && uglifyjs pjax.js -o pjax.min.js","build-debug":"browserify index.js --debug --standalone Pjax > pjax.js","tests":"tape -r ./tests/setup.js \"./tests/**/*.js\"","test":"npm run lint && npm run tests | tap-spec","coverage-tests":"npm run tests | tap-nyc","coverage":"nyc -x \"tests/**\" npm run coverage-tests","example":"opn http://localhost:3000/example/ && serve -p 3000 .","prepublish":"npm run build","release":"npmpub"},"husky":{"hooks":{"pre-commit":"npm test && lint-staged"}},"lint-staged":{"*.js":["eslint --fix","prettier --write","git add"]}} \ No newline at end of file +{"name":"pjax","version":"0.2.8","description":"Easily enable fast AJAX navigation on any website (using pushState + XHR)","keywords":["pjax","pushstate","ajax","navigation","transition","animation"],"repository":"https://github.com/MoOx/pjax.git","author":"Maxime Thirouin","contributors":["BehindTheMath","Robin North (http://robinnorth.co.uk)"],"license":"MIT","main":"index.js","files":["index.js","lib","pjax.js","pjax.min.js","index.d.ts"],"types":"index.d.ts","devDependencies":{"browserify":"^15.0.0","eslint":"^5.7.0","eslint-config-i-am-meticulous":"^11.0.0","husky":"^1.2.0","jsdom":"^11.5.1","jsdom-global":"^3.0.2","lint-staged":"^8.1.0","npmpub":"^3.1.0","nyc":"^11.4.1","opn-cli":"^3.1.0","prettier":"^1.14.3","serve":"^11.3.2","tap-nyc":"^1.0.3","tap-spec":"^4.1.1","tape":"^4.8.0","uglify-js":"^3.3.8"},"scripts":{"lint":"eslint .","standalone":"browserify index.js --standalone Pjax > pjax.js","build":"npm run standalone && uglifyjs pjax.js -o pjax.min.js","build-debug":"browserify index.js --debug --standalone Pjax > pjax.js","tests":"tape -r ./tests/setup.js \"./tests/**/*.js\"","test":"npm run lint && npm run tests | tap-spec","coverage-tests":"npm run tests | tap-nyc","coverage":"nyc -x \"tests/**\" npm run coverage-tests","example":"opn http://localhost:3000/example/ && serve -p 3000 .","prepublish":"npm run build","release":"npmpub"},"husky":{"hooks":{"pre-commit":"npm test && lint-staged"}},"lint-staged":{"*.js":["eslint --fix","prettier --write","git add"]}} \ No newline at end of file