Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
React Redux Starter Code
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Muhammad Usama
React Redux Starter Code
Commits
2ebbef94
Commit
2ebbef94
authored
1 year ago
by
Brady James Garvin
Browse files
Options
Downloads
Patches
Plain Diff
Patch CRA so that it will not provoke warnings unrelated to student code.
parent
6fa103f0
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
minimal-app/package-lock.json
+309
-158
309 additions, 158 deletions
minimal-app/package-lock.json
minimal-app/package.json
+1
-0
1 addition, 0 deletions
minimal-app/package.json
with
310 additions
and
158 deletions
minimal-app/package-lock.json
+
309
−
158
View file @
2ebbef94
...
@@ -33,6 +33,7 @@
...
@@ -33,6 +33,7 @@
"workbox-streams": "^6.5.3"
"workbox-streams": "^6.5.3"
},
},
"devDependencies": {
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@unlsoft/eslint-config": "file:../eslint-config",
"@unlsoft/eslint-config": "file:../eslint-config",
"@unlsoft/stylelint-config": "file:../stylelint-config",
"@unlsoft/stylelint-config": "file:../stylelint-config",
"eslint-plugin-jest-dom": "^4.0.2",
"eslint-plugin-jest-dom": "^4.0.2",
...
@@ -76,16 +77,81 @@
...
@@ -76,16 +77,81 @@
}
}
},
},
"node_modules/@babel/code-frame": {
"node_modules/@babel/code-frame": {
"version": "7.
18.6
",
"version": "7.
22.10
",
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.
18.6
.tgz",
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.
22.10
.tgz",
"integrity": "sha512-
TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q
==",
"integrity": "sha512-
/KKIMG4UEL35WmI9OlvMhurwtytjvXoFcGNrOvyG9zIzA8YmPjVtIZUf7b05+TPO7G7/GEmLHDaoCgACHl9hhA
==",
"dependencies": {
"dependencies": {
"@babel/highlight": "^7.18.6"
"@babel/highlight": "^7.22.10",
"chalk": "^2.4.2"
},
},
"engines": {
"engines": {
"node": ">=6.9.0"
"node": ">=6.9.0"
}
}
},
},
"node_modules/@babel/code-frame/node_modules/ansi-styles": {
"version": "3.2.1",
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
"integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
"dependencies": {
"color-convert": "^1.9.0"
},
"engines": {
"node": ">=4"
}
},
"node_modules/@babel/code-frame/node_modules/chalk": {
"version": "2.4.2",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
"integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
"dependencies": {
"ansi-styles": "^3.2.1",
"escape-string-regexp": "^1.0.5",
"supports-color": "^5.3.0"
},
"engines": {
"node": ">=4"
}
},
"node_modules/@babel/code-frame/node_modules/color-convert": {
"version": "1.9.3",
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
"integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
"dependencies": {
"color-name": "1.1.3"
}
},
"node_modules/@babel/code-frame/node_modules/color-name": {
"version": "1.1.3",
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
"integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw=="
},
"node_modules/@babel/code-frame/node_modules/escape-string-regexp": {
"version": "1.0.5",
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
"integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
"engines": {
"node": ">=0.8.0"
}
},
"node_modules/@babel/code-frame/node_modules/has-flag": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
"integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
"engines": {
"node": ">=4"
}
},
"node_modules/@babel/code-frame/node_modules/supports-color": {
"version": "5.5.0",
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
"integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
"dependencies": {
"has-flag": "^3.0.0"
},
"engines": {
"node": ">=4"
}
},
"node_modules/@babel/compat-data": {
"node_modules/@babel/compat-data": {
"version": "7.18.8",
"version": "7.18.8",
"resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.18.8.tgz",
"resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.18.8.tgz",
...
@@ -211,11 +277,11 @@
...
@@ -211,11 +277,11 @@
}
}
},
},
"node_modules/@babel/helper-annotate-as-pure": {
"node_modules/@babel/helper-annotate-as-pure": {
"version": "7.
18.6
",
"version": "7.
22.5
",
"resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.
18.6
.tgz",
"resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.
22.5
.tgz",
"integrity": "sha512-
duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA
==",
"integrity": "sha512-
LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg
==",
"dependencies": {
"dependencies": {
"@babel/types": "^7.
18.6
"
"@babel/types": "^7.
22.5
"
},
},
"engines": {
"engines": {
"node": ">=6.9.0"
"node": ">=6.9.0"
...
@@ -259,17 +325,19 @@
...
@@ -259,17 +325,19 @@
}
}
},
},
"node_modules/@babel/helper-create-class-features-plugin": {
"node_modules/@babel/helper-create-class-features-plugin": {
"version": "7.
18.9
",
"version": "7.
22.10
",
"resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.
18.9
.tgz",
"resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.
22.10
.tgz",
"integrity": "sha512-
WvypNAYaVh23QcjpMR24CwZY2Nz6hqdOcFdPbNpV56hL5H6KiFheO7Xm1aPdlLQ7d5emYZX7VZwPp9x3z+2opw
==",
"integrity": "sha512-
5IBb77txKYQPpOEdUdIhBx8VrZyDCQ+H82H0+5dX1TmuscP5vJKEE3cKurjtIw/vFwzbVH48VweE78kVDBrqjA
==",
"dependencies": {
"dependencies": {
"@babel/helper-annotate-as-pure": "^7.18.6",
"@babel/helper-annotate-as-pure": "^7.22.5",
"@babel/helper-environment-visitor": "^7.18.9",
"@babel/helper-environment-visitor": "^7.22.5",
"@babel/helper-function-name": "^7.18.9",
"@babel/helper-function-name": "^7.22.5",
"@babel/helper-member-expression-to-functions": "^7.18.9",
"@babel/helper-member-expression-to-functions": "^7.22.5",
"@babel/helper-optimise-call-expression": "^7.18.6",
"@babel/helper-optimise-call-expression": "^7.22.5",
"@babel/helper-replace-supers": "^7.18.9",
"@babel/helper-replace-supers": "^7.22.9",
"@babel/helper-split-export-declaration": "^7.18.6"
"@babel/helper-skip-transparent-expression-wrappers": "^7.22.5",
"@babel/helper-split-export-declaration": "^7.22.6",
"semver": "^6.3.1"
},
},
"engines": {
"engines": {
"node": ">=6.9.0"
"node": ">=6.9.0"
...
@@ -278,6 +346,14 @@
...
@@ -278,6 +346,14 @@
"@babel/core": "^7.0.0"
"@babel/core": "^7.0.0"
}
}
},
},
"node_modules/@babel/helper-create-class-features-plugin/node_modules/semver": {
"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"
}
},
"node_modules/@babel/helper-create-regexp-features-plugin": {
"node_modules/@babel/helper-create-regexp-features-plugin": {
"version": "7.18.6",
"version": "7.18.6",
"resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.18.6.tgz",
"resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.18.6.tgz",
...
@@ -318,9 +394,9 @@
...
@@ -318,9 +394,9 @@
}
}
},
},
"node_modules/@babel/helper-environment-visitor": {
"node_modules/@babel/helper-environment-visitor": {
"version": "7.
18.9
",
"version": "7.
22.5
",
"resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.
18.9
.tgz",
"resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.
22.5
.tgz",
"integrity": "sha512-
3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg
==",
"integrity": "sha512-
XGmhECfVA/5sAt+H+xpSg0mfrHq6FzNr9Oxh7PSEBBRUb/mL7Kz3NICXb194rCqAEdxkhPT1a88teizAFyvk8Q
==",
"engines": {
"engines": {
"node": ">=6.9.0"
"node": ">=6.9.0"
}
}
...
@@ -337,12 +413,12 @@
...
@@ -337,12 +413,12 @@
}
}
},
},
"node_modules/@babel/helper-function-name": {
"node_modules/@babel/helper-function-name": {
"version": "7.
18.9
",
"version": "7.
22.5
",
"resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.
18.9
.tgz",
"resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.
22.5
.tgz",
"integrity": "sha512-
fJgWlZt7nxGksJS9a0XdSaI4XvpExnNIgRP+rVefWh5U7BL8pPuir6SJUmFKRfjWQ51OtWSzwOxhaH/EBWWc0A
==",
"integrity": "sha512-
wtHSq6jMRE3uF2otvfuD3DIvVhOsSNshQl0Qrd7qC9oQJzHvOL4qQXlQn2916+CXGywIjpGuIkoyZRRxHPiNQQ
==",
"dependencies": {
"dependencies": {
"@babel/template": "^7.
18.6
",
"@babel/template": "^7.
22.5
",
"@babel/types": "^7.
18.9
"
"@babel/types": "^7.
22.5
"
},
},
"engines": {
"engines": {
"node": ">=6.9.0"
"node": ">=6.9.0"
...
@@ -360,11 +436,11 @@
...
@@ -360,11 +436,11 @@
}
}
},
},
"node_modules/@babel/helper-member-expression-to-functions": {
"node_modules/@babel/helper-member-expression-to-functions": {
"version": "7.
18.9
",
"version": "7.
22.5
",
"resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.
18.9
.tgz",
"resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.
22.5
.tgz",
"integrity": "sha512-
RxifAh2ZoVU67PyKIO4AMi1wTenGfMR/O/ae0CCRqwgBAt5v7xjdtRw7UoSbsreKrQn5t7r89eruK/9JjYHuDg
==",
"integrity": "sha512-
aBiH1NKMG0H2cGZqspNvsaBe6wNGjbJjuLy29aU+eDZjSbbN53BaxlpB02xm9v34pLTZ1nIQPFYn2qMZoa5BQQ
==",
"dependencies": {
"dependencies": {
"@babel/types": "^7.
18.9
"
"@babel/types": "^7.
22.5
"
},
},
"engines": {
"engines": {
"node": ">=6.9.0"
"node": ">=6.9.0"
...
@@ -400,20 +476,20 @@
...
@@ -400,20 +476,20 @@
}
}
},
},
"node_modules/@babel/helper-optimise-call-expression": {
"node_modules/@babel/helper-optimise-call-expression": {
"version": "7.
18.6
",
"version": "7.
22.5
",
"resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.
18.6
.tgz",
"resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.
22.5
.tgz",
"integrity": "sha512-H
P59oD9/fEHQkdcbgFCnbmgH5vIQTJbxh2yf+CdM89/glUNnuzr87Q8GIjGEnOktTROemO0Pe0iPAYbqZuOUiA
==",
"integrity": "sha512-H
BwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw
==",
"dependencies": {
"dependencies": {
"@babel/types": "^7.
18.6
"
"@babel/types": "^7.
22.5
"
},
},
"engines": {
"engines": {
"node": ">=6.9.0"
"node": ">=6.9.0"
}
}
},
},
"node_modules/@babel/helper-plugin-utils": {
"node_modules/@babel/helper-plugin-utils": {
"version": "7.
18.9
",
"version": "7.
22.5
",
"resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.
18.9
.tgz",
"resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.
22.5
.tgz",
"integrity": "sha512-
aBXPT3bmtLryXaoJLyYPXPlSD4p1ld9aYeR+sJNOZjJJGiOpb+fKfh3NkcCu7J54nUJwCERPBExCCpyCOHnu/w
==",
"integrity": "sha512-
uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg
==",
"engines": {
"engines": {
"node": ">=6.9.0"
"node": ">=6.9.0"
}
}
...
@@ -436,18 +512,19 @@
...
@@ -436,18 +512,19 @@
}
}
},
},
"node_modules/@babel/helper-replace-supers": {
"node_modules/@babel/helper-replace-supers": {
"version": "7.
18
.9",
"version": "7.
22
.9",
"resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.
18
.9.tgz",
"resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.
22
.9.tgz",
"integrity": "sha512-
dNsWibVI4lNT6HiuOIBr1oyxo40HvIVmbwPUm3XZ7wMh4k2WxrxTqZwSqw/eEmXDS9np0ey5M2bz9tBmO9c+YQ
==",
"integrity": "sha512-
LJIKvvpgPOPUThdYqcX6IXRuIcTkcAub0IaDRGCZH0p5GPUp7PhRU9QVgFcDDd51BaPkk77ZjqFwh6DZTAEmGg
==",
"dependencies": {
"dependencies": {
"@babel/helper-environment-visitor": "^7.18.9",
"@babel/helper-environment-visitor": "^7.22.5",
"@babel/helper-member-expression-to-functions": "^7.18.9",
"@babel/helper-member-expression-to-functions": "^7.22.5",
"@babel/helper-optimise-call-expression": "^7.18.6",
"@babel/helper-optimise-call-expression": "^7.22.5"
"@babel/traverse": "^7.18.9",
"@babel/types": "^7.18.9"
},
},
"engines": {
"engines": {
"node": ">=6.9.0"
"node": ">=6.9.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0"
}
}
},
},
"node_modules/@babel/helper-simple-access": {
"node_modules/@babel/helper-simple-access": {
...
@@ -462,31 +539,39 @@
...
@@ -462,31 +539,39 @@
}
}
},
},
"node_modules/@babel/helper-skip-transparent-expression-wrappers": {
"node_modules/@babel/helper-skip-transparent-expression-wrappers": {
"version": "7.
18.9
",
"version": "7.
22.5
",
"resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.
18.9
.tgz",
"resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.
22.5
.tgz",
"integrity": "sha512-
imytd2gHi3cJPsybLRbmFrF7u5BIEuI2cNheyKi3/iOBC63kNn3q8Crn2xVuESli0aM4KYsyEqKyS7lFL8YVtw
==",
"integrity": "sha512-
tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q
==",
"dependencies": {
"dependencies": {
"@babel/types": "^7.
18.9
"
"@babel/types": "^7.
22.5
"
},
},
"engines": {
"engines": {
"node": ">=6.9.0"
"node": ">=6.9.0"
}
}
},
},
"node_modules/@babel/helper-split-export-declaration": {
"node_modules/@babel/helper-split-export-declaration": {
"version": "7.
18
.6",
"version": "7.
22
.6",
"resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.
18
.6.tgz",
"resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.
22
.6.tgz",
"integrity": "sha512-
bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA
==",
"integrity": "sha512-
AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g
==",
"dependencies": {
"dependencies": {
"@babel/types": "^7.18.6"
"@babel/types": "^7.22.5"
},
"engines": {
"node": ">=6.9.0"
}
},
},
"node_modules/@babel/helper-string-parser": {
"version": "7.22.5",
"resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz",
"integrity": "sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==",
"engines": {
"engines": {
"node": ">=6.9.0"
"node": ">=6.9.0"
}
}
},
},
"node_modules/@babel/helper-validator-identifier": {
"node_modules/@babel/helper-validator-identifier": {
"version": "7.
18.6
",
"version": "7.
22.5
",
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.
18.6
.tgz",
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.
22.5
.tgz",
"integrity": "sha512-
MmetCkz9ej86nJQV+sFCxoGGrUbU3q02kgLciwkrt9QqEB7cP39oKEY0PakknEO0Gu20SskMRi+AYZ3b1TpN9g
==",
"integrity": "sha512-
aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ
==",
"engines": {
"engines": {
"node": ">=6.9.0"
"node": ">=6.9.0"
}
}
...
@@ -527,12 +612,12 @@
...
@@ -527,12 +612,12 @@
}
}
},
},
"node_modules/@babel/highlight": {
"node_modules/@babel/highlight": {
"version": "7.
18.6
",
"version": "7.
22.10
",
"resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.
18.6
.tgz",
"resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.
22.10
.tgz",
"integrity": "sha512-
u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g
==",
"integrity": "sha512-
78aUtVcT7MUscr0K5mIEnkwxPE0MaxkR5RxRwuHaQ+JuU5AmTPhY+do2mdzVTnIJJpyBglql2pehuBIWHug+WQ
==",
"dependencies": {
"dependencies": {
"@babel/helper-validator-identifier": "^7.
18.6
",
"@babel/helper-validator-identifier": "^7.
22.5
",
"chalk": "^2.
0.0
",
"chalk": "^2.
4.2
",
"js-tokens": "^4.0.0"
"js-tokens": "^4.0.0"
},
},
"engines": {
"engines": {
...
@@ -604,9 +689,9 @@
...
@@ -604,9 +689,9 @@
}
}
},
},
"node_modules/@babel/parser": {
"node_modules/@babel/parser": {
"version": "7.
18.9
",
"version": "7.
22.10
",
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.
18.9
.tgz",
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.
22.10
.tgz",
"integrity": "sha512-
9uJveS9eY9DJ0t64YbIBZICtJy8a5QrDEVdiLCG97fVLpDTpGX7t8mMSb6OWw6Lrnjqj4O8zwjELX3dhoMgiBg
==",
"integrity": "sha512-
lNbdGsQb9ekfsnjFGhEiF4hfFqGgfOP3H3d27re3n+CGhNuTSUEQdfWk556sTLNTloczcdM5TYF2LhzmDQKyvQ
==",
"bin": {
"bin": {
"parser": "bin/babel-parser.js"
"parser": "bin/babel-parser.js"
},
},
...
@@ -865,13 +950,13 @@
...
@@ -865,13 +950,13 @@
}
}
},
},
"node_modules/@babel/plugin-proposal-private-property-in-object": {
"node_modules/@babel/plugin-proposal-private-property-in-object": {
"version": "7.
18.6
",
"version": "7.
21.11
",
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.
18.6
.tgz",
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.
21.11
.tgz",
"integrity": "sha512-
9Rysx7FOctvT5ouj5JODjAFAkgGoudQuLPamZb0v1TGLpapdNaftzifU8NTWQm0IRjqoYypdrSmyWgkocDQ8D
w==",
"integrity": "sha512-
0QZ8qP/3RLDVBwBFoWAwCtgcDZJVwA5LUJRZU8x2YFfKNuFq161wK3cuGrALu5yiPu+vzwTAg/sMWVNeWeNya
w==",
"dependencies": {
"dependencies": {
"@babel/helper-annotate-as-pure": "^7.18.6",
"@babel/helper-annotate-as-pure": "^7.18.6",
"@babel/helper-create-class-features-plugin": "^7.
18.6
",
"@babel/helper-create-class-features-plugin": "^7.
21.0
",
"@babel/helper-plugin-utils": "^7.
18.6
",
"@babel/helper-plugin-utils": "^7.
20.2
",
"@babel/plugin-syntax-private-property-in-object": "^7.14.5"
"@babel/plugin-syntax-private-property-in-object": "^7.14.5"
},
},
"engines": {
"engines": {
...
@@ -1938,13 +2023,13 @@
...
@@ -1938,13 +2023,13 @@
}
}
},
},
"node_modules/@babel/template": {
"node_modules/@babel/template": {
"version": "7.
18.6
",
"version": "7.
22.5
",
"resolved": "https://registry.npmjs.org/@babel/template/-/template-7.
18.6
.tgz",
"resolved": "https://registry.npmjs.org/@babel/template/-/template-7.
22.5
.tgz",
"integrity": "sha512-
JoDWzPe+wgBsTTgdnIma3iHNFC7YVJoPssVBDjiHfNlyt4YcunDtcDOUmfVDfCK5MfdsaIoX9PkijPhjH3nYU
w==",
"integrity": "sha512-
X7yV7eiwAxdj9k94NEylvbVHLiVG1nvzCV2EAowhxLTwODV1jl9UzZ48leOC0sH7OnuHrIkllaBgneUykIcZa
w==",
"dependencies": {
"dependencies": {
"@babel/code-frame": "^7.
18.6
",
"@babel/code-frame": "^7.
22.5
",
"@babel/parser": "^7.
18.6
",
"@babel/parser": "^7.
22.5
",
"@babel/types": "^7.
18.6
"
"@babel/types": "^7.
22.5
"
},
},
"engines": {
"engines": {
"node": ">=6.9.0"
"node": ">=6.9.0"
...
@@ -1979,11 +2064,12 @@
...
@@ -1979,11 +2064,12 @@
}
}
},
},
"node_modules/@babel/types": {
"node_modules/@babel/types": {
"version": "7.
18.9
",
"version": "7.
22.10
",
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.
18.9
.tgz",
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.
22.10
.tgz",
"integrity": "sha512-
WwMLAg2MvJmt/rKEVQBBhIVffMmnilX4oe0sRe7iPOHIGsqpruFHHdrfj4O1CMMtgMtCU4oPafZjDPCRgO57W
g==",
"integrity": "sha512-
obaoigiLrlDZ7TUQln/8m4mSqIW2QFeOrCQc9r+xsaHGNoplVNYlRVpsfE8Vj35GEm2ZH4ZhrNYogs/3fj85k
g==",
"dependencies": {
"dependencies": {
"@babel/helper-validator-identifier": "^7.18.6",
"@babel/helper-string-parser": "^7.22.5",
"@babel/helper-validator-identifier": "^7.22.5",
"to-fast-properties": "^2.0.0"
"to-fast-properties": "^2.0.0"
},
},
"engines": {
"engines": {
...
@@ -16250,11 +16336,63 @@
...
@@ -16250,11 +16336,63 @@
}
}
},
},
"@babel/code-frame": {
"@babel/code-frame": {
"version": "7.18.6",
"version": "7.22.10",
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.18.6.tgz",
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.22.10.tgz",
"integrity": "sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q==",
"integrity": "sha512-/KKIMG4UEL35WmI9OlvMhurwtytjvXoFcGNrOvyG9zIzA8YmPjVtIZUf7b05+TPO7G7/GEmLHDaoCgACHl9hhA==",
"requires": {
"@babel/highlight": "^7.22.10",
"chalk": "^2.4.2"
},
"dependencies": {
"ansi-styles": {
"version": "3.2.1",
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
"integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
"requires": {
"requires": {
"@babel/highlight": "^7.18.6"
"color-convert": "^1.9.0"
}
},
"chalk": {
"version": "2.4.2",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
"integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
"requires": {
"ansi-styles": "^3.2.1",
"escape-string-regexp": "^1.0.5",
"supports-color": "^5.3.0"
}
},
"color-convert": {
"version": "1.9.3",
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
"integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
"requires": {
"color-name": "1.1.3"
}
},
"color-name": {
"version": "1.1.3",
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
"integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw=="
},
"escape-string-regexp": {
"version": "1.0.5",
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
"integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg=="
},
"has-flag": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
"integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw=="
},
"supports-color": {
"version": "5.5.0",
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
"integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
"requires": {
"has-flag": "^3.0.0"
}
}
}
}
},
},
"@babel/compat-data": {
"@babel/compat-data": {
...
@@ -16350,11 +16488,11 @@
...
@@ -16350,11 +16488,11 @@
}
}
},
},
"@babel/helper-annotate-as-pure": {
"@babel/helper-annotate-as-pure": {
"version": "7.
18.6
",
"version": "7.
22.5
",
"resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.
18.6
.tgz",
"resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.
22.5
.tgz",
"integrity": "sha512-
duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA
==",
"integrity": "sha512-
LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg
==",
"requires": {
"requires": {
"@babel/types": "^7.
18.6
"
"@babel/types": "^7.
22.5
"
}
}
},
},
"@babel/helper-builder-binary-assignment-operator-visitor": {
"@babel/helper-builder-binary-assignment-operator-visitor": {
...
@@ -16385,17 +16523,26 @@
...
@@ -16385,17 +16523,26 @@
}
}
},
},
"@babel/helper-create-class-features-plugin": {
"@babel/helper-create-class-features-plugin": {
"version": "7.
18.9
",
"version": "7.
22.10
",
"resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.
18.9
.tgz",
"resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.
22.10
.tgz",
"integrity": "sha512-
WvypNAYaVh23QcjpMR24CwZY2Nz6hqdOcFdPbNpV56hL5H6KiFheO7Xm1aPdlLQ7d5emYZX7VZwPp9x3z+2opw
==",
"integrity": "sha512-
5IBb77txKYQPpOEdUdIhBx8VrZyDCQ+H82H0+5dX1TmuscP5vJKEE3cKurjtIw/vFwzbVH48VweE78kVDBrqjA
==",
"requires": {
"requires": {
"@babel/helper-annotate-as-pure": "^7.18.6",
"@babel/helper-annotate-as-pure": "^7.22.5",
"@babel/helper-environment-visitor": "^7.18.9",
"@babel/helper-environment-visitor": "^7.22.5",
"@babel/helper-function-name": "^7.18.9",
"@babel/helper-function-name": "^7.22.5",
"@babel/helper-member-expression-to-functions": "^7.18.9",
"@babel/helper-member-expression-to-functions": "^7.22.5",
"@babel/helper-optimise-call-expression": "^7.18.6",
"@babel/helper-optimise-call-expression": "^7.22.5",
"@babel/helper-replace-supers": "^7.18.9",
"@babel/helper-replace-supers": "^7.22.9",
"@babel/helper-split-export-declaration": "^7.18.6"
"@babel/helper-skip-transparent-expression-wrappers": "^7.22.5",
"@babel/helper-split-export-declaration": "^7.22.6",
"semver": "^6.3.1"
},
"dependencies": {
"semver": {
"version": "6.3.1",
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
"integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA=="
}
}
}
},
},
"@babel/helper-create-regexp-features-plugin": {
"@babel/helper-create-regexp-features-plugin": {
...
@@ -16428,9 +16575,9 @@
...
@@ -16428,9 +16575,9 @@
}
}
},
},
"@babel/helper-environment-visitor": {
"@babel/helper-environment-visitor": {
"version": "7.
18.9
",
"version": "7.
22.5
",
"resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.
18.9
.tgz",
"resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.
22.5
.tgz",
"integrity": "sha512-
3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg
=="
"integrity": "sha512-
XGmhECfVA/5sAt+H+xpSg0mfrHq6FzNr9Oxh7PSEBBRUb/mL7Kz3NICXb194rCqAEdxkhPT1a88teizAFyvk8Q
=="
},
},
"@babel/helper-explode-assignable-expression": {
"@babel/helper-explode-assignable-expression": {
"version": "7.18.6",
"version": "7.18.6",
...
@@ -16441,12 +16588,12 @@
...
@@ -16441,12 +16588,12 @@
}
}
},
},
"@babel/helper-function-name": {
"@babel/helper-function-name": {
"version": "7.
18.9
",
"version": "7.
22.5
",
"resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.
18.9
.tgz",
"resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.
22.5
.tgz",
"integrity": "sha512-
fJgWlZt7nxGksJS9a0XdSaI4XvpExnNIgRP+rVefWh5U7BL8pPuir6SJUmFKRfjWQ51OtWSzwOxhaH/EBWWc0A
==",
"integrity": "sha512-
wtHSq6jMRE3uF2otvfuD3DIvVhOsSNshQl0Qrd7qC9oQJzHvOL4qQXlQn2916+CXGywIjpGuIkoyZRRxHPiNQQ
==",
"requires": {
"requires": {
"@babel/template": "^7.
18.6
",
"@babel/template": "^7.
22.5
",
"@babel/types": "^7.
18.9
"
"@babel/types": "^7.
22.5
"
}
}
},
},
"@babel/helper-hoist-variables": {
"@babel/helper-hoist-variables": {
...
@@ -16458,11 +16605,11 @@
...
@@ -16458,11 +16605,11 @@
}
}
},
},
"@babel/helper-member-expression-to-functions": {
"@babel/helper-member-expression-to-functions": {
"version": "7.
18.9
",
"version": "7.
22.5
",
"resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.
18.9
.tgz",
"resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.
22.5
.tgz",
"integrity": "sha512-
RxifAh2ZoVU67PyKIO4AMi1wTenGfMR/O/ae0CCRqwgBAt5v7xjdtRw7UoSbsreKrQn5t7r89eruK/9JjYHuDg
==",
"integrity": "sha512-
aBiH1NKMG0H2cGZqspNvsaBe6wNGjbJjuLy29aU+eDZjSbbN53BaxlpB02xm9v34pLTZ1nIQPFYn2qMZoa5BQQ
==",
"requires": {
"requires": {
"@babel/types": "^7.
18.9
"
"@babel/types": "^7.
22.5
"
}
}
},
},
"@babel/helper-module-imports": {
"@babel/helper-module-imports": {
...
@@ -16489,17 +16636,17 @@
...
@@ -16489,17 +16636,17 @@
}
}
},
},
"@babel/helper-optimise-call-expression": {
"@babel/helper-optimise-call-expression": {
"version": "7.
18.6
",
"version": "7.
22.5
",
"resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.
18.6
.tgz",
"resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.
22.5
.tgz",
"integrity": "sha512-H
P59oD9/fEHQkdcbgFCnbmgH5vIQTJbxh2yf+CdM89/glUNnuzr87Q8GIjGEnOktTROemO0Pe0iPAYbqZuOUiA
==",
"integrity": "sha512-H
BwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw
==",
"requires": {
"requires": {
"@babel/types": "^7.
18.6
"
"@babel/types": "^7.
22.5
"
}
}
},
},
"@babel/helper-plugin-utils": {
"@babel/helper-plugin-utils": {
"version": "7.
18.9
",
"version": "7.
22.5
",
"resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.
18.9
.tgz",
"resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.
22.5
.tgz",
"integrity": "sha512-
aBXPT3bmtLryXaoJLyYPXPlSD4p1ld9aYeR+sJNOZjJJGiOpb+fKfh3NkcCu7J54nUJwCERPBExCCpyCOHnu/w
=="
"integrity": "sha512-
uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg
=="
},
},
"@babel/helper-remap-async-to-generator": {
"@babel/helper-remap-async-to-generator": {
"version": "7.18.9",
"version": "7.18.9",
...
@@ -16513,15 +16660,13 @@
...
@@ -16513,15 +16660,13 @@
}
}
},
},
"@babel/helper-replace-supers": {
"@babel/helper-replace-supers": {
"version": "7.
18
.9",
"version": "7.
22
.9",
"resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.
18
.9.tgz",
"resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.
22
.9.tgz",
"integrity": "sha512-
dNsWibVI4lNT6HiuOIBr1oyxo40HvIVmbwPUm3XZ7wMh4k2WxrxTqZwSqw/eEmXDS9np0ey5M2bz9tBmO9c+YQ
==",
"integrity": "sha512-
LJIKvvpgPOPUThdYqcX6IXRuIcTkcAub0IaDRGCZH0p5GPUp7PhRU9QVgFcDDd51BaPkk77ZjqFwh6DZTAEmGg
==",
"requires": {
"requires": {
"@babel/helper-environment-visitor": "^7.18.9",
"@babel/helper-environment-visitor": "^7.22.5",
"@babel/helper-member-expression-to-functions": "^7.18.9",
"@babel/helper-member-expression-to-functions": "^7.22.5",
"@babel/helper-optimise-call-expression": "^7.18.6",
"@babel/helper-optimise-call-expression": "^7.22.5"
"@babel/traverse": "^7.18.9",
"@babel/types": "^7.18.9"
}
}
},
},
"@babel/helper-simple-access": {
"@babel/helper-simple-access": {
...
@@ -16533,25 +16678,30 @@
...
@@ -16533,25 +16678,30 @@
}
}
},
},
"@babel/helper-skip-transparent-expression-wrappers": {
"@babel/helper-skip-transparent-expression-wrappers": {
"version": "7.
18.9
",
"version": "7.
22.5
",
"resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.
18.9
.tgz",
"resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.
22.5
.tgz",
"integrity": "sha512-
imytd2gHi3cJPsybLRbmFrF7u5BIEuI2cNheyKi3/iOBC63kNn3q8Crn2xVuESli0aM4KYsyEqKyS7lFL8YVtw
==",
"integrity": "sha512-
tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q
==",
"requires": {
"requires": {
"@babel/types": "^7.
18.9
"
"@babel/types": "^7.
22.5
"
}
}
},
},
"@babel/helper-split-export-declaration": {
"@babel/helper-split-export-declaration": {
"version": "7.
18
.6",
"version": "7.
22
.6",
"resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.
18
.6.tgz",
"resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.
22
.6.tgz",
"integrity": "sha512-
bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA
==",
"integrity": "sha512-
AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g
==",
"requires": {
"requires": {
"@babel/types": "^7.
18.6
"
"@babel/types": "^7.
22.5
"
}
}
},
},
"@babel/helper-string-parser": {
"version": "7.22.5",
"resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz",
"integrity": "sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw=="
},
"@babel/helper-validator-identifier": {
"@babel/helper-validator-identifier": {
"version": "7.
18.6
",
"version": "7.
22.5
",
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.
18.6
.tgz",
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.
22.5
.tgz",
"integrity": "sha512-
MmetCkz9ej86nJQV+sFCxoGGrUbU3q02kgLciwkrt9QqEB7cP39oKEY0PakknEO0Gu20SskMRi+AYZ3b1TpN9g
=="
"integrity": "sha512-
aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ
=="
},
},
"@babel/helper-validator-option": {
"@babel/helper-validator-option": {
"version": "7.18.6",
"version": "7.18.6",
...
@@ -16580,12 +16730,12 @@
...
@@ -16580,12 +16730,12 @@
}
}
},
},
"@babel/highlight": {
"@babel/highlight": {
"version": "7.
18.6
",
"version": "7.
22.10
",
"resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.
18.6
.tgz",
"resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.
22.10
.tgz",
"integrity": "sha512-
u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g
==",
"integrity": "sha512-
78aUtVcT7MUscr0K5mIEnkwxPE0MaxkR5RxRwuHaQ+JuU5AmTPhY+do2mdzVTnIJJpyBglql2pehuBIWHug+WQ
==",
"requires": {
"requires": {
"@babel/helper-validator-identifier": "^7.
18.6
",
"@babel/helper-validator-identifier": "^7.
22.5
",
"chalk": "^2.
0.0
",
"chalk": "^2.
4.2
",
"js-tokens": "^4.0.0"
"js-tokens": "^4.0.0"
},
},
"dependencies": {
"dependencies": {
...
@@ -16641,9 +16791,9 @@
...
@@ -16641,9 +16791,9 @@
}
}
},
},
"@babel/parser": {
"@babel/parser": {
"version": "7.
18.9
",
"version": "7.
22.10
",
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.
18.9
.tgz",
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.
22.10
.tgz",
"integrity": "sha512-
9uJveS9eY9DJ0t64YbIBZICtJy8a5QrDEVdiLCG97fVLpDTpGX7t8mMSb6OWw6Lrnjqj4O8zwjELX3dhoMgiBg
=="
"integrity": "sha512-
lNbdGsQb9ekfsnjFGhEiF4hfFqGgfOP3H3d27re3n+CGhNuTSUEQdfWk556sTLNTloczcdM5TYF2LhzmDQKyvQ
=="
},
},
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": {
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": {
"version": "7.18.6",
"version": "7.18.6",
...
@@ -16800,13 +16950,13 @@
...
@@ -16800,13 +16950,13 @@
}
}
},
},
"@babel/plugin-proposal-private-property-in-object": {
"@babel/plugin-proposal-private-property-in-object": {
"version": "7.
18.6
",
"version": "7.
21.11
",
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.
18.6
.tgz",
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.
21.11
.tgz",
"integrity": "sha512-
9Rysx7FOctvT5ouj5JODjAFAkgGoudQuLPamZb0v1TGLpapdNaftzifU8NTWQm0IRjqoYypdrSmyWgkocDQ8D
w==",
"integrity": "sha512-
0QZ8qP/3RLDVBwBFoWAwCtgcDZJVwA5LUJRZU8x2YFfKNuFq161wK3cuGrALu5yiPu+vzwTAg/sMWVNeWeNya
w==",
"requires": {
"requires": {
"@babel/helper-annotate-as-pure": "^7.18.6",
"@babel/helper-annotate-as-pure": "^7.18.6",
"@babel/helper-create-class-features-plugin": "^7.
18.6
",
"@babel/helper-create-class-features-plugin": "^7.
21.0
",
"@babel/helper-plugin-utils": "^7.
18.6
",
"@babel/helper-plugin-utils": "^7.
20.2
",
"@babel/plugin-syntax-private-property-in-object": "^7.14.5"
"@babel/plugin-syntax-private-property-in-object": "^7.14.5"
}
}
},
},
...
@@ -17504,13 +17654,13 @@
...
@@ -17504,13 +17654,13 @@
}
}
},
},
"@babel/template": {
"@babel/template": {
"version": "7.
18.6
",
"version": "7.
22.5
",
"resolved": "https://registry.npmjs.org/@babel/template/-/template-7.
18.6
.tgz",
"resolved": "https://registry.npmjs.org/@babel/template/-/template-7.
22.5
.tgz",
"integrity": "sha512-
JoDWzPe+wgBsTTgdnIma3iHNFC7YVJoPssVBDjiHfNlyt4YcunDtcDOUmfVDfCK5MfdsaIoX9PkijPhjH3nYU
w==",
"integrity": "sha512-
X7yV7eiwAxdj9k94NEylvbVHLiVG1nvzCV2EAowhxLTwODV1jl9UzZ48leOC0sH7OnuHrIkllaBgneUykIcZa
w==",
"requires": {
"requires": {
"@babel/code-frame": "^7.
18.6
",
"@babel/code-frame": "^7.
22.5
",
"@babel/parser": "^7.
18.6
",
"@babel/parser": "^7.
22.5
",
"@babel/types": "^7.
18.6
"
"@babel/types": "^7.
22.5
"
}
}
},
},
"@babel/traverse": {
"@babel/traverse": {
...
@@ -17538,11 +17688,12 @@
...
@@ -17538,11 +17688,12 @@
}
}
},
},
"@babel/types": {
"@babel/types": {
"version": "7.
18.9
",
"version": "7.
22.10
",
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.
18.9
.tgz",
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.
22.10
.tgz",
"integrity": "sha512-
WwMLAg2MvJmt/rKEVQBBhIVffMmnilX4oe0sRe7iPOHIGsqpruFHHdrfj4O1CMMtgMtCU4oPafZjDPCRgO57W
g==",
"integrity": "sha512-
obaoigiLrlDZ7TUQln/8m4mSqIW2QFeOrCQc9r+xsaHGNoplVNYlRVpsfE8Vj35GEm2ZH4ZhrNYogs/3fj85k
g==",
"requires": {
"requires": {
"@babel/helper-validator-identifier": "^7.18.6",
"@babel/helper-string-parser": "^7.22.5",
"@babel/helper-validator-identifier": "^7.22.5",
"to-fast-properties": "^2.0.0"
"to-fast-properties": "^2.0.0"
}
}
},
},
This diff is collapsed.
Click to expand it.
minimal-app/package.json
+
1
−
0
View file @
2ebbef94
...
@@ -40,6 +40,7 @@
...
@@ -40,6 +40,7 @@
"workbox-streams"
:
"^6.5.3"
"workbox-streams"
:
"^6.5.3"
},
},
"devDependencies"
:
{
"devDependencies"
:
{
"@babel/plugin-proposal-private-property-in-object"
:
"^7.21.11"
,
"@unlsoft/eslint-config"
:
"file:../eslint-config"
,
"@unlsoft/eslint-config"
:
"file:../eslint-config"
,
"@unlsoft/stylelint-config"
:
"file:../stylelint-config"
,
"@unlsoft/stylelint-config"
:
"file:../stylelint-config"
,
"eslint-plugin-jest-dom"
:
"^4.0.2"
,
"eslint-plugin-jest-dom"
:
"^4.0.2"
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment