chore(deps): update dependency @edx/frontend-build to v12.8.63

This commit is contained in:
renovate[bot]
2023-07-12 22:56:45 +00:00
parent 6f113542f5
commit 0d760c04b7
2 changed files with 14 additions and 14 deletions

26
package-lock.json generated
View File

@@ -45,7 +45,7 @@
},
"devDependencies": {
"@edx/browserslist-config": "^1.1.1",
"@edx/frontend-build": "12.8.62",
"@edx/frontend-build": "12.8.63",
"@edx/reactifex": "1.1.0",
"@wojtekmaj/enzyme-adapter-react-17": "^0.8.0",
"babel-plugin-formatjs": "10.5.3",
@@ -270,13 +270,13 @@
}
},
"node_modules/@babel/eslint-parser": {
"version": "7.22.7",
"resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.22.7.tgz",
"integrity": "sha512-LH6HJqjOyu/Qtp7LuSycZXK/CYXQ4ohdkliEaL1QTdtOXVdOVpTBKVxAo/+eeyt+x/2SRzB+zUPduVl+xiEvdg==",
"version": "7.22.9",
"resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.22.9.tgz",
"integrity": "sha512-xdMkt39/nviO/4vpVdrEYPwXCsYIXSSAr6mC7WQsNIlGnuxKyKE7GZjalcnbSWiC4OXGNNN3UQPeHfjSC6sTDA==",
"dependencies": {
"@nicolo-ribaudo/eslint-scope-5-internals": "5.1.1-v1",
"@nicolo-ribaudo/semver-v6": "^6.3.3",
"eslint-visitor-keys": "^2.1.0"
"eslint-visitor-keys": "^2.1.0",
"semver": "^6.3.1"
},
"engines": {
"node": "^10.13.0 || ^12.13.0 || >=14.0.0"
@@ -2110,13 +2110,13 @@
}
},
"node_modules/@edx/frontend-build": {
"version": "12.8.62",
"resolved": "https://registry.npmjs.org/@edx/frontend-build/-/frontend-build-12.8.62.tgz",
"integrity": "sha512-Y1sPYcm1yZLNmnsB2UmeLupqzVegJE6vVApeR4/RVI/nPBBCvypbr/RyTYQuAi94+MBeHPbyBxJS5SR+H6Ow4g==",
"version": "12.8.63",
"resolved": "https://registry.npmjs.org/@edx/frontend-build/-/frontend-build-12.8.63.tgz",
"integrity": "sha512-CmHC2o3YwJjvgmnRHHvJUcm2dKJXkNNEK/iPtNsufJqCkf2eZrvmBriDLArXj1CROzZklKC+IkejMUlSVHv8rA==",
"dependencies": {
"@babel/cli": "7.22.5",
"@babel/core": "7.22.5",
"@babel/eslint-parser": "7.22.7",
"@babel/eslint-parser": "7.22.9",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
@@ -19757,9 +19757,9 @@
}
},
"node_modules/semver": {
"version": "6.3.0",
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
"integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==",
"version": "6.3.1",
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
"integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
"bin": {
"semver": "bin/semver.js"
}

View File

@@ -68,7 +68,7 @@
},
"devDependencies": {
"@edx/browserslist-config": "^1.1.1",
"@edx/frontend-build": "12.8.62",
"@edx/frontend-build": "12.8.63",
"@edx/reactifex": "1.1.0",
"@wojtekmaj/enzyme-adapter-react-17": "^0.8.0",
"babel-plugin-formatjs": "10.5.3",