Skip to content

Commit

Permalink
chore: Update vulnerable dependencies
Browse files Browse the repository at this point in the history
OKTA-473537
<<<Jenkins Check-In of Tested SHA: 3e61d8e for [email protected]>>>
Artifact: okta-vue
Files changed count: 6
PR Link:
  • Loading branch information
denys.oblohin authored and eng-prod-CI-bot-okta committed Mar 30, 2022
1 parent 2654d98 commit 0ed6cca
Show file tree
Hide file tree
Showing 6 changed files with 1,506 additions and 1,329 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
[authState]: https://github.com/okta/okta-auth-js#authstatemanager

# 5.2.1

### Others

- [#93](https://github.com/okta/okta-vue/pull/93) Updates vulnerable dependencies

# 5.2.0

### Features
Expand Down
1 change: 1 addition & 0 deletions babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ if (process.env.NODE_ENV === 'test') {
presets.unshift(['@babel/preset-env', {
modules: 'commonjs'
}])
plugins.unshift(['@babel/transform-runtime'])
}

module.exports = { presets, plugins }
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ module.exports = {
transform: {
'^.+\\.tsx?$': 'ts-jest',
'^.+\\.jsx?$': 'babel-jest',
'.*\\.(vue)$': 'vue-jest'
'.*\\.(vue)$': 'vue3-jest'
},
testEnvironment: 'jsdom'
}
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@okta/okta-vue",
"version": "5.2.0",
"version": "5.2.1",
"description": "Vue support for Okta",
"main": "dist/bundles/okta-vue.cjs.js",
"module": "dist/bundles/okta-vue.esm.js",
Expand Down Expand Up @@ -50,12 +50,12 @@
"@rollup/plugin-replace": "^2.3.4",
"@typescript-eslint/eslint-plugin": "^2.33.0",
"@typescript-eslint/parser": "^2.33.0",
"@vue/cli-plugin-eslint": "~4.5.11",
"@vue/compiler-sfc": "^3.0.5",
"@vue/cli-plugin-eslint": "~5.0.4",
"@vue/compiler-sfc": "^3.2.31",
"@vue/eslint-config-typescript": "^5.0.2",
"@vue/test-utils": "^2.0.0-beta.14",
"babel-eslint": "^7.1.1",
"babel-jest": "^26.6.3",
"babel-jest": "^27.5.1",
"chalk": "2.4.2",
"dotenv": "^8.1.0",
"eslint": "^7.15.0",
Expand All @@ -71,22 +71,22 @@
"eslint-plugin-standard": "^3.0.1",
"eslint-plugin-vue": "^7.2.0",
"globby": "^11.0.1",
"jest": "^26.6.3",
"jest-junit": "^12.0.0",
"jest": "^27.5.1",
"jest-junit": "^13.0.0",
"rimraf": "^2.6.2",
"rollup": "^2.33.1",
"rollup-plugin-cleanup": "^3.2.1",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.29.0",
"rollup-plugin-vue": "^6.0.0-beta.11",
"shelljs": "0.8.3",
"ts-jest": "^26.4.4",
"shelljs": "0.8.5",
"ts-jest": "^27.1.4",
"typescript": "^4.1.2",
"vue": "^3.0.5",
"vue": "^3.2.31",
"vue-eslint-parser": "^7.3.0",
"vue-jest": "^5.0.0-alpha.7",
"vue-router": "^4.0.0-0",
"vue-router": "^4.0.14",
"vue-template-compiler": "^2.6.12",
"vue3-jest": "^27.0.0-alpha.2",
"wait-for-expect": "^3.0.0",
"webdriver-manager": "^12.1.8"
},
Expand Down
6 changes: 3 additions & 3 deletions test/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
},
"dependencies": {
"@okta/okta-vue": "*",
"vue": "^3.0.0",
"vue-router": "^4.0.0-0"
"vue": "^3.2.31",
"vue-router": "^4.0.14"
},
"devDependencies": {
"@vue/cli-plugin-router": "~4.5.0",
"@vue/cli-plugin-typescript": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/compiler-sfc": "^3.0.0",
"@vue/compiler-sfc": "^3.2.31",
"source-map-loader": "^1.1.3"
}
}
Loading

0 comments on commit 0ed6cca

Please sign in to comment.