Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Security] Bump minimist from 1.2.0 to 1.2.5 #314

Open
wants to merge 24 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
b71f156
remove unneeded files from package
gaearon May 25, 2020
5427b27
continue my work from 2020-05-25-reduce-bloat
gaearon May 26, 2020
edda2e3
Bump @babel/cli from 7.7.7 to 7.8.4
dependabot-preview[bot] May 26, 2020
97e074b
[Patch] Update CODEOWNERS (#291)
raphaelboukara May 31, 2020
ef14b86
Bump @babel/preset-env from 7.7.1 to 7.10.2
dependabot-preview[bot] Jun 1, 2020
88c3055
Bump eslint from 6.6.0 to 6.8.0
dependabot-preview[bot] Jun 1, 2020
878a84e
Bump @babel/register from 7.7.0 to 7.10.1
dependabot-preview[bot] Jun 1, 2020
d4c7ce6
Bump n4s from 0.4.1 to 0.4.6
dependabot-preview[bot] Jun 1, 2020
cbfcff2
Bump @babel/core from 7.7.2 to 7.10.2
dependabot-preview[bot] Jun 1, 2020
48a8eec
Bump @babel/plugin-transform-object-assign from 7.2.0 to 7.10.1
dependabot-preview[bot] Jun 1, 2020
71e78ae
Bump @babel/cli from 7.8.4 to 7.10.1
dependabot-preview[bot] Jun 1, 2020
c875d39
Bump date-fns from 2.7.0 to 2.14.0
dependabot-preview[bot] Jun 1, 2020
3a9deab
Bump mocha from 6.2.2 to 7.2.0
dependabot-preview[bot] Jun 1, 2020
75660a6
Bump @babel/cli from 7.10.1 to 7.10.4
dependabot-preview[bot] Jul 1, 2020
af0af23
Bump typescript from 3.9.3 to 3.9.5
dependabot-preview[bot] Jul 1, 2020
85fc4e1
Bump n4s from 0.4.6 to 2.0.0
dependabot-preview[bot] Jul 1, 2020
4c43002
Bump @babel/plugin-proposal-class-properties from 7.10.1 to 7.10.4
dependabot-preview[bot] Jul 1, 2020
7a978aa
Bump @babel/preset-env from 7.10.2 to 7.10.4
dependabot-preview[bot] Jul 1, 2020
fe33dc6
Bump mocha from 7.2.0 to 8.0.1
dependabot-preview[bot] Jul 1, 2020
d2b4aa8
Bump @babel/register from 7.10.1 to 7.10.4
dependabot-preview[bot] Jul 1, 2020
5b80816
Bump eslint-loader from 3.0.2 to 4.0.2
dependabot-preview[bot] Jul 1, 2020
94bf108
Bump @babel/plugin-transform-object-assign from 7.10.1 to 7.10.4
dependabot-preview[bot] Jul 1, 2020
0310f71
Bump @babel/core from 7.10.2 to 7.10.4
dependabot-preview[bot] Jul 1, 2020
bb69f35
[Security] Bump minimist from 1.2.0 to 1.2.5
dependabot-preview[bot] Aug 1, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Owners for everything
* @ealush @sahariko @raphaelboukara
* @ealush @fiverr/fe-team
16 changes: 6 additions & 10 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
.vscode
node_modules
spec
dev
.babelrc
.eslintignore
.eslintrc
.travis.yml
webpack.config.js
.github
yarn.lock
_docpress
_docs
flow-typed
playground
docs
scripts
config
playground
src
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@
"cross-env": "^6.0.0",
"date-fns": "^2.0.1",
"eslint": "^6.1.0",
"eslint-loader": "^3.0.0",
"eslint-loader": "^4.0.2",
"faker": "^4.1.0",
"lodash": "^4.17.15",
"mocha": "^6.2.0",
"n4s": "^0.4.1",
"mocha": "^8.0.1",
"n4s": "^2.0.0",
"node-fetch": "^2.6.0",
"regenerator-runtime": "^0.13.3",
"rollup": "^1.18.0",
Expand Down