Skip to content

Commit

Permalink
Merge pull request #1227 from guardian/ahe/fix-babel-vuln
Browse files Browse the repository at this point in the history
bump dependencies requiring babel/traverse
  • Loading branch information
andrewHEguardian authored Oct 19, 2023
2 parents fdcc526 + 192a04d commit 0147387
Show file tree
Hide file tree
Showing 3 changed files with 2,807 additions and 2,328 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`HelpCentreContactOptions Help Centre landing page Help Centre article (compact layout and contact options hidden) with live chat feature switches disabled shows email and phone contacts only 1`] = `
Array [
[
.emotion-0 {
border-top: 1px solid #DCDCDC;
margin-top: 30px;
Expand Down Expand Up @@ -398,7 +398,7 @@ Array [
`;

exports[`HelpCentreContactOptions Help Centre landing page with live chat feature switch disabled shows email and phone contacts only 1`] = `
Array [
[
.emotion-0 {
border-top: 1px solid #DCDCDC;
margin-top: 30px;
Expand Down Expand Up @@ -795,7 +795,7 @@ Array [
`;

exports[`HelpCentreContactOptions Help Centre landing page with live chat feature switch enabled shows the live chat contact box 1`] = `
Array [
[
.emotion-0 {
border-top: 1px solid #DCDCDC;
margin-top: 30px;
Expand Down
23 changes: 12 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
],
"devDependencies": {
"@babel/cli": "7.16.0",
"@babel/core": "7.17.5",
"@babel/core": "7.23.2",
"@babel/plugin-proposal-class-properties": "7.16.0",
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
"@babel/plugin-proposal-optional-chaining": "7.16.0",
Expand All @@ -67,9 +67,9 @@
"@guardian/node-riffraff-artifact": "0.2.2",
"@guardian/prettier": "1.0.0",
"@guardian/tsconfig": "0.1.6",
"@storybook/addon-essentials": "7.0.18",
"@storybook/react": "7.0.18",
"@storybook/react-webpack5": "7.0.18",
"@storybook/addon-essentials": "7.5.0",
"@storybook/react": "7.5.0",
"@storybook/react-webpack5": "7.5.0",
"@testing-library/cypress": "10.0.1",
"@testing-library/jest-dom": "5.16.1",
"@testing-library/react": "12.1.2",
Expand All @@ -83,7 +83,7 @@
"@types/express": "4.16.1",
"@types/google.analytics": "0.0.39",
"@types/helmet": "0.0.37",
"@types/jest": "26.0.9",
"@types/jest": "29.5.6",
"@types/js-cookie": "2.2.3",
"@types/lodash": "4.14.168",
"@types/node": "10.14.4",
Expand All @@ -100,7 +100,7 @@
"@types/webpack-node-externals": "2.5.3",
"@types/yup": "0.26.23",
"assets-webpack-plugin": "7.1.1",
"babel-jest": "27.3.1",
"babel-jest": "29.7.0",
"babel-loader": "9.1.2",
"babel-loader-exclude-node-modules-except": "1.2.1",
"babel-plugin-lodash": "3.3.4",
Expand All @@ -116,7 +116,7 @@
"eslint-plugin-react": "7.30.0",
"git-revision-webpack-plugin": "3.0.6",
"husky": "1.3.1",
"jest": "27.4.5",
"jest": "29.7.0",
"lint-staged": "13.0.3",
"mini-css-extract-plugin": "2.5.2",
"mockdate": "3.0.5",
Expand All @@ -127,8 +127,8 @@
"prettier": "2.5.1",
"raw-loader": "4.0.2",
"react-test-renderer": "18.2.0",
"storybook": "7.0.18",
"ts-jest": "27.1.2",
"storybook": "7.5.0",
"ts-jest": "29.1.1",
"typescript": "4.4.4",
"utility-types": "3.10.0",
"uuid": "8.3.2",
Expand All @@ -148,8 +148,8 @@
"@guardian/consent-management-platform": "13.6.1",
"@guardian/libs": "15.7.1",
"@guardian/source-foundations": "13.0.0",
"@guardian/source-react-components": "16.0.0",
"@guardian/source-react-components-development-kitchen": "14.0.1",
"@guardian/source-react-components": "16.0.1",
"@guardian/source-react-components-development-kitchen": "14.0.2",
"@sentry/browser": "5.22.3",
"@sentry/node": "5.22.3",
"@stripe/react-stripe-js": "1.16.5",
Expand All @@ -164,6 +164,7 @@
"express": "4.17.3",
"formik": "2.2.9",
"helmet": "3.23.3",
"jest-environment-jsdom": "29.7.0",
"js-cookie": "2.2.1",
"lodash": "4.17.21",
"node-fetch": "2.6.7",
Expand Down
Loading

0 comments on commit 0147387

Please sign in to comment.