Skip to content

Commit

Permalink
chore: update dependencies to latest minor
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDeBoey committed Aug 22, 2021
1 parent 4c5ed1f commit 807385d
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,49 +10,49 @@
"dist"
],
"dependencies": {
"debug": "^4.0.1",
"debug": "^4.3.2",
"doctrine": "^3.0.0",
"escape-string-regexp": "^4.0.0",
"eslint-scope": "^5.1.1",
"eslint-utils": "^2.1.0",
"eslint-visitor-keys": "^2.0.0",
"eslint-visitor-keys": "^2.1.0",
"espree": "^7.3.1",
"esquery": "^1.4.0",
"esutils": "^2.0.2",
"esutils": "^2.0.3",
"functional-red-black-tree": "^1.0.1",
"globals": "^13.6.0",
"globals": "^13.11.0",
"ignore": "^4.0.6",
"levn": "^0.4.1",
"lodash.merge": "^4.6.2",
"natural-compare": "^1.4.0",
"regexpp": "^3.1.0"
"regexpp": "^3.2.0"
},
"devDependencies": {
"@actions/core": "^1.2.4",
"@babel/core": "^7.9.6",
"@actions/core": "^1.5.0",
"@babel/core": "^7.15.0",
"@mysticatea/eslint-plugin": "^11.0.0",
"@types/node": "^12.12.38",
"@types/node": "^12.20.20",
"babel-plugin-minify-constant-folding": "^0.5.0",
"babel-plugin-minify-dead-code-elimination": "^0.5.1",
"babel-plugin-transform-inline-environment-variables": "^0.4.3",
"eslint": "^7.0.0",
"eslint": "^7.32.0",
"fancy-log": "^1.3.3",
"fs-extra": "^9.0.0",
"karma": "^5.0.5",
"karma-chrome-launcher": "^3.0.0",
"fs-extra": "^9.1.0",
"karma": "^5.2.3",
"karma-chrome-launcher": "^3.1.0",
"karma-mocha": "^1.3.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-sourcemap-loader": "^0.3.8",
"karma-webpack": "^4.0.2",
"mocha": "^6.2.3",
"p-event": "^4.1.0",
"puppeteer": "^1.18.1",
"rollup": "^2.8.2",
"rollup-plugin-commonjs": "^10.0.1",
"p-event": "^4.2.0",
"puppeteer": "^1.20.0",
"rollup": "^2.56.2",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-re": "^1.0.7",
"rollup-plugin-sourcemaps": "^0.6.2",
"semver": "^7.3.2",
"webpack": "^4.43.0"
"rollup-plugin-sourcemaps": "^0.6.3",
"semver": "^7.3.5",
"webpack": "^4.46.0"
},
"scripts": {
"build": "node scripts/build",
Expand Down

0 comments on commit 807385d

Please sign in to comment.