Skip to content

Commit 78b3304

Browse files
dependabot[bot]svcAPLBotCasLubbers
authored
chore(deps): bump @apidevtools/json-schema-ref-parser from 14.2.1 to 15.1.2 (#849)
* chore(deps): bump @apidevtools/json-schema-ref-parser Bumps [@apidevtools/json-schema-ref-parser](https://github.com/APIDevTools/json-schema-ref-parser) from 14.2.1 to 15.1.2. - [Release notes](https://github.com/APIDevTools/json-schema-ref-parser/releases) - [Commits](APIDevTools/json-schema-ref-parser@v14.2.1...v15.1.2) --- updated-dependencies: - dependency-name: "@apidevtools/json-schema-ref-parser" dependency-version: 15.1.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * chore: update schema-ref-parser and add it to the transformIgnorePatterns --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: svcAPLBot <[email protected]> Co-authored-by: Cas Lubbers <[email protected]>
1 parent e534191 commit 78b3304

File tree

3 files changed

+32
-14
lines changed

3 files changed

+32
-14
lines changed

jest.config.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ const config: Config.InitialOptions = {
1111
'^.+\\.tsx?$': 'babel-jest',
1212
'^.+\\.jsx?$': 'babel-jest',
1313
},
14-
transformIgnorePatterns: ['/node_modules/(?!(@kubernetes/client-node|openid-client|oauth4webapi|jose)/)'],
14+
transformIgnorePatterns: [
15+
'/node_modules/(?!(@kubernetes/client-node|@apidevtools/json-schema-ref-parser|openid-client|oauth4webapi|jose)/)',
16+
],
1517
silent: false,
1618
verbose: true,
1719
}

package-lock.json

Lines changed: 28 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}
1010
},
1111
"dependencies": {
12-
"@apidevtools/json-schema-ref-parser": "14.2.1",
12+
"@apidevtools/json-schema-ref-parser": "15.1.2",
1313
"@casl/ability": "6.7.3",
1414
"@kubernetes/client-node": "1.4.0",
1515
"@linode/api-v4": "0.153.0",

0 commit comments

Comments
 (0)